@everymatrix/casino-tournaments-details 1.85.17 → 1.85.18

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.
@@ -60,7 +60,7 @@ function or(e, t) {
60
60
  function k(e, t, r) {
61
61
  e.insertBefore(t, r || null);
62
62
  }
63
- function C(e) {
63
+ function N(e) {
64
64
  e.parentNode && e.parentNode.removeChild(e);
65
65
  }
66
66
  function I(e) {
@@ -207,7 +207,7 @@ function xr(e, t, r, n, i, o, s = null, a = [-1]) {
207
207
  }) : [], u.update(), l = !0, K(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
208
208
  if (t.hydrate) {
209
209
  const f = ar(t.target);
210
- u.fragment && u.fragment.l(f), f.forEach(C);
210
+ u.fragment && u.fragment.l(f), f.forEach(N);
211
211
  } else
212
212
  u.fragment && u.fragment.c();
213
213
  t.intro && vr(e.$$.fragment), gr(e, t.target, t.anchor), O();
@@ -267,7 +267,7 @@ typeof HTMLElement == "function" && (Tt = class extends HTMLElement {
267
267
  k(h, o, u);
268
268
  },
269
269
  d: function(h) {
270
- h && C(o);
270
+ h && N(o);
271
271
  }
272
272
  };
273
273
  };
@@ -443,6 +443,8 @@ function wr(e, t) {
443
443
  }
444
444
  }
445
445
  function Hr(e, t) {
446
+ if (!e || !t)
447
+ return;
446
448
  const r = new URL(t);
447
449
  fetch(r.href).then((n) => n.text()).then((n) => {
448
450
  const i = document.createElement("style");
@@ -473,24 +475,24 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
473
475
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
474
476
  PERFORMANCE OF THIS SOFTWARE.
475
477
  ***************************************************************************** */
476
- var Ce = function(e, t) {
477
- return Ce = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
478
+ var Ne = function(e, t) {
479
+ return Ne = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
478
480
  r.__proto__ = n;
479
481
  } || function(r, n) {
480
482
  for (var i in n)
481
483
  Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
482
- }, Ce(e, t);
484
+ }, Ne(e, t);
483
485
  };
484
486
  function te(e, t) {
485
487
  if (typeof t != "function" && t !== null)
486
488
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
487
- Ce(e, t);
489
+ Ne(e, t);
488
490
  function r() {
489
491
  this.constructor = e;
490
492
  }
491
493
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
492
494
  }
493
- function Ne(e) {
495
+ function Ce(e) {
494
496
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
495
497
  if (r)
496
498
  return r.call(e);
@@ -564,7 +566,7 @@ var me = function() {
564
566
  if (s)
565
567
  if (this._parentage = null, Array.isArray(s))
566
568
  try {
567
- for (var a = Ne(s), h = a.next(); !h.done; h = a.next()) {
569
+ for (var a = Ce(s), h = a.next(); !h.done; h = a.next()) {
568
570
  var u = h.value;
569
571
  u.remove(this);
570
572
  }
@@ -591,7 +593,7 @@ var me = function() {
591
593
  if (f) {
592
594
  this._finalizers = null;
593
595
  try {
594
- for (var c = Ne(f), b = c.next(); !b.done; b = c.next()) {
596
+ for (var c = Ce(f), b = c.next(); !b.done; b = c.next()) {
595
597
  var p = b.value;
596
598
  try {
597
599
  qe(p);
@@ -676,7 +678,7 @@ var At = function(e) {
676
678
  te(t, e);
677
679
  function t(r) {
678
680
  var n = e.call(this) || this;
679
- return n.isStopped = !1, r ? (n.destination = r, Bt(r) && r.add(n)) : n.destination = Nr, n;
681
+ return n.isStopped = !1, r ? (n.destination = r, Bt(r) && r.add(n)) : n.destination = Cr, n;
680
682
  }
681
683
  return t.create = function(r, n, i) {
682
684
  return new Re(r, n, i);
@@ -749,13 +751,13 @@ var At = function(e) {
749
751
  function oe(e) {
750
752
  Or(e);
751
753
  }
752
- function Cr(e) {
754
+ function Nr(e) {
753
755
  throw e;
754
756
  }
755
- var Nr = {
757
+ var Cr = {
756
758
  closed: !0,
757
759
  next: Ke,
758
- error: Cr,
760
+ error: Nr,
759
761
  complete: Ke
760
762
  }, Lr = function() {
761
763
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
@@ -863,7 +865,7 @@ var Ur = wt(function(e) {
863
865
  if (n._throwIfClosed(), !n.isStopped) {
864
866
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
865
867
  try {
866
- for (var s = Ne(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
868
+ for (var s = Ce(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
867
869
  var h = a.value;
868
870
  h.next(r);
869
871
  }
@@ -1171,19 +1173,19 @@ function un(e, t, r, n) {
1171
1173
  var i = an(n) ? n : r(n), o = t.get(i);
1172
1174
  return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
1173
1175
  }
1174
- function Ct(e, t, r) {
1176
+ function Nt(e, t, r) {
1175
1177
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1176
1178
  return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
1177
1179
  }
1178
- function Nt(e, t, r, n, i) {
1180
+ function Ct(e, t, r, n, i) {
1179
1181
  return r.bind(t, e, n, i);
1180
1182
  }
1181
1183
  function hn(e, t) {
1182
- var r = e.length === 1 ? un : Ct;
1183
- return Nt(e, this, r, t.cache.create(), t.serializer);
1184
+ var r = e.length === 1 ? un : Nt;
1185
+ return Ct(e, this, r, t.cache.create(), t.serializer);
1184
1186
  }
1185
1187
  function ln(e, t) {
1186
- return Nt(e, this, Ct, t.cache.create(), t.serializer);
1188
+ return Ct(e, this, Nt, t.cache.create(), t.serializer);
1187
1189
  }
1188
1190
  var fn = function() {
1189
1191
  return JSON.stringify(arguments);
@@ -3030,7 +3032,7 @@ var He, Hn = new RegExp("^".concat(Ft.source, "*")), Bn = new RegExp("".concat(F
3030
3032
  function m(e, t) {
3031
3033
  return { start: e, end: t };
3032
3034
  }
3033
- var An = !!String.prototype.startsWith && "_a".startsWith("a", 1), Pn = !!String.fromCodePoint, On = !!Object.fromEntries, In = !!String.prototype.codePointAt, Cn = !!String.prototype.trimStart, Nn = !!String.prototype.trimEnd, Ln = !!Number.isSafeInteger, Mn = Ln ? Number.isSafeInteger : function(e) {
3035
+ var An = !!String.prototype.startsWith && "_a".startsWith("a", 1), Pn = !!String.fromCodePoint, On = !!Object.fromEntries, In = !!String.prototype.codePointAt, Nn = !!String.prototype.trimStart, Cn = !!String.prototype.trimEnd, Ln = !!Number.isSafeInteger, Mn = Ln ? Number.isSafeInteger : function(e) {
3034
3036
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3035
3037
  }, Ge = !0;
3036
3038
  try {
@@ -3087,7 +3089,7 @@ var lt = An ? (
3087
3089
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3088
3090
  }
3089
3091
  }
3090
- ), Rn = Cn ? (
3092
+ ), Rn = Nn ? (
3091
3093
  // Native
3092
3094
  function(t) {
3093
3095
  return t.trimStart();
@@ -3097,7 +3099,7 @@ var lt = An ? (
3097
3099
  function(t) {
3098
3100
  return t.replace(Hn, "");
3099
3101
  }
3100
- ), Dn = Nn ? (
3102
+ ), Dn = Cn ? (
3101
3103
  // Native
3102
3104
  function(t) {
3103
3105
  return t.trimEnd();
@@ -4102,7 +4104,7 @@ function ye(e, t = j().fallbackLocale) {
4102
4104
  const r = bt(e);
4103
4105
  return t ? [.../* @__PURE__ */ new Set([...r, ...bt(t)])] : r;
4104
4106
  }
4105
- function N() {
4107
+ function C() {
4106
4108
  return We ?? void 0;
4107
4109
  }
4108
4110
  pe.subscribe((e) => {
@@ -4112,7 +4114,7 @@ const vi = (e) => {
4112
4114
  if (e && ri(e) && Xe(e)) {
4113
4115
  const { loadingDelay: t } = j();
4114
4116
  let r;
4115
- return typeof window < "u" && N() != null && t ? r = window.setTimeout(
4117
+ return typeof window < "u" && C() != null && t ? r = window.setTimeout(
4116
4118
  () => Ae.set(!0),
4117
4119
  t
4118
4120
  ) : Ae.set(!0), Yt(e).then(() => {
@@ -4177,28 +4179,28 @@ const q = (e, t) => {
4177
4179
  }
4178
4180
  ), Ei = (e = {}) => {
4179
4181
  var t = e, {
4180
- locale: r = N()
4182
+ locale: r = C()
4181
4183
  } = t, n = X(t, [
4182
4184
  "locale"
4183
4185
  ]);
4184
4186
  return yi(Ze({ locale: r }, n));
4185
4187
  }, Si = (e = {}) => {
4186
4188
  var t = e, {
4187
- locale: r = N()
4189
+ locale: r = C()
4188
4190
  } = t, n = X(t, [
4189
4191
  "locale"
4190
4192
  ]);
4191
4193
  return _i(Ze({ locale: r }, n));
4192
4194
  }, Ti = (e = {}) => {
4193
4195
  var t = e, {
4194
- locale: r = N()
4196
+ locale: r = C()
4195
4197
  } = t, n = X(t, [
4196
4198
  "locale"
4197
4199
  ]);
4198
4200
  return xi(Ze({ locale: r }, n));
4199
4201
  }, wi = _e(
4200
4202
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4201
- (e, t = N()) => new Yn(e, t, j().formats, {
4203
+ (e, t = C()) => new Yn(e, t, j().formats, {
4202
4204
  ignoreTag: j().ignoreTag
4203
4205
  })
4204
4206
  ), Hi = (e, t = {}) => {
@@ -4207,7 +4209,7 @@ const q = (e, t) => {
4207
4209
  typeof e == "object" && (s = e, e = s.id);
4208
4210
  const {
4209
4211
  values: a,
4210
- locale: h = N(),
4212
+ locale: h = C(),
4211
4213
  default: u
4212
4214
  } = s;
4213
4215
  if (h == null)
@@ -4233,7 +4235,7 @@ const q = (e, t) => {
4233
4235
  );
4234
4236
  }
4235
4237
  return f;
4236
- }, Bi = (e, t) => Ti(t).format(e), Ai = (e, t) => Si(t).format(e), Pi = (e, t) => Ei(t).format(e), Oi = (e, t = N()) => Zt(e, t);
4238
+ }, Bi = (e, t) => Ti(t).format(e), Ai = (e, t) => Si(t).format(e), Pi = (e, t) => Ei(t).format(e), Oi = (e, t = C()) => Zt(e, t);
4237
4239
  V([ne, re], () => Hi);
4238
4240
  V([ne], () => Bi);
4239
4241
  V([ne], () => Ai);
@@ -4241,7 +4243,8 @@ V([ne], () => Pi);
4241
4243
  V([ne, re], () => Oi);
4242
4244
  window.emWidgets = { topic: Fr };
4243
4245
  const Ii = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
4244
- function Ci(e) {
4246
+ String(Number.MAX_SAFE_INTEGER).length;
4247
+ function Ni(e) {
4245
4248
  nr(e, "svelte-q9wa7c", "*,*::before,*::after{box-sizing:border-box}.Title{text-transform:uppercase}.DetailsCard{border:1px solid var(--emw--color-contrast, #07072A);color:var(--emw--color-white, #FFFFFF);width:100%;margin:25px 0 25px 0}.DetailsCard.Mobile{margin:10px 0}.DetailsCard.Mobile .DetailsTitle{padding:0 10px;height:30px}.DetailsTitle{padding:0 20px;height:60px;display:flex;align-items:center;justify-content:space-between;background:var(--emw--color-contrast, #07072A)}.DetailsContent{overflow:auto;height:150px;font-size:14px;padding:10px 10px 10px 20px;margin:10px 20px 10px 0}.sc::-webkit-scrollbar{width:5px;height:5px}.sc::-webkit-scrollbar-track{background-color:rgba(255, 255, 255, 0.1);border-radius:var(--emw--border-radius-medium, 10px)}.sc::-webkit-scrollbar-thumb{background-color:var(--emw--color-white, #FFFFFF);border-radius:var(--emw--border-radius-medium, 10px)}");
4246
4249
  }
4247
4250
  function gt(e) {
@@ -4249,7 +4252,7 @@ function gt(e) {
4249
4252
  function h(f, c) {
4250
4253
  return (
4251
4254
  /*collapsed*/
4252
- f[3] ? Ni : Li
4255
+ f[3] ? Ci : Li
4253
4256
  );
4254
4257
  }
4255
4258
  let u = h(e), l = u(e);
@@ -4277,11 +4280,11 @@ function gt(e) {
4277
4280
  ), u !== (u = h(f)) && (l.d(1), l = u(f), l && (l.c(), l.m(o, null)));
4278
4281
  },
4279
4282
  d(f) {
4280
- f && C(t), l.d(), s = !1, a();
4283
+ f && N(t), l.d(), s = !1, a();
4281
4284
  }
4282
4285
  };
4283
4286
  }
4284
- function Ni(e) {
4287
+ function Ci(e) {
4285
4288
  let t, r;
4286
4289
  return {
4287
4290
  c() {
@@ -4291,7 +4294,7 @@ function Ni(e) {
4291
4294
  k(n, t, i), B(t, r);
4292
4295
  },
4293
4296
  d(n) {
4294
- n && C(t);
4297
+ n && N(t);
4295
4298
  }
4296
4299
  };
4297
4300
  }
@@ -4305,7 +4308,7 @@ function Li(e) {
4305
4308
  k(n, t, i), B(t, r);
4306
4309
  },
4307
4310
  d(n) {
4308
- n && C(t);
4311
+ n && N(t);
4309
4312
  }
4310
4313
  };
4311
4314
  }
@@ -4333,7 +4336,7 @@ function yt(e) {
4333
4336
  );
4334
4337
  },
4335
4338
  d(o) {
4336
- o && C(t), n = !1, i();
4339
+ o && N(t), n = !1, i();
4337
4340
  }
4338
4341
  };
4339
4342
  }
@@ -4365,7 +4368,7 @@ function Mi(e) {
4365
4368
  i: S,
4366
4369
  o: S,
4367
4370
  d(o) {
4368
- o && C(t), n && n.d(), i && i.d(), e[10](null);
4371
+ o && N(t), n && n.d(), i && i.d(), e[10](null);
4369
4372
  }
4370
4373
  };
4371
4374
  }
@@ -4420,7 +4423,7 @@ class Ri extends Sr {
4420
4423
  clientstyling: 8,
4421
4424
  clientstylingurl: 9
4422
4425
  },
4423
- Ci
4426
+ Ni
4424
4427
  );
4425
4428
  }
4426
4429
  get title() {
@@ -65,7 +65,7 @@ function A(e, t) {
65
65
  function dr(e, t, r) {
66
66
  const n = mr(e);
67
67
  if (!n.getElementById(t)) {
68
- const i = C("style");
68
+ const i = N("style");
69
69
  i.id = t, i.textContent = r, br(n, i);
70
70
  }
71
71
  }
@@ -89,10 +89,10 @@ function br(e, t) {
89
89
  function V(e, t, r) {
90
90
  e.insertBefore(t, r || null);
91
91
  }
92
- function N(e) {
92
+ function C(e) {
93
93
  e.parentNode && e.parentNode.removeChild(e);
94
94
  }
95
- function C(e) {
95
+ function N(e) {
96
96
  return document.createElement(e);
97
97
  }
98
98
  function ce(e) {
@@ -141,11 +141,11 @@ function Er(e) {
141
141
  const D = [], Ie = [];
142
142
  let U = [];
143
143
  const nt = [], Sr = /* @__PURE__ */ Promise.resolve();
144
- let Ce = !1;
144
+ let Ne = !1;
145
145
  function Tr() {
146
- Ce || (Ce = !0, Sr.then(I));
146
+ Ne || (Ne = !0, Sr.then(I));
147
147
  }
148
- function Ne(e) {
148
+ function Ce(e) {
149
149
  U.push(e);
150
150
  }
151
151
  const Se = /* @__PURE__ */ new Set();
@@ -173,13 +173,13 @@ function I() {
173
173
  } while (D.length);
174
174
  for (; nt.length; )
175
175
  nt.pop()();
176
- Ce = !1, Se.clear(), J(e);
176
+ Ne = !1, Se.clear(), J(e);
177
177
  }
178
178
  function wr(e) {
179
179
  if (e.fragment !== null) {
180
180
  e.update(), ee(e.before_update);
181
181
  const t = e.dirty;
182
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ne);
182
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ce);
183
183
  }
184
184
  }
185
185
  function Hr(e) {
@@ -192,10 +192,10 @@ function Ar(e, t) {
192
192
  }
193
193
  function Pr(e, t, r) {
194
194
  const { fragment: n, after_update: i } = e.$$;
195
- n && n.m(t, r), Ne(() => {
195
+ n && n.m(t, r), Ce(() => {
196
196
  const o = e.$$.on_mount.map(Ht).filter(te);
197
197
  e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ee(o), e.$$.on_mount = [];
198
- }), i.forEach(Ne);
198
+ }), i.forEach(Ce);
199
199
  }
200
200
  function Or(e, t) {
201
201
  const r = e.$$;
@@ -204,7 +204,7 @@ function Or(e, t) {
204
204
  function Ir(e, t) {
205
205
  e.$$.dirty[0] === -1 && (D.push(e), Tr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
206
206
  }
207
- function Cr(e, t, r, n, i, o, s = null, a = [-1]) {
207
+ function Nr(e, t, r, n, i, o, s = null, a = [-1]) {
208
208
  const h = Y;
209
209
  J(e);
210
210
  const u = e.$$ = {
@@ -236,7 +236,7 @@ function Cr(e, t, r, n, i, o, s = null, a = [-1]) {
236
236
  }) : [], u.update(), l = !0, ee(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
237
237
  if (t.hydrate) {
238
238
  const f = gr(t.target);
239
- u.fragment && u.fragment.l(f), f.forEach(N);
239
+ u.fragment && u.fragment.l(f), f.forEach(C);
240
240
  } else
241
241
  u.fragment && u.fragment.c();
242
242
  t.intro && Ar(e.$$.fragment), Pr(e, t.target, t.anchor), I();
@@ -288,7 +288,7 @@ typeof HTMLElement == "function" && (Ot = class extends HTMLElement {
288
288
  let s;
289
289
  return {
290
290
  c: function() {
291
- s = C("slot"), o !== "default" && v(s, "name", o);
291
+ s = N("slot"), o !== "default" && v(s, "name", o);
292
292
  },
293
293
  /**
294
294
  * @param {HTMLElement} target
@@ -298,7 +298,7 @@ typeof HTMLElement == "function" && (Ot = class extends HTMLElement {
298
298
  V(u, s, l);
299
299
  },
300
300
  d: function(u) {
301
- u && N(s);
301
+ u && C(s);
302
302
  }
303
303
  };
304
304
  };
@@ -394,7 +394,7 @@ function ue(e, t, r, n) {
394
394
  return t;
395
395
  }
396
396
  }
397
- function Nr(e, t, r, n, i, o) {
397
+ function Cr(e, t, r, n, i, o) {
398
398
  let s = class extends Ot {
399
399
  constructor() {
400
400
  super(e, r, i), this.$$p_d = t;
@@ -480,6 +480,8 @@ function $r(e, t) {
480
480
  }
481
481
  }
482
482
  function Rr(e, t) {
483
+ if (!e || !t)
484
+ return;
483
485
  const r = new URL(t);
484
486
  fetch(r.href).then((n) => n.text()).then((n) => {
485
487
  const i = document.createElement("style");
@@ -679,8 +681,8 @@ var be = function() {
679
681
  var t = new e();
680
682
  return t.closed = !0, t;
681
683
  }(), e;
682
- }(), Ct = be.EMPTY;
683
- function Nt(e) {
684
+ }(), Nt = be.EMPTY;
685
+ function Ct(e) {
684
686
  return e instanceof be || e && "closed" in e && B(e.remove) && B(e.add) && B(e.unsubscribe);
685
687
  }
686
688
  function it(e) {
@@ -713,7 +715,7 @@ var Lt = function(e) {
713
715
  re(t, e);
714
716
  function t(r) {
715
717
  var n = e.call(this) || this;
716
- return n.isStopped = !1, r ? (n.destination = r, Nt(r) && r.add(n)) : n.destination = Vr, n;
718
+ return n.isStopped = !1, r ? (n.destination = r, Ct(r) && r.add(n)) : n.destination = Vr, n;
717
719
  }
718
720
  return t.create = function(r, n, i) {
719
721
  return new Ue(r, n, i);
@@ -875,7 +877,7 @@ function Zr(e) {
875
877
  return e && B(e.next) && B(e.error) && B(e.complete);
876
878
  }
877
879
  function Qr(e) {
878
- return e && e instanceof Lt || Zr(e) && Nt(e);
880
+ return e && e instanceof Lt || Zr(e) && Ct(e);
879
881
  }
880
882
  var Jr = It(function(e) {
881
883
  return function() {
@@ -949,7 +951,7 @@ var Jr = It(function(e) {
949
951
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
950
952
  }, t.prototype._innerSubscribe = function(r) {
951
953
  var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
952
- return o || s ? Ct : (this.currentObservers = null, a.push(r), new be(function() {
954
+ return o || s ? Nt : (this.currentObservers = null, a.push(r), new be(function() {
953
955
  n.currentObservers = null, De(a, r);
954
956
  }));
955
957
  }, t.prototype._checkFinalizedStatuses = function(r) {
@@ -978,7 +980,7 @@ var Jr = It(function(e) {
978
980
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
979
981
  }, t.prototype._subscribe = function(r) {
980
982
  var n, i;
981
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Ct;
983
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Nt;
982
984
  }, t;
983
985
  }(Mt), $t = {
984
986
  now: function() {
@@ -1421,7 +1423,7 @@ function On(e) {
1421
1423
  function In(e) {
1422
1424
  return e.replace(/^(.*?)-/, "");
1423
1425
  }
1424
- var pt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Zt = /^(@+)?(\+|#+)?[rs]?$/g, Cn = /(\*)(0+)|(#+)(0+)|(0+)/g, Qt = /^(0+)$/;
1426
+ var pt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Zt = /^(@+)?(\+|#+)?[rs]?$/g, Nn = /(\*)(0+)|(#+)(0+)|(0+)/g, Qt = /^(0+)$/;
1425
1427
  function dt(e) {
1426
1428
  var t = {};
1427
1429
  return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Zt, function(r, n, i) {
@@ -1468,7 +1470,7 @@ function Jt(e) {
1468
1470
  };
1469
1471
  }
1470
1472
  }
1471
- function Nn(e) {
1473
+ function Cn(e) {
1472
1474
  var t;
1473
1475
  if (e[0] === "E" && e[1] === "E" ? (t = {
1474
1476
  notation: "engineering"
@@ -1572,7 +1574,7 @@ function Ln(e) {
1572
1574
  case "integer-width":
1573
1575
  if (i.options.length > 1)
1574
1576
  throw new RangeError("integer-width stems only accept a single optional option");
1575
- i.options[0].replace(Cn, function(h, u, l, f, c, b) {
1577
+ i.options[0].replace(Nn, function(h, u, l, f, c, b) {
1576
1578
  if (u)
1577
1579
  t.minimumIntegerDigits = l.length;
1578
1580
  else {
@@ -1605,7 +1607,7 @@ function Ln(e) {
1605
1607
  }
1606
1608
  var s = Jt(i.stem);
1607
1609
  s && (t = _(_({}, t), s));
1608
- var a = Nn(i.stem);
1610
+ var a = Cn(i.stem);
1609
1611
  a && (t = _(_({}, t), a));
1610
1612
  }
1611
1613
  return t;
@@ -4203,7 +4205,7 @@ const K = (e, t) => {
4203
4205
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4204
4206
  return n ? i = K("date", n) : Object.keys(i).length === 0 && (i = K("date", "short")), new Intl.DateTimeFormat(r, i);
4205
4207
  }
4206
- ), Ci = xe(
4208
+ ), Ni = xe(
4207
4209
  (e) => {
4208
4210
  var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
4209
4211
  if (r == null)
@@ -4212,7 +4214,7 @@ const K = (e, t) => {
4212
4214
  );
4213
4215
  return n ? i = K("time", n) : Object.keys(i).length === 0 && (i = K("time", "short")), new Intl.DateTimeFormat(r, i);
4214
4216
  }
4215
- ), Ni = (e = {}) => {
4217
+ ), Ci = (e = {}) => {
4216
4218
  var t = e, {
4217
4219
  locale: r = L()
4218
4220
  } = t, n = W(t, [
@@ -4232,7 +4234,7 @@ const K = (e, t) => {
4232
4234
  } = t, n = W(t, [
4233
4235
  "locale"
4234
4236
  ]);
4235
- return Ci(Je({ locale: r }, n));
4237
+ return Ni(Je({ locale: r }, n));
4236
4238
  }, $i = xe(
4237
4239
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4238
4240
  (e, t = L()) => new ui(e, t, k().formats, {
@@ -4270,7 +4272,7 @@ const K = (e, t) => {
4270
4272
  );
4271
4273
  }
4272
4274
  return f;
4273
- }, Di = (e, t) => Mi(t).format(e), Ui = (e, t) => Li(t).format(e), Gi = (e, t) => Ni(t).format(e), Fi = (e, t = L()) => er(e, t);
4275
+ }, Di = (e, t) => Mi(t).format(e), Ui = (e, t) => Li(t).format(e), Gi = (e, t) => Ci(t).format(e), Fi = (e, t = L()) => er(e, t);
4274
4276
  X([ie, ne], () => Ri);
4275
4277
  X([ie], () => Di);
4276
4278
  X([ie], () => Ui);
@@ -4278,6 +4280,7 @@ X([ie], () => Gi);
4278
4280
  X([ie, ne], () => Fi);
4279
4281
  window.emWidgets = { topic: qr };
4280
4282
  const ji = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
4283
+ String(Number.MAX_SAFE_INTEGER).length;
4281
4284
  function ki(e) {
4282
4285
  dr(e, "svelte-q9wa7c", "*,*::before,*::after{box-sizing:border-box}.Title{text-transform:uppercase}.DetailsCard{border:1px solid var(--emw--color-contrast, #07072A);color:var(--emw--color-white, #FFFFFF);width:100%;margin:25px 0 25px 0}.DetailsCard.Mobile{margin:10px 0}.DetailsCard.Mobile .DetailsTitle{padding:0 10px;height:30px}.DetailsTitle{padding:0 20px;height:60px;display:flex;align-items:center;justify-content:space-between;background:var(--emw--color-contrast, #07072A)}.DetailsContent{overflow:auto;height:150px;font-size:14px;padding:10px 10px 10px 20px;margin:10px 20px 10px 0}.sc::-webkit-scrollbar{width:5px;height:5px}.sc::-webkit-scrollbar-track{background-color:rgba(255, 255, 255, 0.1);border-radius:var(--emw--border-radius-medium, 10px)}.sc::-webkit-scrollbar-thumb{background-color:var(--emw--color-white, #FFFFFF);border-radius:var(--emw--border-radius-medium, 10px)}");
4283
4286
  }
@@ -4292,10 +4295,10 @@ function Tt(e) {
4292
4295
  let u = h(e), l = u(e);
4293
4296
  return {
4294
4297
  c() {
4295
- t = C("div"), r = C("p"), n = At(
4298
+ t = N("div"), r = N("p"), n = At(
4296
4299
  /*title*/
4297
4300
  e[0]
4298
- ), i = Pt(), o = C("div"), l.c(), v(r, "class", "Title"), v(r, "part", "Title"), v(o, "class", "CollapseButtonDetails"), v(o, "part", "CollapseButtonDetails"), v(t, "class", "DetailsTitle"), v(t, "part", "DetailsTitle");
4301
+ ), i = Pt(), o = N("div"), l.c(), v(r, "class", "Title"), v(r, "part", "Title"), v(o, "class", "CollapseButtonDetails"), v(o, "part", "CollapseButtonDetails"), v(t, "class", "DetailsTitle"), v(t, "part", "DetailsTitle");
4299
4302
  },
4300
4303
  m(f, c) {
4301
4304
  V(f, t, c), A(t, r), A(r, n), A(t, i), A(t, o), l.m(o, null), s || (a = vr(
@@ -4314,7 +4317,7 @@ function Tt(e) {
4314
4317
  ), u !== (u = h(f)) && (l.d(1), l = u(f), l && (l.c(), l.m(o, null)));
4315
4318
  },
4316
4319
  d(f) {
4317
- f && N(t), l.d(), s = !1, a();
4320
+ f && C(t), l.d(), s = !1, a();
4318
4321
  }
4319
4322
  };
4320
4323
  }
@@ -4328,7 +4331,7 @@ function Vi(e) {
4328
4331
  V(n, t, i), A(t, r);
4329
4332
  },
4330
4333
  d(n) {
4331
- n && N(t);
4334
+ n && C(t);
4332
4335
  }
4333
4336
  };
4334
4337
  }
@@ -4342,7 +4345,7 @@ function Xi(e) {
4342
4345
  V(n, t, i), A(t, r);
4343
4346
  },
4344
4347
  d(n) {
4345
- n && N(t);
4348
+ n && C(t);
4346
4349
  }
4347
4350
  };
4348
4351
  }
@@ -4350,7 +4353,7 @@ function wt(e) {
4350
4353
  let t, r, n, i;
4351
4354
  return {
4352
4355
  c() {
4353
- t = C("div"), t.innerHTML = "", v(t, "class", "DetailsContent sc"), v(t, "part", "DetailsContent");
4356
+ t = N("div"), t.innerHTML = "", v(t, "class", "DetailsContent sc"), v(t, "part", "DetailsContent");
4354
4357
  },
4355
4358
  m(o, s) {
4356
4359
  V(o, t, s), n || (i = pr(r = /*setContent*/
@@ -4370,7 +4373,7 @@ function wt(e) {
4370
4373
  );
4371
4374
  },
4372
4375
  d(o) {
4373
- o && N(t), n = !1, i();
4376
+ o && C(t), n = !1, i();
4374
4377
  }
4375
4378
  };
4376
4379
  }
@@ -4385,7 +4388,7 @@ function Wi(e) {
4385
4388
  );
4386
4389
  return {
4387
4390
  c() {
4388
- t = C("div"), n && n.c(), r = Pt(), i && i.c(), v(t, "class", "DetailsCard " + (ji(
4391
+ t = N("div"), n && n.c(), r = Pt(), i && i.c(), v(t, "class", "DetailsCard " + (ji(
4389
4392
  /*userAgent*/
4390
4393
  e[4]
4391
4394
  ) ? "Mobile" : "")), v(t, "part", "DetailsCard");
@@ -4402,7 +4405,7 @@ function Wi(e) {
4402
4405
  i: T,
4403
4406
  o: T,
4404
4407
  d(o) {
4405
- o && N(t), n && n.d(), i && i.d(), e[10](null);
4408
+ o && C(t), n && n.d(), i && i.d(), e[10](null);
4406
4409
  }
4407
4410
  };
4408
4411
  }
@@ -4444,7 +4447,7 @@ function zi(e, t, r) {
4444
4447
  }
4445
4448
  class Zi extends Lr {
4446
4449
  constructor(t) {
4447
- super(), Cr(
4450
+ super(), Nr(
4448
4451
  this,
4449
4452
  t,
4450
4453
  zi,
@@ -4491,7 +4494,7 @@ class Zi extends Lr {
4491
4494
  this.$$set({ clientstylingurl: t }), I();
4492
4495
  }
4493
4496
  }
4494
- Nr(Zi, { title: {}, text: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {} }, [], [], !0);
4497
+ Cr(Zi, { title: {}, text: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {} }, [], [], !0);
4495
4498
  export {
4496
4499
  Zi as default
4497
4500
  };
@@ -1,4 +1,4 @@
1
- "use strict";var ar=Object.defineProperty,ur=Object.defineProperties;var hr=Object.getOwnPropertyDescriptors;var qe=Object.getOwnPropertySymbols;var lr=Object.prototype.hasOwnProperty,fr=Object.prototype.propertyIsEnumerable;var Ee=(e,t,r)=>t in e?ar(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ke=(e,t)=>{for(var r in t||(t={}))lr.call(t,r)&&Ee(e,r,t[r]);if(qe)for(var r of qe(t))fr.call(t,r)&&Ee(e,r,t[r]);return e},et=(e,t)=>ur(e,hr(t));var S=(e,t,r)=>(Ee(e,typeof t!="symbol"?t+"":t,r),r);var tt=(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())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function T(){}function Ht(e){return e()}function rt(){return Object.create(null)}function ee(e){e.forEach(Ht)}function te(e){return typeof e=="function"}function Bt(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function cr(e){return Object.keys(e).length===0}function pr(e,...t){if(e==null){for(const n of t)n(void 0);return T}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function dr(e){return e&&te(e.destroy)?e.destroy:T}function A(e,t){e.appendChild(t)}function mr(e,t,r){const n=br(e);if(!n.getElementById(t)){const i=C("style");i.id=t,i.textContent=r,vr(n,i)}}function br(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function vr(e,t){return A(e.head||e,t),t.sheet}function V(e,t,r){e.insertBefore(t,r||null)}function N(e){e.parentNode&&e.parentNode.removeChild(e)}function C(e){return document.createElement(e)}function ce(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function At(e){return document.createTextNode(e)}function Pt(){return At(" ")}function gr(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function v(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function yr(e){return Array.from(e.childNodes)}function _r(e,t){t=""+t,e.data!==t&&(e.data=t)}function xr(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let Y;function J(e){Y=e}function Er(){if(!Y)throw new Error("Function called outside component initialization");return Y}function Sr(e){Er().$$.on_mount.push(e)}const D=[],Ie=[];let U=[];const nt=[],Tr=Promise.resolve();let Ce=!1;function wr(){Ce||(Ce=!0,Tr.then(I))}function Ne(e){U.push(e)}const Se=new Set;let $=0;function I(){if($!==0)return;const e=Y;do{try{for(;$<D.length;){const t=D[$];$++,J(t),Hr(t.$$)}}catch(t){throw D.length=0,$=0,t}for(J(null),D.length=0,$=0;Ie.length;)Ie.pop()();for(let t=0;t<U.length;t+=1){const r=U[t];Se.has(r)||(Se.add(r),r())}U.length=0}while(D.length);for(;nt.length;)nt.pop()();Ce=!1,Se.clear(),J(e)}function Hr(e){if(e.fragment!==null){e.update(),ee(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(Ne)}}function Br(e){const t=[],r=[];U.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),U=t}const Ar=new Set;function Pr(e,t){e&&e.i&&(Ar.delete(e),e.i(t))}function Or(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),Ne(()=>{const o=e.$$.on_mount.map(Ht).filter(te);e.$$.on_destroy?e.$$.on_destroy.push(...o):ee(o),e.$$.on_mount=[]}),i.forEach(Ne)}function Ir(e,t){const r=e.$$;r.fragment!==null&&(Br(r.after_update),ee(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function Cr(e,t){e.$$.dirty[0]===-1&&(D.push(e),wr(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function Nr(e,t,r,n,i,o,s=null,a=[-1]){const h=Y;J(e);const u=e.$$={fragment:null,ctx:[],props:o,update:T,not_equal:i,bound:rt(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(h?h.$$.context:[])),callbacks:rt(),dirty:a,skip_bound:!1,root:t.target||h.$$.root};s&&s(u.root);let l=!1;if(u.ctx=r?r(e,t.props||{},(f,c,...b)=>{const p=b.length?b[0]:c;return u.ctx&&i(u.ctx[f],u.ctx[f]=p)&&(!u.skip_bound&&u.bound[f]&&u.bound[f](p),l&&Cr(e,f)),c}):[],u.update(),l=!0,ee(u.before_update),u.fragment=n?n(u.ctx):!1,t.target){if(t.hydrate){const f=yr(t.target);u.fragment&&u.fragment.l(f),f.forEach(N)}else u.fragment&&u.fragment.c();t.intro&&Pr(e.$$.fragment),Or(e,t.target,t.anchor),I()}J(h)}let Ot;typeof HTMLElement=="function"&&(Ot=class extends HTMLElement{constructor(t,r,n){super();S(this,"$$ctor");S(this,"$$s");S(this,"$$c");S(this,"$$cn",!1);S(this,"$$d",{});S(this,"$$r",!1);S(this,"$$p_d",{});S(this,"$$l",{});S(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 tt(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(o){return()=>{let s;return{c:function(){s=C("slot"),o!=="default"&&v(s,"name",o)},m:function(u,l){V(u,s,l)},d:function(u){u&&N(s)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=xr(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]=ue(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:et(Ke({},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=ue(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]=ue(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 ue(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 Lr(e,t,r,n,i,o){let s=class extends Ot{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=ue(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 Mr{constructor(){S(this,"$$");S(this,"$$set")}$destroy(){Ir(this,1),this.$destroy=T}$on(t,r){if(!te(r))return T;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&&!cr(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const $r="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add($r);function Rr(e,t){if(e){const r=document.createElement("style");r.innerHTML=t,e.appendChild(r)}}function Dr(e,t){const r=new URL(t);fetch(r.href).then(n=>n.text()).then(n=>{const i=document.createElement("style");i.innerHTML=n,e&&e.appendChild(i)}).catch(n=>{console.error("There was an error while trying to load client styling from URL",n)})}function Ur(e,t,r){if(window.emMessageBus){const n=document.createElement("style");window.emMessageBus.subscribe(t,i=>{n.innerHTML=i,e&&e.appendChild(n)})}}/*! *****************************************************************************
1
+ "use strict";var ar=Object.defineProperty,ur=Object.defineProperties;var hr=Object.getOwnPropertyDescriptors;var qe=Object.getOwnPropertySymbols;var lr=Object.prototype.hasOwnProperty,fr=Object.prototype.propertyIsEnumerable;var Ee=(e,t,r)=>t in e?ar(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ke=(e,t)=>{for(var r in t||(t={}))lr.call(t,r)&&Ee(e,r,t[r]);if(qe)for(var r of qe(t))fr.call(t,r)&&Ee(e,r,t[r]);return e},et=(e,t)=>ur(e,hr(t));var S=(e,t,r)=>(Ee(e,typeof t!="symbol"?t+"":t,r),r);var tt=(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())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function T(){}function Ht(e){return e()}function rt(){return Object.create(null)}function ee(e){e.forEach(Ht)}function te(e){return typeof e=="function"}function Bt(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function cr(e){return Object.keys(e).length===0}function pr(e,...t){if(e==null){for(const n of t)n(void 0);return T}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function dr(e){return e&&te(e.destroy)?e.destroy:T}function A(e,t){e.appendChild(t)}function mr(e,t,r){const n=br(e);if(!n.getElementById(t)){const i=N("style");i.id=t,i.textContent=r,vr(n,i)}}function br(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function vr(e,t){return A(e.head||e,t),t.sheet}function V(e,t,r){e.insertBefore(t,r||null)}function C(e){e.parentNode&&e.parentNode.removeChild(e)}function N(e){return document.createElement(e)}function ce(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function At(e){return document.createTextNode(e)}function Pt(){return At(" ")}function gr(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function v(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function yr(e){return Array.from(e.childNodes)}function _r(e,t){t=""+t,e.data!==t&&(e.data=t)}function xr(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let Y;function J(e){Y=e}function Er(){if(!Y)throw new Error("Function called outside component initialization");return Y}function Sr(e){Er().$$.on_mount.push(e)}const D=[],Ie=[];let U=[];const nt=[],Tr=Promise.resolve();let Ne=!1;function wr(){Ne||(Ne=!0,Tr.then(I))}function Ce(e){U.push(e)}const Se=new Set;let $=0;function I(){if($!==0)return;const e=Y;do{try{for(;$<D.length;){const t=D[$];$++,J(t),Hr(t.$$)}}catch(t){throw D.length=0,$=0,t}for(J(null),D.length=0,$=0;Ie.length;)Ie.pop()();for(let t=0;t<U.length;t+=1){const r=U[t];Se.has(r)||(Se.add(r),r())}U.length=0}while(D.length);for(;nt.length;)nt.pop()();Ne=!1,Se.clear(),J(e)}function Hr(e){if(e.fragment!==null){e.update(),ee(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(Ce)}}function Br(e){const t=[],r=[];U.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),U=t}const Ar=new Set;function Pr(e,t){e&&e.i&&(Ar.delete(e),e.i(t))}function Or(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),Ce(()=>{const o=e.$$.on_mount.map(Ht).filter(te);e.$$.on_destroy?e.$$.on_destroy.push(...o):ee(o),e.$$.on_mount=[]}),i.forEach(Ce)}function Ir(e,t){const r=e.$$;r.fragment!==null&&(Br(r.after_update),ee(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function Nr(e,t){e.$$.dirty[0]===-1&&(D.push(e),wr(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function Cr(e,t,r,n,i,o,s=null,a=[-1]){const h=Y;J(e);const u=e.$$={fragment:null,ctx:[],props:o,update:T,not_equal:i,bound:rt(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(h?h.$$.context:[])),callbacks:rt(),dirty:a,skip_bound:!1,root:t.target||h.$$.root};s&&s(u.root);let l=!1;if(u.ctx=r?r(e,t.props||{},(f,c,...b)=>{const p=b.length?b[0]:c;return u.ctx&&i(u.ctx[f],u.ctx[f]=p)&&(!u.skip_bound&&u.bound[f]&&u.bound[f](p),l&&Nr(e,f)),c}):[],u.update(),l=!0,ee(u.before_update),u.fragment=n?n(u.ctx):!1,t.target){if(t.hydrate){const f=yr(t.target);u.fragment&&u.fragment.l(f),f.forEach(C)}else u.fragment&&u.fragment.c();t.intro&&Pr(e.$$.fragment),Or(e,t.target,t.anchor),I()}J(h)}let Ot;typeof HTMLElement=="function"&&(Ot=class extends HTMLElement{constructor(t,r,n){super();S(this,"$$ctor");S(this,"$$s");S(this,"$$c");S(this,"$$cn",!1);S(this,"$$d",{});S(this,"$$r",!1);S(this,"$$p_d",{});S(this,"$$l",{});S(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 tt(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(o){return()=>{let s;return{c:function(){s=N("slot"),o!=="default"&&v(s,"name",o)},m:function(u,l){V(u,s,l)},d:function(u){u&&C(s)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=xr(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]=ue(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:et(Ke({},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=ue(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]=ue(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 ue(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 Lr(e,t,r,n,i,o){let s=class extends Ot{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=ue(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 Mr{constructor(){S(this,"$$");S(this,"$$set")}$destroy(){Ir(this,1),this.$destroy=T}$on(t,r){if(!te(r))return T;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&&!cr(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const $r="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add($r);function Rr(e,t){if(e){const r=document.createElement("style");r.innerHTML=t,e.appendChild(r)}}function Dr(e,t){if(!e||!t)return;const r=new URL(t);fetch(r.href).then(n=>n.text()).then(n=>{const i=document.createElement("style");i.innerHTML=n,e&&e.appendChild(i)}).catch(n=>{console.error("There was an error while trying to load client styling from URL",n)})}function Ur(e,t,r){if(window.emMessageBus){const n=document.createElement("style");window.emMessageBus.subscribe(t,i=>{n.innerHTML=i,e&&e.appendChild(n)})}}/*! *****************************************************************************
2
2
  Copyright (c) Microsoft Corporation.
3
3
 
4
4
  Permission to use, copy, modify, and/or distribute this software for any
@@ -13,6 +13,6 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
13
  PERFORMANCE OF THIS SOFTWARE.
14
14
  ***************************************************************************** */var Le=function(e,t){return Le=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])},Le(e,t)};function re(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Le(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}function Me(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 $e(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 Re(e,t,r){if(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 B(e){return typeof e=="function"}function It(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 Te=It(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription:
15
15
  `+r.map(function(n,i){return i+1+") "+n.toString()}).join(`
16
- `):"",this.name="UnsubscriptionError",this.errors=r}});function De(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var be=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=Me(s),h=a.next();!h.done;h=a.next()){var u=h.value;u.remove(this)}}catch(g){t={error:g}}finally{try{h&&!h.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else s.remove(this);var l=this.initialTeardown;if(B(l))try{l()}catch(g){o=g instanceof Te?g.errors:[g]}var f=this._finalizers;if(f){this._finalizers=null;try{for(var c=Me(f),b=c.next();!b.done;b=c.next()){var p=b.value;try{it(p)}catch(g){o=o!=null?o:[],g instanceof Te?o=Re(Re([],$e(o)),$e(g.errors)):o.push(g)}}}catch(g){n={error:g}}finally{try{b&&!b.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}}if(o)throw new Te(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)it(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)&&De(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&De(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Ct=be.EMPTY;function Nt(e){return e instanceof be||e&&"closed"in e&&B(e.remove)&&B(e.add)&&B(e.unsubscribe)}function it(e){B(e)?e():e.unsubscribe()}var Gr={Promise:void 0},Fr={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return setTimeout.apply(void 0,Re([e,t],$e(r)))},clearTimeout:function(e){return clearTimeout(e)},delegate:void 0};function jr(e){Fr.setTimeout(function(){throw e})}function ot(){}function he(e){e()}var Lt=function(e){re(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,Nt(r)&&r.add(n)):n.destination=Xr,n}return t.create=function(r,n,i){return new Ue(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}(be),kr=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){se(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){se(n)}else se(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){se(r)}},e}(),Ue=function(e){re(t,e);function t(r,n,i){var o=e.call(this)||this,s;return B(r)||!r?s={next:r!=null?r:void 0,error:n!=null?n:void 0,complete:i!=null?i:void 0}:s=r,o.destination=new kr(s),o}return t}(Lt);function se(e){jr(e)}function Vr(e){throw e}var Xr={closed:!0,next:ot,error:Vr,complete:ot},Wr=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function zr(e){return e}function Zr(e){return e.length===0?zr:e.length===1?e[0]:function(r){return e.reduce(function(n,i){return i(n)},r)}}var st=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=Jr(t)?t:new Ue(t,r,n);return he(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=at(r),new r(function(i,o){var s=new Ue({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[Wr]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return Zr(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=at(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 at(e){var t;return(t=e!=null?e:Gr.Promise)!==null&&t!==void 0?t:Promise}function Qr(e){return e&&B(e.next)&&B(e.error)&&B(e.complete)}function Jr(e){return e&&e instanceof Lt||Qr(e)&&Nt(e)}var Yr=It(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Mt=function(e){re(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 ut(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new Yr},t.prototype.next=function(r){var n=this;he(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var s=Me(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;he(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;he(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?Ct:(this.currentObservers=null,a.push(r),new be(function(){n.currentObservers=null,De(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 st;return r.source=this,r},t.create=function(r,n){return new ut(r,n)},t}(st),ut=function(e){re(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:Ct},t}(Mt),$t={now:function(){return($t.delegate||Date).now()},delegate:void 0},qr=function(e){re(t,e);function t(r,n,i){r===void 0&&(r=1/0),n===void 0&&(n=1/0),i===void 0&&(i=$t);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,l=1;l<o.length&&o[l]<=h;l+=2)u=l;u&&o.splice(0,u+1)}},t}(Mt);const ht=[],lt={},Kr=(e,t=0)=>{if(ht.indexOf(e)==-1){const r=new qr(t);lt[e]=r,ht.push(e)}return lt[e]},R=[];function en(e,t){return{subscribe:ve(e,t).subscribe}}function ve(e,t=T){let r;const n=new Set;function i(a){if(Bt(e,a)&&(e=a,r)){const h=!R.length;for(const u of n)u[1](),R.push(u,e);if(h){for(let u=0;u<R.length;u+=2)R[u][0](R[u+1]);R.length=0}}}function o(a){i(a(e))}function s(a,h=T){const u=[a,h];return n.add(u),n.size===1&&(r=t(i,o)||T),a(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:o,subscribe:s}}function X(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 en(r,(s,a)=>{let h=!1;const u=[];let l=0,f=T;const c=()=>{if(l)return;f();const p=t(n?u[0]:u,s,a);o?s(p):f=te(p)?p:T},b=i.map((p,g)=>pr(p,E=>{u[g]=E,l&=~(1<<g),h&&c()},()=>{l|=1<<g}));return h=!0,c(),function(){ee(b),f(),h=!1}})}function tn(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var rn=function(t){return nn(t)&&!on(t)};function nn(e){return!!e&&typeof e=="object"}function on(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||un(e)}var sn=typeof Symbol=="function"&&Symbol.for,an=sn?Symbol.for("react.element"):60103;function un(e){return e.$$typeof===an}function hn(e){return Array.isArray(e)?[]:{}}function q(e,t){return t.clone!==!1&&t.isMergeableObject(e)?G(hn(e),e,t):e}function ln(e,t,r){return e.concat(t).map(function(n){return q(n,r)})}function fn(e,t){if(!t.customMerge)return G;var r=t.customMerge(e);return typeof r=="function"?r:G}function cn(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function ft(e){return Object.keys(e).concat(cn(e))}function Rt(e,t){try{return t in e}catch(r){return!1}}function pn(e,t){return Rt(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function dn(e,t,r){var n={};return r.isMergeableObject(e)&&ft(e).forEach(function(i){n[i]=q(e[i],r)}),ft(t).forEach(function(i){pn(e,i)||(Rt(e,i)&&r.isMergeableObject(t[i])?n[i]=fn(i,r)(e[i],t[i],r):n[i]=q(t[i],r))}),n}function G(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||ln,r.isMergeableObject=r.isMergeableObject||rn,r.cloneUnlessOtherwiseSpecified=q;var n=Array.isArray(t),i=Array.isArray(e),o=n===i;return o?n?r.arrayMerge(e,t,r):dn(e,t,r):q(t,r)}G.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return G(n,i,r)},{})};var mn=G,bn=mn;const vn=tn(bn);var Ge=function(e,t){return Ge=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])},Ge(e,t)};function ge(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ge(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var H=function(){return H=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},H.apply(this,arguments)};function gn(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 we(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 He(e,t){var r=t&&t.cache?t.cache:wn,n=t&&t.serializer?t.serializer:Sn,i=t&&t.strategy?t.strategy:xn;return i(e,{cache:r,serializer:n})}function yn(e){return e==null||typeof e=="number"||typeof e=="boolean"}function _n(e,t,r,n){var i=yn(n)?n:r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.call(this,n),t.set(i,o)),o}function Dt(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 Ut(e,t,r,n,i){return r.bind(t,e,n,i)}function xn(e,t){var r=e.length===1?_n:Dt;return Ut(e,this,r,t.cache.create(),t.serializer)}function En(e,t){return Ut(e,this,Dt,t.cache.create(),t.serializer)}var Sn=function(){return JSON.stringify(arguments)},Tn=function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(t){return this.cache[t]},e.prototype.set=function(t,r){this.cache[t]=r},e}(),wn={create:function(){return new Tn}},Be={variadic:En},pe=function(){return pe=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},pe.apply(this,arguments)};var d;(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"})(d||(d={}));var y;(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"})(y||(y={}));var F;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(F||(F={}));function ct(e){return e.type===y.literal}function Hn(e){return e.type===y.argument}function Gt(e){return e.type===y.number}function Ft(e){return e.type===y.date}function jt(e){return e.type===y.time}function kt(e){return e.type===y.select}function Vt(e){return e.type===y.plural}function Bn(e){return e.type===y.pound}function Xt(e){return e.type===y.tag}function Wt(e){return!!(e&&typeof e=="object"&&e.type===F.number)}function Fe(e){return!!(e&&typeof e=="object"&&e.type===F.dateTime)}var zt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,An=/(?:[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 Pn(e){var t={};return e.replace(An,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 _=function(){return _=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},_.apply(this,arguments)};var On=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function In(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(On).filter(function(c){return c.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,l=h;u<l.length;u++){var f=l[u];if(f.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:h})}return r}function Cn(e){return e.replace(/^(.*?)-/,"")}var pt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Zt=/^(@+)?(\+|#+)?[rs]?$/g,Nn=/(\*)(0+)|(#+)(0+)|(0+)/g,Qt=/^(0+)$/;function dt(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Zt,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 Jt(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 Ln(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)),!Qt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function mt(e){var t={},r=Jt(e);return r||t}function Mn(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=Cn(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=_(_(_({},t),{notation:"scientific"}),i.options.reduce(function(h,u){return _(_({},h),mt(u))},{}));continue;case"engineering":t=_(_(_({},t),{notation:"engineering"}),i.options.reduce(function(h,u){return _(_({},h),mt(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(Nn,function(h,u,l,f,c,b){if(u)t.minimumIntegerDigits=l.length;else{if(f&&c)throw new Error("We currently do not support maximum integer digits");if(b)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Qt.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(pt.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(pt,function(h,u,l,f,c,b){return l==="*"?t.minimumFractionDigits=u.length:f&&f[0]==="#"?t.maximumFractionDigits=f.length:c&&b?(t.minimumFractionDigits=c.length,t.maximumFractionDigits=c.length+b.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var o=i.options[0];o==="w"?t=_(_({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=_(_({},t),dt(o)));continue}if(Zt.test(i.stem)){t=_(_({},t),dt(i.stem));continue}var s=Jt(i.stem);s&&(t=_(_({},t),s));var a=Ln(i.stem);a&&(t=_(_({},t),a))}return t}var ae={"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 $n(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=Rn(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 Rn(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=ae[n||""]||ae[r||""]||ae["".concat(r,"-001")]||ae["001"];return i[0]}var Ae,Dn=new RegExp("^".concat(zt.source,"*")),Un=new RegExp("".concat(zt.source,"*$"));function m(e,t){return{start:e,end:t}}var Gn=!!String.prototype.startsWith&&"_a".startsWith("a",1),Fn=!!String.fromCodePoint,jn=!!Object.fromEntries,kn=!!String.prototype.codePointAt,Vn=!!String.prototype.trimStart,Xn=!!String.prototype.trimEnd,Wn=!!Number.isSafeInteger,zn=Wn?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},je=!0;try{var Zn=qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");je=((Ae=Zn.exec("a"))===null||Ae===void 0?void 0:Ae[0])==="a"}catch(e){je=!1}var bt=Gn?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},ke=Fn?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},vt=jn?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},Yt=kn?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}},Qn=Vn?function(t){return t.trimStart()}:function(t){return t.replace(Dn,"")},Jn=Xn?function(t){return t.trimEnd()}:function(t){return t.replace(Un,"")};function qt(e,t){return new RegExp(e,t)}var Ve;if(je){var gt=qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ve=function(t,r){var n;gt.lastIndex=r;var i=gt.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else Ve=function(t,r){for(var n=[];;){var i=Yt(t,r);if(i===void 0||Kt(i)||ei(i))break;n.push(i),r+=i>=65536?2:1}return ke.apply(void 0,n)};var Yn=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:y.pound,location:m(a,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(d.UNMATCHED_CLOSING_TAG,m(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&Xe(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:y.literal,value:"<".concat(i,"/>"),location:m(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()||!Xe(this.char()))return this.error(d.INVALID_TAG,m(a,this.clonePosition()));var h=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(d.UNMATCHED_CLOSING_TAG,m(h,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:y.tag,value:i,children:s,location:m(n,this.clonePosition())},err:null}:this.error(d.INVALID_TAG,m(a,this.clonePosition())))}else return this.error(d.UNCLOSED_TAG,m(n,this.clonePosition()))}else return this.error(d.INVALID_TAG,m(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Kn(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=m(n,this.clonePosition());return{val:{type:y.literal,value:i,location:h},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!qn(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 ke.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(),ke(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE,m(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(d.EMPTY_ARGUMENT,m(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(d.MALFORMED_ARGUMENT,m(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE,m(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:y.argument,value:i,location:m(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE,m(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(d.MALFORMED_ARGUMENT,m(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=Ve(this.message,r),i=r+n.length;this.bumpTo(i);var o=this.clonePosition(),s=m(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(d.EXPECT_ARGUMENT_TYPE,m(s,h));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition(),f=this.parseSimpleArgStyleIfPossible();if(f.err)return f;var c=Jn(f.val);if(c.length===0)return this.error(d.EXPECT_ARGUMENT_STYLE,m(this.clonePosition(),this.clonePosition()));var b=m(l,this.clonePosition());u={style:c,styleLocation:b}}var p=this.tryParseArgumentClose(i);if(p.err)return p;var g=m(i,this.clonePosition());if(u&&bt(u==null?void 0:u.style,"::",0)){var E=Qn(u.style.slice(2));if(a==="number"){var f=this.parseNumberSkeletonFromString(E,u.styleLocation);return f.err?f:{val:{type:y.number,value:n,location:g,style:f.val},err:null}}else{if(E.length===0)return this.error(d.EXPECT_DATE_TIME_SKELETON,g);var z=E;this.locale&&(z=$n(E,this.locale));var c={type:F.dateTime,pattern:z,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?Pn(z):{}},M=a==="date"?y.date:y.time;return{val:{type:M,value:n,location:g,style:c},err:null}}}return{val:{type:a==="number"?y.number:a==="date"?y.date:y.time,value:n,location:g,style:(o=u==null?void 0:u.style)!==null&&o!==void 0?o:null},err:null}}case"plural":case"selectordinal":case"select":{var w=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(d.EXPECT_SELECT_ARGUMENT_OPTIONS,m(w,pe({},w)));this.bumpSpace();var Z=this.parseIdentifierIfPossible(),O=0;if(a!=="select"&&Z.value==="offset"){if(!this.bumpIf(":"))return this.error(d.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m(this.clonePosition(),this.clonePosition()));this.bumpSpace();var f=this.tryParseDecimalInteger(d.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,d.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(f.err)return f;this.bumpSpace(),Z=this.parseIdentifierIfPossible(),O=f.val}var oe=this.tryParsePluralOrSelectOptions(t,a,r,Z);if(oe.err)return oe;var p=this.tryParseArgumentClose(i);if(p.err)return p;var Ye=m(i,this.clonePosition());return a==="select"?{val:{type:y.select,value:n,options:vt(oe.val),location:Ye},err:null}:{val:{type:y.plural,value:n,options:vt(oe.val),offset:O,pluralType:a==="plural"?"cardinal":"ordinal",location:Ye},err:null}}default:return this.error(d.INVALID_ARGUMENT_TYPE,m(s,h))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE,m(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(d.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,m(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=In(t)}catch(i){return this.error(d.INVALID_NUMBER_SKELETON,r)}return{val:{type:F.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?Mn(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var o,s=!1,a=[],h=new Set,u=i.value,l=i.location;;){if(u.length===0){var f=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var c=this.tryParseDecimalInteger(d.EXPECT_PLURAL_ARGUMENT_SELECTOR,d.INVALID_PLURAL_ARGUMENT_SELECTOR);if(c.err)return c;l=m(f,this.clonePosition()),u=this.message.slice(f.offset,this.offset())}else break}if(h.has(u))return this.error(r==="select"?d.DUPLICATE_SELECT_ARGUMENT_SELECTOR:d.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,l);u==="other"&&(s=!0),this.bumpSpace();var b=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?d.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:d.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,m(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(t+1,r,n);if(p.err)return p;var g=this.tryParseArgumentClose(b);if(g.err)return g;a.push([u,{value:p.val,location:m(b,this.clonePosition())}]),h.add(u),this.bumpSpace(),o=this.parseIdentifierIfPossible(),u=o.value,l=o.location}return a.length===0?this.error(r==="select"?d.EXPECT_SELECT_ARGUMENT_SELECTOR:d.EXPECT_PLURAL_ARGUMENT_SELECTOR,m(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(d.MISSING_OTHER_CLAUSE,m(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=m(i,this.clonePosition());return o?(s*=n,zn(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=Yt(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(bt(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()&&Kt(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 Xe(e){return e>=97&&e<=122||e>=65&&e<=90}function qn(e){return Xe(e)||e===47}function Kn(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 Kt(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function ei(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 We(e){e.forEach(function(t){if(delete t.location,kt(t)||Vt(t))for(var r in t.options)delete t.options[r].location,We(t.options[r].value);else Gt(t)&&Wt(t.style)||(Ft(t)||jt(t))&&Fe(t.style)?delete t.style.location:Xt(t)&&We(t.children)})}function ti(e,t){t===void 0&&(t={}),t=pe({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new Yn(e,t).parse();if(r.err){var n=SyntaxError(d[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||We(r.val),r.val}var j;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(j||(j={}));var ye=function(e){ge(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),yt=function(e){ge(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('", "'),'"'),j.INVALID_VALUE,o)||this}return t}(ye),ri=function(e){ge(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),j.INVALID_VALUE,i)||this}return t}(ye),ni=function(e){ge(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,'"'),j.MISSING_VALUE,n)||this}return t}(ye),x;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(x||(x={}));function ii(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==x.literal||r.type!==x.literal?t.push(r):n.value+=r.value,t},[])}function oi(e){return typeof e=="function"}function le(e,t,r,n,i,o,s){if(e.length===1&&ct(e[0]))return[{type:x.literal,value:e[0].value}];for(var a=[],h=0,u=e;h<u.length;h++){var l=u[h];if(ct(l)){a.push({type:x.literal,value:l.value});continue}if(Bn(l)){typeof o=="number"&&a.push({type:x.literal,value:r.getNumberFormat(t).format(o)});continue}var f=l.value;if(!(i&&f in i))throw new ni(f,s);var c=i[f];if(Hn(l)){(!c||typeof c=="string"||typeof c=="number")&&(c=typeof c=="string"||typeof c=="number"?String(c):""),a.push({type:typeof c=="string"?x.literal:x.object,value:c});continue}if(Ft(l)){var b=typeof l.style=="string"?n.date[l.style]:Fe(l.style)?l.style.parsedOptions:void 0;a.push({type:x.literal,value:r.getDateTimeFormat(t,b).format(c)});continue}if(jt(l)){var b=typeof l.style=="string"?n.time[l.style]:Fe(l.style)?l.style.parsedOptions:n.time.medium;a.push({type:x.literal,value:r.getDateTimeFormat(t,b).format(c)});continue}if(Gt(l)){var b=typeof l.style=="string"?n.number[l.style]:Wt(l.style)?l.style.parsedOptions:void 0;b&&b.scale&&(c=c*(b.scale||1)),a.push({type:x.literal,value:r.getNumberFormat(t,b).format(c)});continue}if(Xt(l)){var p=l.children,g=l.value,E=i[g];if(!oi(E))throw new ri(g,"function",s);var z=le(p,t,r,n,i,o),M=E(z.map(function(O){return O.value}));Array.isArray(M)||(M=[M]),a.push.apply(a,M.map(function(O){return{type:typeof O=="string"?x.literal:x.object,value:O}}))}if(kt(l)){var w=l.options[c]||l.options.other;if(!w)throw new yt(l.value,c,Object.keys(l.options),s);a.push.apply(a,le(w.value,t,r,n,i));continue}if(Vt(l)){var w=l.options["=".concat(c)];if(!w){if(!Intl.PluralRules)throw new ye(`Intl.PluralRules is not available in this environment.
16
+ `):"",this.name="UnsubscriptionError",this.errors=r}});function De(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var be=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=Me(s),h=a.next();!h.done;h=a.next()){var u=h.value;u.remove(this)}}catch(g){t={error:g}}finally{try{h&&!h.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else s.remove(this);var l=this.initialTeardown;if(B(l))try{l()}catch(g){o=g instanceof Te?g.errors:[g]}var f=this._finalizers;if(f){this._finalizers=null;try{for(var c=Me(f),b=c.next();!b.done;b=c.next()){var p=b.value;try{it(p)}catch(g){o=o!=null?o:[],g instanceof Te?o=Re(Re([],$e(o)),$e(g.errors)):o.push(g)}}}catch(g){n={error:g}}finally{try{b&&!b.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}}if(o)throw new Te(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)it(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)&&De(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&De(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Nt=be.EMPTY;function Ct(e){return e instanceof be||e&&"closed"in e&&B(e.remove)&&B(e.add)&&B(e.unsubscribe)}function it(e){B(e)?e():e.unsubscribe()}var Gr={Promise:void 0},Fr={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return setTimeout.apply(void 0,Re([e,t],$e(r)))},clearTimeout:function(e){return clearTimeout(e)},delegate:void 0};function jr(e){Fr.setTimeout(function(){throw e})}function ot(){}function he(e){e()}var Lt=function(e){re(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,Ct(r)&&r.add(n)):n.destination=Xr,n}return t.create=function(r,n,i){return new Ue(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}(be),kr=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){se(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){se(n)}else se(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){se(r)}},e}(),Ue=function(e){re(t,e);function t(r,n,i){var o=e.call(this)||this,s;return B(r)||!r?s={next:r!=null?r:void 0,error:n!=null?n:void 0,complete:i!=null?i:void 0}:s=r,o.destination=new kr(s),o}return t}(Lt);function se(e){jr(e)}function Vr(e){throw e}var Xr={closed:!0,next:ot,error:Vr,complete:ot},Wr=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function zr(e){return e}function Zr(e){return e.length===0?zr:e.length===1?e[0]:function(r){return e.reduce(function(n,i){return i(n)},r)}}var st=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=Jr(t)?t:new Ue(t,r,n);return he(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=at(r),new r(function(i,o){var s=new Ue({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[Wr]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return Zr(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=at(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 at(e){var t;return(t=e!=null?e:Gr.Promise)!==null&&t!==void 0?t:Promise}function Qr(e){return e&&B(e.next)&&B(e.error)&&B(e.complete)}function Jr(e){return e&&e instanceof Lt||Qr(e)&&Ct(e)}var Yr=It(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Mt=function(e){re(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 ut(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new Yr},t.prototype.next=function(r){var n=this;he(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var s=Me(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;he(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;he(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?Nt:(this.currentObservers=null,a.push(r),new be(function(){n.currentObservers=null,De(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 st;return r.source=this,r},t.create=function(r,n){return new ut(r,n)},t}(st),ut=function(e){re(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:Nt},t}(Mt),$t={now:function(){return($t.delegate||Date).now()},delegate:void 0},qr=function(e){re(t,e);function t(r,n,i){r===void 0&&(r=1/0),n===void 0&&(n=1/0),i===void 0&&(i=$t);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,l=1;l<o.length&&o[l]<=h;l+=2)u=l;u&&o.splice(0,u+1)}},t}(Mt);const ht=[],lt={},Kr=(e,t=0)=>{if(ht.indexOf(e)==-1){const r=new qr(t);lt[e]=r,ht.push(e)}return lt[e]},R=[];function en(e,t){return{subscribe:ve(e,t).subscribe}}function ve(e,t=T){let r;const n=new Set;function i(a){if(Bt(e,a)&&(e=a,r)){const h=!R.length;for(const u of n)u[1](),R.push(u,e);if(h){for(let u=0;u<R.length;u+=2)R[u][0](R[u+1]);R.length=0}}}function o(a){i(a(e))}function s(a,h=T){const u=[a,h];return n.add(u),n.size===1&&(r=t(i,o)||T),a(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:o,subscribe:s}}function X(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 en(r,(s,a)=>{let h=!1;const u=[];let l=0,f=T;const c=()=>{if(l)return;f();const p=t(n?u[0]:u,s,a);o?s(p):f=te(p)?p:T},b=i.map((p,g)=>pr(p,E=>{u[g]=E,l&=~(1<<g),h&&c()},()=>{l|=1<<g}));return h=!0,c(),function(){ee(b),f(),h=!1}})}function tn(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var rn=function(t){return nn(t)&&!on(t)};function nn(e){return!!e&&typeof e=="object"}function on(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||un(e)}var sn=typeof Symbol=="function"&&Symbol.for,an=sn?Symbol.for("react.element"):60103;function un(e){return e.$$typeof===an}function hn(e){return Array.isArray(e)?[]:{}}function q(e,t){return t.clone!==!1&&t.isMergeableObject(e)?G(hn(e),e,t):e}function ln(e,t,r){return e.concat(t).map(function(n){return q(n,r)})}function fn(e,t){if(!t.customMerge)return G;var r=t.customMerge(e);return typeof r=="function"?r:G}function cn(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function ft(e){return Object.keys(e).concat(cn(e))}function Rt(e,t){try{return t in e}catch(r){return!1}}function pn(e,t){return Rt(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function dn(e,t,r){var n={};return r.isMergeableObject(e)&&ft(e).forEach(function(i){n[i]=q(e[i],r)}),ft(t).forEach(function(i){pn(e,i)||(Rt(e,i)&&r.isMergeableObject(t[i])?n[i]=fn(i,r)(e[i],t[i],r):n[i]=q(t[i],r))}),n}function G(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||ln,r.isMergeableObject=r.isMergeableObject||rn,r.cloneUnlessOtherwiseSpecified=q;var n=Array.isArray(t),i=Array.isArray(e),o=n===i;return o?n?r.arrayMerge(e,t,r):dn(e,t,r):q(t,r)}G.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return G(n,i,r)},{})};var mn=G,bn=mn;const vn=tn(bn);var Ge=function(e,t){return Ge=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])},Ge(e,t)};function ge(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ge(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var H=function(){return H=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},H.apply(this,arguments)};function gn(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 we(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 He(e,t){var r=t&&t.cache?t.cache:wn,n=t&&t.serializer?t.serializer:Sn,i=t&&t.strategy?t.strategy:xn;return i(e,{cache:r,serializer:n})}function yn(e){return e==null||typeof e=="number"||typeof e=="boolean"}function _n(e,t,r,n){var i=yn(n)?n:r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.call(this,n),t.set(i,o)),o}function Dt(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 Ut(e,t,r,n,i){return r.bind(t,e,n,i)}function xn(e,t){var r=e.length===1?_n:Dt;return Ut(e,this,r,t.cache.create(),t.serializer)}function En(e,t){return Ut(e,this,Dt,t.cache.create(),t.serializer)}var Sn=function(){return JSON.stringify(arguments)},Tn=function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(t){return this.cache[t]},e.prototype.set=function(t,r){this.cache[t]=r},e}(),wn={create:function(){return new Tn}},Be={variadic:En},pe=function(){return pe=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},pe.apply(this,arguments)};var d;(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"})(d||(d={}));var y;(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"})(y||(y={}));var F;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(F||(F={}));function ct(e){return e.type===y.literal}function Hn(e){return e.type===y.argument}function Gt(e){return e.type===y.number}function Ft(e){return e.type===y.date}function jt(e){return e.type===y.time}function kt(e){return e.type===y.select}function Vt(e){return e.type===y.plural}function Bn(e){return e.type===y.pound}function Xt(e){return e.type===y.tag}function Wt(e){return!!(e&&typeof e=="object"&&e.type===F.number)}function Fe(e){return!!(e&&typeof e=="object"&&e.type===F.dateTime)}var zt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,An=/(?:[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 Pn(e){var t={};return e.replace(An,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 _=function(){return _=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},_.apply(this,arguments)};var On=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function In(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(On).filter(function(c){return c.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,l=h;u<l.length;u++){var f=l[u];if(f.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:h})}return r}function Nn(e){return e.replace(/^(.*?)-/,"")}var pt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Zt=/^(@+)?(\+|#+)?[rs]?$/g,Cn=/(\*)(0+)|(#+)(0+)|(0+)/g,Qt=/^(0+)$/;function dt(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Zt,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 Jt(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 Ln(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)),!Qt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function mt(e){var t={},r=Jt(e);return r||t}function Mn(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=Nn(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=_(_(_({},t),{notation:"scientific"}),i.options.reduce(function(h,u){return _(_({},h),mt(u))},{}));continue;case"engineering":t=_(_(_({},t),{notation:"engineering"}),i.options.reduce(function(h,u){return _(_({},h),mt(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(Cn,function(h,u,l,f,c,b){if(u)t.minimumIntegerDigits=l.length;else{if(f&&c)throw new Error("We currently do not support maximum integer digits");if(b)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Qt.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(pt.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(pt,function(h,u,l,f,c,b){return l==="*"?t.minimumFractionDigits=u.length:f&&f[0]==="#"?t.maximumFractionDigits=f.length:c&&b?(t.minimumFractionDigits=c.length,t.maximumFractionDigits=c.length+b.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var o=i.options[0];o==="w"?t=_(_({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=_(_({},t),dt(o)));continue}if(Zt.test(i.stem)){t=_(_({},t),dt(i.stem));continue}var s=Jt(i.stem);s&&(t=_(_({},t),s));var a=Ln(i.stem);a&&(t=_(_({},t),a))}return t}var ae={"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 $n(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=Rn(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 Rn(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=ae[n||""]||ae[r||""]||ae["".concat(r,"-001")]||ae["001"];return i[0]}var Ae,Dn=new RegExp("^".concat(zt.source,"*")),Un=new RegExp("".concat(zt.source,"*$"));function m(e,t){return{start:e,end:t}}var Gn=!!String.prototype.startsWith&&"_a".startsWith("a",1),Fn=!!String.fromCodePoint,jn=!!Object.fromEntries,kn=!!String.prototype.codePointAt,Vn=!!String.prototype.trimStart,Xn=!!String.prototype.trimEnd,Wn=!!Number.isSafeInteger,zn=Wn?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},je=!0;try{var Zn=qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");je=((Ae=Zn.exec("a"))===null||Ae===void 0?void 0:Ae[0])==="a"}catch(e){je=!1}var bt=Gn?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},ke=Fn?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},vt=jn?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},Yt=kn?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}},Qn=Vn?function(t){return t.trimStart()}:function(t){return t.replace(Dn,"")},Jn=Xn?function(t){return t.trimEnd()}:function(t){return t.replace(Un,"")};function qt(e,t){return new RegExp(e,t)}var Ve;if(je){var gt=qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ve=function(t,r){var n;gt.lastIndex=r;var i=gt.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else Ve=function(t,r){for(var n=[];;){var i=Yt(t,r);if(i===void 0||Kt(i)||ei(i))break;n.push(i),r+=i>=65536?2:1}return ke.apply(void 0,n)};var Yn=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:y.pound,location:m(a,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(d.UNMATCHED_CLOSING_TAG,m(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&Xe(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:y.literal,value:"<".concat(i,"/>"),location:m(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()||!Xe(this.char()))return this.error(d.INVALID_TAG,m(a,this.clonePosition()));var h=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(d.UNMATCHED_CLOSING_TAG,m(h,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:y.tag,value:i,children:s,location:m(n,this.clonePosition())},err:null}:this.error(d.INVALID_TAG,m(a,this.clonePosition())))}else return this.error(d.UNCLOSED_TAG,m(n,this.clonePosition()))}else return this.error(d.INVALID_TAG,m(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Kn(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=m(n,this.clonePosition());return{val:{type:y.literal,value:i,location:h},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!qn(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 ke.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(),ke(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE,m(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(d.EMPTY_ARGUMENT,m(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(d.MALFORMED_ARGUMENT,m(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE,m(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:y.argument,value:i,location:m(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE,m(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(d.MALFORMED_ARGUMENT,m(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=Ve(this.message,r),i=r+n.length;this.bumpTo(i);var o=this.clonePosition(),s=m(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(d.EXPECT_ARGUMENT_TYPE,m(s,h));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition(),f=this.parseSimpleArgStyleIfPossible();if(f.err)return f;var c=Jn(f.val);if(c.length===0)return this.error(d.EXPECT_ARGUMENT_STYLE,m(this.clonePosition(),this.clonePosition()));var b=m(l,this.clonePosition());u={style:c,styleLocation:b}}var p=this.tryParseArgumentClose(i);if(p.err)return p;var g=m(i,this.clonePosition());if(u&&bt(u==null?void 0:u.style,"::",0)){var E=Qn(u.style.slice(2));if(a==="number"){var f=this.parseNumberSkeletonFromString(E,u.styleLocation);return f.err?f:{val:{type:y.number,value:n,location:g,style:f.val},err:null}}else{if(E.length===0)return this.error(d.EXPECT_DATE_TIME_SKELETON,g);var z=E;this.locale&&(z=$n(E,this.locale));var c={type:F.dateTime,pattern:z,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?Pn(z):{}},M=a==="date"?y.date:y.time;return{val:{type:M,value:n,location:g,style:c},err:null}}}return{val:{type:a==="number"?y.number:a==="date"?y.date:y.time,value:n,location:g,style:(o=u==null?void 0:u.style)!==null&&o!==void 0?o:null},err:null}}case"plural":case"selectordinal":case"select":{var w=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(d.EXPECT_SELECT_ARGUMENT_OPTIONS,m(w,pe({},w)));this.bumpSpace();var Z=this.parseIdentifierIfPossible(),O=0;if(a!=="select"&&Z.value==="offset"){if(!this.bumpIf(":"))return this.error(d.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m(this.clonePosition(),this.clonePosition()));this.bumpSpace();var f=this.tryParseDecimalInteger(d.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,d.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(f.err)return f;this.bumpSpace(),Z=this.parseIdentifierIfPossible(),O=f.val}var oe=this.tryParsePluralOrSelectOptions(t,a,r,Z);if(oe.err)return oe;var p=this.tryParseArgumentClose(i);if(p.err)return p;var Ye=m(i,this.clonePosition());return a==="select"?{val:{type:y.select,value:n,options:vt(oe.val),location:Ye},err:null}:{val:{type:y.plural,value:n,options:vt(oe.val),offset:O,pluralType:a==="plural"?"cardinal":"ordinal",location:Ye},err:null}}default:return this.error(d.INVALID_ARGUMENT_TYPE,m(s,h))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE,m(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(d.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,m(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=In(t)}catch(i){return this.error(d.INVALID_NUMBER_SKELETON,r)}return{val:{type:F.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?Mn(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var o,s=!1,a=[],h=new Set,u=i.value,l=i.location;;){if(u.length===0){var f=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var c=this.tryParseDecimalInteger(d.EXPECT_PLURAL_ARGUMENT_SELECTOR,d.INVALID_PLURAL_ARGUMENT_SELECTOR);if(c.err)return c;l=m(f,this.clonePosition()),u=this.message.slice(f.offset,this.offset())}else break}if(h.has(u))return this.error(r==="select"?d.DUPLICATE_SELECT_ARGUMENT_SELECTOR:d.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,l);u==="other"&&(s=!0),this.bumpSpace();var b=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?d.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:d.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,m(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(t+1,r,n);if(p.err)return p;var g=this.tryParseArgumentClose(b);if(g.err)return g;a.push([u,{value:p.val,location:m(b,this.clonePosition())}]),h.add(u),this.bumpSpace(),o=this.parseIdentifierIfPossible(),u=o.value,l=o.location}return a.length===0?this.error(r==="select"?d.EXPECT_SELECT_ARGUMENT_SELECTOR:d.EXPECT_PLURAL_ARGUMENT_SELECTOR,m(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(d.MISSING_OTHER_CLAUSE,m(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=m(i,this.clonePosition());return o?(s*=n,zn(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=Yt(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(bt(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()&&Kt(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 Xe(e){return e>=97&&e<=122||e>=65&&e<=90}function qn(e){return Xe(e)||e===47}function Kn(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 Kt(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function ei(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 We(e){e.forEach(function(t){if(delete t.location,kt(t)||Vt(t))for(var r in t.options)delete t.options[r].location,We(t.options[r].value);else Gt(t)&&Wt(t.style)||(Ft(t)||jt(t))&&Fe(t.style)?delete t.style.location:Xt(t)&&We(t.children)})}function ti(e,t){t===void 0&&(t={}),t=pe({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new Yn(e,t).parse();if(r.err){var n=SyntaxError(d[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||We(r.val),r.val}var j;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(j||(j={}));var ye=function(e){ge(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),yt=function(e){ge(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('", "'),'"'),j.INVALID_VALUE,o)||this}return t}(ye),ri=function(e){ge(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),j.INVALID_VALUE,i)||this}return t}(ye),ni=function(e){ge(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,'"'),j.MISSING_VALUE,n)||this}return t}(ye),x;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(x||(x={}));function ii(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==x.literal||r.type!==x.literal?t.push(r):n.value+=r.value,t},[])}function oi(e){return typeof e=="function"}function le(e,t,r,n,i,o,s){if(e.length===1&&ct(e[0]))return[{type:x.literal,value:e[0].value}];for(var a=[],h=0,u=e;h<u.length;h++){var l=u[h];if(ct(l)){a.push({type:x.literal,value:l.value});continue}if(Bn(l)){typeof o=="number"&&a.push({type:x.literal,value:r.getNumberFormat(t).format(o)});continue}var f=l.value;if(!(i&&f in i))throw new ni(f,s);var c=i[f];if(Hn(l)){(!c||typeof c=="string"||typeof c=="number")&&(c=typeof c=="string"||typeof c=="number"?String(c):""),a.push({type:typeof c=="string"?x.literal:x.object,value:c});continue}if(Ft(l)){var b=typeof l.style=="string"?n.date[l.style]:Fe(l.style)?l.style.parsedOptions:void 0;a.push({type:x.literal,value:r.getDateTimeFormat(t,b).format(c)});continue}if(jt(l)){var b=typeof l.style=="string"?n.time[l.style]:Fe(l.style)?l.style.parsedOptions:n.time.medium;a.push({type:x.literal,value:r.getDateTimeFormat(t,b).format(c)});continue}if(Gt(l)){var b=typeof l.style=="string"?n.number[l.style]:Wt(l.style)?l.style.parsedOptions:void 0;b&&b.scale&&(c=c*(b.scale||1)),a.push({type:x.literal,value:r.getNumberFormat(t,b).format(c)});continue}if(Xt(l)){var p=l.children,g=l.value,E=i[g];if(!oi(E))throw new ri(g,"function",s);var z=le(p,t,r,n,i,o),M=E(z.map(function(O){return O.value}));Array.isArray(M)||(M=[M]),a.push.apply(a,M.map(function(O){return{type:typeof O=="string"?x.literal:x.object,value:O}}))}if(kt(l)){var w=l.options[c]||l.options.other;if(!w)throw new yt(l.value,c,Object.keys(l.options),s);a.push.apply(a,le(w.value,t,r,n,i));continue}if(Vt(l)){var w=l.options["=".concat(c)];if(!w){if(!Intl.PluralRules)throw new ye(`Intl.PluralRules is not available in this environment.
17
17
  Try polyfilling it using "@formatjs/intl-pluralrules"
18
- `,j.MISSING_INTL_API,s);var Z=r.getPluralRules(t,{type:l.pluralType}).select(c-(l.offset||0));w=l.options[Z]||l.options.other}if(!w)throw new yt(l.value,c,Object.keys(l.options),s);a.push.apply(a,le(w.value,t,r,n,i,c-(l.offset||0)));continue}}return ii(a)}function si(e,t){return t?H(H(H({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=H(H({},e[n]),t[n]||{}),r},{})):e}function ai(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=si(e[n],t[n]),r},H({},e)):e}function Pe(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function ui(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:He(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,we([void 0],r,!1)))},{cache:Pe(e.number),strategy:Be.variadic}),getDateTimeFormat:He(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,we([void 0],r,!1)))},{cache:Pe(e.dateTime),strategy:Be.variadic}),getPluralRules:He(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,we([void 0],r,!1)))},{cache:Pe(e.pluralRules),strategy:Be.variadic})}}var hi=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 l=u.reduce(function(f,c){return!f.length||c.type!==x.literal||typeof f[f.length-1]!="string"?f.push(c.value):f[f.length-1]+=c.value,f},[]);return l.length<=1?l[0]||"":l},this.formatToParts=function(h){return le(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=gn(s,["formatters"]);this.ast=e.__parse(t,H(H({},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=ai(e.formats,n),this.formatters=i&&i.formatters||ui(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=ti,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 li(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 P={},fi=(e,t,r)=>r&&(t in P||(P[t]={}),e in P[t]||(P[t][e]=r),r),er=(e,t)=>{if(t==null)return;if(t in P&&e in P[t])return P[t][e];const r=_e(t);for(let n=0;n<r.length;n++){const i=r[n],o=pi(i,e);if(o)return fi(e,t,o)}};let Qe;const ne=ve({});function ci(e){return Qe[e]||null}function tr(e){return e in Qe}function pi(e,t){if(!tr(e))return null;const r=ci(e);return li(r,t)}function di(e){if(e==null)return;const t=_e(e);for(let r=0;r<t.length;r++){const n=t[r];if(tr(n))return n}}function mi(e,...t){delete P[e],ne.update(r=>(r[e]=vn.all([r[e]||{},...t]),r))}X([ne],([e])=>Object.keys(e));ne.subscribe(e=>Qe=e);const fe={};function bi(e,t){fe[e].delete(t),fe[e].size===0&&delete fe[e]}function rr(e){return fe[e]}function vi(e){return _e(e).map(t=>{const r=rr(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function ze(e){return e==null?!1:_e(e).some(t=>{var r;return(r=rr(t))==null?void 0:r.size})}function gi(e,t){return Promise.all(t.map(n=>(bi(e,n),n().then(i=>i.default||i)))).then(n=>mi(e,...n))}const Q={};function nr(e){if(!ze(e))return e in Q?Q[e]:Promise.resolve();const t=vi(e);return Q[e]=Promise.all(t.map(([r,n])=>gi(r,n))).then(()=>{if(ze(e))return nr(e);delete Q[e]}),Q[e]}const yi={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"}}},_i={fallbackLocale:null,loadingDelay:200,formats:yi,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},xi=_i;function k(){return xi}const Oe=ve(!1);var Ei=Object.defineProperty,Si=Object.defineProperties,Ti=Object.getOwnPropertyDescriptors,_t=Object.getOwnPropertySymbols,wi=Object.prototype.hasOwnProperty,Hi=Object.prototype.propertyIsEnumerable,xt=(e,t,r)=>t in e?Ei(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Bi=(e,t)=>{for(var r in t||(t={}))wi.call(t,r)&&xt(e,r,t[r]);if(_t)for(var r of _t(t))Hi.call(t,r)&&xt(e,r,t[r]);return e},Ai=(e,t)=>Si(e,Ti(t));let Ze;const de=ve(null);function Et(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function _e(e,t=k().fallbackLocale){const r=Et(e);return t?[...new Set([...r,...Et(t)])]:r}function L(){return Ze!=null?Ze:void 0}de.subscribe(e=>{Ze=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const Pi=e=>{if(e&&di(e)&&ze(e)){const{loadingDelay:t}=k();let r;return typeof window!="undefined"&&L()!=null&&t?r=window.setTimeout(()=>Oe.set(!0),t):Oe.set(!0),nr(e).then(()=>{de.set(e)}).finally(()=>{clearTimeout(r),Oe.set(!1)})}return de.set(e)},ie=Ai(Bi({},de),{set:Pi}),xe=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var Oi=Object.defineProperty,me=Object.getOwnPropertySymbols,ir=Object.prototype.hasOwnProperty,or=Object.prototype.propertyIsEnumerable,St=(e,t,r)=>t in e?Oi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Je=(e,t)=>{for(var r in t||(t={}))ir.call(t,r)&&St(e,r,t[r]);if(me)for(var r of me(t))or.call(t,r)&&St(e,r,t[r]);return e},W=(e,t)=>{var r={};for(var n in e)ir.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&me)for(var n of me(e))t.indexOf(n)<0&&or.call(e,n)&&(r[n]=e[n]);return r};const K=(e,t)=>{const{formats:r}=k();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Ii=xe(e=>{var t=e,{locale:r,format:n}=t,i=W(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=K("number",n)),new Intl.NumberFormat(r,i)}),Ci=xe(e=>{var t=e,{locale:r,format:n}=t,i=W(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=K("date",n):Object.keys(i).length===0&&(i=K("date","short")),new Intl.DateTimeFormat(r,i)}),Ni=xe(e=>{var t=e,{locale:r,format:n}=t,i=W(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=K("time",n):Object.keys(i).length===0&&(i=K("time","short")),new Intl.DateTimeFormat(r,i)}),Li=(e={})=>{var t=e,{locale:r=L()}=t,n=W(t,["locale"]);return Ii(Je({locale:r},n))},Mi=(e={})=>{var t=e,{locale:r=L()}=t,n=W(t,["locale"]);return Ci(Je({locale:r},n))},$i=(e={})=>{var t=e,{locale:r=L()}=t,n=W(t,["locale"]);return Ni(Je({locale:r},n))},Ri=xe((e,t=L())=>new hi(e,t,k().formats,{ignoreTag:k().ignoreTag})),Di=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:h=L(),default:u}=s;if(h==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let l=er(e,h);if(!l)l=(o=(i=(n=(r=k()).handleMissingMessage)==null?void 0:n.call(r,{locale:h,id:e,defaultValue:u}))!=null?i:u)!=null?o:e;else if(typeof l!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),l;if(!a)return l;let f=l;try{f=Ri(l,h).format(a)}catch(c){c instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,c.message)}return f},Ui=(e,t)=>$i(t).format(e),Gi=(e,t)=>Mi(t).format(e),Fi=(e,t)=>Li(t).format(e),ji=(e,t=L())=>er(e,t);X([ie,ne],()=>Di);X([ie],()=>Ui);X([ie],()=>Gi);X([ie],()=>Fi);X([ie,ne],()=>ji);window.emWidgets={topic:Kr};const ki=e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackberry|bb/i)||e.toLowerCase().match(/iphone|ipad|ipod/i)||e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));function Vi(e){mr(e,"svelte-q9wa7c","*,*::before,*::after{box-sizing:border-box}.Title{text-transform:uppercase}.DetailsCard{border:1px solid var(--emw--color-contrast, #07072A);color:var(--emw--color-white, #FFFFFF);width:100%;margin:25px 0 25px 0}.DetailsCard.Mobile{margin:10px 0}.DetailsCard.Mobile .DetailsTitle{padding:0 10px;height:30px}.DetailsTitle{padding:0 20px;height:60px;display:flex;align-items:center;justify-content:space-between;background:var(--emw--color-contrast, #07072A)}.DetailsContent{overflow:auto;height:150px;font-size:14px;padding:10px 10px 10px 20px;margin:10px 20px 10px 0}.sc::-webkit-scrollbar{width:5px;height:5px}.sc::-webkit-scrollbar-track{background-color:rgba(255, 255, 255, 0.1);border-radius:var(--emw--border-radius-medium, 10px)}.sc::-webkit-scrollbar-thumb{background-color:var(--emw--color-white, #FFFFFF);border-radius:var(--emw--border-radius-medium, 10px)}")}function Tt(e){let t,r,n,i,o,s,a;function h(f,c){return f[3]?Xi:Wi}let u=h(e),l=u(e);return{c(){t=C("div"),r=C("p"),n=At(e[0]),i=Pt(),o=C("div"),l.c(),v(r,"class","Title"),v(r,"part","Title"),v(o,"class","CollapseButtonDetails"),v(o,"part","CollapseButtonDetails"),v(t,"class","DetailsTitle"),v(t,"part","DetailsTitle")},m(f,c){V(f,t,c),A(t,r),A(r,n),A(t,i),A(t,o),l.m(o,null),s||(a=gr(t,"click",e[5]),s=!0)},p(f,c){c&1&&_r(n,f[0]),u!==(u=h(f))&&(l.d(1),l=u(f),l&&(l.c(),l.m(o,null)))},d(f){f&&N(t),l.d(),s=!1,a()}}}function Xi(e){let t,r;return{c(){t=ce("svg"),r=ce("path"),v(r,"d","M6 9l6 6 6-6"),v(t,"xmlns","http://www.w3.org/2000/svg"),v(t,"width","24"),v(t,"height","24"),v(t,"viewBox","0 0 24 24"),v(t,"fill","none"),v(t,"stroke","#ffffff"),v(t,"stroke-width","2"),v(t,"stroke-linecap","round"),v(t,"stroke-linejoin","round")},m(n,i){V(n,t,i),A(t,r)},d(n){n&&N(t)}}}function Wi(e){let t,r;return{c(){t=ce("svg"),r=ce("path"),v(r,"d","M18 15l-6-6-6 6"),v(t,"xmlns","http://www.w3.org/2000/svg"),v(t,"width","24"),v(t,"height","24"),v(t,"viewBox","0 0 24 24"),v(t,"fill","none"),v(t,"stroke","#ffffff"),v(t,"stroke-width","2"),v(t,"stroke-linecap","round"),v(t,"stroke-linejoin","round")},m(n,i){V(n,t,i),A(t,r)},d(n){n&&N(t)}}}function wt(e){let t,r,n,i;return{c(){t=C("div"),t.innerHTML="",v(t,"class","DetailsContent sc"),v(t,"part","DetailsContent")},m(o,s){V(o,t,s),n||(i=dr(r=e[6].call(null,t,e[1])),n=!0)},p(o,s){r&&te(r.update)&&s&2&&r.update.call(null,o[1])},d(o){o&&N(t),n=!1,i()}}}function zi(e){let t,r,n=e[0]&&Tt(e),i=e[1]&&!e[3]&&wt(e);return{c(){t=C("div"),n&&n.c(),r=Pt(),i&&i.c(),v(t,"class","DetailsCard "+(ki(e[4])?"Mobile":"")),v(t,"part","DetailsCard")},m(o,s){V(o,t,s),n&&n.m(t,null),A(t,r),i&&i.m(t,null),e[10](t)},p(o,[s]){o[0]?n?n.p(o,s):(n=Tt(o),n.c(),n.m(t,r)):n&&(n.d(1),n=null),o[1]&&!o[3]?i?i.p(o,s):(i=wt(o),i.c(),i.m(t,null)):i&&(i.d(1),i=null)},i:T,o:T,d(o){o&&N(t),n&&n.d(),i&&i.d(),e[10](null)}}}function Zi(e,t,r){let{title:n=""}=t,{text:i=""}=t,{mbsource:o}=t,{clientstyling:s=""}=t,{clientstylingurl:a=""}=t,h,u=!1,l=window.navigator.userAgent;const f=()=>{r(3,u=!u)},c=(p,g)=>{let E=document.createElement("div");E.innerHTML=g,p.append(E)};Sr(()=>()=>{});function b(p){Ie[p?"unshift":"push"](()=>{h=p,r(2,h)})}return e.$$set=p=>{"title"in p&&r(0,n=p.title),"text"in p&&r(1,i=p.text),"mbsource"in p&&r(7,o=p.mbsource),"clientstyling"in p&&r(8,s=p.clientstyling),"clientstylingurl"in p&&r(9,a=p.clientstylingurl)},e.$$.update=()=>{e.$$.dirty&260&&s&&h&&Rr(h,s),e.$$.dirty&516&&a&&h&&Dr(h,a),e.$$.dirty&132&&o&&h&&Ur(h,`${o}.Style`)},[n,i,h,u,l,f,c,o,s,a,b]}class sr extends Mr{constructor(t){super(),Nr(this,t,Zi,zi,Bt,{title:0,text:1,mbsource:7,clientstyling:8,clientstylingurl:9},Vi)}get title(){return this.$$.ctx[0]}set title(t){this.$$set({title:t}),I()}get text(){return this.$$.ctx[1]}set text(t){this.$$set({text:t}),I()}get mbsource(){return this.$$.ctx[7]}set mbsource(t){this.$$set({mbsource:t}),I()}get clientstyling(){return this.$$.ctx[8]}set clientstyling(t){this.$$set({clientstyling:t}),I()}get clientstylingurl(){return this.$$.ctx[9]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),I()}}Lr(sr,{title:{},text:{},mbsource:{},clientstyling:{},clientstylingurl:{}},[],[],!0);exports.default=sr;
18
+ `,j.MISSING_INTL_API,s);var Z=r.getPluralRules(t,{type:l.pluralType}).select(c-(l.offset||0));w=l.options[Z]||l.options.other}if(!w)throw new yt(l.value,c,Object.keys(l.options),s);a.push.apply(a,le(w.value,t,r,n,i,c-(l.offset||0)));continue}}return ii(a)}function si(e,t){return t?H(H(H({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=H(H({},e[n]),t[n]||{}),r},{})):e}function ai(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=si(e[n],t[n]),r},H({},e)):e}function Pe(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function ui(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:He(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,we([void 0],r,!1)))},{cache:Pe(e.number),strategy:Be.variadic}),getDateTimeFormat:He(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,we([void 0],r,!1)))},{cache:Pe(e.dateTime),strategy:Be.variadic}),getPluralRules:He(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,we([void 0],r,!1)))},{cache:Pe(e.pluralRules),strategy:Be.variadic})}}var hi=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 l=u.reduce(function(f,c){return!f.length||c.type!==x.literal||typeof f[f.length-1]!="string"?f.push(c.value):f[f.length-1]+=c.value,f},[]);return l.length<=1?l[0]||"":l},this.formatToParts=function(h){return le(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=gn(s,["formatters"]);this.ast=e.__parse(t,H(H({},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=ai(e.formats,n),this.formatters=i&&i.formatters||ui(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=ti,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 li(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 P={},fi=(e,t,r)=>r&&(t in P||(P[t]={}),e in P[t]||(P[t][e]=r),r),er=(e,t)=>{if(t==null)return;if(t in P&&e in P[t])return P[t][e];const r=_e(t);for(let n=0;n<r.length;n++){const i=r[n],o=pi(i,e);if(o)return fi(e,t,o)}};let Qe;const ne=ve({});function ci(e){return Qe[e]||null}function tr(e){return e in Qe}function pi(e,t){if(!tr(e))return null;const r=ci(e);return li(r,t)}function di(e){if(e==null)return;const t=_e(e);for(let r=0;r<t.length;r++){const n=t[r];if(tr(n))return n}}function mi(e,...t){delete P[e],ne.update(r=>(r[e]=vn.all([r[e]||{},...t]),r))}X([ne],([e])=>Object.keys(e));ne.subscribe(e=>Qe=e);const fe={};function bi(e,t){fe[e].delete(t),fe[e].size===0&&delete fe[e]}function rr(e){return fe[e]}function vi(e){return _e(e).map(t=>{const r=rr(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function ze(e){return e==null?!1:_e(e).some(t=>{var r;return(r=rr(t))==null?void 0:r.size})}function gi(e,t){return Promise.all(t.map(n=>(bi(e,n),n().then(i=>i.default||i)))).then(n=>mi(e,...n))}const Q={};function nr(e){if(!ze(e))return e in Q?Q[e]:Promise.resolve();const t=vi(e);return Q[e]=Promise.all(t.map(([r,n])=>gi(r,n))).then(()=>{if(ze(e))return nr(e);delete Q[e]}),Q[e]}const yi={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"}}},_i={fallbackLocale:null,loadingDelay:200,formats:yi,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},xi=_i;function k(){return xi}const Oe=ve(!1);var Ei=Object.defineProperty,Si=Object.defineProperties,Ti=Object.getOwnPropertyDescriptors,_t=Object.getOwnPropertySymbols,wi=Object.prototype.hasOwnProperty,Hi=Object.prototype.propertyIsEnumerable,xt=(e,t,r)=>t in e?Ei(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Bi=(e,t)=>{for(var r in t||(t={}))wi.call(t,r)&&xt(e,r,t[r]);if(_t)for(var r of _t(t))Hi.call(t,r)&&xt(e,r,t[r]);return e},Ai=(e,t)=>Si(e,Ti(t));let Ze;const de=ve(null);function Et(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function _e(e,t=k().fallbackLocale){const r=Et(e);return t?[...new Set([...r,...Et(t)])]:r}function L(){return Ze!=null?Ze:void 0}de.subscribe(e=>{Ze=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const Pi=e=>{if(e&&di(e)&&ze(e)){const{loadingDelay:t}=k();let r;return typeof window!="undefined"&&L()!=null&&t?r=window.setTimeout(()=>Oe.set(!0),t):Oe.set(!0),nr(e).then(()=>{de.set(e)}).finally(()=>{clearTimeout(r),Oe.set(!1)})}return de.set(e)},ie=Ai(Bi({},de),{set:Pi}),xe=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var Oi=Object.defineProperty,me=Object.getOwnPropertySymbols,ir=Object.prototype.hasOwnProperty,or=Object.prototype.propertyIsEnumerable,St=(e,t,r)=>t in e?Oi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Je=(e,t)=>{for(var r in t||(t={}))ir.call(t,r)&&St(e,r,t[r]);if(me)for(var r of me(t))or.call(t,r)&&St(e,r,t[r]);return e},W=(e,t)=>{var r={};for(var n in e)ir.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&me)for(var n of me(e))t.indexOf(n)<0&&or.call(e,n)&&(r[n]=e[n]);return r};const K=(e,t)=>{const{formats:r}=k();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Ii=xe(e=>{var t=e,{locale:r,format:n}=t,i=W(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=K("number",n)),new Intl.NumberFormat(r,i)}),Ni=xe(e=>{var t=e,{locale:r,format:n}=t,i=W(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=K("date",n):Object.keys(i).length===0&&(i=K("date","short")),new Intl.DateTimeFormat(r,i)}),Ci=xe(e=>{var t=e,{locale:r,format:n}=t,i=W(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=K("time",n):Object.keys(i).length===0&&(i=K("time","short")),new Intl.DateTimeFormat(r,i)}),Li=(e={})=>{var t=e,{locale:r=L()}=t,n=W(t,["locale"]);return Ii(Je({locale:r},n))},Mi=(e={})=>{var t=e,{locale:r=L()}=t,n=W(t,["locale"]);return Ni(Je({locale:r},n))},$i=(e={})=>{var t=e,{locale:r=L()}=t,n=W(t,["locale"]);return Ci(Je({locale:r},n))},Ri=xe((e,t=L())=>new hi(e,t,k().formats,{ignoreTag:k().ignoreTag})),Di=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:h=L(),default:u}=s;if(h==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let l=er(e,h);if(!l)l=(o=(i=(n=(r=k()).handleMissingMessage)==null?void 0:n.call(r,{locale:h,id:e,defaultValue:u}))!=null?i:u)!=null?o:e;else if(typeof l!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),l;if(!a)return l;let f=l;try{f=Ri(l,h).format(a)}catch(c){c instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,c.message)}return f},Ui=(e,t)=>$i(t).format(e),Gi=(e,t)=>Mi(t).format(e),Fi=(e,t)=>Li(t).format(e),ji=(e,t=L())=>er(e,t);X([ie,ne],()=>Di);X([ie],()=>Ui);X([ie],()=>Gi);X([ie],()=>Fi);X([ie,ne],()=>ji);window.emWidgets={topic:Kr};const ki=e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackberry|bb/i)||e.toLowerCase().match(/iphone|ipad|ipod/i)||e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));String(Number.MAX_SAFE_INTEGER).length;function Vi(e){mr(e,"svelte-q9wa7c","*,*::before,*::after{box-sizing:border-box}.Title{text-transform:uppercase}.DetailsCard{border:1px solid var(--emw--color-contrast, #07072A);color:var(--emw--color-white, #FFFFFF);width:100%;margin:25px 0 25px 0}.DetailsCard.Mobile{margin:10px 0}.DetailsCard.Mobile .DetailsTitle{padding:0 10px;height:30px}.DetailsTitle{padding:0 20px;height:60px;display:flex;align-items:center;justify-content:space-between;background:var(--emw--color-contrast, #07072A)}.DetailsContent{overflow:auto;height:150px;font-size:14px;padding:10px 10px 10px 20px;margin:10px 20px 10px 0}.sc::-webkit-scrollbar{width:5px;height:5px}.sc::-webkit-scrollbar-track{background-color:rgba(255, 255, 255, 0.1);border-radius:var(--emw--border-radius-medium, 10px)}.sc::-webkit-scrollbar-thumb{background-color:var(--emw--color-white, #FFFFFF);border-radius:var(--emw--border-radius-medium, 10px)}")}function Tt(e){let t,r,n,i,o,s,a;function h(f,c){return f[3]?Xi:Wi}let u=h(e),l=u(e);return{c(){t=N("div"),r=N("p"),n=At(e[0]),i=Pt(),o=N("div"),l.c(),v(r,"class","Title"),v(r,"part","Title"),v(o,"class","CollapseButtonDetails"),v(o,"part","CollapseButtonDetails"),v(t,"class","DetailsTitle"),v(t,"part","DetailsTitle")},m(f,c){V(f,t,c),A(t,r),A(r,n),A(t,i),A(t,o),l.m(o,null),s||(a=gr(t,"click",e[5]),s=!0)},p(f,c){c&1&&_r(n,f[0]),u!==(u=h(f))&&(l.d(1),l=u(f),l&&(l.c(),l.m(o,null)))},d(f){f&&C(t),l.d(),s=!1,a()}}}function Xi(e){let t,r;return{c(){t=ce("svg"),r=ce("path"),v(r,"d","M6 9l6 6 6-6"),v(t,"xmlns","http://www.w3.org/2000/svg"),v(t,"width","24"),v(t,"height","24"),v(t,"viewBox","0 0 24 24"),v(t,"fill","none"),v(t,"stroke","#ffffff"),v(t,"stroke-width","2"),v(t,"stroke-linecap","round"),v(t,"stroke-linejoin","round")},m(n,i){V(n,t,i),A(t,r)},d(n){n&&C(t)}}}function Wi(e){let t,r;return{c(){t=ce("svg"),r=ce("path"),v(r,"d","M18 15l-6-6-6 6"),v(t,"xmlns","http://www.w3.org/2000/svg"),v(t,"width","24"),v(t,"height","24"),v(t,"viewBox","0 0 24 24"),v(t,"fill","none"),v(t,"stroke","#ffffff"),v(t,"stroke-width","2"),v(t,"stroke-linecap","round"),v(t,"stroke-linejoin","round")},m(n,i){V(n,t,i),A(t,r)},d(n){n&&C(t)}}}function wt(e){let t,r,n,i;return{c(){t=N("div"),t.innerHTML="",v(t,"class","DetailsContent sc"),v(t,"part","DetailsContent")},m(o,s){V(o,t,s),n||(i=dr(r=e[6].call(null,t,e[1])),n=!0)},p(o,s){r&&te(r.update)&&s&2&&r.update.call(null,o[1])},d(o){o&&C(t),n=!1,i()}}}function zi(e){let t,r,n=e[0]&&Tt(e),i=e[1]&&!e[3]&&wt(e);return{c(){t=N("div"),n&&n.c(),r=Pt(),i&&i.c(),v(t,"class","DetailsCard "+(ki(e[4])?"Mobile":"")),v(t,"part","DetailsCard")},m(o,s){V(o,t,s),n&&n.m(t,null),A(t,r),i&&i.m(t,null),e[10](t)},p(o,[s]){o[0]?n?n.p(o,s):(n=Tt(o),n.c(),n.m(t,r)):n&&(n.d(1),n=null),o[1]&&!o[3]?i?i.p(o,s):(i=wt(o),i.c(),i.m(t,null)):i&&(i.d(1),i=null)},i:T,o:T,d(o){o&&C(t),n&&n.d(),i&&i.d(),e[10](null)}}}function Zi(e,t,r){let{title:n=""}=t,{text:i=""}=t,{mbsource:o}=t,{clientstyling:s=""}=t,{clientstylingurl:a=""}=t,h,u=!1,l=window.navigator.userAgent;const f=()=>{r(3,u=!u)},c=(p,g)=>{let E=document.createElement("div");E.innerHTML=g,p.append(E)};Sr(()=>()=>{});function b(p){Ie[p?"unshift":"push"](()=>{h=p,r(2,h)})}return e.$$set=p=>{"title"in p&&r(0,n=p.title),"text"in p&&r(1,i=p.text),"mbsource"in p&&r(7,o=p.mbsource),"clientstyling"in p&&r(8,s=p.clientstyling),"clientstylingurl"in p&&r(9,a=p.clientstylingurl)},e.$$.update=()=>{e.$$.dirty&260&&s&&h&&Rr(h,s),e.$$.dirty&516&&a&&h&&Dr(h,a),e.$$.dirty&132&&o&&h&&Ur(h,`${o}.Style`)},[n,i,h,u,l,f,c,o,s,a,b]}class sr extends Mr{constructor(t){super(),Cr(this,t,Zi,zi,Bt,{title:0,text:1,mbsource:7,clientstyling:8,clientstylingurl:9},Vi)}get title(){return this.$$.ctx[0]}set title(t){this.$$set({title:t}),I()}get text(){return this.$$.ctx[1]}set text(t){this.$$set({text:t}),I()}get mbsource(){return this.$$.ctx[7]}set mbsource(t){this.$$set({mbsource:t}),I()}get clientstyling(){return this.$$.ctx[8]}set clientstyling(t){this.$$set({clientstyling:t}),I()}get clientstylingurl(){return this.$$.ctx[9]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),I()}}Lr(sr,{title:{},text:{},mbsource:{},clientstyling:{},clientstylingurl:{}},[],[],!0);exports.default=sr;
@@ -1 +1 @@
1
- "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoTournamentsDetails-Su97SO8S.cjs")).then(({default:t})=>{!customElements.get("casino-tournaments-details")&&customElements.define("casino-tournaments-details",t.element)})}
1
+ "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoTournamentsDetails-JLyuVROc.cjs")).then(({default:t})=>{!customElements.get("casino-tournaments-details")&&customElements.define("casino-tournaments-details",t.element)})}
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
10
10
  }
11
11
  };
12
12
  };
13
- customElements.define = n(customElements.define), import("../components/CasinoTournamentsDetails-BvYvOnXh.js").then(({ default: t }) => {
13
+ customElements.define = n(customElements.define), import("../components/CasinoTournamentsDetails-Ds5qo3pI.js").then(({ default: t }) => {
14
14
  !customElements.get("casino-tournaments-details") && customElements.define("casino-tournaments-details", t.element);
15
15
  });
16
16
  }
@@ -1,4 +1,4 @@
1
- import { C as s } from "../components/CasinoTournamentsDetails-B3OQdvCO.js";
1
+ import { C as s } from "../components/CasinoTournamentsDetails-0R--1EdU.js";
2
2
  function a(t) {
3
3
  return function(...n) {
4
4
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-tournaments-details",
3
- "version": "1.85.17",
3
+ "version": "1.85.18",
4
4
  "type": "module",
5
5
  "main": "es2015/casino-tournaments-details.cjs",
6
6
  "module": "esnext/casino-tournaments-details.js",