@everymatrix/casino-wagering-bonus-slider-controller 1.55.0 → 1.56.2

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.
@@ -41,7 +41,8 @@ function Tn(e, t, r) {
41
41
  }
42
42
  }
43
43
  function Hn(e) {
44
- if (!e) return document;
44
+ if (!e)
45
+ return document;
45
46
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
46
47
  return t && /** @type {ShadowRoot} */
47
48
  t.host ? (
@@ -109,7 +110,8 @@ function tt(e) {
109
110
  nt = e;
110
111
  }
111
112
  function Cn() {
112
- if (!nt) throw new Error("Function called outside component initialization");
113
+ if (!nt)
114
+ throw new Error("Function called outside component initialization");
113
115
  return nt;
114
116
  }
115
117
  function On(e) {
@@ -140,7 +142,8 @@ function oe() {
140
142
  } catch (t) {
141
143
  throw Me.length = 0, Pe = 0, t;
142
144
  }
143
- for (tt(null), Me.length = 0, Pe = 0; rt.length; ) rt.pop()();
145
+ for (tt(null), Me.length = 0, Pe = 0; rt.length; )
146
+ rt.pop()();
144
147
  for (let t = 0; t < Re.length; t += 1) {
145
148
  const r = Re[t];
146
149
  Nt.has(r) || (Nt.add(r), r());
@@ -444,11 +447,26 @@ class kn {
444
447
  }
445
448
  const Xn = "4";
446
449
  typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Xn);
450
+ /*! *****************************************************************************
451
+ Copyright (c) Microsoft Corporation.
452
+
453
+ Permission to use, copy, modify, and/or distribute this software for any
454
+ purpose with or without fee is hereby granted.
455
+
456
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
457
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
458
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
459
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
460
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
461
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
462
+ PERFORMANCE OF THIS SOFTWARE.
463
+ ***************************************************************************** */
447
464
  var kt = function(e, t) {
448
465
  return kt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
449
466
  r.__proto__ = n;
450
467
  } || function(r, n) {
451
- for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
468
+ for (var i in n)
469
+ Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
452
470
  }, kt(e, t);
453
471
  };
454
472
  function _e(e, t) {
@@ -464,14 +482,16 @@ var U = function() {
464
482
  return U = Object.assign || function(t) {
465
483
  for (var r, n = 1, i = arguments.length; n < i; n++) {
466
484
  r = arguments[n];
467
- for (var o in r) Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
485
+ for (var o in r)
486
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
468
487
  }
469
488
  return t;
470
489
  }, U.apply(this, arguments);
471
490
  };
472
491
  function Vn(e, t) {
473
492
  var r = {};
474
- for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
493
+ for (var n in e)
494
+ Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
475
495
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
476
496
  for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
477
497
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
@@ -479,35 +499,41 @@ function Vn(e, t) {
479
499
  }
480
500
  function Xt(e) {
481
501
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
482
- if (r) return r.call(e);
483
- if (e && typeof e.length == "number") return {
484
- next: function() {
485
- return e && n >= e.length && (e = void 0), { value: e && e[n++], done: !e };
486
- }
487
- };
502
+ if (r)
503
+ return r.call(e);
504
+ if (e && typeof e.length == "number")
505
+ return {
506
+ next: function() {
507
+ return e && n >= e.length && (e = void 0), { value: e && e[n++], done: !e };
508
+ }
509
+ };
488
510
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
489
511
  }
490
512
  function Vt(e, t) {
491
513
  var r = typeof Symbol == "function" && e[Symbol.iterator];
492
- if (!r) return e;
514
+ if (!r)
515
+ return e;
493
516
  var n = r.call(e), i, o = [], s;
494
517
  try {
495
- for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; ) o.push(i.value);
518
+ for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; )
519
+ o.push(i.value);
496
520
  } catch (a) {
497
521
  s = { error: a };
498
522
  } finally {
499
523
  try {
500
524
  i && !i.done && (r = n.return) && r.call(n);
501
525
  } finally {
502
- if (s) throw s.error;
526
+ if (s)
527
+ throw s.error;
503
528
  }
504
529
  }
505
530
  return o;
506
531
  }
507
532
  function De(e, t, r) {
508
- if (r || arguments.length === 2) for (var n = 0, i = t.length, o; n < i; n++)
509
- (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
510
- return e.concat(o || Array.prototype.slice.call(t));
533
+ if (r || arguments.length === 2)
534
+ for (var n = 0, i = t.length, o; n < i; n++)
535
+ (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
536
+ return e.concat(o || t);
511
537
  }
512
538
  function ye(e) {
513
539
  return typeof e == "function";
@@ -555,7 +581,8 @@ var St = function() {
555
581
  try {
556
582
  h && !h.done && (r = a.return) && r.call(a);
557
583
  } finally {
558
- if (t) throw t.error;
584
+ if (t)
585
+ throw t.error;
559
586
  }
560
587
  }
561
588
  else
@@ -585,7 +612,8 @@ var St = function() {
585
612
  try {
586
613
  y && !y.done && (i = g.return) && i.call(g);
587
614
  } finally {
588
- if (n) throw n.error;
615
+ if (n)
616
+ throw n.error;
589
617
  }
590
618
  }
591
619
  }
@@ -872,7 +900,8 @@ var ii = jr(function(e) {
872
900
  try {
873
901
  a && !a.done && (o = s.return) && o.call(s);
874
902
  } finally {
875
- if (i) throw i.error;
903
+ if (i)
904
+ throw i.error;
876
905
  }
877
906
  }
878
907
  }
@@ -2938,7 +2967,8 @@ function Gi(e, t) {
2938
2967
  r += h;
2939
2968
  for (; s-- > 0; )
2940
2969
  r = l + r;
2941
- } else i === "J" ? r += "H" : r += i;
2970
+ } else
2971
+ i === "J" ? r += "H" : r += i;
2942
2972
  }
2943
2973
  return r;
2944
2974
  }
@@ -3541,7 +3571,8 @@ function er(e) {
3541
3571
  if (delete t.location, tn(t) || rn(t))
3542
3572
  for (var r in t.options)
3543
3573
  delete t.options[r].location, er(t.options[r].value);
3544
- else Jr(t) && on(t.style) || (Kr(t) || en(t)) && qt(t.style) ? delete t.style.location : nn(t) && er(t.children);
3574
+ else
3575
+ Jr(t) && on(t.style) || (Kr(t) || en(t)) && qt(t.style) ? delete t.style.location : nn(t) && er(t.children);
3545
3576
  });
3546
3577
  }
3547
3578
  function so(e, t) {
@@ -4714,7 +4745,7 @@ if (typeof window < "u") {
4714
4745
  }
4715
4746
  };
4716
4747
  };
4717
- customElements.define = e(customElements.define), import("./GeneralIconProgressBar-Bg_Vo3i_.js").then(({ default: t }) => {
4748
+ customElements.define = e(customElements.define), import("./GeneralIconProgressBar-C1TWUHTi.js").then(({ default: t }) => {
4718
4749
  !customElements.get("general-icon-progress-bar") && customElements.define("general-icon-progress-bar", t.element);
4719
4750
  });
4720
4751
  }
@@ -4902,12 +4933,14 @@ function ss(e) {
4902
4933
  /*wageringList*/
4903
4934
  P[2] && /*wageringList*/
4904
4935
  P[2].length > 0
4905
- ) return os;
4936
+ )
4937
+ return os;
4906
4938
  if (
4907
4939
  /*wageringList*/
4908
4940
  P[2] && /*wageringList*/
4909
4941
  P[2].length == 0
4910
- ) return is;
4942
+ )
4943
+ return is;
4911
4944
  }
4912
4945
  let w = H(e), O = w && w(e);
