@everymatrix/casino-winners 1.13.7 → 1.13.8

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.
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * https://svelte.dev/docs#run-time-svelte-onmount
10
10
  */
11
- function T(e){(function(){if(!a)throw new Error("Function called outside component initialization");return a})().$$.on_mount.push(e)}const B=[],A=[];let H=[];const S=[],P=Promise.resolve();let C=!1;function L(e){H.push(e)}
11
+ function T(e){(function(){if(!a)throw new Error("Function called outside component initialization");return a})().$$.on_mount.push(e)}const B=[],A=[];let H=[];const S=[],C=Promise.resolve();let P=!1;function L(e){H.push(e)}
12
12
  // flush() calls callbacks in this order:
13
13
  // 1. All beforeUpdate callbacks, in order: parents before children
14
14
  // 2. All bind:this callbacks, in reverse order: children before parents.
@@ -28,14 +28,14 @@ function T(e){(function(){if(!a)throw new Error("Function called outside compone
28
28
  // callback called a second time; the seen_callbacks set, outside the flush()
29
29
  // function, guarantees this behavior.
30
30
  const O=new Set;let x=0;// Do *not* move this inside the flush() function
31
- function I(){
31
+ function N(){
32
32
  // Do not reenter flush while dirty components are updated, as this can
33
33
  // result in an infinite loop. Instead, let the inner flush handle it.
34
34
  // Reentrancy is ok afterwards for bindings etc.
35
35
  if(0!==x)return;const e=a;do{
36
36
  // first, call beforeUpdate functions
37
37
  // and update components
38
- try{for(;x<B.length;){const e=B[x];x++,_(e),N(e.$$)}}catch(e){
38
+ try{for(;x<B.length;){const e=B[x];x++,_(e),I(e.$$)}}catch(e){
39
39
  // reset dirty state to not end up in a deadlocked state and then rethrow
40
40
  throw B.length=0,x=0,e}for(_(null),B.length=0,x=0;A.length;)A.pop()();
41
41
  // then, once components are updated, call
@@ -43,13 +43,13 @@ throw B.length=0,x=0,e}for(_(null),B.length=0,x=0;A.length;)A.pop()();
43
43
  // subsequent updates...
44
44
  for(let e=0;e<H.length;e+=1){const t=H[e];O.has(t)||(
45
45
  // ...so guard against infinite loops
46
- O.add(t),t())}H.length=0}while(B.length);for(;S.length;)S.pop()();C=!1,O.clear(),_(e)}function N(e){if(null!==e.fragment){e.update(),n(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(L)}}
46
+ O.add(t),t())}H.length=0}while(B.length);for(;S.length;)S.pop()();P=!1,O.clear(),_(e)}function I(e){if(null!==e.fragment){e.update(),n(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(L)}}
47
47
  /**
48
48
  * Useful for example to execute remaining `afterUpdate` callbacks before executing `destroy`.
49
- */const M=new Set;function R(e,t){const r=e.$$;null!==r.fragment&&(!function(e){const t=[],r=[];H.forEach((n=>-1===e.indexOf(n)?t.push(n):r.push(n))),r.forEach((e=>e())),H=t}(r.after_update),n(r.on_destroy),r.fragment&&r.fragment.d(t),
49
+ */const R=new Set;function M(e,t){const r=e.$$;null!==r.fragment&&(!function(e){const t=[],r=[];H.forEach((n=>-1===e.indexOf(n)?t.push(n):r.push(n))),r.forEach((e=>e())),H=t}(r.after_update),n(r.on_destroy),r.fragment&&r.fragment.d(t),
50
50
  // TODO null out other refs, including component.$$ (but need to
51
51
  // preserve final state?)
52
- r.on_destroy=r.fragment=null,r.ctx=[])}function $(e,t){-1===e.$$.dirty[0]&&(B.push(e),C||(C=!0,P.then(I)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function U(o,s,u,c,l,h,p,d=[-1]){const m=a;_(o);const b=o.$$={fragment:null,ctx:[],
52
+ r.on_destroy=r.fragment=null,r.ctx=[])}function $(e,t){-1===e.$$.dirty[0]&&(B.push(e),P||(P=!0,C.then(N)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function U(o,s,u,c,l,h,p,d=[-1]){const m=a;_(o);const b=o.$$={fragment:null,ctx:[],
53
53
  // state
54
54
  props:h,update:e,not_equal:l,bound:r(),
55
55
  // lifecycle
@@ -61,7 +61,7 @@ b.fragment=!!c&&c(b.ctx),s.target){if(s.hydrate){const e=function(e){return Arra
61
61
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
62
62
  b.fragment&&b.fragment.l(e),e.forEach(f)}else
63
63
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
64
- b.fragment&&b.fragment.c();s.intro&&((g=o.$$.fragment)&&g.i&&(M.delete(g),g.i(v))),function(e,r,o,s){const{fragment:a,after_update:u}=e.$$;a&&a.m(r,o),s||
64
+ b.fragment&&b.fragment.c();s.intro&&((g=o.$$.fragment)&&g.i&&(R.delete(g),g.i(v))),function(e,r,o,s){const{fragment:a,after_update:u}=e.$$;a&&a.m(r,o),s||
65
65
  // onMount happens before the initial afterUpdate
66
66
  L((()=>{const r=e.$$.on_mount.map(t).filter(i);
67
67
  // if the component was destroyed immediately
@@ -70,11 +70,11 @@ L((()=>{const r=e.$$.on_mount.map(t).filter(i);
70
70
  e.$$.on_destroy?e.$$.on_destroy.push(...r):
71
71
  // Edge case - component was destroyed immediately,
72
72
  // most likely as a result of a binding initialising
73
- n(r),e.$$.on_mount=[]})),u.forEach(L)}(o,s.target,s.anchor,s.customElement),I()}var g,v;_(m)}let D;"function"==typeof HTMLElement&&(D=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:e}=this.$$;this.$$.on_disconnect=e.map(t).filter(i);
73
+ n(r),e.$$.on_mount=[]})),u.forEach(L)}(o,s.target,s.anchor,s.customElement),N()}var g,v;_(m)}let D;"function"==typeof HTMLElement&&(D=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:e}=this.$$;this.$$.on_disconnect=e.map(t).filter(i);
74
74
  // @ts-ignore todo: improve typings
75
75
  for(const e in this.$$.slotted)
76
76
  // @ts-ignore todo: improve typings
77
- this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,r){this[e]=r}disconnectedCallback(){n(this.$$.on_disconnect)}$destroy(){R(this,1),this.$destroy=e}$on(t,r){
77
+ this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,r){this[e]=r}disconnectedCallback(){n(this.$$.on_disconnect)}$destroy(){M(this,1),this.$destroy=e}$on(t,r){
78
78
  // TODO should this delegate to addEventListener?
79
79
  if(!i(r))return e;const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(r),()=>{const e=n.indexOf(r);-1!==e&&n.splice(e,1)}}$set(e){var t;this.$$set&&(t=e,0!==Object.keys(t).length)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}});const G=[];
80
80
  /**
@@ -256,7 +256,7 @@ return"string"!=typeof n?(t.minimumSignificantDigits=r.length,t.maximumSignifica
256
256
  var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if("+!"===r?(t.signDisplay="always",e=e.slice(2)):"+?"===r&&(t.signDisplay="exceptZero",e=e.slice(2)),!Te.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Se(e){var t=Ae(e);return t||{}}
257
257
  /**
258
258
  * https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md#skeleton-stems-and-options
259
- */function Pe(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=i.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=ne(ne(ne({},t),{notation:"scientific"}),i.options.reduce((function(e,t){return ne(ne({},e),Se(t))}),{}));continue;case"engineering":t=ne(ne(ne({},t),{notation:"engineering"}),i.options.reduce((function(e,t){return ne(ne({},e),Se(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;
259
+ */function Ce(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=i.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=ne(ne(ne({},t),{notation:"scientific"}),i.options.reduce((function(e,t){return ne(ne({},e),Se(t))}),{}));continue;case"engineering":t=ne(ne(ne({},t),{notation:"engineering"}),i.options.reduce((function(e,t){return ne(ne({},e),Se(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;
260
260
  // https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/unicode/unumberformatter.h
261
261
  case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;
262
262
  // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
@@ -275,7 +275,7 @@ return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDi
275
275
  else if(we.test(i.stem))t=ne(ne({},t),Be(i.stem));else{var s=Ae(i.stem);s&&(t=ne(ne({},t),s));var a=He(i.stem);a&&(t=ne(ne({},t),a))}}return t}
276
276
  // @generated from time-data-gen.ts
277
277
  // prettier-ignore
278
- var Ce,Le={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};
278
+ var Pe,Le={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};
279
279
  /**
280
280
  * Returns the best matching date time pattern if a date time skeleton
281
281
  * pattern is provided with a locale. Follows the Unicode specification:
@@ -296,19 +296,19 @@ e.hourCycles.length&&(
296
296
  // @ts-ignore
297
297
  t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}
298
298
  // TODO: Once hourCycle is fully supported remove the following with data generation
299
- var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(Le[r||""]||Le[n||""]||Le["".concat(n,"-001")]||Le["001"])[0]}var xe=new RegExp("^".concat(be.source,"*")),Ie=new RegExp("".concat(be.source,"*$"));function Ne(e,t){return{start:e,end:t}}
299
+ var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(Le[r||""]||Le[n||""]||Le["".concat(n,"-001")]||Le["001"])[0]}var xe=new RegExp("^".concat(be.source,"*")),Ne=new RegExp("".concat(be.source,"*$"));function Ie(e,t){return{start:e,end:t}}
300
300
  // #region Ponyfills
301
301
  // Consolidate these variables up top for easier toggling during debugging
302
- var Me=!!String.prototype.startsWith,Re=!!String.fromCodePoint,$e=!!Object.fromEntries,Ue=!!String.prototype.codePointAt,De=!!String.prototype.trimStart,Ge=!!String.prototype.trimEnd,Fe=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},We=!0;try{
302
+ var Re=!!String.prototype.startsWith,Me=!!String.fromCodePoint,$e=!!Object.fromEntries,Ue=!!String.prototype.codePointAt,De=!!String.prototype.trimStart,Ge=!!String.prototype.trimEnd,Fe=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},We=!0;try{
303
303
  /**
304
304
  * legacy Edge or Xbox One browser
305
305
  * Unicode flag support: supported
306
306
  * Pattern_Syntax support: not supported
307
307
  * See https://github.com/formatjs/formatjs/issues/2822
308
308
  */
309
- We="a"===(null===(Ce=Ze("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===Ce?void 0:Ce[0])}catch(e){We=!1}var ke,je=Me?// Native
309
+ We="a"===(null===(Pe=Ze("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===Pe?void 0:Pe[0])}catch(e){We=!1}var ke,je=Re?// Native
310
310
  function(e,t,r){return e.startsWith(t,r)}:// For IE11
311
- function(e,t,r){return e.slice(r,r+t.length)===t},Ve=Re?String.fromCodePoint:// IE11
311
+ function(e,t,r){return e.slice(r,r+t.length)===t},Ve=Me?String.fromCodePoint:// IE11
312
312
  function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r,n="",i=e.length,o=0;i>o;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},ze=
313
313
  // native
314
314
  $e?Object.fromEntries:// Ponyfill
@@ -318,7 +318,7 @@ function(e,t){var r=e.length;if(!(t<0||t>=r)){var n,i=e.charCodeAt(t);return i<5
318
318
  function(e){return e.trimStart()}:// Ponyfill
319
319
  function(e){return e.replace(xe,"")},Ye=Ge?// Native
320
320
  function(e){return e.trimEnd()}:// Ponyfill
321
- function(e){return e.replace(Ie,"")};
321
+ function(e){return e.replace(Ne,"")};
322
322
  // Prevent minifier to translate new RegExp to literal form that might cause syntax error on IE11.
323
323
  function Ze(e,t){return new RegExp(e,t)}
324
324
  // #endregion
@@ -326,7 +326,7 @@ if(We){
326
326
  // Native
327
327
  var qe=Ze("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ke=function(e,t){var r;return qe.lastIndex=t,null!==(r=qe.exec(e)[1])&&void 0!==r?r:""}}else
328
328
  // IE11
329
- ke=function(e,t){for(var r=[];;){var n=Xe(e,t);if(void 0===n||tt(n)||rt(n))break;r.push(n),t+=n>=65536?2:1}return Ve.apply(void 0,r)};var Je=/** @class */function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125/* `}` */===i&&e>0)break;if(35/* `#` */!==i||"plural"!==t&&"selectordinal"!==t){if(60/* `<` */===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(ee.UNMATCHED_CLOSING_TAG,Ne(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&Qe(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var s=this.clonePosition();this.bump(),n.push({type:te.pound,location:Ne(s,this.clonePosition())})}}}return{val:n,err:null}},
329
+ ke=function(e,t){for(var r=[];;){var n=Xe(e,t);if(void 0===n||tt(n)||rt(n))break;r.push(n),t+=n>=65536?2:1}return Ve.apply(void 0,r)};var Je=/** @class */function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125/* `}` */===i&&e>0)break;if(35/* `#` */!==i||"plural"!==t&&"selectordinal"!==t){if(60/* `<` */===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(ee.UNMATCHED_CLOSING_TAG,Ie(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&Qe(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var s=this.clonePosition();this.bump(),n.push({type:te.pound,location:Ie(s,this.clonePosition())})}}}return{val:n,err:null}},
330
330
  /**
331
331
  * A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
332
332
  * [custom element name][] except that a dash is NOT always mandatory and uppercase letters
@@ -348,14 +348,14 @@ ke=function(e,t){for(var r=[];;){var n=Xe(e,t);if(void 0===n||tt(n)||rt(n))break
348
348
  e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();// `<`
349
349
  var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))
350
350
  // Self closing tag
351
- return{val:{type:te.literal,value:"<".concat(n,"/>"),location:Ne(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,s=this.clonePosition();
351
+ return{val:{type:te.literal,value:"<".concat(n,"/>"),location:Ie(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,s=this.clonePosition();
352
352
  // Expecting a close tag
353
- if(this.bumpIf("</")){if(this.isEOF()||!Qe(this.char()))return this.error(ee.INVALID_TAG,Ne(s,this.clonePosition()));var a=this.clonePosition();return n!==this.parseTagName()?this.error(ee.UNMATCHED_CLOSING_TAG,Ne(a,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:te.tag,value:n,children:o,location:Ne(r,this.clonePosition())},err:null}:this.error(ee.INVALID_TAG,Ne(s,this.clonePosition())))}return this.error(ee.UNCLOSED_TAG,Ne(r,this.clonePosition()))}return this.error(ee.INVALID_TAG,Ne(r,this.clonePosition()))},
353
+ if(this.bumpIf("</")){if(this.isEOF()||!Qe(this.char()))return this.error(ee.INVALID_TAG,Ie(s,this.clonePosition()));var a=this.clonePosition();return n!==this.parseTagName()?this.error(ee.UNMATCHED_CLOSING_TAG,Ie(a,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:te.tag,value:n,children:o,location:Ie(r,this.clonePosition())},err:null}:this.error(ee.INVALID_TAG,Ie(s,this.clonePosition())))}return this.error(ee.UNCLOSED_TAG,Ie(r,this.clonePosition()))}return this.error(ee.INVALID_TAG,Ie(r,this.clonePosition()))},
354
354
  /**
355
355
  * This method assumes that the caller has peeked ahead for the first tag character.
356
356
  */
357
357
  e.prototype.parseTagName=function(){var e=this.offset();// the first tag name character
358
- for(this.bump();!this.isEOF()&&et(this.char());)this.bump();return this.message.slice(e,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var s=this.tryParseLeftAngleBracket();if(!s)break;n+=s}}}var a=Ne(r,this.clonePosition());return{val:{type:te.literal,value:n,location:a},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(Qe(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e;
358
+ for(this.bump();!this.isEOF()&&et(this.char());)this.bump();return this.message.slice(e,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var s=this.tryParseLeftAngleBracket();if(!s)break;n+=s}}}var a=Ie(r,this.clonePosition());return{val:{type:te.literal,value:n,location:a},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(Qe(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e;
359
359
  /** See `parseTag` function docs. */},
360
360
  /**
361
361
  * Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
@@ -378,32 +378,32 @@ for(this.bump();!this.isEOF();){var r=this.char();if(39/* `'` */===r){if(39/* `'
378
378
  this.bump();break}t.push(39),
379
379
  // Bump one more time because we need to skip 2 characters.
380
380
  this.bump()}else t.push(r);this.bump()}return Ve.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60/* `<` */===r||123/* `{` */===r||35/* `#` */===r&&("plural"===t||"selectordinal"===t)||125/* `}` */===r&&e>0?null:(this.bump(),Ve(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),// `{`
381
- this.bumpSpace(),this.isEOF())return this.error(ee.EXPECT_ARGUMENT_CLOSING_BRACE,Ne(r,this.clonePosition()));if(125/* `}` */===this.char())return this.bump(),this.error(ee.EMPTY_ARGUMENT,Ne(r,this.clonePosition()));
381
+ this.bumpSpace(),this.isEOF())return this.error(ee.EXPECT_ARGUMENT_CLOSING_BRACE,Ie(r,this.clonePosition()));if(125/* `}` */===this.char())return this.bump(),this.error(ee.EMPTY_ARGUMENT,Ie(r,this.clonePosition()));
382
382
  // argument name
383
- var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(ee.MALFORMED_ARGUMENT,Ne(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(ee.EXPECT_ARGUMENT_CLOSING_BRACE,Ne(r,this.clonePosition()));switch(this.char()){
383
+ var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(ee.MALFORMED_ARGUMENT,Ie(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(ee.EXPECT_ARGUMENT_CLOSING_BRACE,Ie(r,this.clonePosition()));switch(this.char()){
384
384
  // Simple argument: `{name}`
385
385
  case 125/* `}` */:// `}`
386
386
  return this.bump(),{val:{type:te.argument,
387
387
  // value does not include the opening and closing braces.
388
- value:n,location:Ne(r,this.clonePosition())},err:null};
388
+ value:n,location:Ie(r,this.clonePosition())},err:null};
389
389
  // Argument with options: `{name, format, ...}`
390
390
  case 44/* `,` */:return this.bump(),// `,`
391
- this.bumpSpace(),this.isEOF()?this.error(ee.EXPECT_ARGUMENT_CLOSING_BRACE,Ne(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(ee.MALFORMED_ARGUMENT,Ne(r,this.clonePosition()))}},
391
+ this.bumpSpace(),this.isEOF()?this.error(ee.EXPECT_ARGUMENT_CLOSING_BRACE,Ie(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(ee.MALFORMED_ARGUMENT,Ie(r,this.clonePosition()))}},
392
392
  /**
393
393
  * Advance the parser until the end of the identifier, if it is currently on
394
394
  * an identifier character. Return an empty string otherwise.
395
395
  */
396
- e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=ke(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Ne(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();
396
+ e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=ke(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Ie(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();
397
397
  // Parse this range:
398
398
  // {name, type, style}
399
399
  // ^---^
400
400
  switch(s){case"":
401
401
  // Expecting a style string number, date, time, plural, selectordinal, or select.
402
- return this.error(ee.EXPECT_ARGUMENT_TYPE,Ne(o,a));case"number":case"date":case"time":
402
+ return this.error(ee.EXPECT_ARGUMENT_TYPE,Ie(o,a));case"number":case"date":case"time":
403
403
  // Parse this range:
404
404
  // {name, number, style}
405
405
  // ^-------^
406
- this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(p=Ye(y.val)).length)return this.error(ee.EXPECT_ARGUMENT_STYLE,Ne(this.clonePosition(),this.clonePosition()));u={style:p,styleLocation:Ne(c,this.clonePosition())}}if((g=this.tryParseArgumentClose(n)).err)return g;var l=Ne(n,this.clonePosition());
406
+ this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(p=Ye(y.val)).length)return this.error(ee.EXPECT_ARGUMENT_STYLE,Ie(this.clonePosition(),this.clonePosition()));u={style:p,styleLocation:Ie(c,this.clonePosition())}}if((g=this.tryParseArgumentClose(n)).err)return g;var l=Ie(n,this.clonePosition());
407
407
  // Extract style or skeleton
408
408
  if(u&&je(null==u?void 0:u.style,"::",0)){
409
409
  // Skeleton starts with `::`.
@@ -417,27 +417,27 @@ return{val:{type:"number"===s?te.number:"date"===s?te.date:te.time,value:r,locat
417
417
  // Parse this range:
418
418
  // {name, plural, options}
419
419
  // ^---------^
420
- var d=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(ee.EXPECT_SELECT_ARGUMENT_OPTIONS,Ne(d,ne({},d)));this.bumpSpace();
420
+ var d=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(ee.EXPECT_SELECT_ARGUMENT_OPTIONS,Ie(d,ne({},d)));this.bumpSpace();
421
421
  // Parse offset:
422
422
  // {name, plural, offset:1, options}
423
423
  // ^-----^
424
424
  // or the first option:
425
425
  // {name, plural, one {...} other {...}}
426
426
  // ^--^
427
- var m=this.parseIdentifierIfPossible(),b=0;if("select"!==s&&"offset"===m.value){if(!this.bumpIf(":"))return this.error(ee.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Ne(this.clonePosition(),this.clonePosition()));var y;if(this.bumpSpace(),(y=this.tryParseDecimalInteger(ee.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,ee.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return y;
427
+ var m=this.parseIdentifierIfPossible(),b=0;if("select"!==s&&"offset"===m.value){if(!this.bumpIf(":"))return this.error(ee.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Ie(this.clonePosition(),this.clonePosition()));var y;if(this.bumpSpace(),(y=this.tryParseDecimalInteger(ee.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,ee.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return y;
428
428
  // Parse another identifier for option parsing
429
- this.bumpSpace(),m=this.parseIdentifierIfPossible(),b=y.val}var g,v=this.tryParsePluralOrSelectOptions(e,s,t,m);if(v.err)return v;if((g=this.tryParseArgumentClose(n)).err)return g;var E=Ne(n,this.clonePosition());return"select"===s?{val:{type:te.select,value:r,options:ze(v.val),location:E},err:null}:{val:{type:te.plural,value:r,options:ze(v.val),offset:b,pluralType:"plural"===s?"cardinal":"ordinal",location:E},err:null};default:return this.error(ee.INVALID_ARGUMENT_TYPE,Ne(o,a))}},e.prototype.tryParseArgumentClose=function(e){
429
+ this.bumpSpace(),m=this.parseIdentifierIfPossible(),b=y.val}var g,v=this.tryParsePluralOrSelectOptions(e,s,t,m);if(v.err)return v;if((g=this.tryParseArgumentClose(n)).err)return g;var E=Ie(n,this.clonePosition());return"select"===s?{val:{type:te.select,value:r,options:ze(v.val),location:E},err:null}:{val:{type:te.plural,value:r,options:ze(v.val),offset:b,pluralType:"plural"===s?"cardinal":"ordinal",location:E},err:null};default:return this.error(ee.INVALID_ARGUMENT_TYPE,Ie(o,a))}},e.prototype.tryParseArgumentClose=function(e){
430
430
  // Parse: {value, number, ::currency/GBP }
431
- return this.isEOF()||125/* `}` */!==this.char()?this.error(ee.EXPECT_ARGUMENT_CLOSING_BRACE,Ne(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},
431
+ return this.isEOF()||125/* `}` */!==this.char()?this.error(ee.EXPECT_ARGUMENT_CLOSING_BRACE,Ie(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},
432
432
  /**
433
433
  * See: https://github.com/unicode-org/icu/blob/af7ed1f6d2298013dc303628438ec4abe1f16479/icu4c/source/common/messagepattern.cpp#L659
434
434
  */
435
435
  e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();){switch(this.char()){case 39/* `'` */:
436
436
  // Treat apostrophe as quoting but include it in the style part.
437
437
  // Find the end of the quoted literal text.
438
- this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(ee.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Ne(r,this.clonePosition()));this.bump();break;case 123/* `{` */:e+=1,this.bump();break;case 125/* `}` */:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");
438
+ this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(ee.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Ie(r,this.clonePosition()));this.bump();break;case 123/* `{` */:e+=1,this.bump();break;case 125/* `}` */:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");
439
439
  // Parse the skeleton
440
- for(var t=e.split(ve).filter((function(e){return e.length>0})),r=[],n=0,i=t;n<i.length;n++){var o=i[n].split("/");if(0===o.length)throw new Error("Invalid number skeleton");for(var s=o[0],a=o.slice(1),u=0,c=a;u<c.length;u++)if(0===c[u].length)throw new Error("Invalid number skeleton");r.push({stem:s,options:a})}return r}(e)}catch(e){return this.error(ee.INVALID_NUMBER_SKELETON,t)}return{val:{type:re.number,tokens:r,location:t,parsedOptions:this.shouldParseSkeletons?Pe(r):{}},err:null}},
440
+ for(var t=e.split(ve).filter((function(e){return e.length>0})),r=[],n=0,i=t;n<i.length;n++){var o=i[n].split("/");if(0===o.length)throw new Error("Invalid number skeleton");for(var s=o[0],a=o.slice(1),u=0,c=a;u<c.length;u++)if(0===c[u].length)throw new Error("Invalid number skeleton");r.push({stem:s,options:a})}return r}(e)}catch(e){return this.error(ee.INVALID_NUMBER_SKELETON,t)}return{val:{type:re.number,tokens:r,location:t,parsedOptions:this.shouldParseSkeletons?Ce(r):{}},err:null}},
441
441
  /**
442
442
  * @param nesting_level The current nesting level of messages.
443
443
  * This can be positive when parsing message fragment in select or plural argument options.
@@ -454,17 +454,17 @@ e.prototype.tryParsePluralOrSelectOptions=function(e,t,r,n){
454
454
  // ^--^
455
455
  for(var i,o=!1,s=[],a=new Set,u=n.value,c=n.location;;){if(0===u.length){var l=this.clonePosition();if("select"===t||!this.bumpIf("="))break;
456
456
  // Try parse `={number}` selector
457
- var h=this.tryParseDecimalInteger(ee.EXPECT_PLURAL_ARGUMENT_SELECTOR,ee.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;c=Ne(l,this.clonePosition()),u=this.message.slice(l.offset,this.offset())}
457
+ var h=this.tryParseDecimalInteger(ee.EXPECT_PLURAL_ARGUMENT_SELECTOR,ee.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;c=Ie(l,this.clonePosition()),u=this.message.slice(l.offset,this.offset())}
458
458
  // Duplicate selector clauses
459
459
  if(a.has(u))return this.error("select"===t?ee.DUPLICATE_SELECT_ARGUMENT_SELECTOR:ee.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===u&&(o=!0),
460
460
  // Parse:
461
461
  // one {one apple}
462
462
  // ^----------^
463
- this.bumpSpace();var f=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?ee.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:ee.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Ne(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(e+1,t,r);if(p.err)return p;var d=this.tryParseArgumentClose(f);if(d.err)return d;s.push([u,{value:p.val,location:Ne(f,this.clonePosition())}]),
463
+ this.bumpSpace();var f=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?ee.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:ee.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Ie(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(e+1,t,r);if(p.err)return p;var d=this.tryParseArgumentClose(f);if(d.err)return d;s.push([u,{value:p.val,location:Ie(f,this.clonePosition())}]),
464
464
  // Keep track of the existing selectors
465
465
  a.add(u),
466
466
  // Prep next selector clause.
467
- this.bumpSpace(),u=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===t?ee.EXPECT_SELECT_ARGUMENT_SELECTOR:ee.EXPECT_PLURAL_ARGUMENT_SELECTOR,Ne(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(ee.MISSING_OTHER_CLAUSE,Ne(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var r=1,n=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var i=!1,o=0;!this.isEOF();){var s=this.char();if(!(s>=48/* `0` */&&s<=57/* `9` */))break;i=!0,o=10*o+(s-48),this.bump()}var a=Ne(n,this.clonePosition());return i?Fe(o*=r)?{val:o,err:null}:this.error(t,a):this.error(e,a)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){
467
+ this.bumpSpace(),u=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===t?ee.EXPECT_SELECT_ARGUMENT_SELECTOR:ee.EXPECT_PLURAL_ARGUMENT_SELECTOR,Ie(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(ee.MISSING_OTHER_CLAUSE,Ie(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var r=1,n=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var i=!1,o=0;!this.isEOF();){var s=this.char();if(!(s>=48/* `0` */&&s<=57/* `9` */))break;i=!0,o=10*o+(s-48),this.bump()}var a=Ie(n,this.clonePosition());return i?Fe(o*=r)?{val:o,err:null}:this.error(t,a):this.error(e,a)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){
468
468
  // This is much faster than `Object.assign` or spread.
469
469
  return{offset:this.position.offset,line:this.position.line,column:this.position.column}},
470
470
  /**
@@ -580,9 +580,12 @@ e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
580
580
  Copyright (c) 2014, Yahoo! Inc. All rights reserved.
581
581
  Copyrights licensed under the New BSD License.
582
582
  See the accompanying LICENSE file for terms.
583
- */const Ht={},St=(e,t,r)=>r?(t in Ht||(Ht[t]={}),e in Ht[t]||(Ht[t][e]=r),r):r,Pt=(e,t)=>{if(null==t)return;if(t in Ht&&e in Ht[t])return Ht[t][e];const r=Vt(t);for(let n=0;n<r.length;n++){const i=xt(r[n],e);if(i)return St(e,t,i)}};let Ct;const Lt=F({});function Ot(e){return e in Ct}function xt(e,t){if(!Ot(e))return null;const r=function(e){return Ct[e]||null}(e);return function(e,t){if(null==t)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let e=0;e<r.length;e++)if("object"==typeof n){if(e>0){const t=r.slice(e,r.length).join(".");if(t in n){n=n[t];break}}n=n[r[e]]}else n=void 0;return n}(r,t)}function It(e,...t){delete Ht[e],Lt.update((r=>(r[e]=q.all([r[e]||{},...t]),r)))}W([Lt],(([e])=>Object.keys(e))),Lt.subscribe((e=>Ct=e));const Nt={};function Mt(e){return Nt[e]}function Rt(e){return null!=e&&Vt(e).some((e=>{var t;return null===(t=Mt(e))||void 0===t?void 0:t.size}))}const $t={};function Ut(e){if(!Rt(e))return e in $t?$t[e]:Promise.resolve();const t=function(e){return Vt(e).map((e=>{const t=Mt(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return $t[e]=Promise.all(t.map((([e,t])=>function(e,t){const r=Promise.all(t.map((t=>(function(e,t){Nt[e].delete(t),0===Nt[e].size&&delete Nt[e]}(e,t),t().then((e=>e.default||e))))));return r.then((t=>It(e,...t)))}(e,t)))).then((()=>{if(Rt(e))return Ut(e);delete $t[e]})),$t[e]}const Dt={fallbackLocale:null,loadingDelay:200,formats:{number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0};function Gt(){return Dt}const Ft=F(!1);let Wt;const kt=F(null);function jt(e){return e.split("-").map(((e,t,r)=>r.slice(0,t+1).join("-"))).reverse()}function Vt(e,t=Gt().fallbackLocale){const r=jt(e);return t?[...new Set([...r,...jt(t)])]:r}function zt(){return null!=Wt?Wt:void 0}kt.subscribe((e=>{Wt=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const Xt={...kt,set:e=>{if(e&&function(e){if(null==e)return;const t=Vt(e);for(let e=0;e<t.length;e++){const r=t[e];if(Ot(r))return r}}(e)&&Rt(e)){const{loadingDelay:t}=Gt();let r;return"undefined"!=typeof window&&null!=zt()&&t?r=window.setTimeout((()=>Ft.set(!0)),t):Ft.set(!0),Ut(e).then((()=>{kt.set(e)})).finally((()=>{clearTimeout(r),Ft.set(!1)}))}return kt.set(e)}},Kt=e=>{const t=Object.create(null);return r=>{const n=JSON.stringify(r);return n in t?t[n]:t[n]=e(r)}},Yt=(e,t)=>{const{formats:r}=Gt();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Zt=Kt((({locale:e,format:t,...r})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return t&&(r=Yt("number",t)),new Intl.NumberFormat(e,r)})),qt=Kt((({locale:e,format:t,...r})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return t?r=Yt("date",t):0===Object.keys(r).length&&(r=Yt("date","short")),new Intl.DateTimeFormat(e,r)})),Jt=Kt((({locale:e,format:t,...r})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return t?r=Yt("time",t):0===Object.keys(r).length&&(r=Yt("time","short")),new Intl.DateTimeFormat(e,r)})),Qt=Kt(((e,t=zt())=>new At(e,t,Gt().formats,{ignoreTag:Gt().ignoreTag}))),er=(e,t={})=>{var r,n,i,o;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:a,locale:u=zt(),default:c}=s;if(null==u)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let l=Pt(e,u);if(l){if("string"!=typeof l)return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),l}else l=null!==(o=null!==(i=null===(n=(r=Gt()).handleMissingMessage)||void 0===n?void 0:n.call(r,{locale:u,id:e,defaultValue:c}))&&void 0!==i?i:c)&&void 0!==o?o:e;if(!a)return l;let h=l;try{h=Qt(l,u).format(a)}catch(t){t instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},tr=(e,t)=>(({locale:e=zt(),...t}={})=>Jt({locale:e,...t}))(t).format(e),rr=(e,t)=>(({locale:e=zt(),...t}={})=>qt({locale:e,...t}))(t).format(e),nr=(e,t)=>(({locale:e=zt(),...t}={})=>Zt({locale:e,...t}))(t).format(e),ir=(e,t=zt())=>Pt(e,t),or=W([Xt,Lt],(()=>er));function sr(e,t){It(e,t)}W([Xt],(()=>tr)),W([Xt],(()=>rr)),W([Xt],(()=>nr)),W([Xt,Lt],(()=>ir));const ar={en:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},"zh-hk":{recentWinners:"最近的获奖者",topWinners:"最佳获奖者",won:"刚赢"},de:{recentWinners:"Kürzliche Gewinner",topWinners:"Top Gewinner",won:"Eben gewonnen"},it:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},fr:{recentWinners:"Gagnants récents",topWinners:"Meilleurs gagnants",won:"vient de gagner"},es:{recentWinners:"Ganadores Recientes",topWinners:"Ganadores Top",won:"Últimos Ganadores"},el:{recentWinners:"Πρόσφατοι νικητές",topWinners:"Κορυφαίοι νικητές",won:"μόλις κέρδισε"},tr:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},ru:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},ro:{recentWinners:"Ultimii câștigători",topWinners:"Câștigători de top",won:"tocmai a câștigat"},hr:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},hu:{recentWinners:"Legutóbbi nyertesek",topWinners:"Top nyertesek",won:"Nyert"},pl:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},pt:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},sl:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},sr:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"}};var ur="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==ur&&ur,cr="URLSearchParams"in ur,lr="Symbol"in ur&&"iterator"in Symbol,hr="FileReader"in ur&&"Blob"in ur&&function(){try{return new Blob,!0}catch(e){return!1}}(),fr="FormData"in ur,pr="ArrayBuffer"in ur;if(pr)var dr=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],mr=ArrayBuffer.isView||function(e){return e&&dr.indexOf(Object.prototype.toString.call(e))>-1};function br(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function yr(e){return"string"!=typeof e&&(e=String(e)),e}
583
+ */const Ht={},St=(e,t,r)=>r?(t in Ht||(Ht[t]={}),e in Ht[t]||(Ht[t][e]=r),r):r,Ct=(e,t)=>{if(null==t)return;if(t in Ht&&e in Ht[t])return Ht[t][e];const r=Vt(t);for(let n=0;n<r.length;n++){const i=xt(r[n],e);if(i)return St(e,t,i)}};let Pt;const Lt=F({});function Ot(e){return e in Pt}function xt(e,t){if(!Ot(e))return null;const r=function(e){return Pt[e]||null}(e);return function(e,t){if(null==t)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let e=0;e<r.length;e++)if("object"==typeof n){if(e>0){const t=r.slice(e,r.length).join(".");if(t in n){n=n[t];break}}n=n[r[e]]}else n=void 0;return n}(r,t)}function Nt(e,...t){delete Ht[e],Lt.update((r=>(r[e]=q.all([r[e]||{},...t]),r)))}W([Lt],(([e])=>Object.keys(e))),Lt.subscribe((e=>Pt=e));const It={};function Rt(e){return It[e]}function Mt(e){return null!=e&&Vt(e).some((e=>{var t;return null===(t=Rt(e))||void 0===t?void 0:t.size}))}const $t={};function Ut(e){if(!Mt(e))return e in $t?$t[e]:Promise.resolve();const t=function(e){return Vt(e).map((e=>{const t=Rt(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return $t[e]=Promise.all(t.map((([e,t])=>function(e,t){const r=Promise.all(t.map((t=>(function(e,t){It[e].delete(t),0===It[e].size&&delete It[e]}(e,t),t().then((e=>e.default||e))))));return r.then((t=>Nt(e,...t)))}(e,t)))).then((()=>{if(Mt(e))return Ut(e);delete $t[e]})),$t[e]}const Dt={fallbackLocale:null,loadingDelay:200,formats:{number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0};function Gt(){return Dt}const Ft=F(!1);let Wt;const kt=F(null);function jt(e){return e.split("-").map(((e,t,r)=>r.slice(0,t+1).join("-"))).reverse()}function Vt(e,t=Gt().fallbackLocale){const r=jt(e);return t?[...new Set([...r,...jt(t)])]:r}function zt(){return null!=Wt?Wt:void 0}kt.subscribe((e=>{Wt=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const Xt={...kt,set:e=>{if(e&&function(e){if(null==e)return;const t=Vt(e);for(let e=0;e<t.length;e++){const r=t[e];if(Ot(r))return r}}(e)&&Mt(e)){const{loadingDelay:t}=Gt();let r;return"undefined"!=typeof window&&null!=zt()&&t?r=window.setTimeout((()=>Ft.set(!0)),t):Ft.set(!0),Ut(e).then((()=>{kt.set(e)})).finally((()=>{clearTimeout(r),Ft.set(!1)}))}return kt.set(e)}},Kt=e=>{const t=Object.create(null);return r=>{const n=JSON.stringify(r);return n in t?t[n]:t[n]=e(r)}},Yt=(e,t)=>{const{formats:r}=Gt();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Zt=Kt((({locale:e,format:t,...r})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return t&&(r=Yt("number",t)),new Intl.NumberFormat(e,r)})),qt=Kt((({locale:e,format:t,...r})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return t?r=Yt("date",t):0===Object.keys(r).length&&(r=Yt("date","short")),new Intl.DateTimeFormat(e,r)})),Jt=Kt((({locale:e,format:t,...r})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return t?r=Yt("time",t):0===Object.keys(r).length&&(r=Yt("time","short")),new Intl.DateTimeFormat(e,r)})),Qt=Kt(((e,t=zt())=>new At(e,t,Gt().formats,{ignoreTag:Gt().ignoreTag}))),er=(e,t={})=>{var r,n,i,o;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:a,locale:u=zt(),default:c}=s;if(null==u)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let l=Ct(e,u);if(l){if("string"!=typeof l)return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),l}else l=null!==(o=null!==(i=null===(n=(r=Gt()).handleMissingMessage)||void 0===n?void 0:n.call(r,{locale:u,id:e,defaultValue:c}))&&void 0!==i?i:c)&&void 0!==o?o:e;if(!a)return l;let h=l;try{h=Qt(l,u).format(a)}catch(t){t instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},tr=(e,t)=>(({locale:e=zt(),...t}={})=>Jt({locale:e,...t}))(t).format(e),rr=(e,t)=>(({locale:e=zt(),...t}={})=>qt({locale:e,...t}))(t).format(e),nr=(e,t)=>(({locale:e=zt(),...t}={})=>Zt({locale:e,...t}))(t).format(e),ir=(e,t=zt())=>Ct(e,t),or=W([Xt,Lt],(()=>er));function sr(e,t){Nt(e,t)}W([Xt],(()=>tr)),W([Xt],(()=>rr)),W([Xt],(()=>nr)),W([Xt,Lt],(()=>ir));const ar={en:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},"zh-hk":{recentWinners:"最近的获奖者",topWinners:"最佳获奖者",won:"刚赢"},de:{recentWinners:"Kürzliche Gewinner",topWinners:"Top Gewinner",won:"Eben gewonnen"},it:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},fr:{recentWinners:"Gagnants récents",topWinners:"Meilleurs gagnants",won:"vient de gagner"},es:{recentWinners:"Ganadores Recientes",topWinners:"Ganadores Top",won:"Últimos Ganadores"},el:{recentWinners:"Πρόσφατοι νικητές",topWinners:"Κορυφαίοι νικητές",won:"μόλις κέρδισε"},tr:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},ru:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},ro:{recentWinners:"Ultimii câștigători",topWinners:"Câștigători de top",won:"tocmai a câștigat"},hr:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},hu:{recentWinners:"Legutóbbi nyertesek",topWinners:"Top nyertesek",won:"Nyert"},pl:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},pt:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},sl:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"},sr:{recentWinners:"Recent Winners",topWinners:"Top Winners",won:"just won"}};
584
+ /* eslint-disable no-prototype-builtins */var ur="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||
585
+ // eslint-disable-next-line no-undef
586
+ "undefined"!=typeof global&&global||{},cr="URLSearchParams"in ur,lr="Symbol"in ur&&"iterator"in Symbol,hr="FileReader"in ur&&"Blob"in ur&&function(){try{return new Blob,!0}catch(e){return!1}}(),fr="FormData"in ur,pr="ArrayBuffer"in ur;if(pr)var dr=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],mr=ArrayBuffer.isView||function(e){return e&&dr.indexOf(Object.prototype.toString.call(e))>-1};function br(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function yr(e){return"string"!=typeof e&&(e=String(e)),e}
584
587
  // Build a destructive iterator for the value list
585
- function gr(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return lr&&(t[Symbol.iterator]=function(){return t}),t}function vr(e){this.map={},e instanceof vr?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function Er(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function wr(e){return new Promise((function(t,r){e.onload=function(){t(e.result)},e.onerror=function(){r(e.error)}}))}function _r(e){var t=new FileReader,r=wr(t);return t.readAsArrayBuffer(e),r}function Tr(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function Br(){return this.bodyUsed=!1,this._initBody=function(e){var t;
588
+ function gr(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return lr&&(t[Symbol.iterator]=function(){return t}),t}function vr(e){this.map={},e instanceof vr?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){if(2!=e.length)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+e.length);this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function Er(e){if(!e._noBody)return e.bodyUsed?Promise.reject(new TypeError("Already read")):void(e.bodyUsed=!0)}function wr(e){return new Promise((function(t,r){e.onload=function(){t(e.result)},e.onerror=function(){r(e.error)}}))}function _r(e){var t=new FileReader,r=wr(t);return t.readAsArrayBuffer(e),r}function Tr(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function Br(){return this.bodyUsed=!1,this._initBody=function(e){var t;
586
589
  /*
587
590
  fetch-mock wraps the Response object in an ES6 Proxy to
588
591
  provide useful test harness features such as flush. However, on
@@ -593,21 +596,22 @@ function gr(e){var t={next:function(){var t=e.shift();return{done:void 0===t,val
593
596
  semantic of setting Request.bodyUsed in the constructor before
594
597
  _initBody is called.
595
598
  */
599
+ // eslint-disable-next-line no-self-assign
596
600
  this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:hr&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:fr&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:cr&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():pr&&hr&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=Tr(e.buffer),
597
601
  // IE 10-11 can't handle a DataView body.
598
- this._bodyInit=new Blob([this._bodyArrayBuffer])):pr&&(ArrayBuffer.prototype.isPrototypeOf(e)||mr(e))?this._bodyArrayBuffer=Tr(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):cr&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},hr&&(this.blob=function(){var e=Er(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var e=Er(this);return e||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(_r)}),this.text=function(){var e,t,r,n=Er(this);if(n)return n;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,r=wr(t),t.readAsText(e),r;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),r=new Array(t.length),n=0;n<t.length;n++)r[n]=String.fromCharCode(t[n]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},fr&&(this.formData=function(){return this.text().then(Sr)}),this.json=function(){return this.text().then(JSON.parse)},this}
602
+ this._bodyInit=new Blob([this._bodyArrayBuffer])):pr&&(ArrayBuffer.prototype.isPrototypeOf(e)||mr(e))?this._bodyArrayBuffer=Tr(e):this._bodyText=e=Object.prototype.toString.call(e):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):cr&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},hr&&(this.blob=function(){var e=Er(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))}),this.arrayBuffer=function(){if(this._bodyArrayBuffer){var e=Er(this);return e||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}if(hr)return this.blob().then(_r);throw new Error("could not read as ArrayBuffer")},this.text=function(){var e,t,r,n,i,o=Er(this);if(o)return o;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,r=wr(t),n=/charset=([A-Za-z0-9_-]+)/.exec(e.type),i=n?n[1]:"utf-8",t.readAsText(e,i),r;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),r=new Array(t.length),n=0;n<t.length;n++)r[n]=String.fromCharCode(t[n]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},fr&&(this.formData=function(){return this.text().then(Sr)}),this.json=function(){return this.text().then(JSON.parse)},this}
599
603
  // HTTP methods whose capitalization should be normalized
600
- vr.prototype.append=function(e,t){e=br(e),t=yr(t);var r=this.map[e];this.map[e]=r?r+", "+t:t},vr.prototype.delete=function(e){delete this.map[br(e)]},vr.prototype.get=function(e){return e=br(e),this.has(e)?this.map[e]:null},vr.prototype.has=function(e){return this.map.hasOwnProperty(br(e))},vr.prototype.set=function(e,t){this.map[br(e)]=yr(t)},vr.prototype.forEach=function(e,t){for(var r in this.map)this.map.hasOwnProperty(r)&&e.call(t,this.map[r],r,this)},vr.prototype.keys=function(){var e=[];return this.forEach((function(t,r){e.push(r)})),gr(e)},vr.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),gr(e)},vr.prototype.entries=function(){var e=[];return this.forEach((function(t,r){e.push([r,t])})),gr(e)},lr&&(vr.prototype[Symbol.iterator]=vr.prototype.entries);var Ar=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function Hr(e,t){if(!(this instanceof Hr))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var r,n,i=(t=t||{}).body;if(e instanceof Hr){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new vr(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,i||null==e._bodyInit||(i=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new vr(t.headers)),this.method=(r=t.method||this.method||"GET",n=r.toUpperCase(),Ar.indexOf(n)>-1?n:r),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(i),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){
604
+ vr.prototype.append=function(e,t){e=br(e),t=yr(t);var r=this.map[e];this.map[e]=r?r+", "+t:t},vr.prototype.delete=function(e){delete this.map[br(e)]},vr.prototype.get=function(e){return e=br(e),this.has(e)?this.map[e]:null},vr.prototype.has=function(e){return this.map.hasOwnProperty(br(e))},vr.prototype.set=function(e,t){this.map[br(e)]=yr(t)},vr.prototype.forEach=function(e,t){for(var r in this.map)this.map.hasOwnProperty(r)&&e.call(t,this.map[r],r,this)},vr.prototype.keys=function(){var e=[];return this.forEach((function(t,r){e.push(r)})),gr(e)},vr.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),gr(e)},vr.prototype.entries=function(){var e=[];return this.forEach((function(t,r){e.push([r,t])})),gr(e)},lr&&(vr.prototype[Symbol.iterator]=vr.prototype.entries);var Ar=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function Hr(e,t){if(!(this instanceof Hr))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var r,n,i=(t=t||{}).body;if(e instanceof Hr){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new vr(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,i||null==e._bodyInit||(i=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new vr(t.headers)),this.method=(r=t.method||this.method||"GET",n=r.toUpperCase(),Ar.indexOf(n)>-1?n:r),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal||function(){if("AbortController"in ur)return(new AbortController).signal}(),this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(i),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){
601
605
  // Search for a '_' parameter in the query string
602
606
  var o=/([?&])_=[^&]*/;if(o.test(this.url))
603
607
  // If it already exists then set the value with the current time
604
- this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function Sr(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var r=e.split("="),n=r.shift().replace(/\+/g," "),i=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(n),decodeURIComponent(i))}})),t}function Pr(e,t){if(!(this instanceof Pr))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new vr(t.headers),this.url=t.url||"",this._initBody(e)}Hr.prototype.clone=function(){return new Hr(this,{body:this._bodyInit})},Br.call(Hr.prototype),Br.call(Pr.prototype),Pr.prototype.clone=function(){return new Pr(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new vr(this.headers),url:this.url})},Pr.error=function(){var e=new Pr(null,{status:0,statusText:""});return e.type="error",e};var Cr=[301,302,303,307,308];Pr.redirect=function(e,t){if(-1===Cr.indexOf(t))throw new RangeError("Invalid status code");return new Pr(null,{status:t,headers:{location:e}})};var Lr=ur.DOMException;try{new Lr}catch(e){(Lr=function(e,t){this.message=e,this.name=t;var r=Error(e);this.stack=r.stack}).prototype=Object.create(Error.prototype),Lr.prototype.constructor=Lr}function Or(e,t){return new Promise((function(r,n){var i=new Hr(e,t);if(i.signal&&i.signal.aborted)return n(new Lr("Aborted","AbortError"));var o=new XMLHttpRequest;function s(){o.abort()}o.onload=function(){var e,t,n={status:o.status,statusText:o.statusText,headers:(e=o.getAllResponseHeaders()||"",t=new vr,
608
+ this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function Sr(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var r=e.split("="),n=r.shift().replace(/\+/g," "),i=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(n),decodeURIComponent(i))}})),t}function Cr(e,t){if(!(this instanceof Cr))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new vr(t.headers),this.url=t.url||"",this._initBody(e)}Hr.prototype.clone=function(){return new Hr(this,{body:this._bodyInit})},Br.call(Hr.prototype),Br.call(Cr.prototype),Cr.prototype.clone=function(){return new Cr(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new vr(this.headers),url:this.url})},Cr.error=function(){var e=new Cr(null,{status:200,statusText:""});return e.status=0,e.type="error",e};var Pr=[301,302,303,307,308];Cr.redirect=function(e,t){if(-1===Pr.indexOf(t))throw new RangeError("Invalid status code");return new Cr(null,{status:t,headers:{location:e}})};var Lr=ur.DOMException;try{new Lr}catch(e){(Lr=function(e,t){this.message=e,this.name=t;var r=Error(e);this.stack=r.stack}).prototype=Object.create(Error.prototype),Lr.prototype.constructor=Lr}function Or(e,t){return new Promise((function(r,n){var i=new Hr(e,t);if(i.signal&&i.signal.aborted)return n(new Lr("Aborted","AbortError"));var o=new XMLHttpRequest;function s(){o.abort()}if(o.onload=function(){var e=o.getAllResponseHeaders(),t=o.getResponseHeader("set-cookie");t&&(e=e.replace(t,t.replace(/\r?\n/g,", ")));var n,i,s={status:o.status,statusText:o.statusText,headers:(n=e||"",i=new vr,
605
609
  // Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill
606
610
  // https://github.com/github/fetch/issues/748
607
611
  // https://github.com/zloirock/core-js/issues/751
608
- e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var r=e.split(":"),n=r.shift().trim();if(n){var i=r.join(":").trim();t.append(n,i)}})),t)};n.url="responseURL"in o?o.responseURL:n.headers.get("X-Request-URL");var i="response"in o?o.response:o.responseText;setTimeout((function(){r(new Pr(i,n))}),0)},o.onerror=function(){setTimeout((function(){n(new TypeError("Network request failed"))}),0)},o.ontimeout=function(){setTimeout((function(){n(new TypeError("Network request failed"))}),0)},o.onabort=function(){setTimeout((function(){n(new Lr("Aborted","AbortError"))}),0)},o.open(i.method,function(e){try{return""===e&&ur.location.href?ur.location.href:e}catch(t){return e}}(i.url),!0),"include"===i.credentials?o.withCredentials=!0:"omit"===i.credentials&&(o.withCredentials=!1),"responseType"in o&&(hr?o.responseType="blob":pr&&i.headers.get("Content-Type")&&-1!==i.headers.get("Content-Type").indexOf("application/octet-stream")&&(o.responseType="arraybuffer")),!t||"object"!=typeof t.headers||t.headers instanceof vr?i.headers.forEach((function(e,t){o.setRequestHeader(t,e)})):Object.getOwnPropertyNames(t.headers).forEach((function(e){o.setRequestHeader(e,yr(t.headers[e]))})),i.signal&&(i.signal.addEventListener("abort",s),o.onreadystatechange=function(){
612
+ n.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var t=e.split(":"),r=t.shift().trim();if(r){var n=t.join(":").trim();try{i.append(r,n)}catch(e){console.warn("Response "+e.message)}}})),i)};s.url="responseURL"in o?o.responseURL:s.headers.get("X-Request-URL");var a="response"in o?o.response:o.responseText;setTimeout((function(){r(new Cr(a,s))}),0)},o.onerror=function(){setTimeout((function(){n(new TypeError("Network request failed"))}),0)},o.ontimeout=function(){setTimeout((function(){n(new TypeError("Network request failed"))}),0)},o.onabort=function(){setTimeout((function(){n(new Lr("Aborted","AbortError"))}),0)},o.open(i.method,function(e){try{return""===e&&ur.location.href?ur.location.href:e}catch(t){return e}}(i.url),!0),"include"===i.credentials?o.withCredentials=!0:"omit"===i.credentials&&(o.withCredentials=!1),"responseType"in o&&(hr?o.responseType="blob":pr&&(o.responseType="arraybuffer")),t&&"object"==typeof t.headers&&!(t.headers instanceof vr||ur.Headers&&t.headers instanceof ur.Headers)){var a=[];Object.getOwnPropertyNames(t.headers).forEach((function(e){a.push(br(e)),o.setRequestHeader(e,yr(t.headers[e]))})),i.headers.forEach((function(e,t){-1===a.indexOf(t)&&o.setRequestHeader(t,e)}))}else i.headers.forEach((function(e,t){o.setRequestHeader(t,e)}));i.signal&&(i.signal.addEventListener("abort",s),o.onreadystatechange=function(){
609
613
  // DONE (success or failure)
610
- 4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}Or.polyfill=!0,ur.fetch||(ur.fetch=Or,ur.Headers=vr,ur.Request=Hr,ur.Response=Pr),
614
+ 4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}Or.polyfill=!0,ur.fetch||(ur.fetch=Or,ur.Headers=vr,ur.Request=Hr,ur.Response=Cr),
611
615
  // the whatwg-fetch polyfill installs the fetch() function
612
616
  // on the global object (window or self)
613
617
  // Return that as the export for use in Webpack, Browserify etc.
@@ -627,12 +631,12 @@ self.fetch.bind(self);
627
631
  PERFORMANCE OF THIS SOFTWARE.
628
632
  ***************************************************************************** */
629
633
  /* global Reflect, Promise, SuppressedError, Symbol */
630
- var xr=function(e,t){return xr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},xr(e,t)};function Ir(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}xr(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function Nr(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Mr(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s}function Rr(e,t,r){if(r||2===arguments.length)for(var n,i=0,o=t.length;i<o;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))}function $r(e){return"function"==typeof e}function Ur(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}"function"==typeof SuppressedError&&SuppressedError;var Dr=Ur((function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(e,t){return t+1+") "+e.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}}));function Gr(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Fr=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var e,t,r,n,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var s=Nr(o),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else o.remove(this);var u=this.initialTeardown;if($r(u))try{u()}catch(e){i=e instanceof Dr?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var l=Nr(c),h=l.next();!h.done;h=l.next()){var f=h.value;try{jr(f)}catch(e){i=null!=i?i:[],e instanceof Dr?i=Rr(Rr([],Mr(i)),Mr(e.errors)):i.push(e)}}}catch(e){r={error:e}}finally{try{h&&!h.done&&(n=l.return)&&n.call(l)}finally{if(r)throw r.error}}}if(i)throw new Dr(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)jr(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&Gr(t,e)},e.prototype.remove=function(t){var r=this._finalizers;r&&Gr(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Wr=Fr.EMPTY;function kr(e){return e instanceof Fr||e&&"closed"in e&&$r(e.remove)&&$r(e.add)&&$r(e.unsubscribe)}function jr(e){$r(e)?e():e.unsubscribe()}var Vr={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},zr={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=zr.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,Rr([e,t],Mr(r))):setTimeout.apply(void 0,Rr([e,t],Mr(r)))},clearTimeout:function(e){var t=zr.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Xr(){}var Kr=null;function Yr(e){if(Vr.useDeprecatedSynchronousErrorHandling){var t=!Kr;if(t&&(Kr={errorThrown:!1,error:null}),e(),t){var r=Kr,n=r.errorThrown,i=r.error;if(Kr=null,n)throw i}}else e()}var Zr=function(e){function t(t){var r=e.call(this)||this;return r.isStopped=!1,t?(r.destination=t,kr(t)&&t.add(r)):r.destination=rn,r}return Ir(t,e),t.create=function(e,t,r){return new en(e,t,r)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Fr),qr=Function.prototype.bind;function Jr(e,t){return qr.call(e,t)}var Qr=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){tn(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){tn(e)}else tn(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){tn(e)}},e}(),en=function(e){function t(t,r,n){var i,o,s=e.call(this)||this;$r(t)||!t?i={next:null!=t?t:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:s&&Vr.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&Jr(t.next,o),error:t.error&&Jr(t.error,o),complete:t.complete&&Jr(t.complete,o)}):i=t;return s.destination=new Qr(i),s}return Ir(t,e),t}(Zr);function tn(e){var t;t=e,zr.setTimeout((function(){throw t}))}var rn={closed:!0,next:Xr,error:function(e){throw e},complete:Xr},nn="function"==typeof Symbol&&Symbol.observable||"@@observable";function on(e){return e}var sn=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(e,t,r){var n,i=this,o=(n=e)&&n instanceof Zr||function(e){return e&&$r(e.next)&&$r(e.error)&&$r(e.complete)}(n)&&kr(n)?e:new en(e,t,r);return Yr((function(){var e=i,t=e.operator,r=e.source;o.add(t?t.call(o,r):r?i._subscribe(o):i._trySubscribe(o))})),o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var r=this;return new(t=an(t))((function(t,n){var i=new en({next:function(t){try{e(t)}catch(e){n(e),i.unsubscribe()}},error:n,complete:t});r.subscribe(i)}))},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[nn]=function(){return this},e.prototype.pipe=function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return(0===(e=t).length?on:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)})(this)},e.prototype.toPromise=function(e){var t=this;return new(e=an(e))((function(e,r){var n;t.subscribe((function(e){return n=e}),(function(e){return r(e)}),(function(){return e(n)}))}))},e.create=function(t){return new e(t)},e}();function an(e){var t;return null!==(t=null!=e?e:Vr.Promise)&&void 0!==t?t:Promise}var un=Ur((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),cn=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return Ir(t,e),t.prototype.lift=function(e){var t=new ln(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new un},t.prototype.next=function(e){var t=this;Yr((function(){var r,n;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=Nr(t.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(e)}}catch(e){r={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}}}))},t.prototype.error=function(e){var t=this;Yr((function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var r=t.observers;r.length;)r.shift().error(e)}}))},t.prototype.complete=function(){var e=this;Yr((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,r=this,n=r.hasError,i=r.isStopped,o=r.observers;return n||i?Wr:(this.currentObservers=null,o.push(e),new Fr((function(){t.currentObservers=null,Gr(o,e)})))},t.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t.thrownError,i=t.isStopped;r?e.error(n):i&&e.complete()},t.prototype.asObservable=function(){var e=new sn;return e.source=this,e},t.create=function(e,t){return new ln(e,t)},t}(sn),ln=function(e){function t(t,r){var n=e.call(this)||this;return n.destination=t,n.source=r,n}return Ir(t,e),t.prototype.next=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,e)},t.prototype.error=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==r?r:Wr},t}(cn),hn={now:function(){return(hn.delegate||Date).now()},delegate:void 0},fn=function(e){function t(t,r,n){void 0===t&&(t=1/0),void 0===r&&(r=1/0),void 0===n&&(n=hn);var i=e.call(this)||this;return i._bufferSize=t,i._windowTime=r,i._timestampProvider=n,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=r===1/0,i._bufferSize=Math.max(1,t),i._windowTime=Math.max(1,r),i}return Ir(t,e),t.prototype.next=function(t){var r=this,n=r.isStopped,i=r._buffer,o=r._infiniteTimeWindow,s=r._timestampProvider,a=r._windowTime;n||(i.push(t),!o&&i.push(s.now()+a)),this._trimBuffer(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),r=this._infiniteTimeWindow,n=this._buffer.slice(),i=0;i<n.length&&!e.closed;i+=r?1:2)e.next(n[i]);return this._checkFinalizedStatuses(e),t},t.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,r=e._timestampProvider,n=e._buffer,i=e._infiniteTimeWindow,o=(i?1:2)*t;if(t<1/0&&o<n.length&&n.splice(0,n.length-o),!i){for(var s=r.now(),a=0,u=1;u<n.length&&n[u]<=s;u+=2)a=u;a&&n.splice(0,a+1)}},t}(cn);let pn=[],dn={};window.emWidgets={topic:(e,t=0)=>{if(-1==pn.indexOf(e)){let r=new fn(t);dn[e]=r,pn.push(e)}return dn[e]}};
634
+ var xr=function(e,t){return xr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},xr(e,t)};function Nr(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}xr(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function Ir(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Rr(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s}function Mr(e,t,r){if(r||2===arguments.length)for(var n,i=0,o=t.length;i<o;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))}function $r(e){return"function"==typeof e}function Ur(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}"function"==typeof SuppressedError&&SuppressedError;var Dr=Ur((function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(e,t){return t+1+") "+e.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}}));function Gr(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Fr=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var e,t,r,n,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var s=Ir(o),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else o.remove(this);var u=this.initialTeardown;if($r(u))try{u()}catch(e){i=e instanceof Dr?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var l=Ir(c),h=l.next();!h.done;h=l.next()){var f=h.value;try{jr(f)}catch(e){i=null!=i?i:[],e instanceof Dr?i=Mr(Mr([],Rr(i)),Rr(e.errors)):i.push(e)}}}catch(e){r={error:e}}finally{try{h&&!h.done&&(n=l.return)&&n.call(l)}finally{if(r)throw r.error}}}if(i)throw new Dr(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)jr(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&Gr(t,e)},e.prototype.remove=function(t){var r=this._finalizers;r&&Gr(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Wr=Fr.EMPTY;function kr(e){return e instanceof Fr||e&&"closed"in e&&$r(e.remove)&&$r(e.add)&&$r(e.unsubscribe)}function jr(e){$r(e)?e():e.unsubscribe()}var Vr={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},zr={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=zr.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,Mr([e,t],Rr(r))):setTimeout.apply(void 0,Mr([e,t],Rr(r)))},clearTimeout:function(e){var t=zr.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Xr(){}var Kr=null;function Yr(e){if(Vr.useDeprecatedSynchronousErrorHandling){var t=!Kr;if(t&&(Kr={errorThrown:!1,error:null}),e(),t){var r=Kr,n=r.errorThrown,i=r.error;if(Kr=null,n)throw i}}else e()}var Zr=function(e){function t(t){var r=e.call(this)||this;return r.isStopped=!1,t?(r.destination=t,kr(t)&&t.add(r)):r.destination=rn,r}return Nr(t,e),t.create=function(e,t,r){return new en(e,t,r)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Fr),qr=Function.prototype.bind;function Jr(e,t){return qr.call(e,t)}var Qr=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){tn(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){tn(e)}else tn(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){tn(e)}},e}(),en=function(e){function t(t,r,n){var i,o,s=e.call(this)||this;$r(t)||!t?i={next:null!=t?t:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:s&&Vr.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&Jr(t.next,o),error:t.error&&Jr(t.error,o),complete:t.complete&&Jr(t.complete,o)}):i=t;return s.destination=new Qr(i),s}return Nr(t,e),t}(Zr);function tn(e){var t;t=e,zr.setTimeout((function(){throw t}))}var rn={closed:!0,next:Xr,error:function(e){throw e},complete:Xr},nn="function"==typeof Symbol&&Symbol.observable||"@@observable";function on(e){return e}var sn=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(e,t,r){var n,i=this,o=(n=e)&&n instanceof Zr||function(e){return e&&$r(e.next)&&$r(e.error)&&$r(e.complete)}(n)&&kr(n)?e:new en(e,t,r);return Yr((function(){var e=i,t=e.operator,r=e.source;o.add(t?t.call(o,r):r?i._subscribe(o):i._trySubscribe(o))})),o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var r=this;return new(t=an(t))((function(t,n){var i=new en({next:function(t){try{e(t)}catch(e){n(e),i.unsubscribe()}},error:n,complete:t});r.subscribe(i)}))},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[nn]=function(){return this},e.prototype.pipe=function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return(0===(e=t).length?on:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)})(this)},e.prototype.toPromise=function(e){var t=this;return new(e=an(e))((function(e,r){var n;t.subscribe((function(e){return n=e}),(function(e){return r(e)}),(function(){return e(n)}))}))},e.create=function(t){return new e(t)},e}();function an(e){var t;return null!==(t=null!=e?e:Vr.Promise)&&void 0!==t?t:Promise}var un=Ur((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),cn=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return Nr(t,e),t.prototype.lift=function(e){var t=new ln(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new un},t.prototype.next=function(e){var t=this;Yr((function(){var r,n;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=Ir(t.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(e)}}catch(e){r={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}}}))},t.prototype.error=function(e){var t=this;Yr((function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var r=t.observers;r.length;)r.shift().error(e)}}))},t.prototype.complete=function(){var e=this;Yr((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,r=this,n=r.hasError,i=r.isStopped,o=r.observers;return n||i?Wr:(this.currentObservers=null,o.push(e),new Fr((function(){t.currentObservers=null,Gr(o,e)})))},t.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t.thrownError,i=t.isStopped;r?e.error(n):i&&e.complete()},t.prototype.asObservable=function(){var e=new sn;return e.source=this,e},t.create=function(e,t){return new ln(e,t)},t}(sn),ln=function(e){function t(t,r){var n=e.call(this)||this;return n.destination=t,n.source=r,n}return Nr(t,e),t.prototype.next=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,e)},t.prototype.error=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==r?r:Wr},t}(cn),hn={now:function(){return(hn.delegate||Date).now()},delegate:void 0},fn=function(e){function t(t,r,n){void 0===t&&(t=1/0),void 0===r&&(r=1/0),void 0===n&&(n=hn);var i=e.call(this)||this;return i._bufferSize=t,i._windowTime=r,i._timestampProvider=n,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=r===1/0,i._bufferSize=Math.max(1,t),i._windowTime=Math.max(1,r),i}return Nr(t,e),t.prototype.next=function(t){var r=this,n=r.isStopped,i=r._buffer,o=r._infiniteTimeWindow,s=r._timestampProvider,a=r._windowTime;n||(i.push(t),!o&&i.push(s.now()+a)),this._trimBuffer(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),r=this._infiniteTimeWindow,n=this._buffer.slice(),i=0;i<n.length&&!e.closed;i+=r?1:2)e.next(n[i]);return this._checkFinalizedStatuses(e),t},t.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,r=e._timestampProvider,n=e._buffer,i=e._infiniteTimeWindow,o=(i?1:2)*t;if(t<1/0&&o<n.length&&n.splice(0,n.length-o),!i){for(var s=r.now(),a=0,u=1;u<n.length&&n[u]<=s;u+=2)a=u;a&&n.splice(0,a+1)}},t}(cn);let pn=[],dn={};window.emWidgets={topic:(e,t=0)=>{if(-1==pn.indexOf(e)){let r=new fn(t);dn[e]=r,pn.push(e)}return dn[e]}};
631
635
  /* src/CasinoWinners.svelte generated by Svelte v3.59.2 */
632
636
  function mn(e,t,r){const n=e.slice();return n[64]=t[r],n}function bn(e,t,r){const n=e.slice();return n[67]=t[r],n}
633
637
  // (252:2) {:else}
634
- function yn(e){let t,r,i,o,s,a,u,c,b,E,w,_,T,B,A,H,S,P,C,L=/*tabs*/e[14],O=[];for(let t=0;t<L.length;t+=1)O[t]=wn(bn(e,L,t));function x(e,t){/*isLoadingDelayed*/
635
- return e[15]?Tn:_n}let I=x(e),N=I(e);return{c(){t=d("div"),r=d("div"),i=d("div");for(let e=0;e<O.length;e+=1)O[e].c();o=y(),s=d("div"),a=d("button"),u=m("svg"),c=m("path"),E=y(),w=d("button"),_=m("svg"),T=m("path"),H=y(),N.c(),v(i,"class","WinnerButtonsContainer"),v(c,"style",b=/*numberOfVisibleSlides*/e[10]>=/*winners*/e[9].length?"fill:#F6F6F62E":""),v(c,"id","Path_36"),v(c,"data-name","Path 36"),v(c,"d","M12.328,16,0,3.672,3.672,0l8.656,8.656L20.984,0l3.672,3.672Z"),v(c,"transform","translate(14.656 0) rotate(90)"),v(c,"fill","#fff"),v(u,"id","Component_46_2"),v(u,"data-name","Component 46 – 2"),v(u,"xmlns","http://www.w3.org/2000/svg"),v(u,"width","15"),v(u,"height","15"),v(u,"viewBox","0 0 16 24.656"),v(a,"class","SliderButton"),v(T,"style",B=/*numberOfVisibleSlides*/e[10]>=/*winners*/e[9].length?"fill:#F6F6F62E":""),v(T,"id","Path_36"),v(T,"data-name","Path 36"),v(T,"d","M12.328,16,0,3.672,3.672,0l8.656,8.656L20.984,0l3.672,3.672Z"),v(T,"transform","translate(0 24.656) rotate(-90)"),v(T,"fill","#fff"),v(_,"id","Component_46_2"),v(_,"data-name","Component 46 – 2"),v(_,"xmlns","http://www.w3.org/2000/svg"),v(_,"width","15"),v(_,"height","15"),v(_,"viewBox","0 0 16 24.656"),v(w,"class","SliderButton"),v(s,"class",A="ButtonsContainer "+(/*enableautoscroll*/"true"==e[4]?"ButtonsContainerNone":"")),v(r,"class","WinnersHeader"),v(t,"class",S="CasinoWinners "+(/*mobile*/e[11]?"Mobile":""))},m(n,f){h(n,t,f),l(t,r),l(r,i);for(let e=0;e<O.length;e+=1)O[e]&&O[e].m(i,null);l(r,o),l(r,s),l(s,a),l(a,u),l(u,c),l(s,E),l(s,w),l(w,_),l(_,T),l(t,H),N.m(t,null),P||(C=[g(a,"click",/*click_handler_2*/e[40]),g(w,"click",/*click_handler_3*/e[41])],P=!0)},p(e,r){if(/*winnersType, istopavailable, toggleTab, $_, tabs, isrecentavailable*/213251&r[0]){let t;for(L=/*tabs*/e[14],t=0;t<L.length;t+=1){const n=bn(e,L,t);O[t]?O[t].p(n,r):(O[t]=wn(n),O[t].c(),O[t].m(i,null))}for(;t<O.length;t+=1)O[t].d(1);O.length=L.length}/*numberOfVisibleSlides, winners*/1536&r[0]&&b!==(b=/*numberOfVisibleSlides*/e[10]>=/*winners*/e[9].length?"fill:#F6F6F62E":"")&&v(c,"style",b),/*numberOfVisibleSlides, winners*/1536&r[0]&&B!==(B=/*numberOfVisibleSlides*/e[10]>=/*winners*/e[9].length?"fill:#F6F6F62E":"")&&v(T,"style",B),/*enableautoscroll*/16&r[0]&&A!==(A="ButtonsContainer "+(/*enableautoscroll*/"true"==e[4]?"ButtonsContainerNone":""))&&v(s,"class",A),I===(I=x(e))&&N?N.p(e,r):(N.d(1),N=I(e),N&&(N.c(),N.m(t,null))),/*mobile*/2048&r[0]&&S!==(S="CasinoWinners "+(/*mobile*/e[11]?"Mobile":""))&&v(t,"class",S)},d(e){e&&f(t),p(O,e),N.d(),P=!1,n(C)}}}
638
+ function yn(e){let t,r,i,o,s,a,u,c,b,E,w,_,T,B,A,H,S,C,P,L=/*tabs*/e[14],O=[];for(let t=0;t<L.length;t+=1)O[t]=wn(bn(e,L,t));function x(e,t){/*isLoadingDelayed*/
639
+ return e[15]?Tn:_n}let N=x(e),I=N(e);return{c(){t=d("div"),r=d("div"),i=d("div");for(let e=0;e<O.length;e+=1)O[e].c();o=y(),s=d("div"),a=d("button"),u=m("svg"),c=m("path"),E=y(),w=d("button"),_=m("svg"),T=m("path"),H=y(),I.c(),v(i,"class","WinnerButtonsContainer"),v(c,"style",b=/*numberOfVisibleSlides*/e[10]>=/*winners*/e[9].length?"fill:#F6F6F62E":""),v(c,"id","Path_36"),v(c,"data-name","Path 36"),v(c,"d","M12.328,16,0,3.672,3.672,0l8.656,8.656L20.984,0l3.672,3.672Z"),v(c,"transform","translate(14.656 0) rotate(90)"),v(c,"fill","#fff"),v(u,"id","Component_46_2"),v(u,"data-name","Component 46 – 2"),v(u,"xmlns","http://www.w3.org/2000/svg"),v(u,"width","15"),v(u,"height","15"),v(u,"viewBox","0 0 16 24.656"),v(a,"class","SliderButton"),v(T,"style",B=/*numberOfVisibleSlides*/e[10]>=/*winners*/e[9].length?"fill:#F6F6F62E":""),v(T,"id","Path_36"),v(T,"data-name","Path 36"),v(T,"d","M12.328,16,0,3.672,3.672,0l8.656,8.656L20.984,0l3.672,3.672Z"),v(T,"transform","translate(0 24.656) rotate(-90)"),v(T,"fill","#fff"),v(_,"id","Component_46_2"),v(_,"data-name","Component 46 – 2"),v(_,"xmlns","http://www.w3.org/2000/svg"),v(_,"width","15"),v(_,"height","15"),v(_,"viewBox","0 0 16 24.656"),v(w,"class","SliderButton"),v(s,"class",A="ButtonsContainer "+(/*enableautoscroll*/"true"==e[4]?"ButtonsContainerNone":"")),v(r,"class","WinnersHeader"),v(t,"class",S="CasinoWinners "+(/*mobile*/e[11]?"Mobile":""))},m(n,f){h(n,t,f),l(t,r),l(r,i);for(let e=0;e<O.length;e+=1)O[e]&&O[e].m(i,null);l(r,o),l(r,s),l(s,a),l(a,u),l(u,c),l(s,E),l(s,w),l(w,_),l(_,T),l(t,H),I.m(t,null),C||(P=[g(a,"click",/*click_handler_2*/e[40]),g(w,"click",/*click_handler_3*/e[41])],C=!0)},p(e,r){if(/*winnersType, istopavailable, toggleTab, $_, tabs, isrecentavailable*/213251&r[0]){let t;for(L=/*tabs*/e[14],t=0;t<L.length;t+=1){const n=bn(e,L,t);O[t]?O[t].p(n,r):(O[t]=wn(n),O[t].c(),O[t].m(i,null))}for(;t<O.length;t+=1)O[t].d(1);O.length=L.length}/*numberOfVisibleSlides, winners*/1536&r[0]&&b!==(b=/*numberOfVisibleSlides*/e[10]>=/*winners*/e[9].length?"fill:#F6F6F62E":"")&&v(c,"style",b),/*numberOfVisibleSlides, winners*/1536&r[0]&&B!==(B=/*numberOfVisibleSlides*/e[10]>=/*winners*/e[9].length?"fill:#F6F6F62E":"")&&v(T,"style",B),/*enableautoscroll*/16&r[0]&&A!==(A="ButtonsContainer "+(/*enableautoscroll*/"true"==e[4]?"ButtonsContainerNone":""))&&v(s,"class",A),N===(N=x(e))&&I?I.p(e,r):(I.d(1),I=N(e),I&&(I.c(),I.m(t,null))),/*mobile*/2048&r[0]&&S!==(S="CasinoWinners "+(/*mobile*/e[11]?"Mobile":""))&&v(t,"class",S)},d(e){e&&f(t),p(O,e),I.d(),C=!1,n(P)}}}
636
640
  // (250:2) {#if isLoading}
637
641
  function gn(t){let r;return{c(){r=d("div"),v(r,"class","LoadingSpinner"),v(r,"part","LoadingSpinner")},m(e,t){h(e,r,t)},p:e,d(e){e&&f(r)}}}
638
642
  // (257:12) {#if tab == 'recent'}
@@ -648,17 +652,17 @@ function _n(e){let t,r=/*winners*/e[9],n=[];for(let t=0;t<r.length;t+=1)n[t]=Bn(
648
652
  // (283:6) {#if isLoadingDelayed}
649
653
  function Tn(t){let r;return{c(){r=d("div"),v(r,"class","LoadingSpinner"),v(r,"part","LoadingSpinner")},m(e,t){h(e,r,t)},p:e,d(e){e&&f(r)}}}
650
654
  // (287:10) {#each winners as winner}
651
- function Bn(e){let t,r,n,i,o,s,a,c,p,m,w,_,T,B,A,H,S,P,C,L,O,x,I,N,M=/*winner*/e[64].gameName+"",R=/*maskUsername*/e[18](/*winner*/e[64].username)+"",$=/*$_*/e[16]("won")+"",U=/*winner*/e[64].specifiedCurrencyAmount.toFixed(2)+"",D=/*isLoggedIn*/(e[5]?/*usercurrency*/e[3]:/*defaultcurrency*/e[2])+"";function G(){/*click_handler_4*/
652
- return e[42](/*winner*/e[64])}return{c(){t=d("div"),r=d("div"),n=d("img"),s=y(),a=d("p"),c=b(M),p=y(),m=d("p"),w=b(R),_=y(),T=d("p"),B=b($),A=y(),H=d("p"),S=b(U),P=y(),C=d("span"),L=b(D),O=y(),u(n.src,i=/*winner*/e[64]?.gameModel?.thumbnail)||v(n,"src",i),v(n,"alt",o=/*winner*/e[64]?.gameModel?.thumbnail),v(n,"class","WinnersImage"),v(T,"class","WinnerUsername"),v(r,"class","WinnerCard"),v(t,"class",x="CardWrapper "+(/*addAnimation*/e[13]?"CardWrapperAnimation":""))},m(e,i){h(e,t,i),l(t,r),l(r,n),l(r,s),l(r,a),l(a,c),l(r,p),l(r,m),l(m,w),l(r,_),l(r,T),l(T,B),l(r,A),l(r,H),l(H,S),l(H,P),l(H,C),l(C,L),l(t,O),I||(N=g(n,"click",G),I=!0)},p(r,s){e=r,/*winners*/512&s[0]&&!u(n.src,i=/*winner*/e[64]?.gameModel?.thumbnail)&&v(n,"src",i),/*winners*/512&s[0]&&o!==(o=/*winner*/e[64]?.gameModel?.thumbnail)&&v(n,"alt",o),/*winners*/512&s[0]&&M!==(M=/*winner*/e[64].gameName+"")&&E(c,M),/*winners*/512&s[0]&&R!==(R=/*maskUsername*/e[18](/*winner*/e[64].username)+"")&&E(w,R),/*$_*/65536&s[0]&&$!==($=/*$_*/e[16]("won")+"")&&E(B,$),/*winners*/512&s[0]&&U!==(U=/*winner*/e[64].specifiedCurrencyAmount.toFixed(2)+"")&&E(S,U),/*isLoggedIn, usercurrency, defaultcurrency*/44&s[0]&&D!==(D=/*isLoggedIn*/(e[5]?/*usercurrency*/e[3]:/*defaultcurrency*/e[2])+"")&&E(L,D),/*addAnimation*/8192&s[0]&&x!==(x="CardWrapper "+(/*addAnimation*/e[13]?"CardWrapperAnimation":""))&&v(t,"class",x)},d(e){e&&f(t),I=!1,N()}}}function An(t){let r;function n(e,t){/*isLoading*/
655
+ function Bn(e){let t,r,n,i,o,s,a,c,p,m,w,_,T,B,A,H,S,C,P,L,O,x,N,I,R=/*winner*/e[64].gameName+"",M=/*maskUsername*/e[18](/*winner*/e[64].username)+"",$=/*$_*/e[16]("won")+"",U=/*winner*/e[64].specifiedCurrencyAmount.toFixed(2)+"",D=/*isLoggedIn*/(e[5]?/*usercurrency*/e[3]:/*defaultcurrency*/e[2])+"";function G(){/*click_handler_4*/
656
+ return e[42](/*winner*/e[64])}return{c(){t=d("div"),r=d("div"),n=d("img"),s=y(),a=d("p"),c=b(R),p=y(),m=d("p"),w=b(M),_=y(),T=d("p"),B=b($),A=y(),H=d("p"),S=b(U),C=y(),P=d("span"),L=b(D),O=y(),u(n.src,i=/*winner*/e[64]?.gameModel?.thumbnail)||v(n,"src",i),v(n,"alt",o=/*winner*/e[64]?.gameModel?.thumbnail),v(n,"class","WinnersImage"),v(T,"class","WinnerUsername"),v(r,"class","WinnerCard"),v(t,"class",x="CardWrapper "+(/*addAnimation*/e[13]?"CardWrapperAnimation":""))},m(e,i){h(e,t,i),l(t,r),l(r,n),l(r,s),l(r,a),l(a,c),l(r,p),l(r,m),l(m,w),l(r,_),l(r,T),l(T,B),l(r,A),l(r,H),l(H,S),l(H,C),l(H,P),l(P,L),l(t,O),N||(I=g(n,"click",G),N=!0)},p(r,s){e=r,/*winners*/512&s[0]&&!u(n.src,i=/*winner*/e[64]?.gameModel?.thumbnail)&&v(n,"src",i),/*winners*/512&s[0]&&o!==(o=/*winner*/e[64]?.gameModel?.thumbnail)&&v(n,"alt",o),/*winners*/512&s[0]&&R!==(R=/*winner*/e[64].gameName+"")&&E(c,R),/*winners*/512&s[0]&&M!==(M=/*maskUsername*/e[18](/*winner*/e[64].username)+"")&&E(w,M),/*$_*/65536&s[0]&&$!==($=/*$_*/e[16]("won")+"")&&E(B,$),/*winners*/512&s[0]&&U!==(U=/*winner*/e[64].specifiedCurrencyAmount.toFixed(2)+"")&&E(S,U),/*isLoggedIn, usercurrency, defaultcurrency*/44&s[0]&&D!==(D=/*isLoggedIn*/(e[5]?/*usercurrency*/e[3]:/*defaultcurrency*/e[2])+"")&&E(L,D),/*addAnimation*/8192&s[0]&&x!==(x="CardWrapper "+(/*addAnimation*/e[13]?"CardWrapperAnimation":""))&&v(t,"class",x)},d(e){e&&f(t),N=!1,I()}}}function An(t){let r;function n(e,t){/*isLoading*/
653
657
  return e[12]?gn:yn}let i=n(t),o=i(t);return{c(){r=d("div"),o.c(),this.c=e},m(e,n){h(e,r,n),o.m(r,null),
654
658
  /*div_binding_1*/t[44](r)},p(e,t){i===(i=n(e))&&o?o.p(e,t):(o.d(1),o=i(e),o&&(o.c(),o.m(r,null)))},i:e,o:e,d(e){e&&f(r),o.d(),
655
- /*div_binding_1*/t[44](null)}}}function Hn(e,t,r){let n;var i,o;i=or,o=e=>r(16,n=e),e.$$.on_destroy.push(c(i,o));let s,a,u,l,h,f,p,d,m,b,{endpoint:y=""}=t,{session:g=""}=t,{userid:v=""}=t,{periodrecent:E="Today"}=t,{periodtop:w="Last7Days"}=t,{numberusersrecent:_="20"}=t,{numberuserstop:B="20"}=t,{amountlimit:H="1"}=t,{vendorCategory:S="All"}=t,{lang:P="en"}=t,{isrecentavailable:C="true"}=t,{istopavailable:L="true"}=t,{defaultcurrency:O=""}=t,{usercurrency:x=""}=t,{clientstyling:I=""}=t,{clientstylingurl:N=""}=t,{enableautoscroll:M=""}=t,{tabsorder:R=""}=t,{translationurl:$=""}=t,{winnersdatasources:U=""}=t,D=[],G=0,F=0,W=window.navigator.userAgent,k=!0,j=!1,V=[],z=!1;Object.keys(ar).forEach((e=>{sr(e,ar[e])}));const X=()=>{V=U.split(",").map((function(e){return e.trim()}));const e=new URL(`${y}/casino/${a}-winners`);r(15,z=!0),e.searchParams.append("limit","recent"==a?_:B),e.searchParams.append("specifiedCurrency",b),e.searchParams.append("period","recent"==a?E:w),e.searchParams.append("language",P),e.searchParams.append("amountLimit",H),e.searchParams.append("vendorCategory",S),V.forEach((t=>{e.searchParams.append("dataSource",t)})),setTimeout((()=>{fetch(e.href).then((e=>e.json())).then((e=>{r(9,D=[]),r(9,D=e.items.map((e=>e))),r(15,z=!1),
659
+ /*div_binding_1*/t[44](null)}}}function Hn(e,t,r){let n;var i,o;i=or,o=e=>r(16,n=e),e.$$.on_destroy.push(c(i,o));let s,a,u,l,h,f,p,d,m,b,{endpoint:y=""}=t,{session:g=""}=t,{userid:v=""}=t,{periodrecent:E="Today"}=t,{periodtop:w="Last7Days"}=t,{numberusersrecent:_="20"}=t,{numberuserstop:B="20"}=t,{amountlimit:H="1"}=t,{vendorCategory:S="All"}=t,{lang:C="en"}=t,{isrecentavailable:P="true"}=t,{istopavailable:L="true"}=t,{defaultcurrency:O=""}=t,{usercurrency:x=""}=t,{clientstyling:N=""}=t,{clientstylingurl:I=""}=t,{enableautoscroll:R=""}=t,{tabsorder:M=""}=t,{translationurl:$=""}=t,{winnersdatasources:U=""}=t,D=[],G=0,F=0,W=window.navigator.userAgent,k=!0,j=!1,V=[],z=!1;Object.keys(ar).forEach((e=>{sr(e,ar[e])}));const X=()=>{V=U.split(",").map((function(e){return e.trim()}));const e=new URL(`${y}/casino/${a}-winners`);r(15,z=!0),e.searchParams.append("limit","recent"==a?_:B),e.searchParams.append("specifiedCurrency",b),e.searchParams.append("period","recent"==a?E:w),e.searchParams.append("language",C),e.searchParams.append("amountLimit",H),e.searchParams.append("vendorCategory",S),V.forEach((t=>{e.searchParams.append("dataSource",t)})),setTimeout((()=>{fetch(e.href).then((e=>e.json())).then((e=>{r(9,D=[]),r(9,D=e.items.map((e=>e))),r(15,z=!1),
656
660
  // Stupid hacks 'cuz svelte is a pain in the ass sometimes
657
- setTimeout((()=>{Q(),Z(),"true"==M&&(clearInterval(d),q()),r(12,k=!1)}),5)}))}),1e3)},K=e=>{a!==e&&(r(9,D=[]),r(8,a=e),X())},Y=(e,t,r)=>{window.postMessage({type:"OpenCasinoWinnersGame",gameId:e,launchUrl:t,gameName:r},window.location.href),
661
+ setTimeout((()=>{Q(),Z(),"true"==R&&(clearInterval(d),q()),r(12,k=!1)}),5)}))}),1e3)},K=e=>{a!==e&&(r(9,D=[]),r(8,a=e),X())},Y=(e,t,r)=>{window.postMessage({type:"OpenCasinoWinnersGame",gameId:e,launchUrl:t,gameName:r},window.location.href),
658
662
  //Analytics event
659
663
  "function"==typeof gtag&&gtag("event","OpenGame",{context:"WinnersWidget",gameId:`${e}`,userId:`${h||"Not logged in"}`})},Z=e=>{const t=[...s.children];p=t.length,t.forEach(((t,r)=>{t.style.transform=`translateX(${100*(e?r-e:r)}%)`})),setTimeout((()=>{r(13,j=!0)}),10)},q=()=>{G=0,F<p?d=setInterval((()=>{te()}),3e3):clearInterval(d)},J=()=>{Z(G)},Q=()=>{r(10,F=Math.round(s.offsetWidth/225))},ee=()=>{if(F>=D.length)return;const e=D.length;0===G?G=e-F:G-F<0?G=0:G-=F,J()},te=()=>{if(F>=D.length)return;const e=D.length;
660
664
  //Automatic scroll animation rules
661
- "true"==M&&(G===e-F?G=0:G++),
665
+ "true"==R&&(G===e-F?G=0:G++),
662
666
  //Standard scroll animation rules
663
- "false"==M&&(G===e-F?G=0:e-F<G+F?G=e-F:G+=F),J()},re=()=>{var e;e=P,Xt.set(e)},ne=()=>{r(37,b=l?x:O)};T((()=>(r(11,u=(e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackberry|bb/i)||e.toLowerCase().match(/iphone|ipad|ipod/i)||e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)))(W)),()=>{clearInterval(d)})));return e.$$set=e=>{"endpoint"in e&&r(23,y=e.endpoint),"session"in e&&r(24,g=e.session),"userid"in e&&r(25,v=e.userid),"periodrecent"in e&&r(26,E=e.periodrecent),"periodtop"in e&&r(27,w=e.periodtop),"numberusersrecent"in e&&r(28,_=e.numberusersrecent),"numberuserstop"in e&&r(29,B=e.numberuserstop),"amountlimit"in e&&r(22,H=e.amountlimit),"vendorCategory"in e&&r(30,S=e.vendorCategory),"lang"in e&&r(31,P=e.lang),"isrecentavailable"in e&&r(0,C=e.isrecentavailable),"istopavailable"in e&&r(1,L=e.istopavailable),"defaultcurrency"in e&&r(2,O=e.defaultcurrency),"usercurrency"in e&&r(3,x=e.usercurrency),"clientstyling"in e&&r(32,I=e.clientstyling),"clientstylingurl"in e&&r(33,N=e.clientstylingurl),"enableautoscroll"in e&&r(4,M=e.enableautoscroll),"tabsorder"in e&&r(34,R=e.tabsorder),"translationurl"in e&&r(35,$=e.translationurl),"winnersdatasources"in e&&r(36,U=e.winnersdatasources)},e.$$.update=()=>{/*isrecentavailable, istopavailable, periodrecent, periodtop, numberusersrecent, numberuserstop, amountlimit, vendorCategory*/2084569091&e.$$.dirty[0]|/*lang, tabsorder*/9&e.$$.dirty[1]&&C&&L&&E&&w&&_&&B&&H&&S&&P&&R&&(r(14,m=R.split(",")),r(8,a=m[0]),"false"==C&&r(22,H=""),ne(),r(12,k=!1)),/*session, endpoint*/25165824&e.$$.dirty[0]&&g&&y&&(r(5,l=!0),h=v),/*isLoggedIn*/32&e.$$.dirty[0]&&l&&ne(),/*endpoint*/8388608&e.$$.dirty[0]|/*currency*/64&e.$$.dirty[1]&&y&&b&&X(),/*lang*/1&e.$$.dirty[1]&&P&&re(),/*translationurl*/16&e.$$.dirty[1]&&$&&(()=>{let e=new URL($);fetch(e.href).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{sr(t,e[t])}))})).catch((e=>{console.log(e)}))})(),/*customStylingContainer*/64&e.$$.dirty[0]|/*clientstyling*/2&e.$$.dirty[1]&&I&&f&&(()=>{let e=document.createElement("style");e.innerHTML=I,f.appendChild(e)})(),/*customStylingContainer*/64&e.$$.dirty[0]|/*clientstylingurl*/4&e.$$.dirty[1]&&N&&f&&(()=>{let e=new URL(N),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{f.appendChild(t)}),1),setTimeout((()=>{}),500)}))})(),/*winnersdatasources*/32&e.$$.dirty[1]&&U&&X()},[C,L,O,x,M,l,f,s,a,D,F,u,k,j,m,z,n,K,e=>e.slice(0,2)+e.slice(2,-2).replace(/./g,"*")+e.slice(-2),Y,ee,te,H,y,g,v,E,w,_,B,S,P,I,N,R,$,U,b,()=>K("recent"),()=>K("top"),()=>ee(),()=>te(),e=>Y(e.gameId,e.gameModel.launchUrl,e.gameModel.name),function(e){A[e?"unshift":"push"]((()=>{s=e,r(7,s)}))},function(e){A[e?"unshift":"push"]((()=>{f=e,r(6,f)}))}]}class Sn extends D{constructor(e){super();const t=document.createElement("style");t.textContent='*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.Off{display:none}.CasinoWinners{background-color:var(--emfe-w-color-contrast, #07072A);width:100%;height:320px;margin:0 auto}.CasinoWinners.Mobile{padding:25px 10px;height:250px}.WinnersHeader{display:flex;justify-content:space-between}.SliderButton{border:1px solid rgba(255, 255, 255, 0.2);border-radius:5px;background-color:rgba(0, 0, 25, 0.2);height:40px;width:40px}.SliderButton.SliderButton:active{transform:translateY(1px)}.WinnerButtonsContainer{display:flex;margin-bottom:42px}.WinnersButton{border:none;background:none;color:var(--emfe-w-color-white, #FFFFFF);font-size:22px;font-weight:500;margin-right:60px;cursor:pointer}.WinnersButton:hover{border-bottom:1px solid var(--emfe-w-color-primary, #D0046C);line-height:40px}.WinnersButton:focus{color:var(--emfe-w-color-primary, #D0046C);line-height:40px}.WinnersButton.Active{border-bottom:2px solid #D0046C;padding-bottom:10px;color:var(--emfe-w-color-primary, #D0046C)}.WinnersButton.Active{border-bottom:1px solid var(--emfe-w-color-primary, #D0046C);color:var(--emfe-w-color-primary, #D0046C);line-height:40px}.ButtonsContainerNone{display:none}.WinnersSlider{display:flex;justify-content:flex-start;position:relative;height:180px;overflow:hidden}.CardWrapper{position:absolute;top:0;left:0}.CardWrapperAnimation{transition:transform 2s}.WinnerCard{border:1px solid rgba(255, 255, 255, 0.2);border-radius:5px;background-color:rgba(0, 0, 25, 0.2);display:flex;align-items:center;flex-direction:column;justify-content:center;gap:4px;height:180px;min-width:191px;margin-bottom:30px;margin-right:30px}.WinnerCard p:first-of-type{color:var(--emfe-w-color-gray-150, #828282);font-size:14px;inline-size:189px;overflow-wrap:break-word;text-align:center}.WinnerCard p:nth-child(3){text-align:center;color:var(--emfe-w-color-gray-100, #E6E6E6);font-size:14px;width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.WinnerCard p:nth-child(4){color:var(--emfe-w-color-gray-100, #E6E6E6);font-size:14px;text-align:center}.WinnerCard p:last-of-type{color:var(--emfe-w-color-primary, #D0046C);font-size:16px}.WinnerCard:hover{border:1px solid rgba(255, 255, 255, 0.4)}.WinnersImage{border-radius:5px;height:54px;margin-bottom:10px;width:80px;cursor:pointer}.Mobile .WinnersHeader{justify-content:flex-start}.Mobile .WinnersButton{font-size:18px;white-space:nowrap;margin-right:40px}.Mobile .WinnersButton:last-child{margin-right:0}.Mobile .WinnersButton.Active{padding-bottom:4px}.Mobile .WinnersSlider{overflow:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.Mobile .WinnersSlider::-webkit-scrollbar{display:none}.Mobile .SliderButton{display:none}.Mobile .WinnerCard{width:140px;height:150px;min-width:140px;margin-right:12px}.Mobile .WinnerCard p:first-of-type{font-size:10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:center;width:100px}.Mobile .WinnerCard p:nth-child(3){font-size:10px}.Mobile .WinnerCard p:nth-child(4){font-size:8px;font-weight:300;text-align:center}.Mobile .WinnerCard p:last-of-type{font-size:11px}.Mobile .WinnerButtonsContainer{margin-bottom:20px}.LoadingSpinner{display:block;width:80px;height:80px;margin:0 auto}.LoadingSpinner:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emfe-w-color-primary, #D0046C);border-color:var(--emfe-w-color-primary, #D0046C) transparent var(--emfe-w-color-primary, #D0046C) transparent;animation:LoadingSpinner 1.2s linear infinite}@keyframes LoadingSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}',this.shadowRoot.appendChild(t),U(this,{target:this.shadowRoot,props:w(this.attributes),customElement:!0},Hn,An,o,{endpoint:23,session:24,userid:25,periodrecent:26,periodtop:27,numberusersrecent:28,numberuserstop:29,amountlimit:22,vendorCategory:30,lang:31,isrecentavailable:0,istopavailable:1,defaultcurrency:2,usercurrency:3,clientstyling:32,clientstylingurl:33,enableautoscroll:4,tabsorder:34,translationurl:35,winnersdatasources:36},null,[-1,-1,-1]),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),I()))}static get observedAttributes(){return["endpoint","session","userid","periodrecent","periodtop","numberusersrecent","numberuserstop","amountlimit","vendorCategory","lang","isrecentavailable","istopavailable","defaultcurrency","usercurrency","clientstyling","clientstylingurl","enableautoscroll","tabsorder","translationurl","winnersdatasources"]}get endpoint(){return this.$$.ctx[23]}set endpoint(e){this.$$set({endpoint:e}),I()}get session(){return this.$$.ctx[24]}set session(e){this.$$set({session:e}),I()}get userid(){return this.$$.ctx[25]}set userid(e){this.$$set({userid:e}),I()}get periodrecent(){return this.$$.ctx[26]}set periodrecent(e){this.$$set({periodrecent:e}),I()}get periodtop(){return this.$$.ctx[27]}set periodtop(e){this.$$set({periodtop:e}),I()}get numberusersrecent(){return this.$$.ctx[28]}set numberusersrecent(e){this.$$set({numberusersrecent:e}),I()}get numberuserstop(){return this.$$.ctx[29]}set numberuserstop(e){this.$$set({numberuserstop:e}),I()}get amountlimit(){return this.$$.ctx[22]}set amountlimit(e){this.$$set({amountlimit:e}),I()}get vendorCategory(){return this.$$.ctx[30]}set vendorCategory(e){this.$$set({vendorCategory:e}),I()}get lang(){return this.$$.ctx[31]}set lang(e){this.$$set({lang:e}),I()}get isrecentavailable(){return this.$$.ctx[0]}set isrecentavailable(e){this.$$set({isrecentavailable:e}),I()}get istopavailable(){return this.$$.ctx[1]}set istopavailable(e){this.$$set({istopavailable:e}),I()}get defaultcurrency(){return this.$$.ctx[2]}set defaultcurrency(e){this.$$set({defaultcurrency:e}),I()}get usercurrency(){return this.$$.ctx[3]}set usercurrency(e){this.$$set({usercurrency:e}),I()}get clientstyling(){return this.$$.ctx[32]}set clientstyling(e){this.$$set({clientstyling:e}),I()}get clientstylingurl(){return this.$$.ctx[33]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),I()}get enableautoscroll(){return this.$$.ctx[4]}set enableautoscroll(e){this.$$set({enableautoscroll:e}),I()}get tabsorder(){return this.$$.ctx[34]}set tabsorder(e){this.$$set({tabsorder:e}),I()}get translationurl(){return this.$$.ctx[35]}set translationurl(e){this.$$set({translationurl:e}),I()}get winnersdatasources(){return this.$$.ctx[36]}set winnersdatasources(e){this.$$set({winnersdatasources:e}),I()}}return!customElements.get("casino-winners")&&customElements.define("casino-winners",Sn),Sn}));
667
+ "false"==R&&(G===e-F?G=0:e-F<G+F?G=e-F:G+=F),J()},re=()=>{var e;e=C,Xt.set(e)},ne=()=>{r(37,b=l?x:O)};T((()=>(r(11,u=(e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackberry|bb/i)||e.toLowerCase().match(/iphone|ipad|ipod/i)||e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)))(W)),()=>{clearInterval(d)})));return e.$$set=e=>{"endpoint"in e&&r(23,y=e.endpoint),"session"in e&&r(24,g=e.session),"userid"in e&&r(25,v=e.userid),"periodrecent"in e&&r(26,E=e.periodrecent),"periodtop"in e&&r(27,w=e.periodtop),"numberusersrecent"in e&&r(28,_=e.numberusersrecent),"numberuserstop"in e&&r(29,B=e.numberuserstop),"amountlimit"in e&&r(22,H=e.amountlimit),"vendorCategory"in e&&r(30,S=e.vendorCategory),"lang"in e&&r(31,C=e.lang),"isrecentavailable"in e&&r(0,P=e.isrecentavailable),"istopavailable"in e&&r(1,L=e.istopavailable),"defaultcurrency"in e&&r(2,O=e.defaultcurrency),"usercurrency"in e&&r(3,x=e.usercurrency),"clientstyling"in e&&r(32,N=e.clientstyling),"clientstylingurl"in e&&r(33,I=e.clientstylingurl),"enableautoscroll"in e&&r(4,R=e.enableautoscroll),"tabsorder"in e&&r(34,M=e.tabsorder),"translationurl"in e&&r(35,$=e.translationurl),"winnersdatasources"in e&&r(36,U=e.winnersdatasources)},e.$$.update=()=>{/*isrecentavailable, istopavailable, periodrecent, periodtop, numberusersrecent, numberuserstop, amountlimit, vendorCategory*/2084569091&e.$$.dirty[0]|/*lang, tabsorder*/9&e.$$.dirty[1]&&P&&L&&E&&w&&_&&B&&H&&S&&C&&M&&(r(14,m=M.split(",")),r(8,a=m[0]),"false"==P&&r(22,H=""),ne(),r(12,k=!1)),/*session, endpoint*/25165824&e.$$.dirty[0]&&g&&y&&(r(5,l=!0),h=v),/*isLoggedIn*/32&e.$$.dirty[0]&&l&&ne(),/*endpoint*/8388608&e.$$.dirty[0]|/*currency*/64&e.$$.dirty[1]&&y&&b&&X(),/*lang*/1&e.$$.dirty[1]&&C&&re(),/*translationurl*/16&e.$$.dirty[1]&&$&&(()=>{let e=new URL($);fetch(e.href).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{sr(t,e[t])}))})).catch((e=>{console.log(e)}))})(),/*customStylingContainer*/64&e.$$.dirty[0]|/*clientstyling*/2&e.$$.dirty[1]&&N&&f&&(()=>{let e=document.createElement("style");e.innerHTML=N,f.appendChild(e)})(),/*customStylingContainer*/64&e.$$.dirty[0]|/*clientstylingurl*/4&e.$$.dirty[1]&&I&&f&&(()=>{let e=new URL(I),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{f.appendChild(t)}),1),setTimeout((()=>{}),500)}))})(),/*winnersdatasources*/32&e.$$.dirty[1]&&U&&X()},[P,L,O,x,R,l,f,s,a,D,F,u,k,j,m,z,n,K,e=>e.slice(0,2)+e.slice(2,-2).replace(/./g,"*")+e.slice(-2),Y,ee,te,H,y,g,v,E,w,_,B,S,C,N,I,M,$,U,b,()=>K("recent"),()=>K("top"),()=>ee(),()=>te(),e=>Y(e.gameId,e.gameModel.launchUrl,e.gameModel.name),function(e){A[e?"unshift":"push"]((()=>{s=e,r(7,s)}))},function(e){A[e?"unshift":"push"]((()=>{f=e,r(6,f)}))}]}class Sn extends D{constructor(e){super();const t=document.createElement("style");t.textContent='*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.Off{display:none}.CasinoWinners{background-color:var(--emfe-w-color-contrast, #07072A);width:100%;height:320px;margin:0 auto}.CasinoWinners.Mobile{padding:25px 10px;height:250px}.WinnersHeader{display:flex;justify-content:space-between}.SliderButton{border:1px solid rgba(255, 255, 255, 0.2);border-radius:5px;background-color:rgba(0, 0, 25, 0.2);height:40px;width:40px}.SliderButton.SliderButton:active{transform:translateY(1px)}.WinnerButtonsContainer{display:flex;margin-bottom:42px}.WinnersButton{border:none;background:none;color:var(--emfe-w-color-white, #FFFFFF);font-size:22px;font-weight:500;margin-right:60px;cursor:pointer}.WinnersButton:hover{border-bottom:1px solid var(--emfe-w-color-primary, #D0046C);line-height:40px}.WinnersButton:focus{color:var(--emfe-w-color-primary, #D0046C);line-height:40px}.WinnersButton.Active{border-bottom:2px solid #D0046C;padding-bottom:10px;color:var(--emfe-w-color-primary, #D0046C)}.WinnersButton.Active{border-bottom:1px solid var(--emfe-w-color-primary, #D0046C);color:var(--emfe-w-color-primary, #D0046C);line-height:40px}.ButtonsContainerNone{display:none}.WinnersSlider{display:flex;justify-content:flex-start;position:relative;height:180px;overflow:hidden}.CardWrapper{position:absolute;top:0;left:0}.CardWrapperAnimation{transition:transform 2s}.WinnerCard{border:1px solid rgba(255, 255, 255, 0.2);border-radius:5px;background-color:rgba(0, 0, 25, 0.2);display:flex;align-items:center;flex-direction:column;justify-content:center;gap:4px;height:180px;min-width:191px;margin-bottom:30px;margin-right:30px}.WinnerCard p:first-of-type{color:var(--emfe-w-color-gray-150, #828282);font-size:14px;inline-size:189px;overflow-wrap:break-word;text-align:center}.WinnerCard p:nth-child(3){text-align:center;color:var(--emfe-w-color-gray-100, #E6E6E6);font-size:14px;width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.WinnerCard p:nth-child(4){color:var(--emfe-w-color-gray-100, #E6E6E6);font-size:14px;text-align:center}.WinnerCard p:last-of-type{color:var(--emfe-w-color-primary, #D0046C);font-size:16px}.WinnerCard:hover{border:1px solid rgba(255, 255, 255, 0.4)}.WinnersImage{border-radius:5px;height:54px;margin-bottom:10px;width:80px;cursor:pointer}.Mobile .WinnersHeader{justify-content:flex-start}.Mobile .WinnersButton{font-size:18px;white-space:nowrap;margin-right:40px}.Mobile .WinnersButton:last-child{margin-right:0}.Mobile .WinnersButton.Active{padding-bottom:4px}.Mobile .WinnersSlider{overflow:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.Mobile .WinnersSlider::-webkit-scrollbar{display:none}.Mobile .SliderButton{display:none}.Mobile .WinnerCard{width:140px;height:150px;min-width:140px;margin-right:12px}.Mobile .WinnerCard p:first-of-type{font-size:10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:center;width:100px}.Mobile .WinnerCard p:nth-child(3){font-size:10px}.Mobile .WinnerCard p:nth-child(4){font-size:8px;font-weight:300;text-align:center}.Mobile .WinnerCard p:last-of-type{font-size:11px}.Mobile .WinnerButtonsContainer{margin-bottom:20px}.LoadingSpinner{display:block;width:80px;height:80px;margin:0 auto}.LoadingSpinner:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emfe-w-color-primary, #D0046C);border-color:var(--emfe-w-color-primary, #D0046C) transparent var(--emfe-w-color-primary, #D0046C) transparent;animation:LoadingSpinner 1.2s linear infinite}@keyframes LoadingSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}',this.shadowRoot.appendChild(t),U(this,{target:this.shadowRoot,props:w(this.attributes),customElement:!0},Hn,An,o,{endpoint:23,session:24,userid:25,periodrecent:26,periodtop:27,numberusersrecent:28,numberuserstop:29,amountlimit:22,vendorCategory:30,lang:31,isrecentavailable:0,istopavailable:1,defaultcurrency:2,usercurrency:3,clientstyling:32,clientstylingurl:33,enableautoscroll:4,tabsorder:34,translationurl:35,winnersdatasources:36},null,[-1,-1,-1]),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),N()))}static get observedAttributes(){return["endpoint","session","userid","periodrecent","periodtop","numberusersrecent","numberuserstop","amountlimit","vendorCategory","lang","isrecentavailable","istopavailable","defaultcurrency","usercurrency","clientstyling","clientstylingurl","enableautoscroll","tabsorder","translationurl","winnersdatasources"]}get endpoint(){return this.$$.ctx[23]}set endpoint(e){this.$$set({endpoint:e}),N()}get session(){return this.$$.ctx[24]}set session(e){this.$$set({session:e}),N()}get userid(){return this.$$.ctx[25]}set userid(e){this.$$set({userid:e}),N()}get periodrecent(){return this.$$.ctx[26]}set periodrecent(e){this.$$set({periodrecent:e}),N()}get periodtop(){return this.$$.ctx[27]}set periodtop(e){this.$$set({periodtop:e}),N()}get numberusersrecent(){return this.$$.ctx[28]}set numberusersrecent(e){this.$$set({numberusersrecent:e}),N()}get numberuserstop(){return this.$$.ctx[29]}set numberuserstop(e){this.$$set({numberuserstop:e}),N()}get amountlimit(){return this.$$.ctx[22]}set amountlimit(e){this.$$set({amountlimit:e}),N()}get vendorCategory(){return this.$$.ctx[30]}set vendorCategory(e){this.$$set({vendorCategory:e}),N()}get lang(){return this.$$.ctx[31]}set lang(e){this.$$set({lang:e}),N()}get isrecentavailable(){return this.$$.ctx[0]}set isrecentavailable(e){this.$$set({isrecentavailable:e}),N()}get istopavailable(){return this.$$.ctx[1]}set istopavailable(e){this.$$set({istopavailable:e}),N()}get defaultcurrency(){return this.$$.ctx[2]}set defaultcurrency(e){this.$$set({defaultcurrency:e}),N()}get usercurrency(){return this.$$.ctx[3]}set usercurrency(e){this.$$set({usercurrency:e}),N()}get clientstyling(){return this.$$.ctx[32]}set clientstyling(e){this.$$set({clientstyling:e}),N()}get clientstylingurl(){return this.$$.ctx[33]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),N()}get enableautoscroll(){return this.$$.ctx[4]}set enableautoscroll(e){this.$$set({enableautoscroll:e}),N()}get tabsorder(){return this.$$.ctx[34]}set tabsorder(e){this.$$set({tabsorder:e}),N()}get translationurl(){return this.$$.ctx[35]}set translationurl(e){this.$$set({translationurl:e}),N()}get winnersdatasources(){return this.$$.ctx[36]}set winnersdatasources(e){this.$$set({winnersdatasources:e}),N()}}return!customElements.get("casino-winners")&&customElements.define("casino-winners",Sn),Sn}));
664
668
  //# sourceMappingURL=casino-winners.js.map