4913
4946
  return {
@@ -5018,7 +5051,8 @@ function as(e, t, r) {
5018
5051
  }, ze = (c) => {
5019
5052
  I.forEach((d) => {
5020
5053
  let x = c[d.bonusWalletID];
5021
- if (!x) return;
5054
+ if (!x)
5055
+ return;
5022
5056
  const { maxIdObj: D, maxId: _ } = Ko(x);
5023
5057
  Xe[d.id] = _;
5024
5058
  let F = D;
@@ -5077,7 +5111,8 @@ function as(e, t, r) {
5077
5111
  const d = Qe(c)[0];
5078
5112
  $ = d.clientX, ae = d.clientY;
5079
5113
  }, ce = (c) => {
5080
- if (!$ || !ae) return;
5114
+ if (!$ || !ae)
5115
+ return;
5081
5116
  let d = c.touches[0].clientX, x = c.touches[0].clientY, D = $ - d, _ = ae - x;
5082
5117
  Math.abs(D) > Math.abs(_) && (D > 0 ? z(1) : z(-1)), $ = null, ae = null;
5083
5118
  }, J = () => {
@@ -1,11 +1,24 @@
1
- "use strict";var Rn=Object.defineProperty,Dn=Object.defineProperties;var Fn=Object.getOwnPropertyDescriptors;var mr=Object.getOwnPropertySymbols;var Un=Object.prototype.hasOwnProperty,$n=Object.prototype.propertyIsEnumerable;var Rt=(e,t,r)=>t in e?Rn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,gr=(e,t)=>{for(var r in t||(t={}))Un.call(t,r)&&Rt(e,r,t[r]);if(mr)for(var r of mr(t))$n.call(t,r)&&Rt(e,r,t[r]);return e},vr=(e,t)=>Dn(e,Fn(t));var ne=(e,t,r)=>Rt(e,typeof t!="symbol"?t+"":t,r);var br=(e,t,r)=>new Promise((n,i)=>{var o=h=>{try{a(r.next(h))}catch(u){i(u)}},s=h=>{try{a(r.throw(h))}catch(u){i(u)}},a=h=>h.done?n(h.value):Promise.resolve(h.value).then(o,s);a((r=r.apply(e,t)).next())});function oe(){}function Vr(e){return e()}function yr(){return Object.create(null)}function Be(e){e.forEach(Vr)}function ar(e){return typeof e=="function"}function ur(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function Gn(e){return Object.keys(e).length===0}function zr(e,...t){if(e==null){for(const n of t)n(void 0);return oe}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function Zr(e,t,r){e.$$.on_destroy.push(zr(t,r))}function G(e,t){e.appendChild(t)}function qr(e,t,r){const n=jn(e);if(!n.getElementById(t)){const i=W("style");i.id=t,i.textContent=r,Wn(n,i)}}function jn(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function Wn(e,t){return G(e.head||e,t),t.sheet}function he(e,t,r){e.insertBefore(t,r||null)}function ue(e){e.parentNode&&e.parentNode.removeChild(e)}function kn(e,t){for(let r=0;r<e.length;r+=1)e[r]&&e[r].d(t)}function W(e){return document.createElement(e)}function gt(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function at(e){return document.createTextNode(e)}function ye(){return at(" ")}function Ae(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function E(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function re(e,t,r){const n=t.toLowerCase();n in e?e[n]=typeof e[n]=="boolean"&&r===""?!0:r:t in e?e[t]=typeof e[t]=="boolean"&&r===""?!0:r:E(e,t,r)}function Xn(e){return Array.from(e.childNodes)}function Tt(e,t){t=""+t,e.data!==t&&(e.data=t)}function Vn(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let it;function nt(e){it=e}function zn(){if(!it)throw new Error("Function called outside component initialization");return it}function Zn(e){zn().$$.on_mount.push(e)}const De=[],Fe=[];let Ue=[];const _r=[],qn=Promise.resolve();let Xt=!1;function Yn(){Xt||(Xt=!0,qn.then(ie))}function Vt(e){Ue.push(e)}const Dt=new Set;let Me=0;function ie(){if(Me!==0)return;const e=it;do{try{for(;Me<De.length;){const t=De[Me];Me++,nt(t),Qn(t.$$)}}catch(t){throw De.length=0,Me=0,t}for(nt(null),De.length=0,Me=0;Fe.length;)Fe.pop()();for(let t=0;t<Ue.length;t+=1){const r=Ue[t];Dt.has(r)||(Dt.add(r),r())}Ue.length=0}while(De.length);for(;_r.length;)_r.pop()();Xt=!1,Dt.clear(),nt(e)}function Qn(e){if(e.fragment!==null){e.update(),Be(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(Vt)}}function Jn(e){const t=[],r=[];Ue.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),Ue=t}const Kn=new Set;function ei(e,t){e&&e.i&&(Kn.delete(e),e.i(t))}function Er(e){return(e==null?void 0:e.length)!==void 0?e:Array.from(e)}function ti(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),Vt(()=>{const o=e.$$.on_mount.map(Vr).filter(ar);e.$$.on_destroy?e.$$.on_destroy.push(...o):Be(o),e.$$.on_mount=[]}),i.forEach(Vt)}function ri(e,t){const r=e.$$;r.fragment!==null&&(Jn(r.after_update),Be(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function ni(e,t){e.$$.dirty[0]===-1&&(De.push(e),Yn(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function Yr(e,t,r,n,i,o,s=null,a=[-1]){const h=it;nt(e);const u=e.$$={fragment:null,ctx:[],props:o,update:oe,not_equal:i,bound:yr(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(h?h.$$.context:[])),callbacks:yr(),dirty:a,skip_bound:!1,root:t.target||h.$$.root};s&&s(u.root);let f=!1;if(u.ctx=r?r(e,t.props||{},(p,g,...y)=>{const H=y.length?y[0]:g;return u.ctx&&i(u.ctx[p],u.ctx[p]=H)&&(!u.skip_bound&&u.bound[p]&&u.bound[p](H),f&&ni(e,p)),g}):[],u.update(),f=!0,Be(u.before_update),u.fragment=n?n(u.ctx):!1,t.target){if(t.hydrate){const p=Xn(t.target);u.fragment&&u.fragment.l(p),p.forEach(ue)}else u.fragment&&u.fragment.c();t.intro&&ei(e.$$.fragment),ti(e,t.target,t.anchor),ie()}nt(h)}let Qr;typeof HTMLElement=="function"&&(Qr=class extends HTMLElement{constructor(t,r,n){super();ne(this,"$$ctor");ne(this,"$$s");ne(this,"$$c");ne(this,"$$cn",!1);ne(this,"$$d",{});ne(this,"$$r",!1);ne(this,"$$p_d",{});ne(this,"$$l",{});ne(this,"$$l_u",new Map);this.$$ctor=t,this.$$s=r,n&&this.attachShadow({mode:"open"})}addEventListener(t,r,n){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(r),this.$$c){const i=this.$$c.$on(t,r);this.$$l_u.set(r,i)}super.addEventListener(t,r,n)}removeEventListener(t,r,n){if(super.removeEventListener(t,r,n),this.$$c){const i=this.$$l_u.get(r);i&&(i(),this.$$l_u.delete(r))}}connectedCallback(){return br(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(o){return()=>{let s;return{c:function(){s=W("slot"),o!=="default"&&E(s,"name",o)},m:function(u,f){he(u,s,f)},d:function(u){u&&ue(s)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=Vn(this);for(const o of this.$$s)o in n&&(r[o]=[t(o)]);for(const o of this.attributes){const s=this.$$g_p(o.name);s in this.$$d||(this.$$d[s]=yt(s,o.value,this.$$p_d,"toProp"))}for(const o in this.$$p_d)!(o in this.$$d)&&this[o]!==void 0&&(this.$$d[o]=this[o],delete this[o]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:vr(gr({},this.$$d),{$$slots:r,$$scope:{ctx:[]}})});const i=()=>{this.$$r=!0;for(const o in this.$$p_d)if(this.$$d[o]=this.$$c.$$.ctx[this.$$c.$$.props[o]],this.$$p_d[o].reflect){const s=yt(o,this.$$d[o],this.$$p_d,"toAttribute");s==null?this.removeAttribute(this.$$p_d[o].attribute||o):this.setAttribute(this.$$p_d[o].attribute||o,s)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const o in this.$$l)for(const s of this.$$l[o]){const a=this.$$c.$on(o,s);this.$$l_u.set(s,a)}this.$$l={}}})}attributeChangedCallback(t,r,n){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=yt(t,n,this.$$p_d,"toProp"),(i=this.$$c)==null||i.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(t){return Object.keys(this.$$p_d).find(r=>this.$$p_d[r].attribute===t||!this.$$p_d[r].attribute&&r.toLowerCase()===t)||t}});function yt(e,t,r,n){var o;const i=(o=r[e])==null?void 0:o.type;if(t=i==="Boolean"&&typeof t!="boolean"?t!=null:t,!n||!r[e])return t;if(n==="toAttribute")switch(i){case"Object":case"Array":return t==null?null:JSON.stringify(t);case"Boolean":return t?"":null;case"Number":return t==null?null:t;default:return t}else switch(i){case"Object":case"Array":return t&&JSON.parse(t);case"Boolean":return t;case"Number":return t!=null?+t:t;default:return t}}function Jr(e,t,r,n,i,o){let s=class extends Qr{constructor(){super(e,r,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(a=>(t[a].attribute||a).toLowerCase())}};return Object.keys(t).forEach(a=>{Object.defineProperty(s.prototype,a,{get(){return this.$$c&&a in this.$$c?this.$$c[a]:this.$$d[a]},set(h){var u;h=yt(a,h,t),this.$$d[a]=h,(u=this.$$c)==null||u.$set({[a]:h})}})}),n.forEach(a=>{Object.defineProperty(s.prototype,a,{get(){var h;return(h=this.$$c)==null?void 0:h[a]}})}),e.element=s,s}class Kr{constructor(){ne(this,"$$");ne(this,"$$set")}$destroy(){ri(this,1),this.$destroy=oe}$on(t,r){if(!ar(r))return oe;const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(r),()=>{const i=n.indexOf(r);i!==-1&&n.splice(i,1)}}$set(t){this.$$set&&!Gn(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const ii="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(ii);var zt=function(e,t){return zt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},zt(e,t)};function xe(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");zt(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var U=function(){return U=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},U.apply(this,arguments)};function oi(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function Zt(e){var t=typeof Symbol=="function"&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&typeof e.length=="number")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 qt(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),i,o=[],s;try{for(;(t===void 0||t-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(a){s={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function $e(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,o;n<i;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}function _e(e){return typeof e=="function"}function en(e){var t=function(n){Error.call(n),n.stack=new Error().stack},r=e(t);return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var Ft=en(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription:
1
+ "use strict";var Rn=Object.defineProperty,Dn=Object.defineProperties;var Fn=Object.getOwnPropertyDescriptors;var mr=Object.getOwnPropertySymbols;var Un=Object.prototype.hasOwnProperty,$n=Object.prototype.propertyIsEnumerable;var Rt=(e,t,r)=>t in e?Rn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,gr=(e,t)=>{for(var r in t||(t={}))Un.call(t,r)&&Rt(e,r,t[r]);if(mr)for(var r of mr(t))$n.call(t,r)&&Rt(e,r,t[r]);return e},vr=(e,t)=>Dn(e,Fn(t));var ne=(e,t,r)=>(Rt(e,typeof t!="symbol"?t+"":t,r),r);var br=(e,t,r)=>new Promise((n,i)=>{var o=h=>{try{a(r.next(h))}catch(u){i(u)}},s=h=>{try{a(r.throw(h))}catch(u){i(u)}},a=h=>h.done?n(h.value):Promise.resolve(h.value).then(o,s);a((r=r.apply(e,t)).next())});function oe(){}function Vr(e){return e()}function yr(){return Object.create(null)}function Ae(e){e.forEach(Vr)}function ar(e){return typeof e=="function"}function ur(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function Gn(e){return Object.keys(e).length===0}function zr(e,...t){if(e==null){for(const n of t)n(void 0);return oe}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function Zr(e,t,r){e.$$.on_destroy.push(zr(t,r))}function G(e,t){e.appendChild(t)}function qr(e,t,r){const n=jn(e);if(!n.getElementById(t)){const i=W("style");i.id=t,i.textContent=r,Wn(n,i)}}function jn(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function Wn(e,t){return G(e.head||e,t),t.sheet}function he(e,t,r){e.insertBefore(t,r||null)}function ue(e){e.parentNode&&e.parentNode.removeChild(e)}function kn(e,t){for(let r=0;r<e.length;r+=1)e[r]&&e[r].d(t)}function W(e){return document.createElement(e)}function gt(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function at(e){return document.createTextNode(e)}function ye(){return at(" ")}function Be(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function E(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function re(e,t,r){const n=t.toLowerCase();n in e?e[n]=typeof e[n]=="boolean"&&r===""?!0:r:t in e?e[t]=typeof e[t]=="boolean"&&r===""?!0:r:E(e,t,r)}function Xn(e){return Array.from(e.childNodes)}function Tt(e,t){t=""+t,e.data!==t&&(e.data=t)}function Vn(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let it;function nt(e){it=e}function zn(){if(!it)throw new Error("Function called outside component initialization");return it}function Zn(e){zn().$$.on_mount.push(e)}const De=[],Fe=[];let Ue=[];const _r=[],qn=Promise.resolve();let Xt=!1;function Yn(){Xt||(Xt=!0,qn.then(ie))}function Vt(e){Ue.push(e)}const Dt=new Set;let Me=0;function ie(){if(Me!==0)return;const e=it;do{try{for(;Me<De.length;){const t=De[Me];Me++,nt(t),Qn(t.$$)}}catch(t){throw De.length=0,Me=0,t}for(nt(null),De.length=0,Me=0;Fe.length;)Fe.pop()();for(let t=0;t<Ue.length;t+=1){const r=Ue[t];Dt.has(r)||(Dt.add(r),r())}Ue.length=0}while(De.length);for(;_r.length;)_r.pop()();Xt=!1,Dt.clear(),nt(e)}function Qn(e){if(e.fragment!==null){e.update(),Ae(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(Vt)}}function Jn(e){const t=[],r=[];Ue.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),Ue=t}const Kn=new Set;function ei(e,t){e&&e.i&&(Kn.delete(e),e.i(t))}function Er(e){return(e==null?void 0:e.length)!==void 0?e:Array.from(e)}function ti(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),Vt(()=>{const o=e.$$.on_mount.map(Vr).filter(ar);e.$$.on_destroy?e.$$.on_destroy.push(...o):Ae(o),e.$$.on_mount=[]}),i.forEach(Vt)}function ri(e,t){const r=e.$$;r.fragment!==null&&(Jn(r.after_update),Ae(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function ni(e,t){e.$$.dirty[0]===-1&&(De.push(e),Yn(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function Yr(e,t,r,n,i,o,s=null,a=[-1]){const h=it;nt(e);const u=e.$$={fragment:null,ctx:[],props:o,update:oe,not_equal:i,bound:yr(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(h?h.$$.context:[])),callbacks:yr(),dirty:a,skip_bound:!1,root:t.target||h.$$.root};s&&s(u.root);let f=!1;if(u.ctx=r?r(e,t.props||{},(p,g,...y)=>{const H=y.length?y[0]:g;return u.ctx&&i(u.ctx[p],u.ctx[p]=H)&&(!u.skip_bound&&u.bound[p]&&u.bound[p](H),f&&ni(e,p)),g}):[],u.update(),f=!0,Ae(u.before_update),u.fragment=n?n(u.ctx):!1,t.target){if(t.hydrate){const p=Xn(t.target);u.fragment&&u.fragment.l(p),p.forEach(ue)}else u.fragment&&u.fragment.c();t.intro&&ei(e.$$.fragment),ti(e,t.target,t.anchor),ie()}nt(h)}let Qr;typeof HTMLElement=="function"&&(Qr=class extends HTMLElement{constructor(t,r,n){super();ne(this,"$$ctor");ne(this,"$$s");ne(this,"$$c");ne(this,"$$cn",!1);ne(this,"$$d",{});ne(this,"$$r",!1);ne(this,"$$p_d",{});ne(this,"$$l",{});ne(this,"$$l_u",new Map);this.$$ctor=t,this.$$s=r,n&&this.attachShadow({mode:"open"})}addEventListener(t,r,n){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(r),this.$$c){const i=this.$$c.$on(t,r);this.$$l_u.set(r,i)}super.addEventListener(t,r,n)}removeEventListener(t,r,n){if(super.removeEventListener(t,r,n),this.$$c){const i=this.$$l_u.get(r);i&&(i(),this.$$l_u.delete(r))}}connectedCallback(){return br(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(o){return()=>{let s;return{c:function(){s=W("slot"),o!=="default"&&E(s,"name",o)},m:function(u,f){he(u,s,f)},d:function(u){u&&ue(s)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=Vn(this);for(const o of this.$$s)o in n&&(r[o]=[t(o)]);for(const o of this.attributes){const s=this.$$g_p(o.name);s in this.$$d||(this.$$d[s]=yt(s,o.value,this.$$p_d,"toProp"))}for(const o in this.$$p_d)!(o in this.$$d)&&this[o]!==void 0&&(this.$$d[o]=this[o],delete this[o]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:vr(gr({},this.$$d),{$$slots:r,$$scope:{ctx:[]}})});const i=()=>{this.$$r=!0;for(const o in this.$$p_d)if(this.$$d[o]=this.$$c.$$.ctx[this.$$c.$$.props[o]],this.$$p_d[o].reflect){const s=yt(o,this.$$d[o],this.$$p_d,"toAttribute");s==null?this.removeAttribute(this.$$p_d[o].attribute||o):this.setAttribute(this.$$p_d[o].attribute||o,s)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const o in this.$$l)for(const s of this.$$l[o]){const a=this.$$c.$on(o,s);this.$$l_u.set(s,a)}this.$$l={}}})}attributeChangedCallback(t,r,n){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=yt(t,n,this.$$p_d,"toProp"),(i=this.$$c)==null||i.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(t){return Object.keys(this.$$p_d).find(r=>this.$$p_d[r].attribute===t||!this.$$p_d[r].attribute&&r.toLowerCase()===t)||t}});function yt(e,t,r,n){var o;const i=(o=r[e])==null?void 0:o.type;if(t=i==="Boolean"&&typeof t!="boolean"?t!=null:t,!n||!r[e])return t;if(n==="toAttribute")switch(i){case"Object":case"Array":return t==null?null:JSON.stringify(t);case"Boolean":return t?"":null;case"Number":return t==null?null:t;default:return t}else switch(i){case"Object":case"Array":return t&&JSON.parse(t);case"Boolean":return t;case"Number":return t!=null?+t:t;default:return t}}function Jr(e,t,r,n,i,o){let s=class extends Qr{constructor(){super(e,r,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(a=>(t[a].attribute||a).toLowerCase())}};return Object.keys(t).forEach(a=>{Object.defineProperty(s.prototype,a,{get(){return this.$$c&&a in this.$$c?this.$$c[a]:this.$$d[a]},set(h){var u;h=yt(a,h,t),this.$$d[a]=h,(u=this.$$c)==null||u.$set({[a]:h})}})}),n.forEach(a=>{Object.defineProperty(s.prototype,a,{get(){var h;return(h=this.$$c)==null?void 0:h[a]}})}),e.element=s,s}class Kr{constructor(){ne(this,"$$");ne(this,"$$set")}$destroy(){ri(this,1),this.$destroy=oe}$on(t,r){if(!ar(r))return oe;const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(r),()=>{const i=n.indexOf(r);i!==-1&&n.splice(i,1)}}$set(t){this.$$set&&!Gn(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const ii="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(ii);/*! *****************************************************************************
2
+ Copyright (c) Microsoft Corporation.
3
+
4
+ Permission to use, copy, modify, and/or distribute this software for any
5
+ purpose with or without fee is hereby granted.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
+ PERFORMANCE OF THIS SOFTWARE.
14
+ ***************************************************************************** */var zt=function(e,t){return zt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},zt(e,t)};function xe(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");zt(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var U=function(){return U=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},U.apply(this,arguments)};function oi(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function Zt(e){var t=typeof Symbol=="function"&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&typeof e.length=="number")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 qt(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),i,o=[],s;try{for(;(t===void 0||t-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(a){s={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function $e(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,o;n<i;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||t)}function _e(e){return typeof e=="function"}function en(e){var t=function(n){Error.call(n),n.stack=new Error().stack},r=e(t);return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var Ft=en(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription:
2
15
  `+r.map(function(n,i){return i+1+") "+n.toString()}).join(`
3
- `):"",this.name="UnsubscriptionError",this.errors=r}});function Yt(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Ht=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,n,i,o;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var a=Zt(s),h=a.next();!h.done;h=a.next()){var u=h.value;u.remove(this)}}catch(w){t={error:w}}finally{try{h&&!h.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else s.remove(this);var f=this.initialTeardown;if(_e(f))try{f()}catch(w){o=w instanceof Ft?w.errors:[w]}var p=this._finalizers;if(p){this._finalizers=null;try{for(var g=Zt(p),y=g.next();!y.done;y=g.next()){var H=y.value;try{xr(H)}catch(w){o=o!=null?o:[],w instanceof Ft?o=$e($e([],qt(o)),qt(w.errors)):o.push(w)}}}catch(w){n={error:w}}finally{try{y&&!y.done&&(i=g.return)&&i.call(g)}finally{if(n)throw n.error}}}if(o)throw new Ft(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)xr(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&Yt(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&Yt(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),tn=Ht.EMPTY;function rn(e){return e instanceof Ht||e&&"closed"in e&&_e(e.remove)&&_e(e.add)&&_e(e.unsubscribe)}function xr(e){_e(e)?e():e.unsubscribe()}var nn={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},si={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return setTimeout.apply(void 0,$e([e,t],qt(r)))},clearTimeout:function(e){return clearTimeout(e)},delegate:void 0};function ai(e){si.setTimeout(function(){throw e})}function wr(){}function _t(e){e()}var on=function(e){xe(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,rn(r)&&r.add(n)):n.destination=fi,n}return t.create=function(r,n,i){return new Qt(r,n,i)},t.prototype.next=function(r){this.isStopped||this._next(r)},t.prototype.error=function(r){this.isStopped||(this.isStopped=!0,this._error(r))},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(r){this.destination.next(r)},t.prototype._error=function(r){try{this.destination.error(r)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Ht),ui=Function.prototype.bind;function Ut(e,t){return ui.call(e,t)}var li=function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var r=this.partialObserver;if(r.next)try{r.next(t)}catch(n){vt(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){vt(n)}else vt(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){vt(r)}},e}(),Qt=function(e){xe(t,e);function t(r,n,i){var o=e.call(this)||this,s;if(_e(r)||!r)s={next:r!=null?r:void 0,error:n!=null?n:void 0,complete:i!=null?i:void 0};else{var a;o&&nn.useDeprecatedNextContext?(a=Object.create(r),a.unsubscribe=function(){return o.unsubscribe()},s={next:r.next&&Ut(r.next,a),error:r.error&&Ut(r.error,a),complete:r.complete&&Ut(r.complete,a)}):s=r}return o.destination=new li(s),o}return t}(on);function vt(e){ai(e)}function hi(e){throw e}var fi={closed:!0,next:wr,error:hi,complete:wr},ci=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function di(e){return e}function pi(e){return e.length===0?di:e.length===1?e[0]:function(r){return e.reduce(function(n,i){return i(n)},r)}}var Sr=function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(t,r,n){var i=this,o=gi(t)?t:new Qt(t,r,n);return _t(function(){var s=i,a=s.operator,h=s.source;o.add(a?a.call(o,h):h?i._subscribe(o):i._trySubscribe(o))}),o},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(r){t.error(r)}},e.prototype.forEach=function(t,r){var n=this;return r=Tr(r),new r(function(i,o){var s=new Qt({next:function(a){try{t(a)}catch(h){o(h),s.unsubscribe()}},error:o,complete:i});n.subscribe(s)})},e.prototype._subscribe=function(t){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(t)},e.prototype[ci]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return pi(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=Tr(t),new t(function(n,i){var o;r.subscribe(function(s){return o=s},function(s){return i(s)},function(){return n(o)})})},e.create=function(t){return new e(t)},e}();function Tr(e){var t;return(t=e!=null?e:nn.Promise)!==null&&t!==void 0?t:Promise}function mi(e){return e&&_e(e.next)&&_e(e.error)&&_e(e.complete)}function gi(e){return e&&e instanceof on||mi(e)&&rn(e)}var vi=en(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),sn=function(e){xe(t,e);function t(){var r=e.call(this)||this;return r.closed=!1,r.currentObservers=null,r.observers=[],r.isStopped=!1,r.hasError=!1,r.thrownError=null,r}return t.prototype.lift=function(r){var n=new Hr(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new vi},t.prototype.next=function(r){var n=this;_t(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var s=Zt(n.currentObservers),a=s.next();!a.done;a=s.next()){var h=a.value;h.next(r)}}catch(u){i={error:u}}finally{try{a&&!a.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}}})},t.prototype.error=function(r){var n=this;_t(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=r;for(var i=n.observers;i.length;)i.shift().error(r)}})},t.prototype.complete=function(){var r=this;_t(function(){if(r._throwIfClosed(),!r.isStopped){r.isStopped=!0;for(var n=r.observers;n.length;)n.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var r;return((r=this.observers)===null||r===void 0?void 0:r.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var n=this,i=this,o=i.hasError,s=i.isStopped,a=i.observers;return o||s?tn:(this.currentObservers=null,a.push(r),new Ht(function(){n.currentObservers=null,Yt(a,r)}))},t.prototype._checkFinalizedStatuses=function(r){var n=this,i=n.hasError,o=n.thrownError,s=n.isStopped;i?r.error(o):s&&r.complete()},t.prototype.asObservable=function(){var r=new Sr;return r.source=this,r},t.create=function(r,n){return new Hr(r,n)},t}(Sr),Hr=function(e){xe(t,e);function t(r,n){var i=e.call(this)||this;return i.destination=r,i.source=n,i}return t.prototype.next=function(r){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.next)===null||i===void 0||i.call(n,r)},t.prototype.error=function(r){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.error)===null||i===void 0||i.call(n,r)},t.prototype.complete=function(){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||n===void 0||n.call(r)},t.prototype._subscribe=function(r){var n,i;return(i=(n=this.source)===null||n===void 0?void 0:n.subscribe(r))!==null&&i!==void 0?i:tn},t}(sn),an={now:function(){return(an.delegate||Date).now()},delegate:void 0},bi=function(e){xe(t,e);function t(r,n,i){r===void 0&&(r=1/0),n===void 0&&(n=1/0),i===void 0&&(i=an);var o=e.call(this)||this;return o._bufferSize=r,o._windowTime=n,o._timestampProvider=i,o._buffer=[],o._infiniteTimeWindow=!0,o._infiniteTimeWindow=n===1/0,o._bufferSize=Math.max(1,r),o._windowTime=Math.max(1,n),o}return t.prototype.next=function(r){var n=this,i=n.isStopped,o=n._buffer,s=n._infiniteTimeWindow,a=n._timestampProvider,h=n._windowTime;i||(o.push(r),!s&&o.push(a.now()+h)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(r),i=this,o=i._infiniteTimeWindow,s=i._buffer,a=s.slice(),h=0;h<a.length&&!r.closed;h+=o?1:2)r.next(a[h]);return this._checkFinalizedStatuses(r),n},t.prototype._trimBuffer=function(){var r=this,n=r._bufferSize,i=r._timestampProvider,o=r._buffer,s=r._infiniteTimeWindow,a=(s?1:2)*n;if(n<1/0&&a<o.length&&o.splice(0,o.length-a),!s){for(var h=i.now(),u=0,f=1;f<o.length&&o[f]<=h;f+=2)u=f;u&&o.splice(0,u+1)}},t}(sn);const Ar=[],Br={},yi=(e,t=0)=>{if(Ar.indexOf(e)==-1){const r=new bi(t);Br[e]=r,Ar.push(e)}return Br[e]},Re=[];function _i(e,t){return{subscribe:At(e,t).subscribe}}function At(e,t=oe){let r;const n=new Set;function i(a){if(ur(e,a)&&(e=a,r)){const h=!Re.length;for(const u of n)u[1](),Re.push(u,e);if(h){for(let u=0;u<Re.length;u+=2)Re[u][0](Re[u+1]);Re.length=0}}}function o(a){i(a(e))}function s(a,h=oe){const u=[a,h];return n.add(u),n.size===1&&(r=t(i,o)||oe),a(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:o,subscribe:s}}function Xe(e,t,r){const n=!Array.isArray(e),i=n?[e]:e;if(!i.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const o=t.length<2;return _i(r,(s,a)=>{let h=!1;const u=[];let f=0,p=oe;const g=()=>{if(f)return;p();const H=t(n?u[0]:u,s,a);o?s(H):p=ar(H)?H:oe},y=i.map((H,w)=>zr(H,O=>{u[w]=O,f&=~(1<<w),h&&g()},()=>{f|=1<<w}));return h=!0,g(),function(){Be(y),p(),h=!1}})}var Ei=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function xi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var wi=function(t){return Si(t)&&!Ti(t)};function Si(e){return!!e&&typeof e=="object"}function Ti(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Bi(e)}var Hi=typeof Symbol=="function"&&Symbol.for,Ai=Hi?Symbol.for("react.element"):60103;function Bi(e){return e.$$typeof===Ai}function Ii(e){return Array.isArray(e)?[]:{}}function ot(e,t){return t.clone!==!1&&t.isMergeableObject(e)?Ge(Ii(e),e,t):e}function Li(e,t,r){return e.concat(t).map(function(n){return ot(n,r)})}function Ci(e,t){if(!t.customMerge)return Ge;var r=t.customMerge(e);return typeof r=="function"?r:Ge}function Oi(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function Ir(e){return Object.keys(e).concat(Oi(e))}function un(e,t){try{return t in e}catch(r){return!1}}function Pi(e,t){return un(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Ni(e,t,r){var n={};return r.isMergeableObject(e)&&Ir(e).forEach(function(i){n[i]=ot(e[i],r)}),Ir(t).forEach(function(i){Pi(e,i)||(un(e,i)&&r.isMergeableObject(t[i])?n[i]=Ci(i,r)(e[i],t[i],r):n[i]=ot(t[i],r))}),n}function Ge(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Li,r.isMergeableObject=r.isMergeableObject||wi,r.cloneUnlessOtherwiseSpecified=ot;var n=Array.isArray(t),i=Array.isArray(e),o=n===i;return o?n?r.arrayMerge(e,t,r):Ni(e,t,r):ot(t,r)}Ge.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return Ge(n,i,r)},{})};var Mi=Ge,Ri=Mi;const Di=xi(Ri);function $t(e,t){var r=t&&t.cache?t.cache:Wi,n=t&&t.serializer?t.serializer:ji,i=t&&t.strategy?t.strategy:Ui;return i(e,{cache:r,serializer:n})}function Fi(e){return e==null||typeof e=="number"||typeof e=="boolean"}function ln(e,t,r,n){var i=Fi(n)?n:r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.call(this,n),t.set(i,o)),o}function hn(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.apply(this,n),t.set(i,o)),o}function lr(e,t,r,n,i){return r.bind(t,e,n,i)}function Ui(e,t){var r=e.length===1?ln:hn;return lr(e,this,r,t.cache.create(),t.serializer)}function $i(e,t){return lr(e,this,hn,t.cache.create(),t.serializer)}function Gi(e,t){return lr(e,this,ln,t.cache.create(),t.serializer)}var ji=function(){return JSON.stringify(arguments)};function hr(){this.cache=Object.create(null)}hr.prototype.get=function(e){return this.cache[e]};hr.prototype.set=function(e,t){this.cache[e]=t};var Wi={create:function(){return new hr}},Gt={variadic:$i,monadic:Gi},N;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"})(N||(N={}));var j;(function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"})(j||(j={}));var je;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(je||(je={}));function Lr(e){return e.type===j.literal}function ki(e){return e.type===j.argument}function fn(e){return e.type===j.number}function cn(e){return e.type===j.date}function dn(e){return e.type===j.time}function pn(e){return e.type===j.select}function mn(e){return e.type===j.plural}function Xi(e){return e.type===j.pound}function gn(e){return e.type===j.tag}function vn(e){return!!(e&&typeof e=="object"&&e.type===je.number)}function Jt(e){return!!(e&&typeof e=="object"&&e.type===je.dateTime)}var bn=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Vi=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function zi(e){var t={};return e.replace(Vi,function(r){var n=r.length;switch(r[0]){case"G":t.era=n===4?"long":n===5?"narrow":"short";break;case"y":t.year=n===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=n===4?"long":n===5?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var Zi=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function qi(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Zi).filter(function(g){return g.length>0}),r=[],n=0,i=t;n<i.length;n++){var o=i[n],s=o.split("/");if(s.length===0)throw new Error("Invalid number skeleton");for(var a=s[0],h=s.slice(1),u=0,f=h;u<f.length;u++){var p=f[u];if(p.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:h})}return r}function Yi(e){return e.replace(/^(.*?)-/,"")}var Cr=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,yn=/^(@+)?(\+|#+)?[rs]?$/g,Qi=/(\*)(0+)|(#+)(0+)|(0+)/g,_n=/^(0+)$/;function Or(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(yn,function(r,n,i){return typeof i!="string"?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):i==="+"?t.minimumSignificantDigits=n.length:n[0]==="#"?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+(typeof i=="string"?i.length:0)),""}),t}function En(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function Ji(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(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)),!_n.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Pr(e){var t={},r=En(e);return r||t}function Ki(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=Yi(i.options[0]);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=U(U(U({},t),{notation:"scientific"}),i.options.reduce(function(h,u){return U(U({},h),Pr(u))},{}));continue;case"engineering":t=U(U(U({},t),{notation:"engineering"}),i.options.reduce(function(h,u){return U(U({},h),Pr(u))},{}));continue;case"notation-simple":t.notation="standard";continue;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;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Qi,function(h,u,f,p,g,y){if(u)t.minimumIntegerDigits=f.length;else{if(p&&g)throw new Error("We currently do not support maximum integer digits");if(y)throw new Error("We currently do not support exact integer digits")}return""});continue}if(_n.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(Cr.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Cr,function(h,u,f,p,g,y){return f==="*"?t.minimumFractionDigits=u.length:p&&p[0]==="#"?t.maximumFractionDigits=p.length:g&&y?(t.minimumFractionDigits=g.length,t.maximumFractionDigits=g.length+y.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var o=i.options[0];o==="w"?t=U(U({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=U(U({},t),Or(o)));continue}if(yn.test(i.stem)){t=U(U({},t),Or(i.stem));continue}var s=En(i.stem);s&&(t=U(U({},t),s));var a=Ji(i.stem);a&&(t=U(U({},t),a))}return t}var bt={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function eo(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var s=1+(o&1),a=o<2?1:3+(o>>1),h="a",u=to(t);for((u=="H"||u=="k")&&(a=0);a-- >0;)r+=h;for(;s-- >0;)r=u+r}else i==="J"?r+="H":r+=i}return r}function to(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(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")}var r=e.language,n;r!=="root"&&(n=e.maximize().region);var i=bt[n||""]||bt[r||""]||bt["".concat(r,"-001")]||bt["001"];return i[0]}var jt,ro=new RegExp("^".concat(bn.source,"*")),no=new RegExp("".concat(bn.source,"*$"));function R(e,t){return{start:e,end:t}}var io=!!String.prototype.startsWith&&"_a".startsWith("a",1),oo=!!String.fromCodePoint,so=!!Object.fromEntries,ao=!!String.prototype.codePointAt,uo=!!String.prototype.trimStart,lo=!!String.prototype.trimEnd,ho=!!Number.isSafeInteger,fo=ho?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Kt=!0;try{var co=wn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Kt=((jt=co.exec("a"))===null||jt===void 0?void 0:jt[0])==="a"}catch(e){Kt=!1}var Nr=io?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},er=oo?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,o=0,s;i>o;){if(s=t[o++],s>1114111)throw RangeError(s+" is not a valid code point");n+=s<65536?String.fromCharCode(s):String.fromCharCode(((s-=65536)>>10)+55296,s%1024+56320)}return n},Mr=so?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var o=i[n],s=o[0],a=o[1];r[s]=a}return r},xn=ao?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),o;return i<55296||i>56319||r+1===n||(o=t.charCodeAt(r+1))<56320||o>57343?i:(i-55296<<10)+(o-56320)+65536}},po=uo?function(t){return t.trimStart()}:function(t){return t.replace(ro,"")},mo=lo?function(t){return t.trimEnd()}:function(t){return t.replace(no,"")};function wn(e,t){return new RegExp(e,t)}var tr;if(Kt){var Rr=wn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");tr=function(t,r){var n;Rr.lastIndex=r;var i=Rr.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else tr=function(t,r){for(var n=[];;){var i=xn(t,r);if(i===void 0||Sn(i)||yo(i))break;n.push(i),r+=i>=65536?2:1}return er.apply(void 0,n)};var go=function(){function e(t,r){r===void 0&&(r={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!r.ignoreTag,this.locale=r.locale,this.requiresOtherClause=!!r.requiresOtherClause,this.shouldParseSkeletons=!!r.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,r,n){for(var i=[];!this.isEOF();){var o=this.char();if(o===123){var s=this.parseArgument(t,n);if(s.err)return s;i.push(s.val)}else{if(o===125&&t>0)break;if(o===35&&(r==="plural"||r==="selectordinal")){var a=this.clonePosition();this.bump(),i.push({type:j.pound,location:R(a,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(N.UNMATCHED_CLOSING_TAG,R(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&rr(this.peek()||0)){var s=this.parseTag(t,r);if(s.err)return s;i.push(s.val)}else{var s=this.parseLiteral(t,r);if(s.err)return s;i.push(s.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,r){var n=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:j.literal,value:"<".concat(i,"/>"),location:R(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(t+1,r,!0);if(o.err)return o;var s=o.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!rr(this.char()))return this.error(N.INVALID_TAG,R(a,this.clonePosition()));var h=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(N.UNMATCHED_CLOSING_TAG,R(h,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:j.tag,value:i,children:s,location:R(n,this.clonePosition())},err:null}:this.error(N.INVALID_TAG,R(a,this.clonePosition())))}else return this.error(N.UNCLOSED_TAG,R(n,this.clonePosition()))}else return this.error(N.INVALID_TAG,R(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&bo(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var o=this.tryParseQuote(r);if(o){i+=o;continue}var s=this.tryParseUnquoted(t,r);if(s){i+=s;continue}var a=this.tryParseLeftAngleBracket();if(a){i+=a;continue}break}var h=R(n,this.clonePosition());return{val:{type:j.literal,value:i,location:h},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!vo(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var r=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)r.push(39),this.bump();else{this.bump();break}else r.push(n);this.bump()}return er.apply(void 0,r)},e.prototype.tryParseUnquoted=function(t,r){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(r==="plural"||r==="selectordinal")||n===125&&t>0?null:(this.bump(),er(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(N.EXPECT_ARGUMENT_CLOSING_BRACE,R(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(N.EMPTY_ARGUMENT,R(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(N.MALFORMED_ARGUMENT,R(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(N.EXPECT_ARGUMENT_CLOSING_BRACE,R(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:j.argument,value:i,location:R(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(N.EXPECT_ARGUMENT_CLOSING_BRACE,R(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(N.MALFORMED_ARGUMENT,R(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=tr(this.message,r),i=r+n.length;this.bumpTo(i);var o=this.clonePosition(),s=R(t,o);return{value:n,location:s}},e.prototype.parseArgumentOptions=function(t,r,n,i){var o,s=this.clonePosition(),a=this.parseIdentifierIfPossible().value,h=this.clonePosition();switch(a){case"":return this.error(N.EXPECT_ARGUMENT_TYPE,R(s,h));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var f=this.clonePosition(),p=this.parseSimpleArgStyleIfPossible();if(p.err)return p;var g=mo(p.val);if(g.length===0)return this.error(N.EXPECT_ARGUMENT_STYLE,R(this.clonePosition(),this.clonePosition()));var y=R(f,this.clonePosition());u={style:g,styleLocation:y}}var H=this.tryParseArgumentClose(i);if(H.err)return H;var w=R(i,this.clonePosition());if(u&&Nr(u==null?void 0:u.style,"::",0)){var O=po(u.style.slice(2));if(a==="number"){var p=this.parseNumberSkeletonFromString(O,u.styleLocation);return p.err?p:{val:{type:j.number,value:n,location:w,style:p.val},err:null}}else{if(O.length===0)return this.error(N.EXPECT_DATE_TIME_SKELETON,w);var P=O;this.locale&&(P=eo(O,this.locale));var g={type:je.dateTime,pattern:P,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?zi(P):{}},I=a==="date"?j.date:j.time;return{val:{type:I,value:n,location:w,style:g},err:null}}}return{val:{type:a==="number"?j.number:a==="date"?j.date:j.time,value:n,location:w,style:(o=u==null?void 0:u.style)!==null&&o!==void 0?o:null},err:null}}case"plural":case"selectordinal":case"select":{var B=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(N.EXPECT_SELECT_ARGUMENT_OPTIONS,R(B,U({},B)));this.bumpSpace();var L=this.parseIdentifierIfPossible(),T=0;if(a!=="select"&&L.value==="offset"){if(!this.bumpIf(":"))return this.error(N.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,R(this.clonePosition(),this.clonePosition()));this.bumpSpace();var p=this.tryParseDecimalInteger(N.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,N.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(p.err)return p;this.bumpSpace(),L=this.parseIdentifierIfPossible(),T=p.val}var M=this.tryParsePluralOrSelectOptions(t,a,r,L);if(M.err)return M;var H=this.tryParseArgumentClose(i);if(H.err)return H;var $=R(i,this.clonePosition());return a==="select"?{val:{type:j.select,value:n,options:Mr(M.val),location:$},err:null}:{val:{type:j.plural,value:n,options:Mr(M.val),offset:T,pluralType:a==="plural"?"cardinal":"ordinal",location:$},err:null}}default:return this.error(N.INVALID_ARGUMENT_TYPE,R(s,h))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(N.EXPECT_ARGUMENT_CLOSING_BRACE,R(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,r=this.clonePosition();!this.isEOF();){var n=this.char();switch(n){case 39:{this.bump();var i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(N.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,R(i,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(r.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(r.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,r){var n=[];try{n=qi(t)}catch(i){return this.error(N.INVALID_NUMBER_SKELETON,r)}return{val:{type:je.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?Ki(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var o,s=!1,a=[],h=new Set,u=i.value,f=i.location;;){if(u.length===0){var p=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var g=this.tryParseDecimalInteger(N.EXPECT_PLURAL_ARGUMENT_SELECTOR,N.INVALID_PLURAL_ARGUMENT_SELECTOR);if(g.err)return g;f=R(p,this.clonePosition()),u=this.message.slice(p.offset,this.offset())}else break}if(h.has(u))return this.error(r==="select"?N.DUPLICATE_SELECT_ARGUMENT_SELECTOR:N.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,f);u==="other"&&(s=!0),this.bumpSpace();var y=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?N.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:N.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,R(this.clonePosition(),this.clonePosition()));var H=this.parseMessage(t+1,r,n);if(H.err)return H;var w=this.tryParseArgumentClose(y);if(w.err)return w;a.push([u,{value:H.val,location:R(y,this.clonePosition())}]),h.add(u),this.bumpSpace(),o=this.parseIdentifierIfPossible(),u=o.value,f=o.location}return a.length===0?this.error(r==="select"?N.EXPECT_SELECT_ARGUMENT_SELECTOR:N.EXPECT_PLURAL_ARGUMENT_SELECTOR,R(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(N.MISSING_OTHER_CLAUSE,R(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var o=!1,s=0;!this.isEOF();){var a=this.char();if(a>=48&&a<=57)o=!0,s=s*10+(a-48),this.bump();else break}var h=R(i,this.clonePosition());return o?(s*=n,fo(s)?{val:s,err:null}:this.error(r,h)):this.error(t,h)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var r=xn(this.message,t);if(r===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return r},e.prototype.error=function(t,r){return{val:null,err:{kind:t,message:this.message,location:r}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();t===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},e.prototype.bumpIf=function(t){if(Nr(this.message,t,this.offset())){for(var r=0;r<t.length;r++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var r=this.offset(),n=this.message.indexOf(t,r);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var r=this.offset();if(r===t)break;if(r>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Sn(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),r=this.offset(),n=this.message.charCodeAt(r+(t>=65536?2:1));return n!=null?n:null},e}();function rr(e){return e>=97&&e<=122||e>=65&&e<=90}function vo(e){return rr(e)||e===47}function bo(e){return e===45||e===46||e>=48&&e<=57||e===95||e>=97&&e<=122||e>=65&&e<=90||e==183||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function Sn(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function yo(e){return e>=33&&e<=35||e===36||e>=37&&e<=39||e===40||e===41||e===42||e===43||e===44||e===45||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||e===91||e===92||e===93||e===94||e===96||e===123||e===124||e===125||e===126||e===161||e>=162&&e<=165||e===166||e===167||e===169||e===171||e===172||e===174||e===176||e===177||e===182||e===187||e===191||e===215||e===247||e>=8208&&e<=8213||e>=8214&&e<=8215||e===8216||e===8217||e===8218||e>=8219&&e<=8220||e===8221||e===8222||e===8223||e>=8224&&e<=8231||e>=8240&&e<=8248||e===8249||e===8250||e>=8251&&e<=8254||e>=8257&&e<=8259||e===8260||e===8261||e===8262||e>=8263&&e<=8273||e===8274||e===8275||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||e===8608||e>=8609&&e<=8610||e===8611||e>=8612&&e<=8613||e===8614||e>=8615&&e<=8621||e===8622||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||e===8658||e===8659||e===8660||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||e===8968||e===8969||e===8970||e===8971||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||e===9001||e===9002||e>=9003&&e<=9083||e===9084||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||e===9655||e>=9656&&e<=9664||e===9665||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||e===9839||e>=9840&&e<=10087||e===10088||e===10089||e===10090||e===10091||e===10092||e===10093||e===10094||e===10095||e===10096||e===10097||e===10098||e===10099||e===10100||e===10101||e>=10132&&e<=10175||e>=10176&&e<=10180||e===10181||e===10182||e>=10183&&e<=10213||e===10214||e===10215||e===10216||e===10217||e===10218||e===10219||e===10220||e===10221||e===10222||e===10223||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||e===10627||e===10628||e===10629||e===10630||e===10631||e===10632||e===10633||e===10634||e===10635||e===10636||e===10637||e===10638||e===10639||e===10640||e===10641||e===10642||e===10643||e===10644||e===10645||e===10646||e===10647||e===10648||e>=10649&&e<=10711||e===10712||e===10713||e===10714||e===10715||e>=10716&&e<=10747||e===10748||e===10749||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||e===11158||e>=11159&&e<=11263||e>=11776&&e<=11777||e===11778||e===11779||e===11780||e===11781||e>=11782&&e<=11784||e===11785||e===11786||e===11787||e===11788||e===11789||e>=11790&&e<=11798||e===11799||e>=11800&&e<=11801||e===11802||e===11803||e===11804||e===11805||e>=11806&&e<=11807||e===11808||e===11809||e===11810||e===11811||e===11812||e===11813||e===11814||e===11815||e===11816||e===11817||e>=11818&&e<=11822||e===11823||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||e===11840||e===11841||e===11842||e>=11843&&e<=11855||e>=11856&&e<=11857||e===11858||e>=11859&&e<=11903||e>=12289&&e<=12291||e===12296||e===12297||e===12298||e===12299||e===12300||e===12301||e===12302||e===12303||e===12304||e===12305||e>=12306&&e<=12307||e===12308||e===12309||e===12310||e===12311||e===12312||e===12313||e===12314||e===12315||e===12316||e===12317||e>=12318&&e<=12319||e===12320||e===12336||e===64830||e===64831||e>=65093&&e<=65094}function nr(e){e.forEach(function(t){if(delete t.location,pn(t)||mn(t))for(var r in t.options)delete t.options[r].location,nr(t.options[r].value);else fn(t)&&vn(t.style)||(cn(t)||dn(t))&&Jt(t.style)?delete t.style.location:gn(t)&&nr(t.children)})}function _o(e,t){t===void 0&&(t={}),t=U({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new go(e,t).parse();if(r.err){var n=SyntaxError(N[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||nr(r.val),r.val}var We;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(We||(We={}));var Bt=function(e){xe(t,e);function t(r,n,i){var o=e.call(this,r)||this;return o.code=n,o.originalMessage=i,o}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Dr=function(e){xe(t,e);function t(r,n,i,o){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),We.INVALID_VALUE,o)||this}return t}(Bt),Eo=function(e){xe(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),We.INVALID_VALUE,i)||this}return t}(Bt),xo=function(e){xe(t,e);function t(r,n){return e.call(this,'The intl string context variable "'.concat(r,'" was not provided to the string "').concat(n,'"'),We.MISSING_VALUE,n)||this}return t}(Bt),Q;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(Q||(Q={}));function wo(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==Q.literal||r.type!==Q.literal?t.push(r):n.value+=r.value,t},[])}function So(e){return typeof e=="function"}function Et(e,t,r,n,i,o,s){if(e.length===1&&Lr(e[0]))return[{type:Q.literal,value:e[0].value}];for(var a=[],h=0,u=e;h<u.length;h++){var f=u[h];if(Lr(f)){a.push({type:Q.literal,value:f.value});continue}if(Xi(f)){typeof o=="number"&&a.push({type:Q.literal,value:r.getNumberFormat(t).format(o)});continue}var p=f.value;if(!(i&&p in i))throw new xo(p,s);var g=i[p];if(ki(f)){(!g||typeof g=="string"||typeof g=="number")&&(g=typeof g=="string"||typeof g=="number"?String(g):""),a.push({type:typeof g=="string"?Q.literal:Q.object,value:g});continue}if(cn(f)){var y=typeof f.style=="string"?n.date[f.style]:Jt(f.style)?f.style.parsedOptions:void 0;a.push({type:Q.literal,value:r.getDateTimeFormat(t,y).format(g)});continue}if(dn(f)){var y=typeof f.style=="string"?n.time[f.style]:Jt(f.style)?f.style.parsedOptions:n.time.medium;a.push({type:Q.literal,value:r.getDateTimeFormat(t,y).format(g)});continue}if(fn(f)){var y=typeof f.style=="string"?n.number[f.style]:vn(f.style)?f.style.parsedOptions:void 0;y&&y.scale&&(g=g*(y.scale||1)),a.push({type:Q.literal,value:r.getNumberFormat(t,y).format(g)});continue}if(gn(f)){var H=f.children,w=f.value,O=i[w];if(!So(O))throw new Eo(w,"function",s);var P=Et(H,t,r,n,i,o),I=O(P.map(function(T){return T.value}));Array.isArray(I)||(I=[I]),a.push.apply(a,I.map(function(T){return{type:typeof T=="string"?Q.literal:Q.object,value:T}}))}if(pn(f)){var B=f.options[g]||f.options.other;if(!B)throw new Dr(f.value,g,Object.keys(f.options),s);a.push.apply(a,Et(B.value,t,r,n,i));continue}if(mn(f)){var B=f.options["=".concat(g)];if(!B){if(!Intl.PluralRules)throw new Bt(`Intl.PluralRules is not available in this environment.
16
+ `):"",this.name="UnsubscriptionError",this.errors=r}});function Yt(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Ht=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,n,i,o;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var a=Zt(s),h=a.next();!h.done;h=a.next()){var u=h.value;u.remove(this)}}catch(w){t={error:w}}finally{try{h&&!h.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else s.remove(this);var f=this.initialTeardown;if(_e(f))try{f()}catch(w){o=w instanceof Ft?w.errors:[w]}var p=this._finalizers;if(p){this._finalizers=null;try{for(var g=Zt(p),y=g.next();!y.done;y=g.next()){var H=y.value;try{xr(H)}catch(w){o=o!=null?o:[],w instanceof Ft?o=$e($e([],qt(o)),qt(w.errors)):o.push(w)}}}catch(w){n={error:w}}finally{try{y&&!y.done&&(i=g.return)&&i.call(g)}finally{if(n)throw n.error}}}if(o)throw new Ft(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)xr(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&Yt(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&Yt(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),tn=Ht.EMPTY;function rn(e){return e instanceof Ht||e&&"closed"in e&&_e(e.remove)&&_e(e.add)&&_e(e.unsubscribe)}function xr(e){_e(e)?e():e.unsubscribe()}var nn={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},si={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return setTimeout.apply(void 0,$e([e,t],qt(r)))},clearTimeout:function(e){return clearTimeout(e)},delegate:void 0};function ai(e){si.setTimeout(function(){throw e})}function wr(){}function _t(e){e()}var on=function(e){xe(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,rn(r)&&r.add(n)):n.destination=fi,n}return t.create=function(r,n,i){return new Qt(r,n,i)},t.prototype.next=function(r){this.isStopped||this._next(r)},t.prototype.error=function(r){this.isStopped||(this.isStopped=!0,this._error(r))},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(r){this.destination.next(r)},t.prototype._error=function(r){try{this.destination.error(r)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Ht),ui=Function.prototype.bind;function Ut(e,t){return ui.call(e,t)}var li=function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var r=this.partialObserver;if(r.next)try{r.next(t)}catch(n){vt(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){vt(n)}else vt(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){vt(r)}},e}(),Qt=function(e){xe(t,e);function t(r,n,i){var o=e.call(this)||this,s;if(_e(r)||!r)s={next:r!=null?r:void 0,error:n!=null?n:void 0,complete:i!=null?i:void 0};else{var a;o&&nn.useDeprecatedNextContext?(a=Object.create(r),a.unsubscribe=function(){return o.unsubscribe()},s={next:r.next&&Ut(r.next,a),error:r.error&&Ut(r.error,a),complete:r.complete&&Ut(r.complete,a)}):s=r}return o.destination=new li(s),o}return t}(on);function vt(e){ai(e)}function hi(e){throw e}var fi={closed:!0,next:wr,error:hi,complete:wr},ci=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function di(e){return e}function pi(e){return e.length===0?di:e.length===1?e[0]:function(r){return e.reduce(function(n,i){return i(n)},r)}}var Sr=function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(t,r,n){var i=this,o=gi(t)?t:new Qt(t,r,n);return _t(function(){var s=i,a=s.operator,h=s.source;o.add(a?a.call(o,h):h?i._subscribe(o):i._trySubscribe(o))}),o},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(r){t.error(r)}},e.prototype.forEach=function(t,r){var n=this;return r=Tr(r),new r(function(i,o){var s=new Qt({next:function(a){try{t(a)}catch(h){o(h),s.unsubscribe()}},error:o,complete:i});n.subscribe(s)})},e.prototype._subscribe=function(t){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(t)},e.prototype[ci]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return pi(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=Tr(t),new t(function(n,i){var o;r.subscribe(function(s){return o=s},function(s){return i(s)},function(){return n(o)})})},e.create=function(t){return new e(t)},e}();function Tr(e){var t;return(t=e!=null?e:nn.Promise)!==null&&t!==void 0?t:Promise}function mi(e){return e&&_e(e.next)&&_e(e.error)&&_e(e.complete)}function gi(e){return e&&e instanceof on||mi(e)&&rn(e)}var vi=en(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),sn=function(e){xe(t,e);function t(){var r=e.call(this)||this;return r.closed=!1,r.currentObservers=null,r.observers=[],r.isStopped=!1,r.hasError=!1,r.thrownError=null,r}return t.prototype.lift=function(r){var n=new Hr(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new vi},t.prototype.next=function(r){var n=this;_t(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var s=Zt(n.currentObservers),a=s.next();!a.done;a=s.next()){var h=a.value;h.next(r)}}catch(u){i={error:u}}finally{try{a&&!a.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}}})},t.prototype.error=function(r){var n=this;_t(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=r;for(var i=n.observers;i.length;)i.shift().error(r)}})},t.prototype.complete=function(){var r=this;_t(function(){if(r._throwIfClosed(),!r.isStopped){r.isStopped=!0;for(var n=r.observers;n.length;)n.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var r;return((r=this.observers)===null||r===void 0?void 0:r.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var n=this,i=this,o=i.hasError,s=i.isStopped,a=i.observers;return o||s?tn:(this.currentObservers=null,a.push(r),new Ht(function(){n.currentObservers=null,Yt(a,r)}))},t.prototype._checkFinalizedStatuses=function(r){var n=this,i=n.hasError,o=n.thrownError,s=n.isStopped;i?r.error(o):s&&r.complete()},t.prototype.asObservable=function(){var r=new Sr;return r.source=this,r},t.create=function(r,n){return new Hr(r,n)},t}(Sr),Hr=function(e){xe(t,e);function t(r,n){var i=e.call(this)||this;return i.destination=r,i.source=n,i}return t.prototype.next=function(r){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.next)===null||i===void 0||i.call(n,r)},t.prototype.error=function(r){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.error)===null||i===void 0||i.call(n,r)},t.prototype.complete=function(){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||n===void 0||n.call(r)},t.prototype._subscribe=function(r){var n,i;return(i=(n=this.source)===null||n===void 0?void 0:n.subscribe(r))!==null&&i!==void 0?i:tn},t}(sn),an={now:function(){return(an.delegate||Date).now()},delegate:void 0},bi=function(e){xe(t,e);function t(r,n,i){r===void 0&&(r=1/0),n===void 0&&(n=1/0),i===void 0&&(i=an);var o=e.call(this)||this;return o._bufferSize=r,o._windowTime=n,o._timestampProvider=i,o._buffer=[],o._infiniteTimeWindow=!0,o._infiniteTimeWindow=n===1/0,o._bufferSize=Math.max(1,r),o._windowTime=Math.max(1,n),o}return t.prototype.next=function(r){var n=this,i=n.isStopped,o=n._buffer,s=n._infiniteTimeWindow,a=n._timestampProvider,h=n._windowTime;i||(o.push(r),!s&&o.push(a.now()+h)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(r),i=this,o=i._infiniteTimeWindow,s=i._buffer,a=s.slice(),h=0;h<a.length&&!r.closed;h+=o?1:2)r.next(a[h]);return this._checkFinalizedStatuses(r),n},t.prototype._trimBuffer=function(){var r=this,n=r._bufferSize,i=r._timestampProvider,o=r._buffer,s=r._infiniteTimeWindow,a=(s?1:2)*n;if(n<1/0&&a<o.length&&o.splice(0,o.length-a),!s){for(var h=i.now(),u=0,f=1;f<o.length&&o[f]<=h;f+=2)u=f;u&&o.splice(0,u+1)}},t}(sn);const Br=[],Ar={},yi=(e,t=0)=>{if(Br.indexOf(e)==-1){const r=new bi(t);Ar[e]=r,Br.push(e)}return Ar[e]},Re=[];function _i(e,t){return{subscribe:Bt(e,t).subscribe}}function Bt(e,t=oe){let r;const n=new Set;function i(a){if(ur(e,a)&&(e=a,r)){const h=!Re.length;for(const u of n)u[1](),Re.push(u,e);if(h){for(let u=0;u<Re.length;u+=2)Re[u][0](Re[u+1]);Re.length=0}}}function o(a){i(a(e))}function s(a,h=oe){const u=[a,h];return n.add(u),n.size===1&&(r=t(i,o)||oe),a(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:o,subscribe:s}}function Xe(e,t,r){const n=!Array.isArray(e),i=n?[e]:e;if(!i.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const o=t.length<2;return _i(r,(s,a)=>{let h=!1;const u=[];let f=0,p=oe;const g=()=>{if(f)return;p();const H=t(n?u[0]:u,s,a);o?s(H):p=ar(H)?H:oe},y=i.map((H,w)=>zr(H,O=>{u[w]=O,f&=~(1<<w),h&&g()},()=>{f|=1<<w}));return h=!0,g(),function(){Ae(y),p(),h=!1}})}var Ei=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function xi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var wi=function(t){return Si(t)&&!Ti(t)};function Si(e){return!!e&&typeof e=="object"}function Ti(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Ai(e)}var Hi=typeof Symbol=="function"&&Symbol.for,Bi=Hi?Symbol.for("react.element"):60103;function Ai(e){return e.$$typeof===Bi}function Ii(e){return Array.isArray(e)?[]:{}}function ot(e,t){return t.clone!==!1&&t.isMergeableObject(e)?Ge(Ii(e),e,t):e}function Li(e,t,r){return e.concat(t).map(function(n){return ot(n,r)})}function Ci(e,t){if(!t.customMerge)return Ge;var r=t.customMerge(e);return typeof r=="function"?r:Ge}function Oi(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function Ir(e){return Object.keys(e).concat(Oi(e))}function un(e,t){try{return t in e}catch(r){return!1}}function Pi(e,t){return un(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Ni(e,t,r){var n={};return r.isMergeableObject(e)&&Ir(e).forEach(function(i){n[i]=ot(e[i],r)}),Ir(t).forEach(function(i){Pi(e,i)||(un(e,i)&&r.isMergeableObject(t[i])?n[i]=Ci(i,r)(e[i],t[i],r):n[i]=ot(t[i],r))}),n}function Ge(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Li,r.isMergeableObject=r.isMergeableObject||wi,r.cloneUnlessOtherwiseSpecified=ot;var n=Array.isArray(t),i=Array.isArray(e),o=n===i;return o?n?r.arrayMerge(e,t,r):Ni(e,t,r):ot(t,r)}Ge.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return Ge(n,i,r)},{})};var Mi=Ge,Ri=Mi;const Di=xi(Ri);function $t(e,t){var r=t&&t.cache?t.cache:Wi,n=t&&t.serializer?t.serializer:ji,i=t&&t.strategy?t.strategy:Ui;return i(e,{cache:r,serializer:n})}function Fi(e){return e==null||typeof e=="number"||typeof e=="boolean"}function ln(e,t,r,n){var i=Fi(n)?n:r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.call(this,n),t.set(i,o)),o}function hn(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.apply(this,n),t.set(i,o)),o}function lr(e,t,r,n,i){return r.bind(t,e,n,i)}function Ui(e,t){var r=e.length===1?ln:hn;return lr(e,this,r,t.cache.create(),t.serializer)}function $i(e,t){return lr(e,this,hn,t.cache.create(),t.serializer)}function Gi(e,t){return lr(e,this,ln,t.cache.create(),t.serializer)}var ji=function(){return JSON.stringify(arguments)};function hr(){this.cache=Object.create(null)}hr.prototype.get=function(e){return this.cache[e]};hr.prototype.set=function(e,t){this.cache[e]=t};var Wi={create:function(){return new hr}},Gt={variadic:$i,monadic:Gi},N;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"})(N||(N={}));var j;(function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"})(j||(j={}));var je;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(je||(je={}));function Lr(e){return e.type===j.literal}function ki(e){return e.type===j.argument}function fn(e){return e.type===j.number}function cn(e){return e.type===j.date}function dn(e){return e.type===j.time}function pn(e){return e.type===j.select}function mn(e){return e.type===j.plural}function Xi(e){return e.type===j.pound}function gn(e){return e.type===j.tag}function vn(e){return!!(e&&typeof e=="object"&&e.type===je.number)}function Jt(e){return!!(e&&typeof e=="object"&&e.type===je.dateTime)}var bn=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Vi=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function zi(e){var t={};return e.replace(Vi,function(r){var n=r.length;switch(r[0]){case"G":t.era=n===4?"long":n===5?"narrow":"short";break;case"y":t.year=n===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=n===4?"long":n===5?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var Zi=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function qi(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Zi).filter(function(g){return g.length>0}),r=[],n=0,i=t;n<i.length;n++){var o=i[n],s=o.split("/");if(s.length===0)throw new Error("Invalid number skeleton");for(var a=s[0],h=s.slice(1),u=0,f=h;u<f.length;u++){var p=f[u];if(p.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:h})}return r}function Yi(e){return e.replace(/^(.*?)-/,"")}var Cr=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,yn=/^(@+)?(\+|#+)?[rs]?$/g,Qi=/(\*)(0+)|(#+)(0+)|(0+)/g,_n=/^(0+)$/;function Or(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(yn,function(r,n,i){return typeof i!="string"?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):i==="+"?t.minimumSignificantDigits=n.length:n[0]==="#"?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+(typeof i=="string"?i.length:0)),""}),t}function En(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function Ji(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(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)),!_n.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Pr(e){var t={},r=En(e);return r||t}function Ki(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=Yi(i.options[0]);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=U(U(U({},t),{notation:"scientific"}),i.options.reduce(function(h,u){return U(U({},h),Pr(u))},{}));continue;case"engineering":t=U(U(U({},t),{notation:"engineering"}),i.options.reduce(function(h,u){return U(U({},h),Pr(u))},{}));continue;case"notation-simple":t.notation="standard";continue;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;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Qi,function(h,u,f,p,g,y){if(u)t.minimumIntegerDigits=f.length;else{if(p&&g)throw new Error("We currently do not support maximum integer digits");if(y)throw new Error("We currently do not support exact integer digits")}return""});continue}if(_n.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(Cr.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Cr,function(h,u,f,p,g,y){return f==="*"?t.minimumFractionDigits=u.length:p&&p[0]==="#"?t.maximumFractionDigits=p.length:g&&y?(t.minimumFractionDigits=g.length,t.maximumFractionDigits=g.length+y.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var o=i.options[0];o==="w"?t=U(U({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=U(U({},t),Or(o)));continue}if(yn.test(i.stem)){t=U(U({},t),Or(i.stem));continue}var s=En(i.stem);s&&(t=U(U({},t),s));var a=Ji(i.stem);a&&(t=U(U({},t),a))}return t}var bt={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function eo(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var s=1+(o&1),a=o<2?1:3+(o>>1),h="a",u=to(t);for((u=="H"||u=="k")&&(a=0);a-- >0;)r+=h;for(;s-- >0;)r=u+r}else i==="J"?r+="H":r+=i}return r}function to(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(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")}var r=e.language,n;r!=="root"&&(n=e.maximize().region);var i=bt[n||""]||bt[r||""]||bt["".concat(r,"-001")]||bt["001"];return i[0]}var jt,ro=new RegExp("^".concat(bn.source,"*")),no=new RegExp("".concat(bn.source,"*$"));function R(e,t){return{start:e,end:t}}var io=!!String.prototype.startsWith&&"_a".startsWith("a",1),oo=!!String.fromCodePoint,so=!!Object.fromEntries,ao=!!String.prototype.codePointAt,uo=!!String.prototype.trimStart,lo=!!String.prototype.trimEnd,ho=!!Number.isSafeInteger,fo=ho?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Kt=!0;try{var co=wn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Kt=((jt=co.exec("a"))===null||jt===void 0?void 0:jt[0])==="a"}catch(e){Kt=!1}var Nr=io?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},er=oo?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,o=0,s;i>o;){if(s=t[o++],s>1114111)throw RangeError(s+" is not a valid code point");n+=s<65536?String.fromCharCode(s):String.fromCharCode(((s-=65536)>>10)+55296,s%1024+56320)}return n},Mr=so?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var o=i[n],s=o[0],a=o[1];r[s]=a}return r},xn=ao?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),o;return i<55296||i>56319||r+1===n||(o=t.charCodeAt(r+1))<56320||o>57343?i:(i-55296<<10)+(o-56320)+65536}},po=uo?function(t){return t.trimStart()}:function(t){return t.replace(ro,"")},mo=lo?function(t){return t.trimEnd()}:function(t){return t.replace(no,"")};function wn(e,t){return new RegExp(e,t)}var tr;if(Kt){var Rr=wn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");tr=function(t,r){var n;Rr.lastIndex=r;var i=Rr.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else tr=function(t,r){for(var n=[];;){var i=xn(t,r);if(i===void 0||Sn(i)||yo(i))break;n.push(i),r+=i>=65536?2:1}return er.apply(void 0,n)};var go=function(){function e(t,r){r===void 0&&(r={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!r.ignoreTag,this.locale=r.locale,this.requiresOtherClause=!!r.requiresOtherClause,this.shouldParseSkeletons=!!r.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,r,n){for(var i=[];!this.isEOF();){var o=this.char();if(o===123){var s=this.parseArgument(t,n);if(s.err)return s;i.push(s.val)}else{if(o===125&&t>0)break;if(o===35&&(r==="plural"||r==="selectordinal")){var a=this.clonePosition();this.bump(),i.push({type:j.pound,location:R(a,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(N.UNMATCHED_CLOSING_TAG,R(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&rr(this.peek()||0)){var s=this.parseTag(t,r);if(s.err)return s;i.push(s.val)}else{var s=this.parseLiteral(t,r);if(s.err)return s;i.push(s.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,r){var n=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:j.literal,value:"<".concat(i,"/>"),location:R(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(t+1,r,!0);if(o.err)return o;var s=o.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!rr(this.char()))return this.error(N.INVALID_TAG,R(a,this.clonePosition()));var h=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(N.UNMATCHED_CLOSING_TAG,R(h,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:j.tag,value:i,children:s,location:R(n,this.clonePosition())},err:null}:this.error(N.INVALID_TAG,R(a,this.clonePosition())))}else return this.error(N.UNCLOSED_TAG,R(n,this.clonePosition()))}else return this.error(N.INVALID_TAG,R(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&bo(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var o=this.tryParseQuote(r);if(o){i+=o;continue}var s=this.tryParseUnquoted(t,r);if(s){i+=s;continue}var a=this.tryParseLeftAngleBracket();if(a){i+=a;continue}break}var h=R(n,this.clonePosition());return{val:{type:j.literal,value:i,location:h},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!vo(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var r=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)r.push(39),this.bump();else{this.bump();break}else r.push(n);this.bump()}return er.apply(void 0,r)},e.prototype.tryParseUnquoted=function(t,r){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(r==="plural"||r==="selectordinal")||n===125&&t>0?null:(this.bump(),er(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(N.EXPECT_ARGUMENT_CLOSING_BRACE,R(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(N.EMPTY_ARGUMENT,R(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(N.MALFORMED_ARGUMENT,R(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(N.EXPECT_ARGUMENT_CLOSING_BRACE,R(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:j.argument,value:i,location:R(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(N.EXPECT_ARGUMENT_CLOSING_BRACE,R(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(N.MALFORMED_ARGUMENT,R(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=tr(this.message,r),i=r+n.length;this.bumpTo(i);var o=this.clonePosition(),s=R(t,o);return{value:n,location:s}},e.prototype.parseArgumentOptions=function(t,r,n,i){var o,s=this.clonePosition(),a=this.parseIdentifierIfPossible().value,h=this.clonePosition();switch(a){case"":return this.error(N.EXPECT_ARGUMENT_TYPE,R(s,h));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var f=this.clonePosition(),p=this.parseSimpleArgStyleIfPossible();if(p.err)return p;var g=mo(p.val);if(g.length===0)return this.error(N.EXPECT_ARGUMENT_STYLE,R(this.clonePosition(),this.clonePosition()));var y=R(f,this.clonePosition());u={style:g,styleLocation:y}}var H=this.tryParseArgumentClose(i);if(H.err)return H;var w=R(i,this.clonePosition());if(u&&Nr(u==null?void 0:u.style,"::",0)){var O=po(u.style.slice(2));if(a==="number"){var p=this.parseNumberSkeletonFromString(O,u.styleLocation);return p.err?p:{val:{type:j.number,value:n,location:w,style:p.val},err:null}}else{if(O.length===0)return this.error(N.EXPECT_DATE_TIME_SKELETON,w);var P=O;this.locale&&(P=eo(O,this.locale));var g={type:je.dateTime,pattern:P,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?zi(P):{}},I=a==="date"?j.date:j.time;return{val:{type:I,value:n,location:w,style:g},err:null}}}return{val:{type:a==="number"?j.number:a==="date"?j.date:j.time,value:n,location:w,style:(o=u==null?void 0:u.style)!==null&&o!==void 0?o:null},err:null}}case"plural":case"selectordinal":case"select":{var A=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(N.EXPECT_SELECT_ARGUMENT_OPTIONS,R(A,U({},A)));this.bumpSpace();var L=this.parseIdentifierIfPossible(),T=0;if(a!=="select"&&L.value==="offset"){if(!this.bumpIf(":"))return this.error(N.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,R(this.clonePosition(),this.clonePosition()));this.bumpSpace();var p=this.tryParseDecimalInteger(N.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,N.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(p.err)return p;this.bumpSpace(),L=this.parseIdentifierIfPossible(),T=p.val}var M=this.tryParsePluralOrSelectOptions(t,a,r,L);if(M.err)return M;var H=this.tryParseArgumentClose(i);if(H.err)return H;var $=R(i,this.clonePosition());return a==="select"?{val:{type:j.select,value:n,options:Mr(M.val),location:$},err:null}:{val:{type:j.plural,value:n,options:Mr(M.val),offset:T,pluralType:a==="plural"?"cardinal":"ordinal",location:$},err:null}}default:return this.error(N.INVALID_ARGUMENT_TYPE,R(s,h))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(N.EXPECT_ARGUMENT_CLOSING_BRACE,R(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,r=this.clonePosition();!this.isEOF();){var n=this.char();switch(n){case 39:{this.bump();var i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(N.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,R(i,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(r.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(r.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,r){var n=[];try{n=qi(t)}catch(i){return this.error(N.INVALID_NUMBER_SKELETON,r)}return{val:{type:je.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?Ki(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var o,s=!1,a=[],h=new Set,u=i.value,f=i.location;;){if(u.length===0){var p=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var g=this.tryParseDecimalInteger(N.EXPECT_PLURAL_ARGUMENT_SELECTOR,N.INVALID_PLURAL_ARGUMENT_SELECTOR);if(g.err)return g;f=R(p,this.clonePosition()),u=this.message.slice(p.offset,this.offset())}else break}if(h.has(u))return this.error(r==="select"?N.DUPLICATE_SELECT_ARGUMENT_SELECTOR:N.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,f);u==="other"&&(s=!0),this.bumpSpace();var y=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?N.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:N.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,R(this.clonePosition(),this.clonePosition()));var H=this.parseMessage(t+1,r,n);if(H.err)return H;var w=this.tryParseArgumentClose(y);if(w.err)return w;a.push([u,{value:H.val,location:R(y,this.clonePosition())}]),h.add(u),this.bumpSpace(),o=this.parseIdentifierIfPossible(),u=o.value,f=o.location}return a.length===0?this.error(r==="select"?N.EXPECT_SELECT_ARGUMENT_SELECTOR:N.EXPECT_PLURAL_ARGUMENT_SELECTOR,R(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(N.MISSING_OTHER_CLAUSE,R(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var o=!1,s=0;!this.isEOF();){var a=this.char();if(a>=48&&a<=57)o=!0,s=s*10+(a-48),this.bump();else break}var h=R(i,this.clonePosition());return o?(s*=n,fo(s)?{val:s,err:null}:this.error(r,h)):this.error(t,h)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var r=xn(this.message,t);if(r===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return r},e.prototype.error=function(t,r){return{val:null,err:{kind:t,message:this.message,location:r}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();t===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},e.prototype.bumpIf=function(t){if(Nr(this.message,t,this.offset())){for(var r=0;r<t.length;r++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var r=this.offset(),n=this.message.indexOf(t,r);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var r=this.offset();if(r===t)break;if(r>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Sn(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),r=this.offset(),n=this.message.charCodeAt(r+(t>=65536?2:1));return n!=null?n:null},e}();function rr(e){return e>=97&&e<=122||e>=65&&e<=90}function vo(e){return rr(e)||e===47}function bo(e){return e===45||e===46||e>=48&&e<=57||e===95||e>=97&&e<=122||e>=65&&e<=90||e==183||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function Sn(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function yo(e){return e>=33&&e<=35||e===36||e>=37&&e<=39||e===40||e===41||e===42||e===43||e===44||e===45||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||e===91||e===92||e===93||e===94||e===96||e===123||e===124||e===125||e===126||e===161||e>=162&&e<=165||e===166||e===167||e===169||e===171||e===172||e===174||e===176||e===177||e===182||e===187||e===191||e===215||e===247||e>=8208&&e<=8213||e>=8214&&e<=8215||e===8216||e===8217||e===8218||e>=8219&&e<=8220||e===8221||e===8222||e===8223||e>=8224&&e<=8231||e>=8240&&e<=8248||e===8249||e===8250||e>=8251&&e<=8254||e>=8257&&e<=8259||e===8260||e===8261||e===8262||e>=8263&&e<=8273||e===8274||e===8275||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||e===8608||e>=8609&&e<=8610||e===8611||e>=8612&&e<=8613||e===8614||e>=8615&&e<=8621||e===8622||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||e===8658||e===8659||e===8660||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||e===8968||e===8969||e===8970||e===8971||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||e===9001||e===9002||e>=9003&&e<=9083||e===9084||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||e===9655||e>=9656&&e<=9664||e===9665||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||e===9839||e>=9840&&e<=10087||e===10088||e===10089||e===10090||e===10091||e===10092||e===10093||e===10094||e===10095||e===10096||e===10097||e===10098||e===10099||e===10100||e===10101||e>=10132&&e<=10175||e>=10176&&e<=10180||e===10181||e===10182||e>=10183&&e<=10213||e===10214||e===10215||e===10216||e===10217||e===10218||e===10219||e===10220||e===10221||e===10222||e===10223||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||e===10627||e===10628||e===10629||e===10630||e===10631||e===10632||e===10633||e===10634||e===10635||e===10636||e===10637||e===10638||e===10639||e===10640||e===10641||e===10642||e===10643||e===10644||e===10645||e===10646||e===10647||e===10648||e>=10649&&e<=10711||e===10712||e===10713||e===10714||e===10715||e>=10716&&e<=10747||e===10748||e===10749||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||e===11158||e>=11159&&e<=11263||e>=11776&&e<=11777||e===11778||e===11779||e===11780||e===11781||e>=11782&&e<=11784||e===11785||e===11786||e===11787||e===11788||e===11789||e>=11790&&e<=11798||e===11799||e>=11800&&e<=11801||e===11802||e===11803||e===11804||e===11805||e>=11806&&e<=11807||e===11808||e===11809||e===11810||e===11811||e===11812||e===11813||e===11814||e===11815||e===11816||e===11817||e>=11818&&e<=11822||e===11823||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||e===11840||e===11841||e===11842||e>=11843&&e<=11855||e>=11856&&e<=11857||e===11858||e>=11859&&e<=11903||e>=12289&&e<=12291||e===12296||e===12297||e===12298||e===12299||e===12300||e===12301||e===12302||e===12303||e===12304||e===12305||e>=12306&&e<=12307||e===12308||e===12309||e===12310||e===12311||e===12312||e===12313||e===12314||e===12315||e===12316||e===12317||e>=12318&&e<=12319||e===12320||e===12336||e===64830||e===64831||e>=65093&&e<=65094}function nr(e){e.forEach(function(t){if(delete t.location,pn(t)||mn(t))for(var r in t.options)delete t.options[r].location,nr(t.options[r].value);else fn(t)&&vn(t.style)||(cn(t)||dn(t))&&Jt(t.style)?delete t.style.location:gn(t)&&nr(t.children)})}function _o(e,t){t===void 0&&(t={}),t=U({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new go(e,t).parse();if(r.err){var n=SyntaxError(N[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||nr(r.val),r.val}var We;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(We||(We={}));var At=function(e){xe(t,e);function t(r,n,i){var o=e.call(this,r)||this;return o.code=n,o.originalMessage=i,o}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Dr=function(e){xe(t,e);function t(r,n,i,o){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),We.INVALID_VALUE,o)||this}return t}(At),Eo=function(e){xe(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),We.INVALID_VALUE,i)||this}return t}(At),xo=function(e){xe(t,e);function t(r,n){return e.call(this,'The intl string context variable "'.concat(r,'" was not provided to the string "').concat(n,'"'),We.MISSING_VALUE,n)||this}return t}(At),Q;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(Q||(Q={}));function wo(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==Q.literal||r.type!==Q.literal?t.push(r):n.value+=r.value,t},[])}function So(e){return typeof e=="function"}function Et(e,t,r,n,i,o,s){if(e.length===1&&Lr(e[0]))return[{type:Q.literal,value:e[0].value}];for(var a=[],h=0,u=e;h<u.length;h++){var f=u[h];if(Lr(f)){a.push({type:Q.literal,value:f.value});continue}if(Xi(f)){typeof o=="number"&&a.push({type:Q.literal,value:r.getNumberFormat(t).format(o)});continue}var p=f.value;if(!(i&&p in i))throw new xo(p,s);var g=i[p];if(ki(f)){(!g||typeof g=="string"||typeof g=="number")&&(g=typeof g=="string"||typeof g=="number"?String(g):""),a.push({type:typeof g=="string"?Q.literal:Q.object,value:g});continue}if(cn(f)){var y=typeof f.style=="string"?n.date[f.style]:Jt(f.style)?f.style.parsedOptions:void 0;a.push({type:Q.literal,value:r.getDateTimeFormat(t,y).format(g)});continue}if(dn(f)){var y=typeof f.style=="string"?n.time[f.style]:Jt(f.style)?f.style.parsedOptions:n.time.medium;a.push({type:Q.literal,value:r.getDateTimeFormat(t,y).format(g)});continue}if(fn(f)){var y=typeof f.style=="string"?n.number[f.style]:vn(f.style)?f.style.parsedOptions:void 0;y&&y.scale&&(g=g*(y.scale||1)),a.push({type:Q.literal,value:r.getNumberFormat(t,y).format(g)});continue}if(gn(f)){var H=f.children,w=f.value,O=i[w];if(!So(O))throw new Eo(w,"function",s);var P=Et(H,t,r,n,i,o),I=O(P.map(function(T){return T.value}));Array.isArray(I)||(I=[I]),a.push.apply(a,I.map(function(T){return{type:typeof T=="string"?Q.literal:Q.object,value:T}}))}if(pn(f)){var A=f.options[g]||f.options.other;if(!A)throw new Dr(f.value,g,Object.keys(f.options),s);a.push.apply(a,Et(A.value,t,r,n,i));continue}if(mn(f)){var A=f.options["=".concat(g)];if(!A){if(!Intl.PluralRules)throw new At(`Intl.PluralRules is not available in this environment.
4
17
  Try polyfilling it using "@formatjs/intl-pluralrules"
5
- `,We.MISSING_INTL_API,s);var L=r.getPluralRules(t,{type:f.pluralType}).select(g-(f.offset||0));B=f.options[L]||f.options.other}if(!B)throw new Dr(f.value,g,Object.keys(f.options),s);a.push.apply(a,Et(B.value,t,r,n,i,g-(f.offset||0)));continue}}return wo(a)}function To(e,t){return t?U(U(U({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=U(U({},e[n]),t[n]||{}),r},{})):e}function Ho(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=To(e[n],t[n]),r},U({},e)):e}function Wt(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Ao(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:$t(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,$e([void 0],r,!1)))},{cache:Wt(e.number),strategy:Gt.variadic}),getDateTimeFormat:$t(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,$e([void 0],r,!1)))},{cache:Wt(e.dateTime),strategy:Gt.variadic}),getPluralRules:$t(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,$e([void 0],r,!1)))},{cache:Wt(e.pluralRules),strategy:Gt.variadic})}}var Bo=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var o=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(h){var u=o.formatToParts(h);if(u.length===1)return u[0].value;var f=u.reduce(function(p,g){return!p.length||g.type!==Q.literal||typeof p[p.length-1]!="string"?p.push(g.value):p[p.length-1]+=g.value,p},[]);return f.length<=1?f[0]||"":f},this.formatToParts=function(h){return Et(o.ast,o.locales,o.formatters,o.formats,h,void 0,o.message)},this.resolvedOptions=function(){var h;return{locale:((h=o.resolvedLocale)===null||h===void 0?void 0:h.toString())||Intl.NumberFormat.supportedLocalesOf(o.locales)[0]}},this.getAst=function(){return o.ast},this.locales=r,this.resolvedLocale=e.resolveLocale(r),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var s=i||{};s.formatters;var a=oi(s,["formatters"]);this.ast=e.__parse(t,U(U({},a),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Ho(e.formats,n),this.formatters=i&&i.formatters||Ao(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(typeof Intl.Locale!="undefined"){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=_o,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},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"}}},e}();function Io(e,t){if(t==null)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let i=0;i<r.length;i++)if(typeof n=="object"){if(i>0){const o=r.slice(i,r.length).join(".");if(o in n){n=n[o];break}}n=n[r[i]]}else n=void 0;return n}const Te={},Lo=(e,t,r)=>r&&(t in Te||(Te[t]={}),e in Te[t]||(Te[t][e]=r),r),Tn=(e,t)=>{if(t==null)return;if(t in Te&&e in Te[t])return Te[t][e];const r=It(t);for(let n=0;n<r.length;n++){const i=r[n],o=Oo(i,e);if(o)return Lo(e,t,o)}};let fr;const Ie=At({});function Co(e){return fr[e]||null}function Hn(e){return e in fr}function Oo(e,t){if(!Hn(e))return null;const r=Co(e);return Io(r,t)}function Po(e){if(e==null)return;const t=It(e);for(let r=0;r<t.length;r++){const n=t[r];if(Hn(n))return n}}function cr(e,...t){delete Te[e],Ie.update(r=>(r[e]=Di.all([r[e]||{},...t]),r))}Xe([Ie],([e])=>Object.keys(e));Ie.subscribe(e=>fr=e);const xt={};function No(e,t){xt[e].delete(t),xt[e].size===0&&delete xt[e]}function An(e){return xt[e]}function Mo(e){return It(e).map(t=>{const r=An(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function ir(e){return e==null?!1:It(e).some(t=>{var r;return(r=An(t))==null?void 0:r.size})}function Ro(e,t){return Promise.all(t.map(n=>(No(e,n),n().then(i=>i.default||i)))).then(n=>cr(e,...n))}const rt={};function Bn(e){if(!ir(e))return e in rt?rt[e]:Promise.resolve();const t=Mo(e);return rt[e]=Promise.all(t.map(([r,n])=>Ro(r,n))).then(()=>{if(ir(e))return Bn(e);delete rt[e]}),rt[e]}const Do={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"}}},Fo={fallbackLocale:null,loadingDelay:200,formats:Do,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},Uo=Fo;function ke(){return Uo}const kt=At(!1);var $o=Object.defineProperty,Go=Object.defineProperties,jo=Object.getOwnPropertyDescriptors,Fr=Object.getOwnPropertySymbols,Wo=Object.prototype.hasOwnProperty,ko=Object.prototype.propertyIsEnumerable,Ur=(e,t,r)=>t in e?$o(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Xo=(e,t)=>{for(var r in t||(t={}))Wo.call(t,r)&&Ur(e,r,t[r]);if(Fr)for(var r of Fr(t))ko.call(t,r)&&Ur(e,r,t[r]);return e},Vo=(e,t)=>Go(e,jo(t));let or;const wt=At(null);function $r(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function It(e,t=ke().fallbackLocale){const r=$r(e);return t?[...new Set([...r,...$r(t)])]:r}function Le(){return or!=null?or:void 0}wt.subscribe(e=>{or=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const zo=e=>{if(e&&Po(e)&&ir(e)){const{loadingDelay:t}=ke();let r;return typeof window!="undefined"&&Le()!=null&&t?r=window.setTimeout(()=>kt.set(!0),t):kt.set(!0),Bn(e).then(()=>{wt.set(e)}).finally(()=>{clearTimeout(r),kt.set(!1)})}return wt.set(e)},Ee=Vo(Xo({},wt),{set:zo}),Lt=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var Zo=Object.defineProperty,St=Object.getOwnPropertySymbols,In=Object.prototype.hasOwnProperty,Ln=Object.prototype.propertyIsEnumerable,Gr=(e,t,r)=>t in e?Zo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,dr=(e,t)=>{for(var r in t||(t={}))In.call(t,r)&&Gr(e,r,t[r]);if(St)for(var r of St(t))Ln.call(t,r)&&Gr(e,r,t[r]);return e},Ve=(e,t)=>{var r={};for(var n in e)In.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&St)for(var n of St(e))t.indexOf(n)<0&&Ln.call(e,n)&&(r[n]=e[n]);return r};const st=(e,t)=>{const{formats:r}=ke();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},qo=Lt(e=>{var t=e,{locale:r,format:n}=t,i=Ve(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=st("number",n)),new Intl.NumberFormat(r,i)}),Yo=Lt(e=>{var t=e,{locale:r,format:n}=t,i=Ve(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=st("date",n):Object.keys(i).length===0&&(i=st("date","short")),new Intl.DateTimeFormat(r,i)}),Qo=Lt(e=>{var t=e,{locale:r,format:n}=t,i=Ve(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=st("time",n):Object.keys(i).length===0&&(i=st("time","short")),new Intl.DateTimeFormat(r,i)}),Jo=(e={})=>{var t=e,{locale:r=Le()}=t,n=Ve(t,["locale"]);return qo(dr({locale:r},n))},Ko=(e={})=>{var t=e,{locale:r=Le()}=t,n=Ve(t,["locale"]);return Yo(dr({locale:r},n))},es=(e={})=>{var t=e,{locale:r=Le()}=t,n=Ve(t,["locale"]);return Qo(dr({locale:r},n))},ts=Lt((e,t=Le())=>new Bo(e,t,ke().formats,{ignoreTag:ke().ignoreTag})),rs=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:h=Le(),default:u}=s;if(h==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let f=Tn(e,h);if(!f)f=(o=(i=(n=(r=ke()).handleMissingMessage)==null?void 0:n.call(r,{locale:h,id:e,defaultValue:u}))!=null?i:u)!=null?o:e;else if(typeof f!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof f}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),f;if(!a)return f;let p=f;try{p=ts(f,h).format(a)}catch(g){g instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,g.message)}return p},ns=(e,t)=>es(t).format(e),is=(e,t)=>Ko(t).format(e),os=(e,t)=>Jo(t).format(e),ss=(e,t=Le())=>Tn(e,t),Cn=Xe([Ee,Ie],()=>rs);Xe([Ee],()=>ns);Xe([Ee],()=>is);Xe([Ee],()=>os);Xe([Ee,Ie],()=>ss);window.emWidgets={topic:yi};const as=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC";var sr={exports:{}};/** @license
18
+ `,We.MISSING_INTL_API,s);var L=r.getPluralRules(t,{type:f.pluralType}).select(g-(f.offset||0));A=f.options[L]||f.options.other}if(!A)throw new Dr(f.value,g,Object.keys(f.options),s);a.push.apply(a,Et(A.value,t,r,n,i,g-(f.offset||0)));continue}}return wo(a)}function To(e,t){return t?U(U(U({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=U(U({},e[n]),t[n]||{}),r},{})):e}function Ho(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=To(e[n],t[n]),r},U({},e)):e}function Wt(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Bo(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:$t(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,$e([void 0],r,!1)))},{cache:Wt(e.number),strategy:Gt.variadic}),getDateTimeFormat:$t(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,$e([void 0],r,!1)))},{cache:Wt(e.dateTime),strategy:Gt.variadic}),getPluralRules:$t(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,$e([void 0],r,!1)))},{cache:Wt(e.pluralRules),strategy:Gt.variadic})}}var Ao=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var o=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(h){var u=o.formatToParts(h);if(u.length===1)return u[0].value;var f=u.reduce(function(p,g){return!p.length||g.type!==Q.literal||typeof p[p.length-1]!="string"?p.push(g.value):p[p.length-1]+=g.value,p},[]);return f.length<=1?f[0]||"":f},this.formatToParts=function(h){return Et(o.ast,o.locales,o.formatters,o.formats,h,void 0,o.message)},this.resolvedOptions=function(){var h;return{locale:((h=o.resolvedLocale)===null||h===void 0?void 0:h.toString())||Intl.NumberFormat.supportedLocalesOf(o.locales)[0]}},this.getAst=function(){return o.ast},this.locales=r,this.resolvedLocale=e.resolveLocale(r),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var s=i||{};s.formatters;var a=oi(s,["formatters"]);this.ast=e.__parse(t,U(U({},a),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Ho(e.formats,n),this.formatters=i&&i.formatters||Bo(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(typeof Intl.Locale!="undefined"){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=_o,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},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"}}},e}();function Io(e,t){if(t==null)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let i=0;i<r.length;i++)if(typeof n=="object"){if(i>0){const o=r.slice(i,r.length).join(".");if(o in n){n=n[o];break}}n=n[r[i]]}else n=void 0;return n}const Te={},Lo=(e,t,r)=>r&&(t in Te||(Te[t]={}),e in Te[t]||(Te[t][e]=r),r),Tn=(e,t)=>{if(t==null)return;if(t in Te&&e in Te[t])return Te[t][e];const r=It(t);for(let n=0;n<r.length;n++){const i=r[n],o=Oo(i,e);if(o)return Lo(e,t,o)}};let fr;const Ie=Bt({});function Co(e){return fr[e]||null}function Hn(e){return e in fr}function Oo(e,t){if(!Hn(e))return null;const r=Co(e);return Io(r,t)}function Po(e){if(e==null)return;const t=It(e);for(let r=0;r<t.length;r++){const n=t[r];if(Hn(n))return n}}function cr(e,...t){delete Te[e],Ie.update(r=>(r[e]=Di.all([r[e]||{},...t]),r))}Xe([Ie],([e])=>Object.keys(e));Ie.subscribe(e=>fr=e);const xt={};function No(e,t){xt[e].delete(t),xt[e].size===0&&delete xt[e]}function Bn(e){return xt[e]}function Mo(e){return It(e).map(t=>{const r=Bn(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function ir(e){return e==null?!1:It(e).some(t=>{var r;return(r=Bn(t))==null?void 0:r.size})}function Ro(e,t){return Promise.all(t.map(n=>(No(e,n),n().then(i=>i.default||i)))).then(n=>cr(e,...n))}const rt={};function An(e){if(!ir(e))return e in rt?rt[e]:Promise.resolve();const t=Mo(e);return rt[e]=Promise.all(t.map(([r,n])=>Ro(r,n))).then(()=>{if(ir(e))return An(e);delete rt[e]}),rt[e]}const Do={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"}}},Fo={fallbackLocale:null,loadingDelay:200,formats:Do,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},Uo=Fo;function ke(){return Uo}const kt=Bt(!1);var $o=Object.defineProperty,Go=Object.defineProperties,jo=Object.getOwnPropertyDescriptors,Fr=Object.getOwnPropertySymbols,Wo=Object.prototype.hasOwnProperty,ko=Object.prototype.propertyIsEnumerable,Ur=(e,t,r)=>t in e?$o(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Xo=(e,t)=>{for(var r in t||(t={}))Wo.call(t,r)&&Ur(e,r,t[r]);if(Fr)for(var r of Fr(t))ko.call(t,r)&&Ur(e,r,t[r]);return e},Vo=(e,t)=>Go(e,jo(t));let or;const wt=Bt(null);function $r(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function It(e,t=ke().fallbackLocale){const r=$r(e);return t?[...new Set([...r,...$r(t)])]:r}function Le(){return or!=null?or:void 0}wt.subscribe(e=>{or=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const zo=e=>{if(e&&Po(e)&&ir(e)){const{loadingDelay:t}=ke();let r;return typeof window!="undefined"&&Le()!=null&&t?r=window.setTimeout(()=>kt.set(!0),t):kt.set(!0),An(e).then(()=>{wt.set(e)}).finally(()=>{clearTimeout(r),kt.set(!1)})}return wt.set(e)},Ee=Vo(Xo({},wt),{set:zo}),Lt=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var Zo=Object.defineProperty,St=Object.getOwnPropertySymbols,In=Object.prototype.hasOwnProperty,Ln=Object.prototype.propertyIsEnumerable,Gr=(e,t,r)=>t in e?Zo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,dr=(e,t)=>{for(var r in t||(t={}))In.call(t,r)&&Gr(e,r,t[r]);if(St)for(var r of St(t))Ln.call(t,r)&&Gr(e,r,t[r]);return e},Ve=(e,t)=>{var r={};for(var n in e)In.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&St)for(var n of St(e))t.indexOf(n)<0&&Ln.call(e,n)&&(r[n]=e[n]);return r};const st=(e,t)=>{const{formats:r}=ke();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},qo=Lt(e=>{var t=e,{locale:r,format:n}=t,i=Ve(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=st("number",n)),new Intl.NumberFormat(r,i)}),Yo=Lt(e=>{var t=e,{locale:r,format:n}=t,i=Ve(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=st("date",n):Object.keys(i).length===0&&(i=st("date","short")),new Intl.DateTimeFormat(r,i)}),Qo=Lt(e=>{var t=e,{locale:r,format:n}=t,i=Ve(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=st("time",n):Object.keys(i).length===0&&(i=st("time","short")),new Intl.DateTimeFormat(r,i)}),Jo=(e={})=>{var t=e,{locale:r=Le()}=t,n=Ve(t,["locale"]);return qo(dr({locale:r},n))},Ko=(e={})=>{var t=e,{locale:r=Le()}=t,n=Ve(t,["locale"]);return Yo(dr({locale:r},n))},es=(e={})=>{var t=e,{locale:r=Le()}=t,n=Ve(t,["locale"]);return Qo(dr({locale:r},n))},ts=Lt((e,t=Le())=>new Ao(e,t,ke().formats,{ignoreTag:ke().ignoreTag})),rs=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:h=Le(),default:u}=s;if(h==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let f=Tn(e,h);if(!f)f=(o=(i=(n=(r=ke()).handleMissingMessage)==null?void 0:n.call(r,{locale:h,id:e,defaultValue:u}))!=null?i:u)!=null?o:e;else if(typeof f!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof f}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),f;if(!a)return f;let p=f;try{p=ts(f,h).format(a)}catch(g){g instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,g.message)}return p},ns=(e,t)=>es(t).format(e),is=(e,t)=>Ko(t).format(e),os=(e,t)=>Jo(t).format(e),ss=(e,t=Le())=>Tn(e,t),Cn=Xe([Ee,Ie],()=>rs);Xe([Ee],()=>ns);Xe([Ee],()=>is);Xe([Ee],()=>os);Xe([Ee,Ie],()=>ss);window.emWidgets={topic:yi};const as=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC";var sr={exports:{}};/** @license
6
19
  * eventsource.js
7
20
  * Available under MIT License (MIT)
8
21
  * https://github.com/Yaffle/EventSource/
9
- */(function(e,t){(function(r){var n=r.setTimeout,i=r.clearTimeout,o=r.XMLHttpRequest,s=r.XDomainRequest,a=r.ActiveXObject,h=r.EventSource,u=r.document,f=r.Promise,p=r.fetch,g=r.Response,y=r.TextDecoder,H=r.TextEncoder,w=r.AbortController;if(typeof window!="undefined"&&typeof u!="undefined"&&!("readyState"in u)&&u.body==null&&(u.readyState="loading",window.addEventListener("load",function(l){u.readyState="complete"},!1)),o==null&&a!=null&&(o=function(){return new a("Microsoft.XMLHTTP")}),Object.create==null&&(Object.create=function(l){function v(){}return v.prototype=l,new v}),Date.now||(Date.now=function(){return new Date().getTime()}),w==null){var O=p;p=function(l,v){var b=v.signal;return O(l,{headers:v.headers,credentials:v.credentials,cache:v.cache}).then(function(m){var A=m.body.getReader();return b._reader=A,b._aborted&&b._reader.cancel(),{status:m.status,statusText:m.statusText,headers:m.headers,body:{getReader:function(){return A}}}})},w=function(){this.signal={_reader:null,_aborted:!1},this.abort=function(){this.signal._reader!=null&&this.signal._reader.cancel(),this.signal._aborted=!0}}}function P(){this.bitsNeeded=0,this.codePoint=0}P.prototype.decode=function(l){function v(x,D,_){if(_===1)return x>=128>>D&&x<<D<=2047;if(_===2)return x>=2048>>D&&x<<D<=55295||x>=57344>>D&&x<<D<=65535;if(_===3)return x>=65536>>D&&x<<D<=1114111;throw new Error}function b(x,D){if(x===6*1)return D>>6>15?3:D>31?2:1;if(x===6*2)return D>15?3:2;if(x===6*3)return 3;throw new Error}for(var m=65533,A="",S=this.bitsNeeded,C=this.codePoint,c=0;c<l.length;c+=1){var d=l[c];S!==0&&(d<128||d>191||!v(C<<6|d&63,S-6,b(S,C)))&&(S=0,C=m,A+=String.fromCharCode(C)),S===0?(d>=0&&d<=127?(S=0,C=d):d>=192&&d<=223?(S=6*1,C=d&31):d>=224&&d<=239?(S=6*2,C=d&15):d>=240&&d<=247?(S=6*3,C=d&7):(S=0,C=m),S!==0&&!v(C,S,b(S,C))&&(S=0,C=m)):(S-=6,C=C<<6|d&63),S===0&&(C<=65535?A+=String.fromCharCode(C):(A+=String.fromCharCode(55296+(C-65535-1>>10)),A+=String.fromCharCode(56320+(C-65535-1&1023))))}return this.bitsNeeded=S,this.codePoint=C,A};var I=function(){try{return new y().decode(new H().encode("test"),{stream:!0})==="test"}catch(l){console.debug("TextDecoder does not support streaming option. Using polyfill instead: "+l)}return!1};(y==null||H==null||!I())&&(y=P);var B=function(){};function L(l){this.withCredentials=!1,this.readyState=0,this.status=0,this.statusText="",this.responseText="",this.onprogress=B,this.onload=B,this.onerror=B,this.onreadystatechange=B,this._contentType="",this._xhr=l,this._sendTimeout=0,this._abort=B}L.prototype.open=function(l,v){this._abort(!0);var b=this,m=this._xhr,A=1,S=0;this._abort=function(_){b._sendTimeout!==0&&(i(b._sendTimeout),b._sendTimeout=0),(A===1||A===2||A===3)&&(A=4,m.onload=B,m.onerror=B,m.onabort=B,m.onprogress=B,m.onreadystatechange=B,m.abort(),S!==0&&(i(S),S=0),_||(b.readyState=4,b.onabort(null),b.onreadystatechange())),A=0};var C=function(){if(A===1){var _=0,F="",me=void 0;if("contentType"in m)_=200,F="OK",me=m.contentType;else try{_=m.status,F=m.statusText,me=m.getResponseHeader("Content-Type")}catch(et){_=0,F="",me=void 0}_!==0&&(A=2,b.readyState=2,b.status=_,b.statusText=F,b._contentType=me,b.onreadystatechange())}},c=function(){if(C(),A===2||A===3){A=3;var _="";try{_=m.responseText}catch(F){}b.readyState=3,b.responseText=_,b.onprogress()}},d=function(_,F){if((F==null||F.preventDefault==null)&&(F={preventDefault:B}),c(),A===1||A===2||A===3){if(A=4,S!==0&&(i(S),S=0),b.readyState=4,_==="load")b.onload(F);else if(_==="error")b.onerror(F);else if(_==="abort")b.onabort(F);else throw new TypeError;b.onreadystatechange()}},x=function(_){m!=null&&(m.readyState===4?(!("onload"in m)||!("onerror"in m)||!("onabort"in m))&&d(m.responseText===""?"error":"load",_):m.readyState===3?"onprogress"in m||c():m.readyState===2&&C())},D=function(){S=n(function(){D()},500),m.readyState===3&&c()};"onload"in m&&(m.onload=function(_){d("load",_)}),"onerror"in m&&(m.onerror=function(_){d("error",_)}),"onabort"in m&&(m.onabort=function(_){d("abort",_)}),"onprogress"in m&&(m.onprogress=c),"onreadystatechange"in m&&(m.onreadystatechange=function(_){x(_)}),("contentType"in m||!("ontimeout"in o.prototype))&&(v+=(v.indexOf("?")===-1?"?":"&")+"padding=true"),m.open(l,v,!0),"readyState"in m&&(S=n(function(){D()},0))},L.prototype.abort=function(){this._abort(!1)},L.prototype.getResponseHeader=function(l){return this._contentType},L.prototype.setRequestHeader=function(l,v){var b=this._xhr;"setRequestHeader"in b&&b.setRequestHeader(l,v)},L.prototype.getAllResponseHeaders=function(){return this._xhr.getAllResponseHeaders!=null&&this._xhr.getAllResponseHeaders()||""},L.prototype.send=function(){if((!("ontimeout"in o.prototype)||!("sendAsBinary"in o.prototype)&&!("mozAnon"in o.prototype))&&u!=null&&u.readyState!=null&&u.readyState!=="complete"){var l=this;l._sendTimeout=n(function(){l._sendTimeout=0,l.send()},4);return}var v=this._xhr;"withCredentials"in v&&(v.withCredentials=this.withCredentials);try{v.send(void 0)}catch(b){throw b}};function T(l){return l.replace(/[A-Z]/g,function(v){return String.fromCharCode(v.charCodeAt(0)+32)})}function M(l){for(var v=Object.create(null),b=l.split(`\r
10
- `),m=0;m<b.length;m+=1){var A=b[m],S=A.split(": "),C=S.shift(),c=S.join(": ");v[T(C)]=c}this._map=v}M.prototype.get=function(l){return this._map[T(l)]},o!=null&&o.HEADERS_RECEIVED==null&&(o.HEADERS_RECEIVED=2);function $(){}$.prototype.open=function(l,v,b,m,A,S,C){l.open("GET",A);var c=0;l.onprogress=function(){var x=l.responseText,D=x.slice(c);c+=D.length,b(D)},l.onerror=function(x){x.preventDefault(),m(new Error("NetworkError"))},l.onload=function(){m(null)},l.onabort=function(){m(null)},l.onreadystatechange=function(){if(l.readyState===o.HEADERS_RECEIVED){var x=l.status,D=l.statusText,_=l.getResponseHeader("Content-Type"),F=l.getAllResponseHeaders();v(x,D,_,new M(F))}},l.withCredentials=S;for(var d in C)Object.prototype.hasOwnProperty.call(C,d)&&l.setRequestHeader(d,C[d]);return l.send(),l};function le(l){this._headers=l}le.prototype.get=function(l){return this._headers.get(l)};function Ce(){}Ce.prototype.open=function(l,v,b,m,A,S,C){var c=null,d=new w,x=d.signal,D=new y;return p(A,{headers:C,credentials:S?"include":"same-origin",signal:x,cache:"no-store"}).then(function(_){return c=_.body.getReader(),v(_.status,_.statusText,_.headers.get("Content-Type"),new le(_.headers)),new f(function(F,me){var et=function(){c.read().then(function(K){if(K.done)F(void 0);else{var Z=D.decode(K.value,{stream:!0});b(Z),et()}}).catch(function(K){me(K)})};et()})}).catch(function(_){if(_.name!=="AbortError")return _}).then(function(_){m(_)}),{abort:function(){c!=null&&c.cancel(),d.abort()}}};function fe(){this._listeners=Object.create(null)}function ze(l){n(function(){throw l},0)}fe.prototype.dispatchEvent=function(l){l.target=this;var v=this._listeners[l.type];if(v!=null)for(var b=v.length,m=0;m<b;m+=1){var A=v[m];try{typeof A.handleEvent=="function"?A.handleEvent(l):A.call(this,l)}catch(S){ze(S)}}},fe.prototype.addEventListener=function(l,v){l=String(l);var b=this._listeners,m=b[l];m==null&&(m=[],b[l]=m);for(var A=!1,S=0;S<m.length;S+=1)m[S]===v&&(A=!0);A||m.push(v)},fe.prototype.removeEventListener=function(l,v){l=String(l);var b=this._listeners,m=b[l];if(m!=null){for(var A=[],S=0;S<m.length;S+=1)m[S]!==v&&A.push(m[S]);A.length===0?delete b[l]:b[l]=A}};function we(l){this.type=l,this.target=void 0}function ut(l,v){we.call(this,l),this.data=v.data,this.lastEventId=v.lastEventId}ut.prototype=Object.create(we.prototype);function Ze(l,v){we.call(this,l),this.status=v.status,this.statusText=v.statusText,this.headers=v.headers}Ze.prototype=Object.create(we.prototype);function lt(l,v){we.call(this,l),this.error=v.error}lt.prototype=Object.create(we.prototype);var Se=-1,z=0,ce=1,de=2,qe=-1,se=0,Ye=1,Qe=2,ht=3,Ct=/^text\/event\-stream(;.*)?$/i,ft=1e3,Je=18e6,Ke=function(l,v){var b=l==null?v:parseInt(l,10);return b!==b&&(b=v),Oe(b)},Oe=function(l){return Math.min(Math.max(l,ft),Je)},pe=function(l,v,b){try{typeof v=="function"&&v.call(l,b)}catch(m){ze(m)}};function J(l,v){fe.call(this),v=v||{},this.onopen=void 0,this.onmessage=void 0,this.onerror=void 0,this.url=void 0,this.readyState=void 0,this.withCredentials=void 0,this.headers=void 0,this._close=void 0,Pt(this,l,v)}function ct(){return o!=null&&"withCredentials"in o.prototype||s==null?new o:new s}var Ot=p!=null&&g!=null&&"body"in g.prototype;function Pt(l,v,b){v=String(v);var m=!!b.withCredentials,A=b.lastEventIdQueryParameterName||"lastEventId",S=Oe(1e3),C=Ke(b.heartbeatTimeout,45e3),c="",d=S,x=!1,D=0,_=b.headers||{},F=b.Transport,me=Ot&&F==null?void 0:new L(F!=null?new F:ct()),et=F!=null&&typeof F!="string"?new F:me==null?new Ce:new $,K=void 0,Z=0,ae=Se,Pe="",pt="",ge="",mt="",q=se,Nt=0,He=0,Nn=function(X,k,ee,te){if(ae===z)if(X===200&&ee!=null&&Ct.test(ee)){ae=ce,x=Date.now(),d=S,l.readyState=ce;var Y=new Ze("open",{status:X,statusText:k,headers:te});l.dispatchEvent(Y),pe(l,l.onopen,Y)}else{var V="";X!==200?(k&&(k=k.replace(/\s+/g," ")),V="EventSource's response has a status "+X+" "+k+" that is not 200. Aborting the connection."):V="EventSource's response has a Content-Type specifying an unsupported type: "+(ee==null?"-":ee.replace(/\s+/g," "))+". Aborting the connection.",Mt();var Y=new Ze("error",{status:X,statusText:k,headers:te});l.dispatchEvent(Y),pe(l,l.onerror,Y),console.error(V)}},Mn=function(X){if(ae===ce){for(var k=-1,ee=0;ee<X.length;ee+=1){var te=X.charCodeAt(ee);(te===10||te===13)&&(k=ee)}var Y=(k!==-1?mt:"")+X.slice(0,k+1);mt=(k===-1?mt:"")+X.slice(k+1),X!==""&&(x=Date.now(),D+=X.length);for(var V=0;V<Y.length;V+=1){var te=Y.charCodeAt(V);if(q===qe&&te===10)q=se;else if(q===qe&&(q=se),te===13||te===10){if(q!==se){q===Ye&&(He=V+1);var ve=Y.slice(Nt,He-1),be=Y.slice(He+(He<V&&Y.charCodeAt(He)===32?1:0),V);ve==="data"?(Pe+=`
11
- `,Pe+=be):ve==="id"?pt=be:ve==="event"?ge=be:ve==="retry"?(S=Ke(be,S),d=S):ve==="heartbeatTimeout"&&(C=Ke(be,C),Z!==0&&(i(Z),Z=n(function(){tt()},C)))}if(q===se){if(Pe!==""){c=pt,ge===""&&(ge="message");var Ne=new ut(ge,{data:Pe.slice(1),lastEventId:pt});if(l.dispatchEvent(Ne),ge==="open"?pe(l,l.onopen,Ne):ge==="message"?pe(l,l.onmessage,Ne):ge==="error"&&pe(l,l.onerror,Ne),ae===de)return}Pe="",ge=""}q=te===13?qe:se}else q===se&&(Nt=V,q=Ye),q===Ye?te===58&&(He=V+1,q=Qe):q===Qe&&(q=ht)}}},pr=function(X){if(ae===ce||ae===z){ae=Se,Z!==0&&(i(Z),Z=0),Z=n(function(){tt()},d),d=Oe(Math.min(S*16,d*2)),l.readyState=z;var k=new lt("error",{error:X});l.dispatchEvent(k),pe(l,l.onerror,k),X!=null&&console.error(X)}},Mt=function(){ae=de,K!=null&&(K.abort(),K=void 0),Z!==0&&(i(Z),Z=0),l.readyState=de},tt=function(){if(Z=0,ae!==Se){if(!x&&K!=null)pr(new Error("No activity within "+C+" milliseconds. "+(ae===z?"No response received.":D+" chars received.")+" Reconnecting.")),K!=null&&(K.abort(),K=void 0);else{var X=Math.max((x||Date.now())+C-Date.now(),1);x=!1,Z=n(function(){tt()},X)}return}x=!1,D=0,Z=n(function(){tt()},C),ae=z,Pe="",ge="",pt=c,mt="",Nt=0,He=0,q=se;var k=v;if(v.slice(0,5)!=="data:"&&v.slice(0,5)!=="blob:"&&c!==""){var ee=v.indexOf("?");k=ee===-1?v:v.slice(0,ee+1)+v.slice(ee+1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g,function(be,Ne){return Ne===A?"":be}),k+=(v.indexOf("?")===-1?"?":"&")+A+"="+encodeURIComponent(c)}var te=l.withCredentials,Y={};Y.Accept="text/event-stream";var V=l.headers;if(V!=null)for(var ve in V)Object.prototype.hasOwnProperty.call(V,ve)&&(Y[ve]=V[ve]);try{K=et.open(me,Nn,Mn,pr,k,te,Y)}catch(be){throw Mt(),be}};l.url=v,l.readyState=z,l.withCredentials=m,l.headers=_,l._close=Mt,tt()}J.prototype=Object.create(fe.prototype),J.prototype.CONNECTING=z,J.prototype.OPEN=ce,J.prototype.CLOSED=de,J.prototype.close=function(){this._close()},J.CONNECTING=z,J.OPEN=ce,J.CLOSED=de,J.prototype.withCredentials=void 0;var dt=h;o!=null&&(h==null||!("withCredentials"in h.prototype))&&(dt=J),function(l){{var v=l(t);v!==void 0&&(e.exports=v)}}(function(l){l.EventSourcePolyfill=J,l.NativeEventSource=h,l.EventSource=dt})})(typeof globalThis=="undefined"?typeof window!="undefined"?window:typeof self!="undefined"?self:Ei:globalThis)})(sr,sr.exports);var us=sr.exports;function ls({withLocale:e,translations:t}){Ee.subscribe(r=>{r==null&&(Ie.set(t),Ee.set(e))})}function jr(e,t){cr(e,t)}function hs(e){Ee.set(e)}const Wr={en:{wageringSlider:{title:"- Wagering Bonus -",noWageringMsg:"You don't have any wagering bonus."}},tr:{wageringSlider:{title:"- Bahis Bonusu -",noWageringMsg:"Herhangi bir bahis bonusunuz bulunmamaktadır."}},es:{wageringSlider:{title:"Bono de Apuesta",noWageringMsg:"You don't have any wagering bonus."}},el:{wageringSlider:{title:"- Wagering Bonus -",noWageringMsg:"You don't have any wagering bonus."}},ro:{wageringSlider:{title:"- Wagering Bonus -",noWageringMsg:"You don't have any wagering bonus."}},"en-us":{wageringSlider:{title:"- Wagering Bonus -",noWageringMsg:"You don't have any wagering bonus."}}},fs=e=>{const t=window.BigInt;if(!e||e==null||e.length===0)return;let r=t(e[0].id);return{maxIdObj:e.reduce((i,o)=>{const s=t(o.id);return s>r?(r=s,o):i},e[0]),maxId:r.toString()}},cs=(e,t)=>JSON.stringify(e.map(r=>({bonusWalletID:r.id,progressID:t[r.id]||0}))),ds=(e,t)=>{let r=document.createElement("style");r.innerHTML=t,e.appendChild(r)},ps=(e,t)=>{let r=new URL(t),n=document.createElement("style");fetch(r.href).then(i=>i.text()).then(i=>{n.innerHTML=i,setTimeout(()=>{e.appendChild(n)},1)})};if(typeof window!="undefined"){let e=function(t){return function(...r){try{return t.apply(this,r)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./GeneralIconProgressBar-LR3gh75B.cjs")).then(({default:t})=>{!customElements.get("general-icon-progress-bar")&&customElements.define("general-icon-progress-bar",t.element)})}const On="data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.67757%202.5647L3.72412%20-1.25356e-07L5.77067%202.5647L3.72412%205.12939L1.67757%202.5647Z'%20fill='%23FF8B03'/%3e%3crect%20x='0.468506'%20y='6.1134'%20width='6.55827'%20height='0.936896'%20fill='%23FF8B03'/%3e%3cpath%20d='M7.49512%201.42889L0.4684%205.64492H7.02667L7.49512%201.42889Z'%20fill='%23FFB82E'/%3e%3cpath%20d='M0%201.42889L7.02672%205.64492H0.468448L0%201.42889Z'%20fill='%23FFD700'/%3e%3c/svg%3e";function ms(e){qr(e,"svelte-l28bzx","*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}div{vertical-align:middle}.WageringBonusWrapper,.SliderWrapper{overflow:hidden;width:100%;height:100%;min-width:150px;min-height:92px;max-width:188px;max-height:108px}.WageringBonusWrapper{position:relative}.SliderIcon{position:absolute;top:0px;right:0;cursor:pointer}.ShowWidget{transition:all 1s ease-in-out;transform:translateX(0);display:table;opacity:1}.HiddenWidget{transition:all 1s ease-in-out;transform:translateX(100%);opacity:0}.SliderWrapper{background:var(--emw--color-black, #000000);color:var(--emw--color-white, #FFFFFF);box-sizing:border-box;border:1px solid #FF8364;background:linear-gradient(90deg, rgba(40, 40, 40, 0.7) 0%, #847c7c 26.06%, #847c7c 72.19%, rgba(40, 40, 40, 0.7) 100%);border-radius:4px;box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);display:table}.LeftArrow,.RightArrow{padding:3px;height:100%;display:table-cell;vertical-align:middle;cursor:pointer;color:var(--emw--bonus-card-red, var(--emw--color-red, #FF8364))}.LeftArrow.Disabled,.RightArrow.Disabled{background:var(--emw--color-gray-300, #A9A8A8)}.LeftArrow{padding-right:0px}.RightArrow{padding-left:0px}.SliderCenter{height:100%;overflow:hidden}.SliderCenter .Title{font-style:normal;font-weight:700;font-size:12px;line-height:12px;text-align:center;color:var(--emw--bonus-card-yellow, var(--emw--color-yellow, #FFD700));margin:5px auto 3px}.SliderCenter .Hidden{opacity:0;transition:opacity;animation:0.2s}.SliderCenter .WagerList{height:calc(100% - 20px);display:block;position:relative}.SliderCenter .WagerList .hiddenDiv{transform:translateX(var(--transformToValue, 100%));animation:slideOut 1s;-moz-animation:slideOut 1s;-webkit-animation:slideOut 1s;-o-animation:slideOut 1s}.SliderCenter .WagerList .shownDiv{animation:slideIn 1.5s;-moz-animation:slideIn 1.5s;-webkit-animation:slideIn 1.5s;-o-animation:slideIn 1.5s}.SliderCenter .WagerList .WageringBonusInfo{overflow:hidden;display:block;height:100%;width:100%;position:absolute;top:0}.SliderCenter .WagerList .WageringBonusInfo .trophy{display:table-cell;vertical-align:middle;padding:3px}.SliderCenter .WagerList .WageringBonusInfo .trophy img.MiniIcon{width:18px;height:18px}.SliderCenter .WagerList .WageringBonusInfo .BonusName{display:table;height:calc(100% - 25px)}.SliderCenter .WagerList .WageringBonusInfo .BonusName .gameInfo{cursor:pointer;font-style:normal;font-weight:400;font-size:11px;line-height:13px;display:table-cell;align-items:center;color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));vertical-align:middle;overflow:hidden}.SliderCenter .bottom{width:100%;height:20px;vertical-align:bottom;margin-bottom:5px}.svg{height:12px}.svg img.MiniIcon{width:14px;height:14px}.restoreButton{display:table}.hideButton{transform:rotate(180deg);position:absolute;top:0px;right:2px;display:table;color:var(--emw--bonus-card-red, var(--emw--color-red, #FF8364));cursor:pointer}.NoWageringMsg{text-align:center;display:flex;align-items:center;height:100%;font-size:0.8rem;padding:10px}@keyframes slideIn{from{opacity:0;transform:translateX(var(--transformFromValue))}to{opacity:1;transform:translateX(0)}}@keyframes slideOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(var(--transformToValue, 100%))}}@-moz-keyframes slideIn{from{opacity:0;transform:translateX(var(--transformFromValue, 100%))}to{opacity:1;transform:translateX(0)}}@-moz-keyframes slideOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(var(--transformToValue, 100%))}}@-webkit-keyframes slideIn{from{opacity:0;transform:translateX(var(--transformFromValue, 0))}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes slideOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(var(--transformToValue, 100%))}}@-o-keyframes slideIn{from{opacity:0;transform:translateX(var(--transformFromValue, 0))}to{opacity:1;transform:translateX(0)}}@-o-keyframes slideOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(var(--transformToValue, 100%))}}")}function kr(e,t,r){const n=e.slice();return n[60]=t[r],n[62]=r,n}function gs(e){let t,r=e[10]("wageringSlider.noWageringMsg")+"",n;return{c(){t=W("div"),n=at(r),E(t,"class","NoWageringMsg")},m(i,o){he(i,t,o),G(t,n)},p(i,o){o[0]&1024&&r!==(r=i[10]("wageringSlider.noWageringMsg")+"")&&Tt(n,r)},d(i){i&&ue(t)}}}function vs(e){let t,r,n,i,o,s,a,h=e[10]("wageringSlider.title")+"",u,f,p,g,y,H,w,O,P,I,B=Er(e[2]),L=[];for(let T=0;T<B.length;T+=1)L[T]=Xr(kr(e,B,T));return{c(){t=W("div"),r=gt("svg"),n=gt("path"),o=ye(),s=W("div"),a=W("div"),u=at(h),f=ye(),p=W("div");for(let T=0;T<L.length;T+=1)L[T].c();g=ye(),y=W("div"),H=gt("svg"),w=gt("path"),E(n,"d","M3 7L1 4L3 1"),E(n,"stroke","currentColor"),E(n,"stroke-linecap","round"),E(n,"stroke-linejoin","round"),E(r,"width","6"),E(r,"height","14"),E(r,"viewBox","0 0 4 8"),E(r,"fill","none"),E(r,"xmlns","http://www.w3.org/2000/svg"),E(t,"class",i="LeftArrow "+(e[5]?"Disabled":"")),E(t,"role","button"),E(t,"tabindex","0"),E(a,"class","Title Top"),E(p,"class","WagerList"),E(s,"class","SliderCenter"),E(w,"d","M1 1L3 4L1 7"),E(w,"stroke","currentColor"),E(w,"stroke-linecap","round"),E(w,"stroke-linejoin","round"),E(H,"width","6"),E(H,"height","14"),E(H,"viewBox","0 0 4 8"),E(H,"fill","none"),E(H,"xmlns","http://www.w3.org/2000/svg"),E(y,"class",O="RightArrow "+(e[6]?"Disabled":"")),E(y,"role","button"),E(y,"tabindex","0")},m(T,M){he(T,t,M),G(t,r),G(r,n),he(T,o,M),he(T,s,M),G(s,a),G(a,u),G(s,f),G(s,p);for(let $=0;$<L.length;$+=1)L[$]&&L[$].m(p,null);he(T,g,M),he(T,y,M),G(y,H),G(H,w),P||(I=[Ae(t,"click",e[25]),Ae(t,"mouseenter",e[26]),Ae(t,"mouseleave",e[27]),Ae(y,"click",e[29])],P=!0)},p(T,M){if(M[0]&32&&i!==(i="LeftArrow "+(T[5]?"Disabled":""))&&E(t,"class",i),M[0]&1024&&h!==(h=T[10]("wageringSlider.title")+"")&&Tt(u,h),M[0]&16909){B=Er(T[2]);let $;for($=0;$<B.length;$+=1){const le=kr(T,B,$);L[$]?L[$].p(le,M):(L[$]=Xr(le),L[$].c(),L[$].m(p,null))}for(;$<L.length;$+=1)L[$].d(1);L.length=B.length}M[0]&64&&O!==(O="RightArrow "+(T[6]?"Disabled":""))&&E(y,"class",O)},d(T){T&&(ue(t),ue(o),ue(s),ue(g),ue(y)),kn(L,T),P=!1,Be(I)}}}function Xr(e){let t,r,n,i,o,s=e[60].title+"",a,h,u,f,p,g,y,H,w,O,P,I,B;function L(){return e[28](e[60])}return{c(){t=W("div"),r=W("div"),n=W("div"),n.innerHTML=`<img alt="crown" class="MiniIcon" src="${On}"/>`,i=ye(),o=W("div"),a=at(s),h=ye(),u=W("div"),f=W("general-icon-progress-bar"),O=ye(),E(n,"class","trophy"),E(o,"class","gameInfo"),E(o,"role","button"),E(o,"tabindex","0"),E(r,"class","BonusName"),re(f,"currentstep",p=e[60].currentStep),re(f,"status",g=e[60].status),re(f,"triggerreset",y=e[60].triggerreset),re(f,"total",H=e[60].levelIncrement),re(f,"progressfractiondigit",e[0]),re(f,"showaspercent",w=e[60].type=="money"),re(f,"lang",""),E(u,"class","ProgressBar bottom"),E(t,"class",P="WageringBonusInfo "+(e[3]!=e[62]?e[9]:"shownDiv"))},m(T,M){he(T,t,M),G(t,r),G(r,n),G(r,i),G(r,o),G(o,a),G(t,h),G(t,u),G(u,f),G(t,O),I||(B=Ae(o,"click",L),I=!0)},p(T,M){e=T,M[0]&4&&s!==(s=e[60].title+"")&&Tt(a,s),M[0]&4&&p!==(p=e[60].currentStep)&&re(f,"currentstep",p),M[0]&4&&g!==(g=e[60].status)&&re(f,"status",g),M[0]&4&&y!==(y=e[60].triggerreset)&&re(f,"triggerreset",y),M[0]&4&&H!==(H=e[60].levelIncrement)&&re(f,"total",H),M[0]&1&&re(f,"progressfractiondigit",e[0]),M[0]&4&&w!==(w=e[60].type=="money")&&re(f,"showaspercent",w),M[0]&520&&P!==(P="WageringBonusInfo "+(e[3]!=e[62]?e[9]:"shownDiv"))&&E(t,"class",P)},d(T){T&&ue(t),I=!1,B()}}}function bs(e){let t,r,n,i,o,s,a,h,u,f,p,g,y;function H(P,I){if(P[2]&&P[2].length>0)return vs;if(P[2]&&P[2].length==0)return gs}let w=H(e),O=w&&w(e);return{c(){t=W("div"),r=W("div"),n=W("div"),n.innerHTML='<svg width="6" height="10" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.861997 5.75848L0 4.89648L4.30998 0.586501L5.17198 1.4485L1.7241 4.89638L5.17255 8.34484L4.31055 9.20683L0.862099 5.75838L0.861997 5.75848Z"></path></svg> <svg width="6" height="10" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.861997 5.75848L0 4.89648L4.30998 0.586501L5.17198 1.4485L1.7241 4.89638L5.17255 8.34484L4.31055 9.20683L0.862099 5.75838L0.861997 5.75848Z"></path></svg>',i=ye(),O&&O.c(),s=ye(),a=W("section"),h=W("div"),h.innerHTML=`<img alt="crown" part="Icon" class="MiniIcon" src="${On}"/>`,u=ye(),f=W("div"),f.innerHTML='<svg width="6" height="10" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.861997 5.75848L0 4.89648L4.30998 0.586501L5.17198 1.4485L1.7241 4.89638L5.17255 8.34484L4.31055 9.20683L0.862099 5.75838L0.861997 5.75848Z"></path></svg> <svg width="6" height="10" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.861997 5.75848L0 4.89648L4.30998 0.586501L5.17198 1.4485L1.7241 4.89638L5.17255 8.34484L4.31055 9.20683L0.862099 5.75838L0.861997 5.75848Z"></path></svg>',E(n,"class","hideButton"),E(n,"role","button"),E(n,"tabindex","0"),E(r,"class",o="SliderWrapper "+(e[8]?"HiddenWidget":"ShowWidget")),E(h,"class","svg"),E(h,"part","AnimatorIconWrapper"),E(f,"class","restoreButton"),E(f,"part","RestoreButton"),E(a,"id","animator"),E(a,"class",p="SliderIcon "+(e[8]?"ShowWidget":"HiddenWidget")),E(a,"role","button"),E(a,"tabindex","0"),E(t,"class","WageringBonusWrapper")},m(P,I){he(P,t,I),G(t,r),G(r,n),G(r,i),O&&O.m(r,null),e[30](r),G(t,s),G(t,a),G(a,h),G(a,u),G(a,f),e[31](a),e[33](t),g||(y=[Ae(n,"click",e[24]),Ae(a,"click",e[32])],g=!0)},p(P,I){w===(w=H(P))&&O?O.p(P,I):(O&&O.d(1),O=w&&w(P),O&&(O.c(),O.m(r,null))),I[0]&256&&o!==(o="SliderWrapper "+(P[8]?"HiddenWidget":"ShowWidget"))&&E(r,"class",o),I[0]&256&&p!==(p="SliderIcon "+(P[8]?"ShowWidget":"HiddenWidget"))&&E(a,"class",p)},i:oe,o:oe,d(P){P&&ue(t),O&&O.d(),e[30](null),e[31](null),e[33](null),g=!1,Be(y)}}}function ys(e,t,r){let n;Zr(e,Cn,c=>r(10,n=c));let{endpoint:i}=t,{session:o}=t,{lang:s="en"}=t,{numberofrecords:a="5"}=t,{looptime:h="5"}=t,{translationurl:u=""}=t,{progressfractiondigit:f="1"}=t,{clientstyling:p=""}=t,{clientstylingurl:g=""}=t,y,H=window.navigator.userAgent,w=!0,O=!1,P,I,B=0,L,T,M,$=null,le=null,Ce=!1,fe="Hidden",ze={};ls({withLocale:"en",translations:{}});const we=()=>{fetch(u).then(d=>d.json()).then(d=>{Object.keys(d).forEach(x=>{jr(x,d[x])})}).catch(d=>{console.error(d)})};Object.keys(Wr).forEach(c=>{jr(c,Wr[c])});const ut=()=>{hs(s)},Ze=c=>{let d=0;for(let _ of c.levels||[]){let F=_.maxRepeats||1;d+=F}let x=c.wageringProgress;return{maxLevel:d,id:c.id,bonusWalletID:c.bonusWalletID,levelIncrement:x.currentLevelIncrement,gap:x.gap,currentStep:x.currentLevelIncrement-x.gap,title:c.name,description:c.description,type:c.wageringType,status:c.status,triggerreset:c.bonusWalletID}},lt=c=>{let d=[];for(let x of c.items)d.push(Ze(x));r(3,B=0),r(2,I=d)},Se=()=>{h!="0"&&(clearInterval(P),P=setInterval(()=>{if(I){r(9,fe="hiddenDiv");let c=B+1;if(c>=I.length){de();return}r(3,B=c),z(B)}},Number(h)*1e3))},z=c=>{if(r(9,fe="hiddenDiv"),c>0&&O||c<0&&w)return;Se(),T.style.setProperty("--transformFromValue",c>0?"100%":"-100%"),T.style.setProperty("--transformToValue",c>0?"-100%":"100%");let d=B+c;d=d<0?0:d,d=d==I.length?I.length-1:d,r(3,B=d)},ce=()=>{r(8,Ce=!1),r(3,B=0),Se()},de=()=>{r(8,Ce=!0),clearInterval(P),window.postMessage({type:"onWagingBonusSliderHide"},window.location.href)},qe=c=>{I.forEach(d=>{let x=c[d.bonusWalletID];if(!x)return;const{maxIdObj:D,maxId:_}=fs(x);ze[d.id]=_;let F=D;d.status=F.status,F.levelIncrement==0&&(F.levelIncrement=1,F.gap==0),d.gap=F.gap,d.levelIncrement=F.levelIncrement,d.currentStep=d.levelIncrement-d.gap,d.triggerreset+=1}),r(2,I)},se=c=>{if(!c.data)return;let d=c.data;try{let x=JSON.parse(d);if(!x||!x.items)return;x.messageType==="WageringProgressUpdate"&&qe(x.items)}catch(x){console.log(x)}},Ye=c=>{if(!c||c=="false"||c=="undefined")return!0},Qe=()=>{L&&(L.removeEventListener("message",se),L.close())},ht=()=>{if(Ye(o))return;Qe();let c=`${i}/v1/bonus/wagering/updates?walletFilter=${cs(I,ze)}&XSessionId=${o}`;L=new us.EventSourcePolyfill(c,{headers:{accept:"text/event-stream"}}),typeof L!="undefined"&&L.addEventListener("message",se),L.onerror=()=>ht()},Ct=c=>{if(!i||!o)return;let d=new URL(`${c}/v1/bonus/granted`),x=new Headers;d.searchParams.append("language",s),d.searchParams.append("platform",as(H)),d.searchParams.append("status","active"),d.searchParams.append("type","wagering"),d.searchParams.append("pagination",`limit=${a},offset=0`),o&&x.append("X-SessionID",o),fetch(d,{method:"GET",headers:x}).then(_=>_.json()).then(_=>{if(d.searchParams.toString(),r(2,I=[]),_.items&&lt(_),_.errorMessage&&console.error(_.errorMessage),!I||I.length==0){r(2,I=[...I]),Qe();return}ht()})},ft=c=>{window.postMessage({type:"onWageringBonusClick",bonusWalletID:c},window.location.href)},Je=c=>{parseInt(h)>0&&(c?clearInterval(P):Se())},Ke=c=>c.touches||c.originalEvent.touches,Oe=c=>{const d=Ke(c)[0];$=d.clientX,le=d.clientY},pe=c=>{if(!$||!le)return;let d=c.touches[0].clientX,x=c.touches[0].clientY,D=$-d,_=le-x;Math.abs(D)>Math.abs(_)&&(D>0?z(1):z(-1)),$=null,le=null},J=()=>{T.addEventListener("touchstart",Oe,{passive:!0}),T.addEventListener("touchmove",pe,{passive:!0})},ct=c=>{c.data&&c.data.type};Zn(()=>(Se(),window.addEventListener("message",ct,!1),()=>{window.removeEventListener("message",ct,!1),T.removeEventListener("touchstart",Oe),T.removeEventListener("touchmove",pe)}));const Ot=()=>{de()},Pt=()=>z(-1),dt=()=>{Je(!0)},l=()=>{Je(!1)},v=c=>ft(c.bonusWalletID),b=()=>z(1);function m(c){Fe[c?"unshift":"push"](()=>{T=c,r(4,T)})}function A(c){Fe[c?"unshift":"push"](()=>{M=c,r(7,M)})}const S=()=>ce();function C(c){Fe[c?"unshift":"push"](()=>{y=c,r(1,y)})}return e.$$set=c=>{"endpoint"in c&&r(16,i=c.endpoint),"session"in c&&r(17,o=c.session),"lang"in c&&r(18,s=c.lang),"numberofrecords"in c&&r(19,a=c.numberofrecords),"looptime"in c&&r(20,h=c.looptime),"translationurl"in c&&r(21,u=c.translationurl),"progressfractiondigit"in c&&r(0,f=c.progressfractiondigit),"clientstyling"in c&&r(22,p=c.clientstyling),"clientstylingurl"in c&&r(23,g=c.clientstylingurl)},e.$$.update=()=>{e.$$.dirty[0]&4194306&&y&&p&&ds(y,p),e.$$.dirty[0]&8388610&&y&&g&&ps(y,g),e.$$.dirty[0]&458752&&s&&i&&o&&Ct(i),e.$$.dirty[0]&262144&&s&&ut(),e.$$.dirty[0]&16&&T&&J(),e.$$.dirty[0]&2097152&&u&&we(),e.$$.dirty[0]&8&&r(5,w=B==0),e.$$.dirty[0]&12&&r(6,O=I?B==I.length-1:!0)},[f,y,I,B,T,w,O,M,Ce,fe,n,z,ce,de,ft,Je,i,o,s,a,h,u,p,g,Ot,Pt,dt,l,v,b,m,A,S,C]}class Pn extends Kr{constructor(t){super(),Yr(this,t,ys,bs,ur,{endpoint:16,session:17,lang:18,numberofrecords:19,looptime:20,translationurl:21,progressfractiondigit:0,clientstyling:22,clientstylingurl:23},ms,[-1,-1,-1])}get endpoint(){return this.$$.ctx[16]}set endpoint(t){this.$$set({endpoint:t}),ie()}get session(){return this.$$.ctx[17]}set session(t){this.$$set({session:t}),ie()}get lang(){return this.$$.ctx[18]}set lang(t){this.$$set({lang:t}),ie()}get numberofrecords(){return this.$$.ctx[19]}set numberofrecords(t){this.$$set({numberofrecords:t}),ie()}get looptime(){return this.$$.ctx[20]}set looptime(t){this.$$set({looptime:t}),ie()}get translationurl(){return this.$$.ctx[21]}set translationurl(t){this.$$set({translationurl:t}),ie()}get progressfractiondigit(){return this.$$.ctx[0]}set progressfractiondigit(t){this.$$set({progressfractiondigit:t}),ie()}get clientstyling(){return this.$$.ctx[22]}set clientstyling(t){this.$$set({clientstyling:t}),ie()}get clientstylingurl(){return this.$$.ctx[23]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),ie()}}Jr(Pn,{endpoint:{},session:{},lang:{},numberofrecords:{},looptime:{},translationurl:{},progressfractiondigit:{},clientstyling:{},clientstylingurl:{}},[],[],!0);const _s=Object.freeze(Object.defineProperty({__proto__:null,default:Pn},Symbol.toStringTag,{value:"Module"}));exports.$dictionary=Ie;exports.$format=Cn;exports.$locale=Ee;exports.CasinoWageringBonusSliderController_ce=_s;exports.SvelteComponent=Kr;exports.addMessages=cr;exports.append=G;exports.append_styles=qr;exports.attr=E;exports.binding_callbacks=Fe;exports.component_subscribe=Zr;exports.create_custom_element=Jr;exports.detach=ue;exports.element=W;exports.flush=ie;exports.init=Yr;exports.insert=he;exports.noop=oe;exports.safe_not_equal=ur;exports.set_data=Tt;exports.text=at;
22
+ */(function(e,t){(function(r){var n=r.setTimeout,i=r.clearTimeout,o=r.XMLHttpRequest,s=r.XDomainRequest,a=r.ActiveXObject,h=r.EventSource,u=r.document,f=r.Promise,p=r.fetch,g=r.Response,y=r.TextDecoder,H=r.TextEncoder,w=r.AbortController;if(typeof window!="undefined"&&typeof u!="undefined"&&!("readyState"in u)&&u.body==null&&(u.readyState="loading",window.addEventListener("load",function(l){u.readyState="complete"},!1)),o==null&&a!=null&&(o=function(){return new a("Microsoft.XMLHTTP")}),Object.create==null&&(Object.create=function(l){function v(){}return v.prototype=l,new v}),Date.now||(Date.now=function(){return new Date().getTime()}),w==null){var O=p;p=function(l,v){var b=v.signal;return O(l,{headers:v.headers,credentials:v.credentials,cache:v.cache}).then(function(m){var B=m.body.getReader();return b._reader=B,b._aborted&&b._reader.cancel(),{status:m.status,statusText:m.statusText,headers:m.headers,body:{getReader:function(){return B}}}})},w=function(){this.signal={_reader:null,_aborted:!1},this.abort=function(){this.signal._reader!=null&&this.signal._reader.cancel(),this.signal._aborted=!0}}}function P(){this.bitsNeeded=0,this.codePoint=0}P.prototype.decode=function(l){function v(x,D,_){if(_===1)return x>=128>>D&&x<<D<=2047;if(_===2)return x>=2048>>D&&x<<D<=55295||x>=57344>>D&&x<<D<=65535;if(_===3)return x>=65536>>D&&x<<D<=1114111;throw new Error}function b(x,D){if(x===6*1)return D>>6>15?3:D>31?2:1;if(x===6*2)return D>15?3:2;if(x===6*3)return 3;throw new Error}for(var m=65533,B="",S=this.bitsNeeded,C=this.codePoint,c=0;c<l.length;c+=1){var d=l[c];S!==0&&(d<128||d>191||!v(C<<6|d&63,S-6,b(S,C)))&&(S=0,C=m,B+=String.fromCharCode(C)),S===0?(d>=0&&d<=127?(S=0,C=d):d>=192&&d<=223?(S=6*1,C=d&31):d>=224&&d<=239?(S=6*2,C=d&15):d>=240&&d<=247?(S=6*3,C=d&7):(S=0,C=m),S!==0&&!v(C,S,b(S,C))&&(S=0,C=m)):(S-=6,C=C<<6|d&63),S===0&&(C<=65535?B+=String.fromCharCode(C):(B+=String.fromCharCode(55296+(C-65535-1>>10)),B+=String.fromCharCode(56320+(C-65535-1&1023))))}return this.bitsNeeded=S,this.codePoint=C,B};var I=function(){try{return new y().decode(new H().encode("test"),{stream:!0})==="test"}catch(l){console.debug("TextDecoder does not support streaming option. Using polyfill instead: "+l)}return!1};(y==null||H==null||!I())&&(y=P);var A=function(){};function L(l){this.withCredentials=!1,this.readyState=0,this.status=0,this.statusText="",this.responseText="",this.onprogress=A,this.onload=A,this.onerror=A,this.onreadystatechange=A,this._contentType="",this._xhr=l,this._sendTimeout=0,this._abort=A}L.prototype.open=function(l,v){this._abort(!0);var b=this,m=this._xhr,B=1,S=0;this._abort=function(_){b._sendTimeout!==0&&(i(b._sendTimeout),b._sendTimeout=0),(B===1||B===2||B===3)&&(B=4,m.onload=A,m.onerror=A,m.onabort=A,m.onprogress=A,m.onreadystatechange=A,m.abort(),S!==0&&(i(S),S=0),_||(b.readyState=4,b.onabort(null),b.onreadystatechange())),B=0};var C=function(){if(B===1){var _=0,F="",me=void 0;if("contentType"in m)_=200,F="OK",me=m.contentType;else try{_=m.status,F=m.statusText,me=m.getResponseHeader("Content-Type")}catch(et){_=0,F="",me=void 0}_!==0&&(B=2,b.readyState=2,b.status=_,b.statusText=F,b._contentType=me,b.onreadystatechange())}},c=function(){if(C(),B===2||B===3){B=3;var _="";try{_=m.responseText}catch(F){}b.readyState=3,b.responseText=_,b.onprogress()}},d=function(_,F){if((F==null||F.preventDefault==null)&&(F={preventDefault:A}),c(),B===1||B===2||B===3){if(B=4,S!==0&&(i(S),S=0),b.readyState=4,_==="load")b.onload(F);else if(_==="error")b.onerror(F);else if(_==="abort")b.onabort(F);else throw new TypeError;b.onreadystatechange()}},x=function(_){m!=null&&(m.readyState===4?(!("onload"in m)||!("onerror"in m)||!("onabort"in m))&&d(m.responseText===""?"error":"load",_):m.readyState===3?"onprogress"in m||c():m.readyState===2&&C())},D=function(){S=n(function(){D()},500),m.readyState===3&&c()};"onload"in m&&(m.onload=function(_){d("load",_)}),"onerror"in m&&(m.onerror=function(_){d("error",_)}),"onabort"in m&&(m.onabort=function(_){d("abort",_)}),"onprogress"in m&&(m.onprogress=c),"onreadystatechange"in m&&(m.onreadystatechange=function(_){x(_)}),("contentType"in m||!("ontimeout"in o.prototype))&&(v+=(v.indexOf("?")===-1?"?":"&")+"padding=true"),m.open(l,v,!0),"readyState"in m&&(S=n(function(){D()},0))},L.prototype.abort=function(){this._abort(!1)},L.prototype.getResponseHeader=function(l){return this._contentType},L.prototype.setRequestHeader=function(l,v){var b=this._xhr;"setRequestHeader"in b&&b.setRequestHeader(l,v)},L.prototype.getAllResponseHeaders=function(){return this._xhr.getAllResponseHeaders!=null&&this._xhr.getAllResponseHeaders()||""},L.prototype.send=function(){if((!("ontimeout"in o.prototype)||!("sendAsBinary"in o.prototype)&&!("mozAnon"in o.prototype))&&u!=null&&u.readyState!=null&&u.readyState!=="complete"){var l=this;l._sendTimeout=n(function(){l._sendTimeout=0,l.send()},4);return}var v=this._xhr;"withCredentials"in v&&(v.withCredentials=this.withCredentials);try{v.send(void 0)}catch(b){throw b}};function T(l){return l.replace(/[A-Z]/g,function(v){return String.fromCharCode(v.charCodeAt(0)+32)})}function M(l){for(var v=Object.create(null),b=l.split(`\r
23
+ `),m=0;m<b.length;m+=1){var B=b[m],S=B.split(": "),C=S.shift(),c=S.join(": ");v[T(C)]=c}this._map=v}M.prototype.get=function(l){return this._map[T(l)]},o!=null&&o.HEADERS_RECEIVED==null&&(o.HEADERS_RECEIVED=2);function $(){}$.prototype.open=function(l,v,b,m,B,S,C){l.open("GET",B);var c=0;l.onprogress=function(){var x=l.responseText,D=x.slice(c);c+=D.length,b(D)},l.onerror=function(x){x.preventDefault(),m(new Error("NetworkError"))},l.onload=function(){m(null)},l.onabort=function(){m(null)},l.onreadystatechange=function(){if(l.readyState===o.HEADERS_RECEIVED){var x=l.status,D=l.statusText,_=l.getResponseHeader("Content-Type"),F=l.getAllResponseHeaders();v(x,D,_,new M(F))}},l.withCredentials=S;for(var d in C)Object.prototype.hasOwnProperty.call(C,d)&&l.setRequestHeader(d,C[d]);return l.send(),l};function le(l){this._headers=l}le.prototype.get=function(l){return this._headers.get(l)};function Ce(){}Ce.prototype.open=function(l,v,b,m,B,S,C){var c=null,d=new w,x=d.signal,D=new y;return p(B,{headers:C,credentials:S?"include":"same-origin",signal:x,cache:"no-store"}).then(function(_){return c=_.body.getReader(),v(_.status,_.statusText,_.headers.get("Content-Type"),new le(_.headers)),new f(function(F,me){var et=function(){c.read().then(function(K){if(K.done)F(void 0);else{var Z=D.decode(K.value,{stream:!0});b(Z),et()}}).catch(function(K){me(K)})};et()})}).catch(function(_){if(_.name!=="AbortError")return _}).then(function(_){m(_)}),{abort:function(){c!=null&&c.cancel(),d.abort()}}};function fe(){this._listeners=Object.create(null)}function ze(l){n(function(){throw l},0)}fe.prototype.dispatchEvent=function(l){l.target=this;var v=this._listeners[l.type];if(v!=null)for(var b=v.length,m=0;m<b;m+=1){var B=v[m];try{typeof B.handleEvent=="function"?B.handleEvent(l):B.call(this,l)}catch(S){ze(S)}}},fe.prototype.addEventListener=function(l,v){l=String(l);var b=this._listeners,m=b[l];m==null&&(m=[],b[l]=m);for(var B=!1,S=0;S<m.length;S+=1)m[S]===v&&(B=!0);B||m.push(v)},fe.prototype.removeEventListener=function(l,v){l=String(l);var b=this._listeners,m=b[l];if(m!=null){for(var B=[],S=0;S<m.length;S+=1)m[S]!==v&&B.push(m[S]);B.length===0?delete b[l]:b[l]=B}};function we(l){this.type=l,this.target=void 0}function ut(l,v){we.call(this,l),this.data=v.data,this.lastEventId=v.lastEventId}ut.prototype=Object.create(we.prototype);function Ze(l,v){we.call(this,l),this.status=v.status,this.statusText=v.statusText,this.headers=v.headers}Ze.prototype=Object.create(we.prototype);function lt(l,v){we.call(this,l),this.error=v.error}lt.prototype=Object.create(we.prototype);var Se=-1,z=0,ce=1,de=2,qe=-1,se=0,Ye=1,Qe=2,ht=3,Ct=/^text\/event\-stream(;.*)?$/i,ft=1e3,Je=18e6,Ke=function(l,v){var b=l==null?v:parseInt(l,10);return b!==b&&(b=v),Oe(b)},Oe=function(l){return Math.min(Math.max(l,ft),Je)},pe=function(l,v,b){try{typeof v=="function"&&v.call(l,b)}catch(m){ze(m)}};function J(l,v){fe.call(this),v=v||{},this.onopen=void 0,this.onmessage=void 0,this.onerror=void 0,this.url=void 0,this.readyState=void 0,this.withCredentials=void 0,this.headers=void 0,this._close=void 0,Pt(this,l,v)}function ct(){return o!=null&&"withCredentials"in o.prototype||s==null?new o:new s}var Ot=p!=null&&g!=null&&"body"in g.prototype;function Pt(l,v,b){v=String(v);var m=!!b.withCredentials,B=b.lastEventIdQueryParameterName||"lastEventId",S=Oe(1e3),C=Ke(b.heartbeatTimeout,45e3),c="",d=S,x=!1,D=0,_=b.headers||{},F=b.Transport,me=Ot&&F==null?void 0:new L(F!=null?new F:ct()),et=F!=null&&typeof F!="string"?new F:me==null?new Ce:new $,K=void 0,Z=0,ae=Se,Pe="",pt="",ge="",mt="",q=se,Nt=0,He=0,Nn=function(X,k,ee,te){if(ae===z)if(X===200&&ee!=null&&Ct.test(ee)){ae=ce,x=Date.now(),d=S,l.readyState=ce;var Y=new Ze("open",{status:X,statusText:k,headers:te});l.dispatchEvent(Y),pe(l,l.onopen,Y)}else{var V="";X!==200?(k&&(k=k.replace(/\s+/g," ")),V="EventSource's response has a status "+X+" "+k+" that is not 200. Aborting the connection."):V="EventSource's response has a Content-Type specifying an unsupported type: "+(ee==null?"-":ee.replace(/\s+/g," "))+". Aborting the connection.",Mt();var Y=new Ze("error",{status:X,statusText:k,headers:te});l.dispatchEvent(Y),pe(l,l.onerror,Y),console.error(V)}},Mn=function(X){if(ae===ce){for(var k=-1,ee=0;ee<X.length;ee+=1){var te=X.charCodeAt(ee);(te===10||te===13)&&(k=ee)}var Y=(k!==-1?mt:"")+X.slice(0,k+1);mt=(k===-1?mt:"")+X.slice(k+1),X!==""&&(x=Date.now(),D+=X.length);for(var V=0;V<Y.length;V+=1){var te=Y.charCodeAt(V);if(q===qe&&te===10)q=se;else if(q===qe&&(q=se),te===13||te===10){if(q!==se){q===Ye&&(He=V+1);var ve=Y.slice(Nt,He-1),be=Y.slice(He+(He<V&&Y.charCodeAt(He)===32?1:0),V);ve==="data"?(Pe+=`
24
+ `,Pe+=be):ve==="id"?pt=be:ve==="event"?ge=be:ve==="retry"?(S=Ke(be,S),d=S):ve==="heartbeatTimeout"&&(C=Ke(be,C),Z!==0&&(i(Z),Z=n(function(){tt()},C)))}if(q===se){if(Pe!==""){c=pt,ge===""&&(ge="message");var Ne=new ut(ge,{data:Pe.slice(1),lastEventId:pt});if(l.dispatchEvent(Ne),ge==="open"?pe(l,l.onopen,Ne):ge==="message"?pe(l,l.onmessage,Ne):ge==="error"&&pe(l,l.onerror,Ne),ae===de)return}Pe="",ge=""}q=te===13?qe:se}else q===se&&(Nt=V,q=Ye),q===Ye?te===58&&(He=V+1,q=Qe):q===Qe&&(q=ht)}}},pr=function(X){if(ae===ce||ae===z){ae=Se,Z!==0&&(i(Z),Z=0),Z=n(function(){tt()},d),d=Oe(Math.min(S*16,d*2)),l.readyState=z;var k=new lt("error",{error:X});l.dispatchEvent(k),pe(l,l.onerror,k),X!=null&&console.error(X)}},Mt=function(){ae=de,K!=null&&(K.abort(),K=void 0),Z!==0&&(i(Z),Z=0),l.readyState=de},tt=function(){if(Z=0,ae!==Se){if(!x&&K!=null)pr(new Error("No activity within "+C+" milliseconds. "+(ae===z?"No response received.":D+" chars received.")+" Reconnecting.")),K!=null&&(K.abort(),K=void 0);else{var X=Math.max((x||Date.now())+C-Date.now(),1);x=!1,Z=n(function(){tt()},X)}return}x=!1,D=0,Z=n(function(){tt()},C),ae=z,Pe="",ge="",pt=c,mt="",Nt=0,He=0,q=se;var k=v;if(v.slice(0,5)!=="data:"&&v.slice(0,5)!=="blob:"&&c!==""){var ee=v.indexOf("?");k=ee===-1?v:v.slice(0,ee+1)+v.slice(ee+1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g,function(be,Ne){return Ne===B?"":be}),k+=(v.indexOf("?")===-1?"?":"&")+B+"="+encodeURIComponent(c)}var te=l.withCredentials,Y={};Y.Accept="text/event-stream";var V=l.headers;if(V!=null)for(var ve in V)Object.prototype.hasOwnProperty.call(V,ve)&&(Y[ve]=V[ve]);try{K=et.open(me,Nn,Mn,pr,k,te,Y)}catch(be){throw Mt(),be}};l.url=v,l.readyState=z,l.withCredentials=m,l.headers=_,l._close=Mt,tt()}J.prototype=Object.create(fe.prototype),J.prototype.CONNECTING=z,J.prototype.OPEN=ce,J.prototype.CLOSED=de,J.prototype.close=function(){this._close()},J.CONNECTING=z,J.OPEN=ce,J.CLOSED=de,J.prototype.withCredentials=void 0;var dt=h;o!=null&&(h==null||!("withCredentials"in h.prototype))&&(dt=J),function(l){{var v=l(t);v!==void 0&&(e.exports=v)}}(function(l){l.EventSourcePolyfill=J,l.NativeEventSource=h,l.EventSource=dt})})(typeof globalThis=="undefined"?typeof window!="undefined"?window:typeof self!="undefined"?self:Ei:globalThis)})(sr,sr.exports);var us=sr.exports;function ls({withLocale:e,translations:t}){Ee.subscribe(r=>{r==null&&(Ie.set(t),Ee.set(e))})}function jr(e,t){cr(e,t)}function hs(e){Ee.set(e)}const Wr={en:{wageringSlider:{title:"- Wagering Bonus -",noWageringMsg:"You don't have any wagering bonus."}},tr:{wageringSlider:{title:"- Bahis Bonusu -",noWageringMsg:"Herhangi bir bahis bonusunuz bulunmamaktadır."}},es:{wageringSlider:{title:"Bono de Apuesta",noWageringMsg:"You don't have any wagering bonus."}},el:{wageringSlider:{title:"- Wagering Bonus -",noWageringMsg:"You don't have any wagering bonus."}},ro:{wageringSlider:{title:"- Wagering Bonus -",noWageringMsg:"You don't have any wagering bonus."}},"en-us":{wageringSlider:{title:"- Wagering Bonus -",noWageringMsg:"You don't have any wagering bonus."}}},fs=e=>{const t=window.BigInt;if(!e||e==null||e.length===0)return;let r=t(e[0].id);return{maxIdObj:e.reduce((i,o)=>{const s=t(o.id);return s>r?(r=s,o):i},e[0]),maxId:r.toString()}},cs=(e,t)=>JSON.stringify(e.map(r=>({bonusWalletID:r.id,progressID:t[r.id]||0}))),ds=(e,t)=>{let r=document.createElement("style");r.innerHTML=t,e.appendChild(r)},ps=(e,t)=>{let r=new URL(t),n=document.createElement("style");fetch(r.href).then(i=>i.text()).then(i=>{n.innerHTML=i,setTimeout(()=>{e.appendChild(n)},1)})};if(typeof window!="undefined"){let e=function(t){return function(...r){try{return t.apply(this,r)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./GeneralIconProgressBar-yf79OdCI.cjs")).then(({default:t})=>{!customElements.get("general-icon-progress-bar")&&customElements.define("general-icon-progress-bar",t.element)})}const On="data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.67757%202.5647L3.72412%20-1.25356e-07L5.77067%202.5647L3.72412%205.12939L1.67757%202.5647Z'%20fill='%23FF8B03'/%3e%3crect%20x='0.468506'%20y='6.1134'%20width='6.55827'%20height='0.936896'%20fill='%23FF8B03'/%3e%3cpath%20d='M7.49512%201.42889L0.4684%205.64492H7.02667L7.49512%201.42889Z'%20fill='%23FFB82E'/%3e%3cpath%20d='M0%201.42889L7.02672%205.64492H0.468448L0%201.42889Z'%20fill='%23FFD700'/%3e%3c/svg%3e";function ms(e){qr(e,"svelte-l28bzx","*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}div{vertical-align:middle}.WageringBonusWrapper,.SliderWrapper{overflow:hidden;width:100%;height:100%;min-width:150px;min-height:92px;max-width:188px;max-height:108px}.WageringBonusWrapper{position:relative}.SliderIcon{position:absolute;top:0px;right:0;cursor:pointer}.ShowWidget{transition:all 1s ease-in-out;transform:translateX(0);display:table;opacity:1}.HiddenWidget{transition:all 1s ease-in-out;transform:translateX(100%);opacity:0}.SliderWrapper{background:var(--emw--color-black, #000000);color:var(--emw--color-white, #FFFFFF);box-sizing:border-box;border:1px solid #FF8364;background:linear-gradient(90deg, rgba(40, 40, 40, 0.7) 0%, #847c7c 26.06%, #847c7c 72.19%, rgba(40, 40, 40, 0.7) 100%);border-radius:4px;box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);display:table}.LeftArrow,.RightArrow{padding:3px;height:100%;display:table-cell;vertical-align:middle;cursor:pointer;color:var(--emw--bonus-card-red, var(--emw--color-red, #FF8364))}.LeftArrow.Disabled,.RightArrow.Disabled{background:var(--emw--color-gray-300, #A9A8A8)}.LeftArrow{padding-right:0px}.RightArrow{padding-left:0px}.SliderCenter{height:100%;overflow:hidden}.SliderCenter .Title{font-style:normal;font-weight:700;font-size:12px;line-height:12px;text-align:center;color:var(--emw--bonus-card-yellow, var(--emw--color-yellow, #FFD700));margin:5px auto 3px}.SliderCenter .Hidden{opacity:0;transition:opacity;animation:0.2s}.SliderCenter .WagerList{height:calc(100% - 20px);display:block;position:relative}.SliderCenter .WagerList .hiddenDiv{transform:translateX(var(--transformToValue, 100%));animation:slideOut 1s;-moz-animation:slideOut 1s;-webkit-animation:slideOut 1s;-o-animation:slideOut 1s}.SliderCenter .WagerList .shownDiv{animation:slideIn 1.5s;-moz-animation:slideIn 1.5s;-webkit-animation:slideIn 1.5s;-o-animation:slideIn 1.5s}.SliderCenter .WagerList .WageringBonusInfo{overflow:hidden;display:block;height:100%;width:100%;position:absolute;top:0}.SliderCenter .WagerList .WageringBonusInfo .trophy{display:table-cell;vertical-align:middle;padding:3px}.SliderCenter .WagerList .WageringBonusInfo .trophy img.MiniIcon{width:18px;height:18px}.SliderCenter .WagerList .WageringBonusInfo .BonusName{display:table;height:calc(100% - 25px)}.SliderCenter .WagerList .WageringBonusInfo .BonusName .gameInfo{cursor:pointer;font-style:normal;font-weight:400;font-size:11px;line-height:13px;display:table-cell;align-items:center;color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));vertical-align:middle;overflow:hidden}.SliderCenter .bottom{width:100%;height:20px;vertical-align:bottom;margin-bottom:5px}.svg{height:12px}.svg img.MiniIcon{width:14px;height:14px}.restoreButton{display:table}.hideButton{transform:rotate(180deg);position:absolute;top:0px;right:2px;display:table;color:var(--emw--bonus-card-red, var(--emw--color-red, #FF8364));cursor:pointer}.NoWageringMsg{text-align:center;display:flex;align-items:center;height:100%;font-size:0.8rem;padding:10px}@keyframes slideIn{from{opacity:0;transform:translateX(var(--transformFromValue))}to{opacity:1;transform:translateX(0)}}@keyframes slideOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(var(--transformToValue, 100%))}}@-moz-keyframes slideIn{from{opacity:0;transform:translateX(var(--transformFromValue, 100%))}to{opacity:1;transform:translateX(0)}}@-moz-keyframes slideOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(var(--transformToValue, 100%))}}@-webkit-keyframes slideIn{from{opacity:0;transform:translateX(var(--transformFromValue, 0))}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes slideOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(var(--transformToValue, 100%))}}@-o-keyframes slideIn{from{opacity:0;transform:translateX(var(--transformFromValue, 0))}to{opacity:1;transform:translateX(0)}}@-o-keyframes slideOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(var(--transformToValue, 100%))}}")}function kr(e,t,r){const n=e.slice();return n[60]=t[r],n[62]=r,n}function gs(e){let t,r=e[10]("wageringSlider.noWageringMsg")+"",n;return{c(){t=W("div"),n=at(r),E(t,"class","NoWageringMsg")},m(i,o){he(i,t,o),G(t,n)},p(i,o){o[0]&1024&&r!==(r=i[10]("wageringSlider.noWageringMsg")+"")&&Tt(n,r)},d(i){i&&ue(t)}}}function vs(e){let t,r,n,i,o,s,a,h=e[10]("wageringSlider.title")+"",u,f,p,g,y,H,w,O,P,I,A=Er(e[2]),L=[];for(let T=0;T<A.length;T+=1)L[T]=Xr(kr(e,A,T));return{c(){t=W("div"),r=gt("svg"),n=gt("path"),o=ye(),s=W("div"),a=W("div"),u=at(h),f=ye(),p=W("div");for(let T=0;T<L.length;T+=1)L[T].c();g=ye(),y=W("div"),H=gt("svg"),w=gt("path"),E(n,"d","M3 7L1 4L3 1"),E(n,"stroke","currentColor"),E(n,"stroke-linecap","round"),E(n,"stroke-linejoin","round"),E(r,"width","6"),E(r,"height","14"),E(r,"viewBox","0 0 4 8"),E(r,"fill","none"),E(r,"xmlns","http://www.w3.org/2000/svg"),E(t,"class",i="LeftArrow "+(e[5]?"Disabled":"")),E(t,"role","button"),E(t,"tabindex","0"),E(a,"class","Title Top"),E(p,"class","WagerList"),E(s,"class","SliderCenter"),E(w,"d","M1 1L3 4L1 7"),E(w,"stroke","currentColor"),E(w,"stroke-linecap","round"),E(w,"stroke-linejoin","round"),E(H,"width","6"),E(H,"height","14"),E(H,"viewBox","0 0 4 8"),E(H,"fill","none"),E(H,"xmlns","http://www.w3.org/2000/svg"),E(y,"class",O="RightArrow "+(e[6]?"Disabled":"")),E(y,"role","button"),E(y,"tabindex","0")},m(T,M){he(T,t,M),G(t,r),G(r,n),he(T,o,M),he(T,s,M),G(s,a),G(a,u),G(s,f),G(s,p);for(let $=0;$<L.length;$+=1)L[$]&&L[$].m(p,null);he(T,g,M),he(T,y,M),G(y,H),G(H,w),P||(I=[Be(t,"click",e[25]),Be(t,"mouseenter",e[26]),Be(t,"mouseleave",e[27]),Be(y,"click",e[29])],P=!0)},p(T,M){if(M[0]&32&&i!==(i="LeftArrow "+(T[5]?"Disabled":""))&&E(t,"class",i),M[0]&1024&&h!==(h=T[10]("wageringSlider.title")+"")&&Tt(u,h),M[0]&16909){A=Er(T[2]);let $;for($=0;$<A.length;$+=1){const le=kr(T,A,$);L[$]?L[$].p(le,M):(L[$]=Xr(le),L[$].c(),L[$].m(p,null))}for(;$<L.length;$+=1)L[$].d(1);L.length=A.length}M[0]&64&&O!==(O="RightArrow "+(T[6]?"Disabled":""))&&E(y,"class",O)},d(T){T&&(ue(t),ue(o),ue(s),ue(g),ue(y)),kn(L,T),P=!1,Ae(I)}}}function Xr(e){let t,r,n,i,o,s=e[60].title+"",a,h,u,f,p,g,y,H,w,O,P,I,A;function L(){return e[28](e[60])}return{c(){t=W("div"),r=W("div"),n=W("div"),n.innerHTML=`<img alt="crown" class="MiniIcon" src="${On}"/>`,i=ye(),o=W("div"),a=at(s),h=ye(),u=W("div"),f=W("general-icon-progress-bar"),O=ye(),E(n,"class","trophy"),E(o,"class","gameInfo"),E(o,"role","button"),E(o,"tabindex","0"),E(r,"class","BonusName"),re(f,"currentstep",p=e[60].currentStep),re(f,"status",g=e[60].status),re(f,"triggerreset",y=e[60].triggerreset),re(f,"total",H=e[60].levelIncrement),re(f,"progressfractiondigit",e[0]),re(f,"showaspercent",w=e[60].type=="money"),re(f,"lang",""),E(u,"class","ProgressBar bottom"),E(t,"class",P="WageringBonusInfo "+(e[3]!=e[62]?e[9]:"shownDiv"))},m(T,M){he(T,t,M),G(t,r),G(r,n),G(r,i),G(r,o),G(o,a),G(t,h),G(t,u),G(u,f),G(t,O),I||(A=Be(o,"click",L),I=!0)},p(T,M){e=T,M[0]&4&&s!==(s=e[60].title+"")&&Tt(a,s),M[0]&4&&p!==(p=e[60].currentStep)&&re(f,"currentstep",p),M[0]&4&&g!==(g=e[60].status)&&re(f,"status",g),M[0]&4&&y!==(y=e[60].triggerreset)&&re(f,"triggerreset",y),M[0]&4&&H!==(H=e[60].levelIncrement)&&re(f,"total",H),M[0]&1&&re(f,"progressfractiondigit",e[0]),M[0]&4&&w!==(w=e[60].type=="money")&&re(f,"showaspercent",w),M[0]&520&&P!==(P="WageringBonusInfo "+(e[3]!=e[62]?e[9]:"shownDiv"))&&E(t,"class",P)},d(T){T&&ue(t),I=!1,A()}}}function bs(e){let t,r,n,i,o,s,a,h,u,f,p,g,y;function H(P,I){if(P[2]&&P[2].length>0)return vs;if(P[2]&&P[2].length==0)return gs}let w=H(e),O=w&&w(e);return{c(){t=W("div"),r=W("div"),n=W("div"),n.innerHTML='<svg width="6" height="10" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.861997 5.75848L0 4.89648L4.30998 0.586501L5.17198 1.4485L1.7241 4.89638L5.17255 8.34484L4.31055 9.20683L0.862099 5.75838L0.861997 5.75848Z"></path></svg> <svg width="6" height="10" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.861997 5.75848L0 4.89648L4.30998 0.586501L5.17198 1.4485L1.7241 4.89638L5.17255 8.34484L4.31055 9.20683L0.862099 5.75838L0.861997 5.75848Z"></path></svg>',i=ye(),O&&O.c(),s=ye(),a=W("section"),h=W("div"),h.innerHTML=`<img alt="crown" part="Icon" class="MiniIcon" src="${On}"/>`,u=ye(),f=W("div"),f.innerHTML='<svg width="6" height="10" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.861997 5.75848L0 4.89648L4.30998 0.586501L5.17198 1.4485L1.7241 4.89638L5.17255 8.34484L4.31055 9.20683L0.862099 5.75838L0.861997 5.75848Z"></path></svg> <svg width="6" height="10" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.861997 5.75848L0 4.89648L4.30998 0.586501L5.17198 1.4485L1.7241 4.89638L5.17255 8.34484L4.31055 9.20683L0.862099 5.75838L0.861997 5.75848Z"></path></svg>',E(n,"class","hideButton"),E(n,"role","button"),E(n,"tabindex","0"),E(r,"class",o="SliderWrapper "+(e[8]?"HiddenWidget":"ShowWidget")),E(h,"class","svg"),E(h,"part","AnimatorIconWrapper"),E(f,"class","restoreButton"),E(f,"part","RestoreButton"),E(a,"id","animator"),E(a,"class",p="SliderIcon "+(e[8]?"ShowWidget":"HiddenWidget")),E(a,"role","button"),E(a,"tabindex","0"),E(t,"class","WageringBonusWrapper")},m(P,I){he(P,t,I),G(t,r),G(r,n),G(r,i),O&&O.m(r,null),e[30](r),G(t,s),G(t,a),G(a,h),G(a,u),G(a,f),e[31](a),e[33](t),g||(y=[Be(n,"click",e[24]),Be(a,"click",e[32])],g=!0)},p(P,I){w===(w=H(P))&&O?O.p(P,I):(O&&O.d(1),O=w&&w(P),O&&(O.c(),O.m(r,null))),I[0]&256&&o!==(o="SliderWrapper "+(P[8]?"HiddenWidget":"ShowWidget"))&&E(r,"class",o),I[0]&256&&p!==(p="SliderIcon "+(P[8]?"ShowWidget":"HiddenWidget"))&&E(a,"class",p)},i:oe,o:oe,d(P){P&&ue(t),O&&O.d(),e[30](null),e[31](null),e[33](null),g=!1,Ae(y)}}}function ys(e,t,r){let n;Zr(e,Cn,c=>r(10,n=c));let{endpoint:i}=t,{session:o}=t,{lang:s="en"}=t,{numberofrecords:a="5"}=t,{looptime:h="5"}=t,{translationurl:u=""}=t,{progressfractiondigit:f="1"}=t,{clientstyling:p=""}=t,{clientstylingurl:g=""}=t,y,H=window.navigator.userAgent,w=!0,O=!1,P,I,A=0,L,T,M,$=null,le=null,Ce=!1,fe="Hidden",ze={};ls({withLocale:"en",translations:{}});const we=()=>{fetch(u).then(d=>d.json()).then(d=>{Object.keys(d).forEach(x=>{jr(x,d[x])})}).catch(d=>{console.error(d)})};Object.keys(Wr).forEach(c=>{jr(c,Wr[c])});const ut=()=>{hs(s)},Ze=c=>{let d=0;for(let _ of c.levels||[]){let F=_.maxRepeats||1;d+=F}let x=c.wageringProgress;return{maxLevel:d,id:c.id,bonusWalletID:c.bonusWalletID,levelIncrement:x.currentLevelIncrement,gap:x.gap,currentStep:x.currentLevelIncrement-x.gap,title:c.name,description:c.description,type:c.wageringType,status:c.status,triggerreset:c.bonusWalletID}},lt=c=>{let d=[];for(let x of c.items)d.push(Ze(x));r(3,A=0),r(2,I=d)},Se=()=>{h!="0"&&(clearInterval(P),P=setInterval(()=>{if(I){r(9,fe="hiddenDiv");let c=A+1;if(c>=I.length){de();return}r(3,A=c),z(A)}},Number(h)*1e3))},z=c=>{if(r(9,fe="hiddenDiv"),c>0&&O||c<0&&w)return;Se(),T.style.setProperty("--transformFromValue",c>0?"100%":"-100%"),T.style.setProperty("--transformToValue",c>0?"-100%":"100%");let d=A+c;d=d<0?0:d,d=d==I.length?I.length-1:d,r(3,A=d)},ce=()=>{r(8,Ce=!1),r(3,A=0),Se()},de=()=>{r(8,Ce=!0),clearInterval(P),window.postMessage({type:"onWagingBonusSliderHide"},window.location.href)},qe=c=>{I.forEach(d=>{let x=c[d.bonusWalletID];if(!x)return;const{maxIdObj:D,maxId:_}=fs(x);ze[d.id]=_;let F=D;d.status=F.status,F.levelIncrement==0&&(F.levelIncrement=1,F.gap==0),d.gap=F.gap,d.levelIncrement=F.levelIncrement,d.currentStep=d.levelIncrement-d.gap,d.triggerreset+=1}),r(2,I)},se=c=>{if(!c.data)return;let d=c.data;try{let x=JSON.parse(d);if(!x||!x.items)return;x.messageType==="WageringProgressUpdate"&&qe(x.items)}catch(x){console.log(x)}},Ye=c=>{if(!c||c=="false"||c=="undefined")return!0},Qe=()=>{L&&(L.removeEventListener("message",se),L.close())},ht=()=>{if(Ye(o))return;Qe();let c=`${i}/v1/bonus/wagering/updates?walletFilter=${cs(I,ze)}&XSessionId=${o}`;L=new us.EventSourcePolyfill(c,{headers:{accept:"text/event-stream"}}),typeof L!="undefined"&&L.addEventListener("message",se),L.onerror=()=>ht()},Ct=c=>{if(!i||!o)return;let d=new URL(`${c}/v1/bonus/granted`),x=new Headers;d.searchParams.append("language",s),d.searchParams.append("platform",as(H)),d.searchParams.append("status","active"),d.searchParams.append("type","wagering"),d.searchParams.append("pagination",`limit=${a},offset=0`),o&&x.append("X-SessionID",o),fetch(d,{method:"GET",headers:x}).then(_=>_.json()).then(_=>{if(d.searchParams.toString(),r(2,I=[]),_.items&&lt(_),_.errorMessage&&console.error(_.errorMessage),!I||I.length==0){r(2,I=[...I]),Qe();return}ht()})},ft=c=>{window.postMessage({type:"onWageringBonusClick",bonusWalletID:c},window.location.href)},Je=c=>{parseInt(h)>0&&(c?clearInterval(P):Se())},Ke=c=>c.touches||c.originalEvent.touches,Oe=c=>{const d=Ke(c)[0];$=d.clientX,le=d.clientY},pe=c=>{if(!$||!le)return;let d=c.touches[0].clientX,x=c.touches[0].clientY,D=$-d,_=le-x;Math.abs(D)>Math.abs(_)&&(D>0?z(1):z(-1)),$=null,le=null},J=()=>{T.addEventListener("touchstart",Oe,{passive:!0}),T.addEventListener("touchmove",pe,{passive:!0})},ct=c=>{c.data&&c.data.type};Zn(()=>(Se(),window.addEventListener("message",ct,!1),()=>{window.removeEventListener("message",ct,!1),T.removeEventListener("touchstart",Oe),T.removeEventListener("touchmove",pe)}));const Ot=()=>{de()},Pt=()=>z(-1),dt=()=>{Je(!0)},l=()=>{Je(!1)},v=c=>ft(c.bonusWalletID),b=()=>z(1);function m(c){Fe[c?"unshift":"push"](()=>{T=c,r(4,T)})}function B(c){Fe[c?"unshift":"push"](()=>{M=c,r(7,M)})}const S=()=>ce();function C(c){Fe[c?"unshift":"push"](()=>{y=c,r(1,y)})}return e.$$set=c=>{"endpoint"in c&&r(16,i=c.endpoint),"session"in c&&r(17,o=c.session),"lang"in c&&r(18,s=c.lang),"numberofrecords"in c&&r(19,a=c.numberofrecords),"looptime"in c&&r(20,h=c.looptime),"translationurl"in c&&r(21,u=c.translationurl),"progressfractiondigit"in c&&r(0,f=c.progressfractiondigit),"clientstyling"in c&&r(22,p=c.clientstyling),"clientstylingurl"in c&&r(23,g=c.clientstylingurl)},e.$$.update=()=>{e.$$.dirty[0]&4194306&&y&&p&&ds(y,p),e.$$.dirty[0]&8388610&&y&&g&&ps(y,g),e.$$.dirty[0]&458752&&s&&i&&o&&Ct(i),e.$$.dirty[0]&262144&&s&&ut(),e.$$.dirty[0]&16&&T&&J(),e.$$.dirty[0]&2097152&&u&&we(),e.$$.dirty[0]&8&&r(5,w=A==0),e.$$.dirty[0]&12&&r(6,O=I?A==I.length-1:!0)},[f,y,I,A,T,w,O,M,Ce,fe,n,z,ce,de,ft,Je,i,o,s,a,h,u,p,g,Ot,Pt,dt,l,v,b,m,B,S,C]}class Pn extends Kr{constructor(t){super(),Yr(this,t,ys,bs,ur,{endpoint:16,session:17,lang:18,numberofrecords:19,looptime:20,translationurl:21,progressfractiondigit:0,clientstyling:22,clientstylingurl:23},ms,[-1,-1,-1])}get endpoint(){return this.$$.ctx[16]}set endpoint(t){this.$$set({endpoint:t}),ie()}get session(){return this.$$.ctx[17]}set session(t){this.$$set({session:t}),ie()}get lang(){return this.$$.ctx[18]}set lang(t){this.$$set({lang:t}),ie()}get numberofrecords(){return this.$$.ctx[19]}set numberofrecords(t){this.$$set({numberofrecords:t}),ie()}get looptime(){return this.$$.ctx[20]}set looptime(t){this.$$set({looptime:t}),ie()}get translationurl(){return this.$$.ctx[21]}set translationurl(t){this.$$set({translationurl:t}),ie()}get progressfractiondigit(){return this.$$.ctx[0]}set progressfractiondigit(t){this.$$set({progressfractiondigit:t}),ie()}get clientstyling(){return this.$$.ctx[22]}set clientstyling(t){this.$$set({clientstyling:t}),ie()}get clientstylingurl(){return this.$$.ctx[23]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),ie()}}Jr(Pn,{endpoint:{},session:{},lang:{},numberofrecords:{},looptime:{},translationurl:{},progressfractiondigit:{},clientstyling:{},clientstylingurl:{}},[],[],!0);const _s=Object.freeze(Object.defineProperty({__proto__:null,default:Pn},Symbol.toStringTag,{value:"Module"}));exports.$dictionary=Ie;exports.$format=Cn;exports.$locale=Ee;exports.CasinoWageringBonusSliderController_ce=_s;exports.SvelteComponent=Kr;exports.addMessages=cr;exports.append=G;exports.append_styles=qr;exports.attr=E;exports.binding_callbacks=Fe;exports.component_subscribe=Zr;exports.create_custom_element=Jr;exports.detach=ue;exports.element=W;exports.flush=ie;exports.init=Yr;exports.insert=he;exports.noop=oe;exports.safe_not_equal=ur;exports.set_data=Tt;exports.text=at;
@@ -10,7 +10,7 @@ var Mt = (e, t, r) => t in e ? Ln(e, t, { enumerable: !0, configurable: !0, writ
10
10
  Nn.call(t, r) && Mt(e, r, t[r]);
11
11
  return e;
12
12
  }, mr = (e, t) => Cn(e, On(t));
13
- var ne = (e, t, r) => Mt(e, typeof t != "symbol" ? t + "" : t, r);
13
+ var ne = (e, t, r) => (Mt(e, typeof t != "symbol" ? t + "" : t, r), r);
14
14
  var gr = (e, t, r) => new Promise((n, i) => {
15
15
  var o = (h) => {
16
16
  try {
@@ -70,7 +70,8 @@ function Dn(e, t, r) {
70
70
  }
71
71
  }
72
72
  function Fn(e) {
73
- if (!e) return document;
73
+ if (!e)
74
+ return document;
74
75
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
75
76
  return t && /** @type {ShadowRoot} */
76
77
  t.host ? (
@@ -138,7 +139,8 @@ function rt(e) {
138
139
  it = e;
139
140
  }
140
141
  function Wn() {
141
- if (!it) throw new Error("Function called outside component initialization");
142
+ if (!it)
143
+ throw new Error("Function called outside component initialization");
142
144
  return it;
143
145
  }
144
146
  function kn(e) {
@@ -169,7 +171,8 @@ function se() {
169
171
  } catch (t) {
170
172
  throw Re.length = 0, Ne = 0, t;
171
173
  }
172
- for (rt(null), Re.length = 0, Ne = 0; nt.length; ) nt.pop()();
174
+ for (rt(null), Re.length = 0, Ne = 0; nt.length; )
175
+ nt.pop()();
173
176
  for (let t = 0; t < De.length; t += 1) {
174
177
  const r = De[t];
175
178
  Rt.has(r) || (Rt.add(r), r());
@@ -481,11 +484,26 @@ class ri {
481
484
  }
482
485
  const ni = "4";
483
486
  typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(ni);
487
+ /*! *****************************************************************************
488
+ Copyright (c) Microsoft Corporation.
489
+
490
+ Permission to use, copy, modify, and/or distribute this software for any
491
+ purpose with or without fee is hereby granted.
492
+
493
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
494
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
495
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
496
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
497
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
498
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
499
+ PERFORMANCE OF THIS SOFTWARE.
500
+ ***************************************************************************** */
484
501
  var Vt = function(e, t) {
485
502
  return Vt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
486
503
  r.__proto__ = n;
487
504
  } || function(r, n) {
488
- for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
505
+ for (var i in n)
506
+ Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
489
507
  }, Vt(e, t);
490
508
  };
491
509
  function Ee(e, t) {
@@ -501,14 +519,16 @@ var U = function() {
501
519
  return U = Object.assign || function(t) {
502
520
  for (var r, n = 1, i = arguments.length; n < i; n++) {
503
521
  r = arguments[n];
504
- for (var o in r) Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
522
+ for (var o in r)
523
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
505
524
  }
506
525
  return t;
507
526
  }, U.apply(this, arguments);
508
527
  };
509
528
  function ii(e, t) {
510
529
  var r = {};
511
- for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
530
+ for (var n in e)
531
+ Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
512
532
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
513
533
  for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
514
534
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
@@ -516,35 +536,41 @@ function ii(e, t) {
516
536
  }
517
537
  function zt(e) {
518
538
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
519
- if (r) return r.call(e);
520
- if (e && typeof e.length == "number") return {
521
- next: function() {
522
- return e && n >= e.length && (e = void 0), { value: e && e[n++], done: !e };
523
- }
524
- };
539
+ if (r)
540
+ return r.call(e);
541
+ if (e && typeof e.length == "number")
542
+ return {
543
+ next: function() {
544
+ return e && n >= e.length && (e = void 0), { value: e && e[n++], done: !e };
545
+ }
546
+ };
525
547
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
526
548
  }
527
549
  function Zt(e, t) {
528
550
  var r = typeof Symbol == "function" && e[Symbol.iterator];
529
- if (!r) return e;
551
+ if (!r)
552
+ return e;
530
553
  var n = r.call(e), i, o = [], s;
531
554
  try {
532
- for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; ) o.push(i.value);
555
+ for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; )
556
+ o.push(i.value);
533
557
  } catch (a) {
534
558
  s = { error: a };
535
559
  } finally {
536
560
  try {
537
561
  i && !i.done && (r = n.return) && r.call(n);
538
562
  } finally {
539
- if (s) throw s.error;
563
+ if (s)
564
+ throw s.error;
540
565
  }
541
566
  }
542
567
  return o;
543
568
  }
544
569
  function Fe(e, t, r) {
545
- if (r || arguments.length === 2) for (var n = 0, i = t.length, o; n < i; n++)
546
- (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
547
- return e.concat(o || Array.prototype.slice.call(t));
570
+ if (r || arguments.length === 2)
571
+ for (var n = 0, i = t.length, o; n < i; n++)
572
+ (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
573
+ return e.concat(o || t);
548
574
  }
549
575
  function _e(e) {
550
576
  return typeof e == "function";
@@ -592,7 +618,8 @@ var Tt = function() {
592
618
  try {
593
619
  h && !h.done && (r = a.return) && r.call(a);
594
620
  } finally {
595
- if (t) throw t.error;
621
+ if (t)
622
+ throw t.error;
596
623
  }
597
624
  }
598
625
  else
@@ -622,7 +649,8 @@ var Tt = function() {
622
649
  try {
623
650
  y && !y.done && (i = g.return) && i.call(g);
624
651
  } finally {
625
- if (n) throw n.error;
652
+ if (n)
653
+ throw n.error;
626
654
  }
627
655
  }
628
656
  }
@@ -909,7 +937,8 @@ var gi = Zr(function(e) {
909
937
  try {
910
938
  a && !a.done && (o = s.return) && o.call(s);
911
939
  } finally {
912
- if (i) throw i.error;
940
+ if (i)
941
+ throw i.error;
913
942
  }
914
943
  }
915
944
  }
@@ -2975,7 +3004,8 @@ function Ki(e, t) {
2975
3004
  r += h;
2976
3005
  for (; s-- > 0; )
2977
3006
  r = u + r;
2978
- } else i === "J" ? r += "H" : r += i;
3007
+ } else
3008
+ i === "J" ? r += "H" : r += i;
2979
3009
  }
2980
3010
  return r;
2981
3011
  }
@@ -3578,7 +3608,8 @@ function rr(e) {
3578
3608
  if (delete t.location, un(t) || ln(t))
3579
3609
  for (var r in t.options)
3580
3610
  delete t.options[r].location, rr(t.options[r].value);
3581
- else on(t) && fn(t.style) || (sn(t) || an(t)) && Qt(t.style) ? delete t.style.location : hn(t) && rr(t.children);
3611
+ else
3612
+ on(t) && fn(t.style) || (sn(t) || an(t)) && Qt(t.style) ? delete t.style.location : hn(t) && rr(t.children);
3582
3613
  });
3583
3614
  }
3584
3615
  function yo(e, t) {
@@ -4751,7 +4782,7 @@ if (typeof window != "undefined") {
4751
4782
  }
4752
4783
  };
4753
4784
  };
4754
- customElements.define = e(customElements.define), import("./GeneralIconProgressBar-Y8vVZOZJ.js").then(({ default: t }) => {
4785
+ customElements.define = e(customElements.define), import("./GeneralIconProgressBar-Da3-UdMD.js").then(({ default: t }) => {
4755
4786
  !customElements.get("general-icon-progress-bar") && customElements.define("general-icon-progress-bar", t.element);
4756
4787
  });
4757
4788
  }
@@ -4939,12 +4970,14 @@ function bs(e) {
4939
4970
  /*wageringList*/
4940
4971
  P[2] && /*wageringList*/
4941
4972
  P[2].length > 0
4942
- ) return vs;
4973
+ )
4974
+ return vs;
4943
4975
  if (
4944
4976
  /*wageringList*/
4945
4977
  P[2] && /*wageringList*/
4946
4978
  P[2].length == 0
4947
- ) return gs;
4979
+ )
4980
+ return gs;
4948
4981
  }
4949
4982
  let w = H(e), O = w && w(e);
4950
4983
  return {
@@ -5055,7 +5088,8 @@ function ys(e, t, r) {
5055
5088
  }, Ze = (c) => {
5056
5089
  I.forEach((d) => {
5057
5090
  let x = c[d.bonusWalletID];
5058
- if (!x) return;
5091
+ if (!x)
5092
+ return;
5059
5093
  const { maxIdObj: D, maxId: _ } = fs(x);
5060
5094
  Ve[d.id] = _;
5061
5095
  let F = D;
@@ -5114,7 +5148,8 @@ function ys(e, t, r) {
5114
5148
  const d = Je(c)[0];
5115
5149
  $ = d.clientX, ue = d.clientY;
5116
5150
  }, de = (c) => {
5117
- if (!$ || !ue) return;
5151
+ if (!$ || !ue)
5152
+ return;
5118
5153
  let d = c.touches[0].clientX, x = c.touches[0].clientY, D = $ - d, _ = ue - x;
5119
5154
  Math.abs(D) > Math.abs(_) && (D > 0 ? z(1) : z(-1)), $ = null, ue = null;
5120
5155
  }, J = () => {
@@ -1,4 +1,4 @@
1
- import { $ as k, a as M, b as V, S as q, i as G, f as g, c as U, s as D, d as J, e as H, t as K, g as h, h as Q, j as T, k as W, n as O, l as X, m as Y, o as v, p as Z } from "./CasinoWageringBonusSliderController-BpF9yOT7.js";
1
+ import { $ as k, a as M, b as V, S as q, i as G, f as g, c as U, s as D, d as J, e as H, t as K, g as h, h as Q, j as T, k as W, n as O, l as X, m as Y, o as v, p as Z } from "./CasinoWageringBonusSliderController-DM0VZT3H.js";
2
2
  function $({ withLocale: r, translations: t }) {
3
3
  k.subscribe((s) => {
4
4
  s == null && (M.set(t), k.set(r));
@@ -1,4 +1,4 @@
1
- import { $ as k, a as M, b as V, S as q, i as G, f as g, c as U, s as D, d as J, e as H, t as K, g as h, h as Q, j as T, k as W, n as O, l as X, m as Y, o as v, p as Z } from "./CasinoWageringBonusSliderController-B92Ra93j.js";
1
+ import { $ as k, a as M, b as V, S as q, i as G, f as g, c as U, s as D, d as J, e as H, t as K, g as h, h as Q, j as T, k as W, n as O, l as X, m as Y, o as v, p as Z } from "./CasinoWageringBonusSliderController-ux-dkcdK.js";
2
2
  function $({ withLocale: r, translations: t }) {
3
3
  k.subscribe((s) => {
4
4
  s == null && (M.set(t), k.set(r));
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./CasinoWageringBonusSliderController-DkDgABnx.cjs");function L({withLocale:s,translations:e}){t.$locale.subscribe(n=>{n==null&&(t.$dictionary.set(e),t.$locale.set(s))})}function H(s,e){t.addMessages(s,e)}function R(s){t.$locale.set(s)}const k={en:{bets:"bets"},tr:{bets:"bahisler"},es:{bets:"apuestas"},el:{bets:"bets"},hr:{bets:"ulozi"},"pt-br":{bets:"apostas"},"es-mx":{bets:"apuestas"},"en-us":{bets:"bets"}};function j(s){t.append_styles(s,"svelte-6dosur",'*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.general-icon-progress-bar{background:var(--emw--color-black, #000000);color:var(--emw--color-white, #FFFFFF);height:100%;background:rgba(0, 0, 0, 0.8);border-radius:3px}.stepBar.inactive::after{border-color:#a6a4a1 transparent transparent transparent}.stepBar.inactive{background:linear-gradient(270deg, #a2a09e 8.82%, #aba9ad 99.63%)}.stepBar.inactive span{color:rgba(112, 106, 106, 0.8)}.stepBar span{font-weight:700;font-size:11px;line-height:var(--parentElementHeight, 20px);align-items:center;color:#fff;text-align:right;position:relative;z-index:1;white-space:nowrap}.stepBar::after{content:" ";position:absolute;top:0;border-width:20px 10px 20px 0;border-top-width:var(--triangleHeight, 20px);border-right-width:var(--halfOfTriangleHeight, 10px);border-bottom-width:var(--triangleHeight, 20px);border-style:solid;border-color:#FCA452 transparent transparent transparent;text-align:right}.stepBar{position:relative;width:var(--currentStep, 0);height:100%;background:linear-gradient(270deg, #FCA452 8.82%, #600062 99.63%);text-align:right;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:var(--stepBarBorderRadius, 0px);border-bottom-right-radius:var(--stepBarBorderRadius, 0px);transition-property:width;transition-duration:0.18s;transition-timing-function:cubic-bezier(0.43, 0.8, 0.95, 0.88);transition-delay:0.3s}')}function I(s){let e,n,l,g,i;return{c(){e=t.element("div"),n=t.element("div"),l=t.element("span"),g=t.text(s[3]),t.attr(l,"part","progressText"),t.attr(n,"class",i="stepBar "+s[4]),t.attr(n,"part","stepBar"),t.attr(e,"class","general-icon-progress-bar"),t.attr(e,"part","totalBar")},m(a,o){t.insert(a,e,o),t.append(e,n),t.append(n,l),t.append(l,g),s[13](l),s[14](n),s[15](e)},p(a,[o]){o&8&&t.set_data(g,a[3]),o&16&&i!==(i="stepBar "+a[4])&&t.attr(n,"class",i)},i:t.noop,o:t.noop,d(a){a&&t.detach(e),s[13](null),s[14](null),s[15](null)}}}function M(s,e,n){let l;t.component_subscribe(s,t.$format,r=>n(20,l=r));let{currentstep:g=0}=e,{total:i=1}=e,{showaspercent:a}=e,{lang:o="en"}=e,{status:d}=e,{translationurl:p=""}=e,{progressfractiondigit:m=1}=e,{triggerreset:y}=e,h,f,c,b,_,x,w,B="0px",T="active";L({withLocale:"en",translations:{}});const F=()=>{fetch(p).then(u=>u.json()).then(u=>{Object.keys(u).forEach(v=>{H(v,u[v])})}).catch(u=>{console.log(u)})};Object.keys(k).forEach(r=>{H(r,k[r])});const E=()=>{R(o)},O=()=>{let r=(g/i*100).toFixed(m);setTimeout(()=>{a||a==="true"?n(3,b=`${r}%`):n(3,b=`${g}/${i} ${l("bets")}`)},b?573:0),r==0||r==100?(x="0px",w="0px",B=r==100?"3px":"0px"):(x=`${h.offsetHeight}px`,_=x,w=`${h.offsetHeight/3}px`,B="0px"),f.style.setProperty("--parentElementHeight",_),c.style.setProperty("--currentStep",r+"%"),c.style.setProperty("--triangleHeight",x),c.style.setProperty("--halfOfTriangleHeight",w),c.style.setProperty("--stepBarBorderRadius",B)},P=()=>{n(4,T=d=="active"?"":"inactive")};function C(r){t.binding_callbacks[r?"unshift":"push"](()=>{f=r,n(1,f)})}function z(r){t.binding_callbacks[r?"unshift":"push"](()=>{c=r,n(2,c)})}function A(r){t.binding_callbacks[r?"unshift":"push"](()=>{h=r,n(0,h)})}return s.$$set=r=>{"currentstep"in r&&n(5,g=r.currentstep),"total"in r&&n(6,i=r.total),"showaspercent"in r&&n(7,a=r.showaspercent),"lang"in r&&n(8,o=r.lang),"status"in r&&n(9,d=r.status),"translationurl"in r&&n(10,p=r.translationurl),"progressfractiondigit"in r&&n(11,m=r.progressfractiondigit),"triggerreset"in r&&n(12,y=r.triggerreset)},s.$$.update=()=>{s.$$.dirty&4160&&y&&i&&setTimeout(()=>{O()}),s.$$.dirty&256&&o&&E(),s.$$.dirty&512&&d&&P(),s.$$.dirty&1024&&p&&F()},[h,f,c,b,T,g,i,a,o,d,p,m,y,C,z,A]}class S extends t.SvelteComponent{constructor(e){super(),t.init(this,e,M,I,t.safe_not_equal,{currentstep:5,total:6,showaspercent:7,lang:8,status:9,translationurl:10,progressfractiondigit:11,triggerreset:12},j)}get currentstep(){return this.$$.ctx[5]}set currentstep(e){this.$$set({currentstep:e}),t.flush()}get total(){return this.$$.ctx[6]}set total(e){this.$$set({total:e}),t.flush()}get showaspercent(){return this.$$.ctx[7]}set showaspercent(e){this.$$set({showaspercent:e}),t.flush()}get lang(){return this.$$.ctx[8]}set lang(e){this.$$set({lang:e}),t.flush()}get status(){return this.$$.ctx[9]}set status(e){this.$$set({status:e}),t.flush()}get translationurl(){return this.$$.ctx[10]}set translationurl(e){this.$$set({translationurl:e}),t.flush()}get progressfractiondigit(){return this.$$.ctx[11]}set progressfractiondigit(e){this.$$set({progressfractiondigit:e}),t.flush()}get triggerreset(){return this.$$.ctx[12]}set triggerreset(e){this.$$set({triggerreset:e}),t.flush()}}t.create_custom_element(S,{currentstep:{},total:{},showaspercent:{},lang:{},status:{},translationurl:{},progressfractiondigit:{},triggerreset:{}},[],[],!0);exports.default=S;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./CasinoWageringBonusSliderController-DTUtWqfb.cjs");function L({withLocale:s,translations:e}){t.$locale.subscribe(n=>{n==null&&(t.$dictionary.set(e),t.$locale.set(s))})}function H(s,e){t.addMessages(s,e)}function R(s){t.$locale.set(s)}const k={en:{bets:"bets"},tr:{bets:"bahisler"},es:{bets:"apuestas"},el:{bets:"bets"},hr:{bets:"ulozi"},"pt-br":{bets:"apostas"},"es-mx":{bets:"apuestas"},"en-us":{bets:"bets"}};function j(s){t.append_styles(s,"svelte-6dosur",'*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.general-icon-progress-bar{background:var(--emw--color-black, #000000);color:var(--emw--color-white, #FFFFFF);height:100%;background:rgba(0, 0, 0, 0.8);border-radius:3px}.stepBar.inactive::after{border-color:#a6a4a1 transparent transparent transparent}.stepBar.inactive{background:linear-gradient(270deg, #a2a09e 8.82%, #aba9ad 99.63%)}.stepBar.inactive span{color:rgba(112, 106, 106, 0.8)}.stepBar span{font-weight:700;font-size:11px;line-height:var(--parentElementHeight, 20px);align-items:center;color:#fff;text-align:right;position:relative;z-index:1;white-space:nowrap}.stepBar::after{content:" ";position:absolute;top:0;border-width:20px 10px 20px 0;border-top-width:var(--triangleHeight, 20px);border-right-width:var(--halfOfTriangleHeight, 10px);border-bottom-width:var(--triangleHeight, 20px);border-style:solid;border-color:#FCA452 transparent transparent transparent;text-align:right}.stepBar{position:relative;width:var(--currentStep, 0);height:100%;background:linear-gradient(270deg, #FCA452 8.82%, #600062 99.63%);text-align:right;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:var(--stepBarBorderRadius, 0px);border-bottom-right-radius:var(--stepBarBorderRadius, 0px);transition-property:width;transition-duration:0.18s;transition-timing-function:cubic-bezier(0.43, 0.8, 0.95, 0.88);transition-delay:0.3s}')}function I(s){let e,n,l,g,i;return{c(){e=t.element("div"),n=t.element("div"),l=t.element("span"),g=t.text(s[3]),t.attr(l,"part","progressText"),t.attr(n,"class",i="stepBar "+s[4]),t.attr(n,"part","stepBar"),t.attr(e,"class","general-icon-progress-bar"),t.attr(e,"part","totalBar")},m(a,o){t.insert(a,e,o),t.append(e,n),t.append(n,l),t.append(l,g),s[13](l),s[14](n),s[15](e)},p(a,[o]){o&8&&t.set_data(g,a[3]),o&16&&i!==(i="stepBar "+a[4])&&t.attr(n,"class",i)},i:t.noop,o:t.noop,d(a){a&&t.detach(e),s[13](null),s[14](null),s[15](null)}}}function M(s,e,n){let l;t.component_subscribe(s,t.$format,r=>n(20,l=r));let{currentstep:g=0}=e,{total:i=1}=e,{showaspercent:a}=e,{lang:o="en"}=e,{status:d}=e,{translationurl:p=""}=e,{progressfractiondigit:m=1}=e,{triggerreset:y}=e,h,f,c,b,_,x,w,B="0px",T="active";L({withLocale:"en",translations:{}});const F=()=>{fetch(p).then(u=>u.json()).then(u=>{Object.keys(u).forEach(v=>{H(v,u[v])})}).catch(u=>{console.log(u)})};Object.keys(k).forEach(r=>{H(r,k[r])});const E=()=>{R(o)},O=()=>{let r=(g/i*100).toFixed(m);setTimeout(()=>{a||a==="true"?n(3,b=`${r}%`):n(3,b=`${g}/${i} ${l("bets")}`)},b?573:0),r==0||r==100?(x="0px",w="0px",B=r==100?"3px":"0px"):(x=`${h.offsetHeight}px`,_=x,w=`${h.offsetHeight/3}px`,B="0px"),f.style.setProperty("--parentElementHeight",_),c.style.setProperty("--currentStep",r+"%"),c.style.setProperty("--triangleHeight",x),c.style.setProperty("--halfOfTriangleHeight",w),c.style.setProperty("--stepBarBorderRadius",B)},P=()=>{n(4,T=d=="active"?"":"inactive")};function C(r){t.binding_callbacks[r?"unshift":"push"](()=>{f=r,n(1,f)})}function z(r){t.binding_callbacks[r?"unshift":"push"](()=>{c=r,n(2,c)})}function A(r){t.binding_callbacks[r?"unshift":"push"](()=>{h=r,n(0,h)})}return s.$$set=r=>{"currentstep"in r&&n(5,g=r.currentstep),"total"in r&&n(6,i=r.total),"showaspercent"in r&&n(7,a=r.showaspercent),"lang"in r&&n(8,o=r.lang),"status"in r&&n(9,d=r.status),"translationurl"in r&&n(10,p=r.translationurl),"progressfractiondigit"in r&&n(11,m=r.progressfractiondigit),"triggerreset"in r&&n(12,y=r.triggerreset)},s.$$.update=()=>{s.$$.dirty&4160&&y&&i&&setTimeout(()=>{O()}),s.$$.dirty&256&&o&&E(),s.$$.dirty&512&&d&&P(),s.$$.dirty&1024&&p&&F()},[h,f,c,b,T,g,i,a,o,d,p,m,y,C,z,A]}class S extends t.SvelteComponent{constructor(e){super(),t.init(this,e,M,I,t.safe_not_equal,{currentstep:5,total:6,showaspercent:7,lang:8,status:9,translationurl:10,progressfractiondigit:11,triggerreset:12},j)}get currentstep(){return this.$$.ctx[5]}set currentstep(e){this.$$set({currentstep:e}),t.flush()}get total(){return this.$$.ctx[6]}set total(e){this.$$set({total:e}),t.flush()}get showaspercent(){return this.$$.ctx[7]}set showaspercent(e){this.$$set({showaspercent:e}),t.flush()}get lang(){return this.$$.ctx[8]}set lang(e){this.$$set({lang:e}),t.flush()}get status(){return this.$$.ctx[9]}set status(e){this.$$set({status:e}),t.flush()}get translationurl(){return this.$$.ctx[10]}set translationurl(e){this.$$set({translationurl:e}),t.flush()}get progressfractiondigit(){return this.$$.ctx[11]}set progressfractiondigit(e){this.$$set({progressfractiondigit:e}),t.flush()}get triggerreset(){return this.$$.ctx[12]}set triggerreset(e){this.$$set({triggerreset:e}),t.flush()}}t.create_custom_element(S,{currentstep:{},total:{},showaspercent:{},lang:{},status:{},translationurl:{},progressfractiondigit:{},triggerreset:{}},[],[],!0);exports.default=S;
@@ -1 +1 @@
1
- "use strict";if(typeof window!="undefined"){let t=function(e){return function(...s){try{return e.apply(this,s)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=t(customElements.define),Promise.resolve().then(()=>require("../components/CasinoWageringBonusSliderController-DkDgABnx.cjs")).then(e=>e.CasinoWageringBonusSliderController_ce).then(({default:e})=>{!customElements.get("casino-wagering-bonus-slider-controller")&&customElements.define("casino-wagering-bonus-slider-controller",e.element)})}
1
+ "use strict";if(typeof window!="undefined"){let t=function(e){return function(...s){try{return e.apply(this,s)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=t(customElements.define),Promise.resolve().then(()=>require("../components/CasinoWageringBonusSliderController-DTUtWqfb.cjs")).then(e=>e.CasinoWageringBonusSliderController_ce).then(({default:e})=>{!customElements.get("casino-wagering-bonus-slider-controller")&&customElements.define("casino-wagering-bonus-slider-controller",e.element)})}
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
10
10
  }
11
11
  };
12
12
  };
13
- customElements.define = n(customElements.define), import("../components/CasinoWageringBonusSliderController-BpF9yOT7.js").then((e) => e.C).then(({ default: e }) => {
13
+ customElements.define = n(customElements.define), import("../components/CasinoWageringBonusSliderController-ux-dkcdK.js").then((e) => e.C).then(({ default: e }) => {
14
14
  !customElements.get("casino-wagering-bonus-slider-controller") && customElements.define(
15
15
  "casino-wagering-bonus-slider-controller",
16
16
  e.element
@@ -1,4 +1,4 @@
1
- import { C as s } from "../components/CasinoWageringBonusSliderController-B92Ra93j.js";
1
+ import { C as s } from "../components/CasinoWageringBonusSliderController-DM0VZT3H.js";
2
2
  function r(n) {
3
3
  return function(...t) {
4
4
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-wagering-bonus-slider-controller",
3
- "version": "1.55.0",
3
+ "version": "1.56.2",
4
4
  "type": "module",
5
5
  "main": "esnext/casino-wagering-bonus-slider-controller.js",
6
6
  "module": "esnext/casino-wagering-bonus-slider-controller.js",