@everymatrix/player-account-gaming-limits-wrapper-2 1.52.0 → 1.52.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,82 +1,82 @@
1
- var Cr = Object.defineProperty, Nr = Object.defineProperties;
2
- var Rr = Object.getOwnPropertyDescriptors;
3
- var ht = Object.getOwnPropertySymbols;
4
- var Mr = Object.prototype.hasOwnProperty, Dr = Object.prototype.propertyIsEnumerable;
5
- var Oe = (e, t, r) => t in e ? Cr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, pe = (e, t) => {
1
+ var Fr = Object.defineProperty, jr = Object.defineProperties;
2
+ var kr = Object.getOwnPropertyDescriptors;
3
+ var pt = Object.getOwnPropertySymbols;
4
+ var Vr = Object.prototype.hasOwnProperty, Wr = Object.prototype.propertyIsEnumerable;
5
+ var Re = (e, t, r) => t in e ? Fr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ye = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
- Mr.call(t, r) && Oe(e, r, t[r]);
8
- if (ht)
9
- for (var r of ht(t))
10
- Dr.call(t, r) && Oe(e, r, t[r]);
7
+ Vr.call(t, r) && Re(e, r, t[r]);
8
+ if (pt)
9
+ for (var r of pt(t))
10
+ Wr.call(t, r) && Re(e, r, t[r]);
11
11
  return e;
12
- }, ct = (e, t) => Nr(e, Rr(t));
13
- var N = (e, t, r) => Oe(e, typeof t != "symbol" ? t + "" : t, r);
14
- var ft = (e, t, r) => new Promise((i, n) => {
12
+ }, dt = (e, t) => jr(e, kr(t));
13
+ var R = (e, t, r) => Re(e, typeof t != "symbol" ? t + "" : t, r);
14
+ var yt = (e, t, r) => new Promise((i, n) => {
15
15
  var o = (l) => {
16
16
  try {
17
- a(r.next(l));
17
+ s(r.next(l));
18
18
  } catch (u) {
19
19
  n(u);
20
20
  }
21
- }, s = (l) => {
21
+ }, a = (l) => {
22
22
  try {
23
- a(r.throw(l));
23
+ s(r.throw(l));
24
24
  } catch (u) {
25
25
  n(u);
26
26
  }
27
- }, a = (l) => l.done ? i(l.value) : Promise.resolve(l.value).then(o, s);
28
- a((r = r.apply(e, t)).next());
27
+ }, s = (l) => l.done ? i(l.value) : Promise.resolve(l.value).then(o, a);
28
+ s((r = r.apply(e, t)).next());
29
29
  });
30
- function B() {
30
+ function O() {
31
31
  }
32
- function Gt(e) {
32
+ function Vt(e) {
33
33
  return e();
34
34
  }
35
- function mt() {
35
+ function gt() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
38
  function fe(e) {
39
- e.forEach(Gt);
39
+ e.forEach(Vt);
40
40
  }
41
- function nt(e) {
41
+ function ut(e) {
42
42
  return typeof e == "function";
43
43
  }
44
- function Ft(e, t) {
44
+ function Wt(e, t) {
45
45
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
46
  }
47
- function $r(e) {
47
+ function Xr(e) {
48
48
  return Object.keys(e).length === 0;
49
49
  }
50
- function jt(e, ...t) {
50
+ function Xt(e, ...t) {
51
51
  if (e == null) {
52
52
  for (const i of t)
53
53
  i(void 0);
54
- return B;
54
+ return O;
55
55
  }
56
56
  const r = e.subscribe(...t);
57
57
  return r.unsubscribe ? () => r.unsubscribe() : r;
58
58
  }
59
- function Ur(e, t, r) {
60
- e.$$.on_destroy.push(jt(t, r));
59
+ function zr(e, t, r) {
60
+ e.$$.on_destroy.push(Xt(t, r));
61
61
  }
62
- function pt(e) {
62
+ function bt(e) {
63
63
  return e == null ? "" : e;
64
64
  }
65
- const xo = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : (
65
+ const Io = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : (
66
66
  // @ts-ignore Node typings have this
67
67
  global
68
68
  );
69
- function T(e, t) {
69
+ function L(e, t) {
70
70
  e.appendChild(t);
71
71
  }
72
- function Gr(e, t, r) {
73
- const i = Fr(e);
72
+ function Zr(e, t, r) {
73
+ const i = Qr(e);
74
74
  if (!i.getElementById(t)) {
75
- const n = A("style");
76
- n.id = t, n.textContent = r, jr(i, n);
75
+ const n = P("style");
76
+ n.id = t, n.textContent = r, Yr(i, n);
77
77
  }
78
78
  }
79
- function Fr(e) {
79
+ function Qr(e) {
80
80
  if (!e) return document;
81
81
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
82
82
  return t && /** @type {ShadowRoot} */
@@ -85,8 +85,8 @@ function Fr(e) {
85
85
  t
86
86
  ) : e.ownerDocument;
87
87
  }
88
- function jr(e, t) {
89
- return T(
88
+ function Yr(e, t) {
89
+ return L(
90
90
  /** @type {Document} */
91
91
  e.head || e,
92
92
  t
@@ -95,55 +95,55 @@ function jr(e, t) {
95
95
  function X(e, t, r) {
96
96
  e.insertBefore(t, r || null);
97
97
  }
98
- function k(e) {
98
+ function V(e) {
99
99
  e.parentNode && e.parentNode.removeChild(e);
100
100
  }
101
- function kr(e, t) {
101
+ function Jr(e, t) {
102
102
  for (let r = 0; r < e.length; r += 1)
103
103
  e[r] && e[r].d(t);
104
104
  }
105
- function A(e) {
105
+ function P(e) {
106
106
  return document.createElement(e);
107
107
  }
108
- function Ce(e) {
108
+ function Me(e) {
109
109
  return document.createElementNS("http://www.w3.org/2000/svg", e);
110
110
  }
111
111
  function M(e) {
112
112
  return document.createTextNode(e);
113
113
  }
114
- function ue() {
114
+ function Xe() {
115
115
  return M(" ");
116
116
  }
117
- function To() {
117
+ function Bo() {
118
118
  return M("");
119
119
  }
120
- function Vr(e, t, r, i) {
120
+ function qr(e, t, r, i) {
121
121
  return e.addEventListener(t, r, i), () => e.removeEventListener(t, r, i);
122
122
  }
123
123
  function x(e, t, r) {
124
124
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
125
125
  }
126
- function Lo(e, t, r) {
126
+ function Oo(e, t, r) {
127
127
  const i = t.toLowerCase();
128
128
  i in e ? e[i] = typeof e[i] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : x(e, t, r);
129
129
  }
130
- function So(e) {
130
+ function Co(e) {
131
131
  return e === "" ? null : +e;
132
132
  }
133
- function Wr(e) {
133
+ function Kr(e) {
134
134
  return Array.from(e.childNodes);
135
135
  }
136
- function $(e, t) {
136
+ function k(e, t) {
137
137
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
138
138
  t);
139
139
  }
140
- function wo(e, t) {
140
+ function No(e, t) {
141
141
  e.value = t == null ? "" : t;
142
142
  }
143
- function Po(e, t, r, i) {
143
+ function Ro(e, t, r, i) {
144
144
  r == null ? e.style.removeProperty(t) : e.style.setProperty(t, r, "");
145
145
  }
146
- function Ao(e, t, r) {
146
+ function Mo(e, t, r) {
147
147
  for (let i = 0; i < e.options.length; i += 1) {
148
148
  const n = e.options[i];
149
149
  if (n.__value === t) {
@@ -153,14 +153,14 @@ function Ao(e, t, r) {
153
153
  }
154
154
  (!r || t !== void 0) && (e.selectedIndex = -1);
155
155
  }
156
- function Ho(e) {
156
+ function Do(e) {
157
157
  const t = e.querySelector(":checked");
158
158
  return t && t.__value;
159
159
  }
160
- function de(e, t, r) {
160
+ function ge(e, t, r) {
161
161
  e.classList.toggle(t, !!r);
162
162
  }
163
- function Xr(e) {
163
+ function ei(e) {
164
164
  const t = {};
165
165
  return e.childNodes.forEach(
166
166
  /** @param {Element} node */
@@ -170,95 +170,95 @@ function Xr(e) {
170
170
  ), t;
171
171
  }
172
172
  let le;
173
- function ae(e) {
173
+ function ue(e) {
174
174
  le = e;
175
175
  }
176
- function zr() {
176
+ function ti() {
177
177
  if (!le) throw new Error("Function called outside component initialization");
178
178
  return le;
179
179
  }
180
- function Zr(e) {
181
- zr().$$.on_mount.push(e);
180
+ function ri(e) {
181
+ ti().$$.on_mount.push(e);
182
182
  }
183
- const J = [], xe = [];
184
- let Y = [];
185
- const dt = [], Qr = /* @__PURE__ */ Promise.resolve();
186
- let ke = !1;
187
- function Jr() {
188
- ke || (ke = !0, Qr.then(R));
183
+ const Y = [], Le = [];
184
+ let J = [];
185
+ const vt = [], ii = /* @__PURE__ */ Promise.resolve();
186
+ let ze = !1;
187
+ function ni() {
188
+ ze || (ze = !0, ii.then(C));
189
189
  }
190
- function Ve(e) {
191
- Y.push(e);
190
+ function Ze(e) {
191
+ J.push(e);
192
192
  }
193
- const Ne = /* @__PURE__ */ new Set();
193
+ const De = /* @__PURE__ */ new Set();
194
194
  let Z = 0;
195
- function R() {
195
+ function C() {
196
196
  if (Z !== 0)
197
197
  return;
198
198
  const e = le;
199
199
  do {
200
200
  try {
201
- for (; Z < J.length; ) {
202
- const t = J[Z];
203
- Z++, ae(t), Yr(t.$$);
201
+ for (; Z < Y.length; ) {
202
+ const t = Y[Z];
203
+ Z++, ue(t), oi(t.$$);
204
204
  }
205
205
  } catch (t) {
206
- throw J.length = 0, Z = 0, t;
206
+ throw Y.length = 0, Z = 0, t;
207
207
  }
208
- for (ae(null), J.length = 0, Z = 0; xe.length; ) xe.pop()();
209
- for (let t = 0; t < Y.length; t += 1) {
210
- const r = Y[t];
211
- Ne.has(r) || (Ne.add(r), r());
208
+ for (ue(null), Y.length = 0, Z = 0; Le.length; ) Le.pop()();
209
+ for (let t = 0; t < J.length; t += 1) {
210
+ const r = J[t];
211
+ De.has(r) || (De.add(r), r());
212
212
  }
213
- Y.length = 0;
214
- } while (J.length);
215
- for (; dt.length; )
216
- dt.pop()();
217
- ke = !1, Ne.clear(), ae(e);
213
+ J.length = 0;
214
+ } while (Y.length);
215
+ for (; vt.length; )
216
+ vt.pop()();
217
+ ze = !1, De.clear(), ue(e);
218
218
  }
219
- function Yr(e) {
219
+ function oi(e) {
220
220
  if (e.fragment !== null) {
221
221
  e.update(), fe(e.before_update);
222
222
  const t = e.dirty;
223
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ve);
223
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ze);
224
224
  }
225
225
  }
226
- function qr(e) {
226
+ function si(e) {
227
227
  const t = [], r = [];
228
- Y.forEach((i) => e.indexOf(i) === -1 ? t.push(i) : r.push(i)), r.forEach((i) => i()), Y = t;
228
+ J.forEach((i) => e.indexOf(i) === -1 ? t.push(i) : r.push(i)), r.forEach((i) => i()), J = t;
229
229
  }
230
- const Kr = /* @__PURE__ */ new Set();
231
- function ei(e, t) {
232
- e && e.i && (Kr.delete(e), e.i(t));
230
+ const ai = /* @__PURE__ */ new Set();
231
+ function ui(e, t) {
232
+ e && e.i && (ai.delete(e), e.i(t));
233
233
  }
234
- function yt(e) {
234
+ function Et(e) {
235
235
  return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
236
236
  }
237
- function ti(e, t, r) {
237
+ function li(e, t, r) {
238
238
  const { fragment: i, after_update: n } = e.$$;
239
- i && i.m(t, r), Ve(() => {
240
- const o = e.$$.on_mount.map(Gt).filter(nt);
239
+ i && i.m(t, r), Ze(() => {
240
+ const o = e.$$.on_mount.map(Vt).filter(ut);
241
241
  e.$$.on_destroy ? e.$$.on_destroy.push(...o) : fe(o), e.$$.on_mount = [];
242
- }), n.forEach(Ve);
242
+ }), n.forEach(Ze);
243
243
  }
244
- function ri(e, t) {
244
+ function hi(e, t) {
245
245
  const r = e.$$;
246
- r.fragment !== null && (qr(r.after_update), fe(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
246
+ r.fragment !== null && (si(r.after_update), fe(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
247
247
  }
248
- function ii(e, t) {
249
- e.$$.dirty[0] === -1 && (J.push(e), Jr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
248
+ function ci(e, t) {
249
+ e.$$.dirty[0] === -1 && (Y.push(e), ni(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
250
250
  }
251
- function ni(e, t, r, i, n, o, s = null, a = [-1]) {
251
+ function fi(e, t, r, i, n, o, a = null, s = [-1]) {
252
252
  const l = le;
253
- ae(e);
253
+ ue(e);
254
254
  const u = e.$$ = {
255
255
  fragment: null,
256
256
  ctx: [],
257
257
  // state
258
258
  props: o,
259
- update: B,
259
+ update: O,
260
260
  not_equal: n,
261
- bound: mt(),
261
+ bound: gt(),
262
262
  // lifecycle
263
263
  on_mount: [],
264
264
  on_destroy: [],
@@ -267,48 +267,48 @@ function ni(e, t, r, i, n, o, s = null, a = [-1]) {
267
267
  after_update: [],
268
268
  context: new Map(t.context || (l ? l.$$.context : [])),
269
269
  // everything else
270
- callbacks: mt(),
271
- dirty: a,
270
+ callbacks: gt(),
271
+ dirty: s,
272
272
  skip_bound: !1,
273
273
  root: t.target || l.$$.root
274
274
  };
275
- s && s(u.root);
275
+ a && a(u.root);
276
276
  let h = !1;
277
277
  if (u.ctx = r ? r(e, t.props || {}, (c, f, ...p) => {
278
- const b = p.length ? p[0] : f;
279
- return u.ctx && n(u.ctx[c], u.ctx[c] = b) && (!u.skip_bound && u.bound[c] && u.bound[c](b), h && ii(e, c)), f;
278
+ const y = p.length ? p[0] : f;
279
+ return u.ctx && n(u.ctx[c], u.ctx[c] = y) && (!u.skip_bound && u.bound[c] && u.bound[c](y), h && ci(e, c)), f;
280
280
  }) : [], u.update(), h = !0, fe(u.before_update), u.fragment = i ? i(u.ctx) : !1, t.target) {
281
281
  if (t.hydrate) {
282
- const c = Wr(t.target);
283
- u.fragment && u.fragment.l(c), c.forEach(k);
282
+ const c = Kr(t.target);
283
+ u.fragment && u.fragment.l(c), c.forEach(V);
284
284
  } else
285
285
  u.fragment && u.fragment.c();
286
- t.intro && ei(e.$$.fragment), ti(e, t.target, t.anchor), R();
286
+ t.intro && ui(e.$$.fragment), li(e, t.target, t.anchor), C();
287
287
  }
288
- ae(l);
288
+ ue(l);
289
289
  }
290
- let kt;
291
- typeof HTMLElement == "function" && (kt = class extends HTMLElement {
290
+ let zt;
291
+ typeof HTMLElement == "function" && (zt = class extends HTMLElement {
292
292
  constructor(t, r, i) {
293
293
  super();
294
294
  /** The Svelte component constructor */
295
- N(this, "$$ctor");
295
+ R(this, "$$ctor");
296
296
  /** Slots */
297
- N(this, "$$s");
297
+ R(this, "$$s");
298
298
  /** The Svelte component instance */
299
- N(this, "$$c");
299
+ R(this, "$$c");
300
300
  /** Whether or not the custom element is connected */
301
- N(this, "$$cn", !1);
301
+ R(this, "$$cn", !1);
302
302
  /** Component props data */
303
- N(this, "$$d", {});
303
+ R(this, "$$d", {});
304
304
  /** `true` if currently in the process of reflecting component props back to attributes */
305
- N(this, "$$r", !1);
305
+ R(this, "$$r", !1);
306
306
  /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
307
- N(this, "$$p_d", {});
307
+ R(this, "$$p_d", {});
308
308
  /** @type {Record<string, Function[]>} Event listeners */
309
- N(this, "$$l", {});
309
+ R(this, "$$l", {});
310
310
  /** @type {Map<Function, Function>} Event listener unsubscribe functions */
311
- N(this, "$$l_u", /* @__PURE__ */ new Map());
311
+ R(this, "$$l_u", /* @__PURE__ */ new Map());
312
312
  this.$$ctor = t, this.$$s = r, i && this.attachShadow({ mode: "open" });
313
313
  }
314
314
  addEventListener(t, r, i) {
@@ -325,42 +325,42 @@ typeof HTMLElement == "function" && (kt = class extends HTMLElement {
325
325
  }
326
326
  }
327
327
  connectedCallback() {
328
- return ft(this, null, function* () {
328
+ return yt(this, null, function* () {
329
329
  if (this.$$cn = !0, !this.$$c) {
330
330
  let t = function(o) {
331
331
  return () => {
332
- let s;
332
+ let a;
333
333
  return {
334
334
  c: function() {
335
- s = A("slot"), o !== "default" && x(s, "name", o);
335
+ a = P("slot"), o !== "default" && x(a, "name", o);
336
336
  },
337
337
  /**
338
338
  * @param {HTMLElement} target
339
339
  * @param {HTMLElement} [anchor]
340
340
  */
341
341
  m: function(u, h) {
342
- X(u, s, h);
342
+ X(u, a, h);
343
343
  },
344
344
  d: function(u) {
345
- u && k(s);
345
+ u && V(a);
346
346
  }
347
347
  };
348
348
  };
349
349
  };
350
350
  if (yield Promise.resolve(), !this.$$cn || this.$$c)
351
351
  return;
352
- const r = {}, i = Xr(this);
352
+ const r = {}, i = ei(this);
353
353
  for (const o of this.$$s)
354
354
  o in i && (r[o] = [t(o)]);
355
355
  for (const o of this.attributes) {
356
- const s = this.$$g_p(o.name);
357
- s in this.$$d || (this.$$d[s] = ge(s, o.value, this.$$p_d, "toProp"));
356
+ const a = this.$$g_p(o.name);
357
+ a in this.$$d || (this.$$d[a] = Ee(a, o.value, this.$$p_d, "toProp"));
358
358
  }
359
359
  for (const o in this.$$p_d)
360
360
  !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
361
361
  this.$$c = new this.$$ctor({
362
362
  target: this.shadowRoot || this,
363
- props: ct(pe({}, this.$$d), {
363
+ props: dt(ye({}, this.$$d), {
364
364
  $$slots: r,
365
365
  $$scope: {
366
366
  ctx: []
@@ -371,21 +371,21 @@ typeof HTMLElement == "function" && (kt = class extends HTMLElement {
371
371
  this.$$r = !0;
372
372
  for (const o in this.$$p_d)
373
373
  if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
374
- const s = ge(
374
+ const a = Ee(
375
375
  o,
376
376
  this.$$d[o],
377
377
  this.$$p_d,
378
378
  "toAttribute"
379
379
  );
380
- s == null ? this.removeAttribute(this.$$p_d[o].attribute || o) : this.setAttribute(this.$$p_d[o].attribute || o, s);
380
+ a == null ? this.removeAttribute(this.$$p_d[o].attribute || o) : this.setAttribute(this.$$p_d[o].attribute || o, a);
381
381
  }
382
382
  this.$$r = !1;
383
383
  };
384
384
  this.$$c.$$.after_update.push(n), n();
385
385
  for (const o in this.$$l)
386
- for (const s of this.$$l[o]) {
387
- const a = this.$$c.$on(o, s);
388
- this.$$l_u.set(s, a);
386
+ for (const a of this.$$l[o]) {
387
+ const s = this.$$c.$on(o, a);
388
+ this.$$l_u.set(a, s);
389
389
  }
390
390
  this.$$l = {};
391
391
  }
@@ -395,7 +395,7 @@ typeof HTMLElement == "function" && (kt = class extends HTMLElement {
395
395
  // and setting attributes through setAttribute etc, this is helpful
396
396
  attributeChangedCallback(t, r, i) {
397
397
  var n;
398
- this.$$r || (t = this.$$g_p(t), this.$$d[t] = ge(t, i, this.$$p_d, "toProp"), (n = this.$$c) == null || n.$set({ [t]: this.$$d[t] }));
398
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = Ee(t, i, this.$$p_d, "toProp"), (n = this.$$c) == null || n.$set({ [t]: this.$$d[t] }));
399
399
  }
400
400
  disconnectedCallback() {
401
401
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -408,7 +408,7 @@ typeof HTMLElement == "function" && (kt = class extends HTMLElement {
408
408
  ) || t;
409
409
  }
410
410
  });
411
- function ge(e, t, r, i) {
411
+ function Ee(e, t, r, i) {
412
412
  var o;
413
413
  const n = (o = r[e]) == null ? void 0 : o.type;
414
414
  if (t = n === "Boolean" && typeof t != "boolean" ? t != null : t, !i || !r[e])
@@ -438,38 +438,38 @@ function ge(e, t, r, i) {
438
438
  return t;
439
439
  }
440
440
  }
441
- function oi(e, t, r, i, n, o) {
442
- let s = class extends kt {
441
+ function mi(e, t, r, i, n, o) {
442
+ let a = class extends zt {
443
443
  constructor() {
444
444
  super(e, r, n), this.$$p_d = t;
445
445
  }
446
446
  static get observedAttributes() {
447
447
  return Object.keys(t).map(
448
- (a) => (t[a].attribute || a).toLowerCase()
448
+ (s) => (t[s].attribute || s).toLowerCase()
449
449
  );
450
450
  }
451
451
  };
452
- return Object.keys(t).forEach((a) => {
453
- Object.defineProperty(s.prototype, a, {
452
+ return Object.keys(t).forEach((s) => {
453
+ Object.defineProperty(a.prototype, s, {
454
454
  get() {
455
- return this.$$c && a in this.$$c ? this.$$c[a] : this.$$d[a];
455
+ return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
456
456
  },
457
457
  set(l) {
458
458
  var u;
459
- l = ge(a, l, t), this.$$d[a] = l, (u = this.$$c) == null || u.$set({ [a]: l });
459
+ l = Ee(s, l, t), this.$$d[s] = l, (u = this.$$c) == null || u.$set({ [s]: l });
460
460
  }
461
461
  });
462
- }), i.forEach((a) => {
463
- Object.defineProperty(s.prototype, a, {
462
+ }), i.forEach((s) => {
463
+ Object.defineProperty(a.prototype, s, {
464
464
  get() {
465
465
  var l;
466
- return (l = this.$$c) == null ? void 0 : l[a];
466
+ return (l = this.$$c) == null ? void 0 : l[s];
467
467
  }
468
468
  });
469
469
  }), e.element = /** @type {any} */
470
- s, s;
470
+ a, a;
471
471
  }
472
- class si {
472
+ class pi {
473
473
  constructor() {
474
474
  /**
475
475
  * ### PRIVATE API
@@ -478,7 +478,7 @@ class si {
478
478
  *
479
479
  * @type {any}
480
480
  */
481
- N(this, "$$");
481
+ R(this, "$$");
482
482
  /**
483
483
  * ### PRIVATE API
484
484
  *
@@ -486,11 +486,11 @@ class si {
486
486
  *
487
487
  * @type {any}
488
488
  */
489
- N(this, "$$set");
489
+ R(this, "$$set");
490
490
  }
491
491
  /** @returns {void} */
492
492
  $destroy() {
493
- ri(this, 1), this.$destroy = B;
493
+ hi(this, 1), this.$destroy = O;
494
494
  }
495
495
  /**
496
496
  * @template {Extract<keyof Events, string>} K
@@ -499,8 +499,8 @@ class si {
499
499
  * @returns {() => void}
500
500
  */
501
501
  $on(t, r) {
502
- if (!nt(r))
503
- return B;
502
+ if (!ut(r))
503
+ return O;
504
504
  const i = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
505
505
  return i.push(r), () => {
506
506
  const n = i.indexOf(r);
@@ -512,22 +512,22 @@ class si {
512
512
  * @returns {void}
513
513
  */
514
514
  $set(t) {
515
- this.$$set && !$r(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
515
+ this.$$set && !Xr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
516
516
  }
517
517
  }
518
- const ai = "4";
519
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(ai);
520
- var We = function(e, t) {
521
- return We = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, i) {
518
+ const di = "4";
519
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(di);
520
+ var Qe = function(e, t) {
521
+ return Qe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, i) {
522
522
  r.__proto__ = i;
523
523
  } || function(r, i) {
524
524
  for (var n in i) Object.prototype.hasOwnProperty.call(i, n) && (r[n] = i[n]);
525
- }, We(e, t);
525
+ }, Qe(e, t);
526
526
  };
527
527
  function F(e, t) {
528
528
  if (typeof t != "function" && t !== null)
529
529
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
530
- We(e, t);
530
+ Qe(e, t);
531
531
  function r() {
532
532
  this.constructor = e;
533
533
  }
@@ -542,7 +542,7 @@ var _ = function() {
542
542
  return t;
543
543
  }, _.apply(this, arguments);
544
544
  };
545
- function ui(e, t) {
545
+ function yi(e, t) {
546
546
  var r = {};
547
547
  for (var i in e) Object.prototype.hasOwnProperty.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
548
548
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
@@ -550,7 +550,7 @@ function ui(e, t) {
550
550
  t.indexOf(i[n]) < 0 && Object.prototype.propertyIsEnumerable.call(e, i[n]) && (r[i[n]] = e[i[n]]);
551
551
  return r;
552
552
  }
553
- function Xe(e) {
553
+ function Ye(e) {
554
554
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], i = 0;
555
555
  if (r) return r.call(e);
556
556
  if (e && typeof e.length == "number") return {
@@ -560,19 +560,19 @@ function Xe(e) {
560
560
  };
561
561
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
562
562
  }
563
- function ze(e, t) {
563
+ function Je(e, t) {
564
564
  var r = typeof Symbol == "function" && e[Symbol.iterator];
565
565
  if (!r) return e;
566
- var i = r.call(e), n, o = [], s;
566
+ var i = r.call(e), n, o = [], a;
567
567
  try {
568
568
  for (; (t === void 0 || t-- > 0) && !(n = i.next()).done; ) o.push(n.value);
569
- } catch (a) {
570
- s = { error: a };
569
+ } catch (s) {
570
+ a = { error: s };
571
571
  } finally {
572
572
  try {
573
573
  n && !n.done && (r = i.return) && r.call(i);
574
574
  } finally {
575
- if (s) throw s.error;
575
+ if (a) throw a.error;
576
576
  }
577
577
  }
578
578
  return o;
@@ -585,13 +585,13 @@ function q(e, t, r) {
585
585
  function G(e) {
586
586
  return typeof e == "function";
587
587
  }
588
- function Vt(e) {
588
+ function Zt(e) {
589
589
  var t = function(i) {
590
590
  Error.call(i), i.stack = new Error().stack;
591
591
  }, r = e(t);
592
592
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
593
593
  }
594
- var Re = Vt(function(e) {
594
+ var $e = Zt(function(e) {
595
595
  return function(r) {
596
596
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
597
597
  ` + r.map(function(i, n) {
@@ -600,13 +600,13 @@ var Re = Vt(function(e) {
600
600
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
601
601
  };
602
602
  });
603
- function Ze(e, t) {
603
+ function qe(e, t) {
604
604
  if (e) {
605
605
  var r = e.indexOf(t);
606
606
  0 <= r && e.splice(r, 1);
607
607
  }
608
608
  }
609
- var Se = function() {
609
+ var Ae = function() {
610
610
  function e(t) {
611
611
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
612
612
  }
@@ -614,46 +614,46 @@ var Se = function() {
614
614
  var t, r, i, n, o;
615
615
  if (!this.closed) {
616
616
  this.closed = !0;
617
- var s = this._parentage;
618
- if (s)
619
- if (this._parentage = null, Array.isArray(s))
617
+ var a = this._parentage;
618
+ if (a)
619
+ if (this._parentage = null, Array.isArray(a))
620
620
  try {
621
- for (var a = Xe(s), l = a.next(); !l.done; l = a.next()) {
621
+ for (var s = Ye(a), l = s.next(); !l.done; l = s.next()) {
622
622
  var u = l.value;
623
623
  u.remove(this);
624
624
  }
625
- } catch (m) {
626
- t = { error: m };
625
+ } catch (d) {
626
+ t = { error: d };
627
627
  } finally {
628
628
  try {
629
- l && !l.done && (r = a.return) && r.call(a);
629
+ l && !l.done && (r = s.return) && r.call(s);
630
630
  } finally {
631
631
  if (t) throw t.error;
632
632
  }
633
633
  }
634
634
  else
635
- s.remove(this);
635
+ a.remove(this);
636
636
  var h = this.initialTeardown;
637
637
  if (G(h))
638
638
  try {
639
639
  h();
640
- } catch (m) {
641
- o = m instanceof Re ? m.errors : [m];
640
+ } catch (d) {
641
+ o = d instanceof $e ? d.errors : [d];
642
642
  }
643
643
  var c = this._finalizers;
644
644
  if (c) {
645
645
  this._finalizers = null;
646
646
  try {
647
- for (var f = Xe(c), p = f.next(); !p.done; p = f.next()) {
648
- var b = p.value;
647
+ for (var f = Ye(c), p = f.next(); !p.done; p = f.next()) {
648
+ var y = p.value;
649
649
  try {
650
- bt(b);
651
- } catch (m) {
652
- o = o != null ? o : [], m instanceof Re ? o = q(q([], ze(o)), ze(m.errors)) : o.push(m);
650
+ _t(y);
651
+ } catch (d) {
652
+ o = o != null ? o : [], d instanceof $e ? o = q(q([], Je(o)), Je(d.errors)) : o.push(d);
653
653
  }
654
654
  }
655
- } catch (m) {
656
- i = { error: m };
655
+ } catch (d) {
656
+ i = { error: d };
657
657
  } finally {
658
658
  try {
659
659
  p && !p.done && (n = f.return) && n.call(f);
@@ -663,13 +663,13 @@ var Se = function() {
663
663
  }
664
664
  }
665
665
  if (o)
666
- throw new Re(o);
666
+ throw new $e(o);
667
667
  }
668
668
  }, e.prototype.add = function(t) {
669
669
  var r;
670
670
  if (t && t !== this)
671
671
  if (this.closed)
672
- bt(t);
672
+ _t(t);
673
673
  else {
674
674
  if (t instanceof e) {
675
675
  if (t.closed || t._hasParent(this))
@@ -686,56 +686,56 @@ var Se = function() {
686
686
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
687
687
  }, e.prototype._removeParent = function(t) {
688
688
  var r = this._parentage;
689
- r === t ? this._parentage = null : Array.isArray(r) && Ze(r, t);
689
+ r === t ? this._parentage = null : Array.isArray(r) && qe(r, t);
690
690
  }, e.prototype.remove = function(t) {
691
691
  var r = this._finalizers;
692
- r && Ze(r, t), t instanceof e && t._removeParent(this);
692
+ r && qe(r, t), t instanceof e && t._removeParent(this);
693
693
  }, e.EMPTY = function() {
694
694
  var t = new e();
695
695
  return t.closed = !0, t;
696
696
  }(), e;
697
- }(), Wt = Se.EMPTY;
698
- function Xt(e) {
699
- return e instanceof Se || e && "closed" in e && G(e.remove) && G(e.add) && G(e.unsubscribe);
697
+ }(), Qt = Ae.EMPTY;
698
+ function Yt(e) {
699
+ return e instanceof Ae || e && "closed" in e && G(e.remove) && G(e.add) && G(e.unsubscribe);
700
700
  }
701
- function bt(e) {
701
+ function _t(e) {
702
702
  G(e) ? e() : e.unsubscribe();
703
703
  }
704
- var zt = {
704
+ var Jt = {
705
705
  onUnhandledError: null,
706
706
  onStoppedNotification: null,
707
707
  Promise: void 0,
708
708
  useDeprecatedSynchronousErrorHandling: !1,
709
709
  useDeprecatedNextContext: !1
710
- }, li = {
710
+ }, gi = {
711
711
  setTimeout: function(e, t) {
712
712
  for (var r = [], i = 2; i < arguments.length; i++)
713
713
  r[i - 2] = arguments[i];
714
- return setTimeout.apply(void 0, q([e, t], ze(r)));
714
+ return setTimeout.apply(void 0, q([e, t], Je(r)));
715
715
  },
716
716
  clearTimeout: function(e) {
717
717
  return clearTimeout(e);
718
718
  },
719
719
  delegate: void 0
720
720
  };
721
- function hi(e) {
722
- li.setTimeout(function() {
721
+ function bi(e) {
722
+ gi.setTimeout(function() {
723
723
  throw e;
724
724
  });
725
725
  }
726
- function gt() {
726
+ function xt() {
727
727
  }
728
- function ve(e) {
728
+ function _e(e) {
729
729
  e();
730
730
  }
731
- var Zt = function(e) {
731
+ var qt = function(e) {
732
732
  F(t, e);
733
733
  function t(r) {
734
734
  var i = e.call(this) || this;
735
- return i.isStopped = !1, r ? (i.destination = r, Xt(r) && r.add(i)) : i.destination = pi, i;
735
+ return i.isStopped = !1, r ? (i.destination = r, Yt(r) && r.add(i)) : i.destination = xi, i;
736
736
  }
737
737
  return t.create = function(r, i, n) {
738
- return new Qe(r, i, n);
738
+ return new Ke(r, i, n);
739
739
  }, t.prototype.next = function(r) {
740
740
  this.isStopped || this._next(r);
741
741
  }, t.prototype.error = function(r) {
@@ -759,11 +759,11 @@ var Zt = function(e) {
759
759
  this.unsubscribe();
760
760
  }
761
761
  }, t;
762
- }(Se), ci = Function.prototype.bind;
763
- function Me(e, t) {
764
- return ci.call(e, t);
762
+ }(Ae), vi = Function.prototype.bind;
763
+ function Ue(e, t) {
764
+ return vi.call(e, t);
765
765
  }
766
- var fi = function() {
766
+ var Ei = function() {
767
767
  function e(t) {
768
768
  this.partialObserver = t;
769
769
  }
@@ -773,7 +773,7 @@ var fi = function() {
773
773
  try {
774
774
  r.next(t);
775
775
  } catch (i) {
776
- ye(i);
776
+ be(i);
777
777
  }
778
778
  }, e.prototype.error = function(t) {
779
779
  var r = this.partialObserver;
@@ -781,68 +781,68 @@ var fi = function() {
781
781
  try {
782
782
  r.error(t);
783
783
  } catch (i) {
784
- ye(i);
784
+ be(i);
785
785
  }
786
786
  else
787
- ye(t);
787
+ be(t);
788
788
  }, e.prototype.complete = function() {
789
789
  var t = this.partialObserver;
790
790
  if (t.complete)
791
791
  try {
792
792
  t.complete();
793
793
  } catch (r) {
794
- ye(r);
794
+ be(r);
795
795
  }
796
796
  }, e;
797
- }(), Qe = function(e) {
797
+ }(), Ke = function(e) {
798
798
  F(t, e);
799
799
  function t(r, i, n) {
800
- var o = e.call(this) || this, s;
800
+ var o = e.call(this) || this, a;
801
801
  if (G(r) || !r)
802
- s = {
802
+ a = {
803
803
  next: r != null ? r : void 0,
804
804
  error: i != null ? i : void 0,
805
805
  complete: n != null ? n : void 0
806
806
  };
807
807
  else {
808
- var a;
809
- o && zt.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
808
+ var s;
809
+ o && Jt.useDeprecatedNextContext ? (s = Object.create(r), s.unsubscribe = function() {
810
810
  return o.unsubscribe();
811
- }, s = {
812
- next: r.next && Me(r.next, a),
813
- error: r.error && Me(r.error, a),
814
- complete: r.complete && Me(r.complete, a)
815
- }) : s = r;
811
+ }, a = {
812
+ next: r.next && Ue(r.next, s),
813
+ error: r.error && Ue(r.error, s),
814
+ complete: r.complete && Ue(r.complete, s)
815
+ }) : a = r;
816
816
  }
817
- return o.destination = new fi(s), o;
817
+ return o.destination = new Ei(a), o;
818
818
  }
819
819
  return t;
820
- }(Zt);
821
- function ye(e) {
822
- hi(e);
820
+ }(qt);
821
+ function be(e) {
822
+ bi(e);
823
823
  }
824
- function mi(e) {
824
+ function _i(e) {
825
825
  throw e;
826
826
  }
827
- var pi = {
827
+ var xi = {
828
828
  closed: !0,
829
- next: gt,
830
- error: mi,
831
- complete: gt
832
- }, di = function() {
829
+ next: xt,
830
+ error: _i,
831
+ complete: xt
832
+ }, Ti = function() {
833
833
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
834
834
  }();
835
- function yi(e) {
835
+ function Li(e) {
836
836
  return e;
837
837
  }
838
- function bi(e) {
839
- return e.length === 0 ? yi : e.length === 1 ? e[0] : function(r) {
838
+ function Si(e) {
839
+ return e.length === 0 ? Li : e.length === 1 ? e[0] : function(r) {
840
840
  return e.reduce(function(i, n) {
841
841
  return n(i);
842
842
  }, r);
843
843
  };
844
844
  }
845
- var vt = function() {
845
+ var Tt = function() {
846
846
  function e(t) {
847
847
  t && (this._subscribe = t);
848
848
  }
@@ -850,10 +850,10 @@ var vt = function() {
850
850
  var r = new e();
851
851
  return r.source = this, r.operator = t, r;
852
852
  }, e.prototype.subscribe = function(t, r, i) {
853
- var n = this, o = vi(t) ? t : new Qe(t, r, i);
854
- return ve(function() {
855
- var s = n, a = s.operator, l = s.source;
856
- o.add(a ? a.call(o, l) : l ? n._subscribe(o) : n._trySubscribe(o));
853
+ var n = this, o = Ai(t) ? t : new Ke(t, r, i);
854
+ return _e(function() {
855
+ var a = n, s = a.operator, l = a.source;
856
+ o.add(s ? s.call(o, l) : l ? n._subscribe(o) : n._trySubscribe(o));
857
857
  }), o;
858
858
  }, e.prototype._trySubscribe = function(t) {
859
859
  try {
@@ -863,37 +863,37 @@ var vt = function() {
863
863
  }
864
864
  }, e.prototype.forEach = function(t, r) {
865
865
  var i = this;
866
- return r = Et(r), new r(function(n, o) {
867
- var s = new Qe({
868
- next: function(a) {
866
+ return r = Lt(r), new r(function(n, o) {
867
+ var a = new Ke({
868
+ next: function(s) {
869
869
  try {
870
- t(a);
870
+ t(s);
871
871
  } catch (l) {
872
- o(l), s.unsubscribe();
872
+ o(l), a.unsubscribe();
873
873
  }
874
874
  },
875
875
  error: o,
876
876
  complete: n
877
877
  });
878
- i.subscribe(s);
878
+ i.subscribe(a);
879
879
  });
880
880
  }, e.prototype._subscribe = function(t) {
881
881
  var r;
882
882
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
883
- }, e.prototype[di] = function() {
883
+ }, e.prototype[Ti] = function() {
884
884
  return this;
885
885
  }, e.prototype.pipe = function() {
886
886
  for (var t = [], r = 0; r < arguments.length; r++)
887
887
  t[r] = arguments[r];
888
- return bi(t)(this);
888
+ return Si(t)(this);
889
889
  }, e.prototype.toPromise = function(t) {
890
890
  var r = this;
891
- return t = Et(t), new t(function(i, n) {
891
+ return t = Lt(t), new t(function(i, n) {
892
892
  var o;
893
- r.subscribe(function(s) {
894
- return o = s;
895
- }, function(s) {
896
- return n(s);
893
+ r.subscribe(function(a) {
894
+ return o = a;
895
+ }, function(a) {
896
+ return n(a);
897
897
  }, function() {
898
898
  return i(o);
899
899
  });
@@ -902,48 +902,48 @@ var vt = function() {
902
902
  return new e(t);
903
903
  }, e;
904
904
  }();
905
- function Et(e) {
905
+ function Lt(e) {
906
906
  var t;
907
- return (t = e != null ? e : zt.Promise) !== null && t !== void 0 ? t : Promise;
907
+ return (t = e != null ? e : Jt.Promise) !== null && t !== void 0 ? t : Promise;
908
908
  }
909
- function gi(e) {
909
+ function wi(e) {
910
910
  return e && G(e.next) && G(e.error) && G(e.complete);
911
911
  }
912
- function vi(e) {
913
- return e && e instanceof Zt || gi(e) && Xt(e);
912
+ function Ai(e) {
913
+ return e && e instanceof qt || wi(e) && Yt(e);
914
914
  }
915
- var Ei = Vt(function(e) {
915
+ var Pi = Zt(function(e) {
916
916
  return function() {
917
917
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
918
918
  };
919
- }), Qt = function(e) {
919
+ }), Kt = function(e) {
920
920
  F(t, e);
921
921
  function t() {
922
922
  var r = e.call(this) || this;
923
923
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
924
924
  }
925
925
  return t.prototype.lift = function(r) {
926
- var i = new _t(this, this);
926
+ var i = new St(this, this);
927
927
  return i.operator = r, i;
928
928
  }, t.prototype._throwIfClosed = function() {
929
929
  if (this.closed)
930
- throw new Ei();
930
+ throw new Pi();
931
931
  }, t.prototype.next = function(r) {
932
932
  var i = this;
933
- ve(function() {
933
+ _e(function() {
934
934
  var n, o;
935
935
  if (i._throwIfClosed(), !i.isStopped) {
936
936
  i.currentObservers || (i.currentObservers = Array.from(i.observers));
937
937
  try {
938
- for (var s = Xe(i.currentObservers), a = s.next(); !a.done; a = s.next()) {
939
- var l = a.value;
938
+ for (var a = Ye(i.currentObservers), s = a.next(); !s.done; s = a.next()) {
939
+ var l = s.value;
940
940
  l.next(r);
941
941
  }
942
942
  } catch (u) {
943
943
  n = { error: u };
944
944
  } finally {
945
945
  try {
946
- a && !a.done && (o = s.return) && o.call(s);
946
+ s && !s.done && (o = a.return) && o.call(a);
947
947
  } finally {
948
948
  if (n) throw n.error;
949
949
  }
@@ -952,7 +952,7 @@ var Ei = Vt(function(e) {
952
952
  });
953
953
  }, t.prototype.error = function(r) {
954
954
  var i = this;
955
- ve(function() {
955
+ _e(function() {
956
956
  if (i._throwIfClosed(), !i.isStopped) {
957
957
  i.hasError = i.isStopped = !0, i.thrownError = r;
958
958
  for (var n = i.observers; n.length; )
@@ -961,7 +961,7 @@ var Ei = Vt(function(e) {
961
961
  });
962
962
  }, t.prototype.complete = function() {
963
963
  var r = this;
964
- ve(function() {
964
+ _e(function() {
965
965
  if (r._throwIfClosed(), !r.isStopped) {
966
966
  r.isStopped = !0;
967
967
  for (var i = r.observers; i.length; )
@@ -982,20 +982,20 @@ var Ei = Vt(function(e) {
982
982
  }, t.prototype._subscribe = function(r) {
983
983
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
984
984
  }, t.prototype._innerSubscribe = function(r) {
985
- var i = this, n = this, o = n.hasError, s = n.isStopped, a = n.observers;
986
- return o || s ? Wt : (this.currentObservers = null, a.push(r), new Se(function() {
987
- i.currentObservers = null, Ze(a, r);
985
+ var i = this, n = this, o = n.hasError, a = n.isStopped, s = n.observers;
986
+ return o || a ? Qt : (this.currentObservers = null, s.push(r), new Ae(function() {
987
+ i.currentObservers = null, qe(s, r);
988
988
  }));
989
989
  }, t.prototype._checkFinalizedStatuses = function(r) {
990
- var i = this, n = i.hasError, o = i.thrownError, s = i.isStopped;
991
- n ? r.error(o) : s && r.complete();
990
+ var i = this, n = i.hasError, o = i.thrownError, a = i.isStopped;
991
+ n ? r.error(o) : a && r.complete();
992
992
  }, t.prototype.asObservable = function() {
993
- var r = new vt();
993
+ var r = new Tt();
994
994
  return r.source = this, r;
995
995
  }, t.create = function(r, i) {
996
- return new _t(r, i);
996
+ return new St(r, i);
997
997
  }, t;
998
- }(vt), _t = function(e) {
998
+ }(Tt), St = function(e) {
999
999
  F(t, e);
1000
1000
  function t(r, i) {
1001
1001
  var n = e.call(this) || this;
@@ -1012,54 +1012,54 @@ var Ei = Vt(function(e) {
1012
1012
  (i = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || i === void 0 || i.call(r);
1013
1013
  }, t.prototype._subscribe = function(r) {
1014
1014
  var i, n;
1015
- return (n = (i = this.source) === null || i === void 0 ? void 0 : i.subscribe(r)) !== null && n !== void 0 ? n : Wt;
1015
+ return (n = (i = this.source) === null || i === void 0 ? void 0 : i.subscribe(r)) !== null && n !== void 0 ? n : Qt;
1016
1016
  }, t;
1017
- }(Qt), Jt = {
1017
+ }(Kt), er = {
1018
1018
  now: function() {
1019
- return (Jt.delegate || Date).now();
1019
+ return (er.delegate || Date).now();
1020
1020
  },
1021
1021
  delegate: void 0
1022
- }, _i = function(e) {
1022
+ }, Hi = function(e) {
1023
1023
  F(t, e);
1024
1024
  function t(r, i, n) {
1025
- r === void 0 && (r = 1 / 0), i === void 0 && (i = 1 / 0), n === void 0 && (n = Jt);
1025
+ r === void 0 && (r = 1 / 0), i === void 0 && (i = 1 / 0), n === void 0 && (n = er);
1026
1026
  var o = e.call(this) || this;
1027
1027
  return o._bufferSize = r, o._windowTime = i, o._timestampProvider = n, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = i === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, i), o;
1028
1028
  }
1029
1029
  return t.prototype.next = function(r) {
1030
- var i = this, n = i.isStopped, o = i._buffer, s = i._infiniteTimeWindow, a = i._timestampProvider, l = i._windowTime;
1031
- n || (o.push(r), !s && o.push(a.now() + l)), this._trimBuffer(), e.prototype.next.call(this, r);
1030
+ var i = this, n = i.isStopped, o = i._buffer, a = i._infiniteTimeWindow, s = i._timestampProvider, l = i._windowTime;
1031
+ n || (o.push(r), !a && o.push(s.now() + l)), this._trimBuffer(), e.prototype.next.call(this, r);
1032
1032
  }, t.prototype._subscribe = function(r) {
1033
1033
  this._throwIfClosed(), this._trimBuffer();
1034
- for (var i = this._innerSubscribe(r), n = this, o = n._infiniteTimeWindow, s = n._buffer, a = s.slice(), l = 0; l < a.length && !r.closed; l += o ? 1 : 2)
1035
- r.next(a[l]);
1034
+ for (var i = this._innerSubscribe(r), n = this, o = n._infiniteTimeWindow, a = n._buffer, s = a.slice(), l = 0; l < s.length && !r.closed; l += o ? 1 : 2)
1035
+ r.next(s[l]);
1036
1036
  return this._checkFinalizedStatuses(r), i;
1037
1037
  }, t.prototype._trimBuffer = function() {
1038
- var r = this, i = r._bufferSize, n = r._timestampProvider, o = r._buffer, s = r._infiniteTimeWindow, a = (s ? 1 : 2) * i;
1039
- if (i < 1 / 0 && a < o.length && o.splice(0, o.length - a), !s) {
1038
+ var r = this, i = r._bufferSize, n = r._timestampProvider, o = r._buffer, a = r._infiniteTimeWindow, s = (a ? 1 : 2) * i;
1039
+ if (i < 1 / 0 && s < o.length && o.splice(0, o.length - s), !a) {
1040
1040
  for (var l = n.now(), u = 0, h = 1; h < o.length && o[h] <= l; h += 2)
1041
1041
  u = h;
1042
1042
  u && o.splice(0, u + 1);
1043
1043
  }
1044
1044
  }, t;
1045
- }(Qt);
1046
- const xt = [], Tt = {}, xi = (e, t = 0) => {
1047
- if (xt.indexOf(e) == -1) {
1048
- const r = new _i(t);
1049
- Tt[e] = r, xt.push(e);
1045
+ }(Kt);
1046
+ const wt = [], At = {}, Ii = (e, t = 0) => {
1047
+ if (wt.indexOf(e) == -1) {
1048
+ const r = new Hi(t);
1049
+ At[e] = r, wt.push(e);
1050
1050
  }
1051
- return Tt[e];
1051
+ return At[e];
1052
1052
  }, Q = [];
1053
- function Ti(e, t) {
1053
+ function Bi(e, t) {
1054
1054
  return {
1055
- subscribe: we(e, t).subscribe
1055
+ subscribe: Pe(e, t).subscribe
1056
1056
  };
1057
1057
  }
1058
- function we(e, t = B) {
1058
+ function Pe(e, t = O) {
1059
1059
  let r;
1060
1060
  const i = /* @__PURE__ */ new Set();
1061
- function n(a) {
1062
- if (Ft(e, a) && (e = a, r)) {
1061
+ function n(s) {
1062
+ if (Wt(e, s) && (e = s, r)) {
1063
1063
  const l = !Q.length;
1064
1064
  for (const u of i)
1065
1065
  u[1](), Q.push(u, e);
@@ -1070,40 +1070,40 @@ function we(e, t = B) {
1070
1070
  }
1071
1071
  }
1072
1072
  }
1073
- function o(a) {
1074
- n(a(e));
1073
+ function o(s) {
1074
+ n(s(e));
1075
1075
  }
1076
- function s(a, l = B) {
1077
- const u = [a, l];
1078
- return i.add(u), i.size === 1 && (r = t(n, o) || B), a(e), () => {
1076
+ function a(s, l = O) {
1077
+ const u = [s, l];
1078
+ return i.add(u), i.size === 1 && (r = t(n, o) || O), s(e), () => {
1079
1079
  i.delete(u), i.size === 0 && r && (r(), r = null);
1080
1080
  };
1081
1081
  }
1082
- return { set: n, update: o, subscribe: s };
1082
+ return { set: n, update: o, subscribe: a };
1083
1083
  }
1084
1084
  function ie(e, t, r) {
1085
1085
  const i = !Array.isArray(e), n = i ? [e] : e;
1086
1086
  if (!n.every(Boolean))
1087
1087
  throw new Error("derived() expects stores as input, got a falsy value");
1088
1088
  const o = t.length < 2;
1089
- return Ti(r, (s, a) => {
1089
+ return Bi(r, (a, s) => {
1090
1090
  let l = !1;
1091
1091
  const u = [];
1092
- let h = 0, c = B;
1092
+ let h = 0, c = O;
1093
1093
  const f = () => {
1094
1094
  if (h)
1095
1095
  return;
1096
1096
  c();
1097
- const b = t(i ? u[0] : u, s, a);
1098
- o ? s(b) : c = nt(b) ? b : B;
1097
+ const y = t(i ? u[0] : u, a, s);
1098
+ o ? a(y) : c = ut(y) ? y : O;
1099
1099
  }, p = n.map(
1100
- (b, m) => jt(
1101
- b,
1102
- (y) => {
1103
- u[m] = y, h &= ~(1 << m), l && f();
1100
+ (y, d) => Xt(
1101
+ y,
1102
+ (b) => {
1103
+ u[d] = b, h &= ~(1 << d), l && f();
1104
1104
  },
1105
1105
  () => {
1106
- h |= 1 << m;
1106
+ h |= 1 << d;
1107
1107
  }
1108
1108
  )
1109
1109
  );
@@ -1112,70 +1112,70 @@ function ie(e, t, r) {
1112
1112
  };
1113
1113
  });
1114
1114
  }
1115
- function Li(e) {
1115
+ function Oi(e) {
1116
1116
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1117
1117
  }
1118
- var Si = function(t) {
1119
- return wi(t) && !Pi(t);
1118
+ var Ci = function(t) {
1119
+ return Ni(t) && !Ri(t);
1120
1120
  };
1121
- function wi(e) {
1121
+ function Ni(e) {
1122
1122
  return !!e && typeof e == "object";
1123
1123
  }
1124
- function Pi(e) {
1124
+ function Ri(e) {
1125
1125
  var t = Object.prototype.toString.call(e);
1126
- return t === "[object RegExp]" || t === "[object Date]" || Ii(e);
1126
+ return t === "[object RegExp]" || t === "[object Date]" || $i(e);
1127
1127
  }
1128
- var Ai = typeof Symbol == "function" && Symbol.for, Hi = Ai ? Symbol.for("react.element") : 60103;
1129
- function Ii(e) {
1130
- return e.$$typeof === Hi;
1128
+ var Mi = typeof Symbol == "function" && Symbol.for, Di = Mi ? Symbol.for("react.element") : 60103;
1129
+ function $i(e) {
1130
+ return e.$$typeof === Di;
1131
1131
  }
1132
- function Bi(e) {
1132
+ function Ui(e) {
1133
1133
  return Array.isArray(e) ? [] : {};
1134
1134
  }
1135
1135
  function he(e, t) {
1136
- return t.clone !== !1 && t.isMergeableObject(e) ? K(Bi(e), e, t) : e;
1136
+ return t.clone !== !1 && t.isMergeableObject(e) ? K(Ui(e), e, t) : e;
1137
1137
  }
1138
- function Oi(e, t, r) {
1138
+ function Gi(e, t, r) {
1139
1139
  return e.concat(t).map(function(i) {
1140
1140
  return he(i, r);
1141
1141
  });
1142
1142
  }
1143
- function Ci(e, t) {
1143
+ function Fi(e, t) {
1144
1144
  if (!t.customMerge)
1145
1145
  return K;
1146
1146
  var r = t.customMerge(e);
1147
1147
  return typeof r == "function" ? r : K;
1148
1148
  }
1149
- function Ni(e) {
1149
+ function ji(e) {
1150
1150
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1151
1151
  return Object.propertyIsEnumerable.call(e, t);
1152
1152
  }) : [];
1153
1153
  }
1154
- function Lt(e) {
1155
- return Object.keys(e).concat(Ni(e));
1154
+ function Pt(e) {
1155
+ return Object.keys(e).concat(ji(e));
1156
1156
  }
1157
- function Yt(e, t) {
1157
+ function tr(e, t) {
1158
1158
  try {
1159
1159
  return t in e;
1160
1160
  } catch (r) {
1161
1161
  return !1;
1162
1162
  }
1163
1163
  }
1164
- function Ri(e, t) {
1165
- return Yt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1164
+ function ki(e, t) {
1165
+ return tr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1166
1166
  }
1167
- function Mi(e, t, r) {
1167
+ function Vi(e, t, r) {
1168
1168
  var i = {};
1169
- return r.isMergeableObject(e) && Lt(e).forEach(function(n) {
1169
+ return r.isMergeableObject(e) && Pt(e).forEach(function(n) {
1170
1170
  i[n] = he(e[n], r);
1171
- }), Lt(t).forEach(function(n) {
1172
- Ri(e, n) || (Yt(e, n) && r.isMergeableObject(t[n]) ? i[n] = Ci(n, r)(e[n], t[n], r) : i[n] = he(t[n], r));
1171
+ }), Pt(t).forEach(function(n) {
1172
+ ki(e, n) || (tr(e, n) && r.isMergeableObject(t[n]) ? i[n] = Fi(n, r)(e[n], t[n], r) : i[n] = he(t[n], r));
1173
1173
  }), i;
1174
1174
  }
1175
1175
  function K(e, t, r) {
1176
- r = r || {}, r.arrayMerge = r.arrayMerge || Oi, r.isMergeableObject = r.isMergeableObject || Si, r.cloneUnlessOtherwiseSpecified = he;
1176
+ r = r || {}, r.arrayMerge = r.arrayMerge || Gi, r.isMergeableObject = r.isMergeableObject || Ci, r.cloneUnlessOtherwiseSpecified = he;
1177
1177
  var i = Array.isArray(t), n = Array.isArray(e), o = i === n;
1178
- return o ? i ? r.arrayMerge(e, t, r) : Mi(e, t, r) : he(t, r);
1178
+ return o ? i ? r.arrayMerge(e, t, r) : Vi(e, t, r) : he(t, r);
1179
1179
  }
1180
1180
  K.all = function(t, r) {
1181
1181
  if (!Array.isArray(t))
@@ -1184,107 +1184,107 @@ K.all = function(t, r) {
1184
1184
  return K(i, n, r);
1185
1185
  }, {});
1186
1186
  };
1187
- var Di = K, $i = Di;
1188
- const Ui = /* @__PURE__ */ Li($i);
1189
- function De(e, t) {
1190
- var r = t && t.cache ? t.cache : Wi, i = t && t.serializer ? t.serializer : Vi, n = t && t.strategy ? t.strategy : Fi;
1187
+ var Wi = K, Xi = Wi;
1188
+ const zi = /* @__PURE__ */ Oi(Xi);
1189
+ function Ge(e, t) {
1190
+ var r = t && t.cache ? t.cache : Ki, i = t && t.serializer ? t.serializer : qi, n = t && t.strategy ? t.strategy : Qi;
1191
1191
  return n(e, {
1192
1192
  cache: r,
1193
1193
  serializer: i
1194
1194
  });
1195
1195
  }
1196
- function Gi(e) {
1196
+ function Zi(e) {
1197
1197
  return e == null || typeof e == "number" || typeof e == "boolean";
1198
1198
  }
1199
- function qt(e, t, r, i) {
1200
- var n = Gi(i) ? i : r(i), o = t.get(n);
1199
+ function rr(e, t, r, i) {
1200
+ var n = Zi(i) ? i : r(i), o = t.get(n);
1201
1201
  return typeof o == "undefined" && (o = e.call(this, i), t.set(n, o)), o;
1202
1202
  }
1203
- function Kt(e, t, r) {
1203
+ function ir(e, t, r) {
1204
1204
  var i = Array.prototype.slice.call(arguments, 3), n = r(i), o = t.get(n);
1205
1205
  return typeof o == "undefined" && (o = e.apply(this, i), t.set(n, o)), o;
1206
1206
  }
1207
- function ot(e, t, r, i, n) {
1207
+ function lt(e, t, r, i, n) {
1208
1208
  return r.bind(t, e, i, n);
1209
1209
  }
1210
- function Fi(e, t) {
1211
- var r = e.length === 1 ? qt : Kt;
1212
- return ot(e, this, r, t.cache.create(), t.serializer);
1210
+ function Qi(e, t) {
1211
+ var r = e.length === 1 ? rr : ir;
1212
+ return lt(e, this, r, t.cache.create(), t.serializer);
1213
1213
  }
1214
- function ji(e, t) {
1215
- return ot(e, this, Kt, t.cache.create(), t.serializer);
1214
+ function Yi(e, t) {
1215
+ return lt(e, this, ir, t.cache.create(), t.serializer);
1216
1216
  }
1217
- function ki(e, t) {
1218
- return ot(e, this, qt, t.cache.create(), t.serializer);
1217
+ function Ji(e, t) {
1218
+ return lt(e, this, rr, t.cache.create(), t.serializer);
1219
1219
  }
1220
- var Vi = function() {
1220
+ var qi = function() {
1221
1221
  return JSON.stringify(arguments);
1222
1222
  };
1223
- function st() {
1223
+ function ht() {
1224
1224
  this.cache = /* @__PURE__ */ Object.create(null);
1225
1225
  }
1226
- st.prototype.get = function(e) {
1226
+ ht.prototype.get = function(e) {
1227
1227
  return this.cache[e];
1228
1228
  };
1229
- st.prototype.set = function(e, t) {
1229
+ ht.prototype.set = function(e, t) {
1230
1230
  this.cache[e] = t;
1231
1231
  };
1232
- var Wi = {
1232
+ var Ki = {
1233
1233
  create: function() {
1234
- return new st();
1234
+ return new ht();
1235
1235
  }
1236
- }, $e = {
1237
- variadic: ji,
1238
- monadic: ki
1239
- }, v;
1236
+ }, Fe = {
1237
+ variadic: Yi,
1238
+ monadic: Ji
1239
+ }, g;
1240
1240
  (function(e) {
1241
1241
  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";
1242
- })(v || (v = {}));
1243
- var w;
1242
+ })(g || (g = {}));
1243
+ var S;
1244
1244
  (function(e) {
1245
1245
  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";
1246
- })(w || (w = {}));
1246
+ })(S || (S = {}));
1247
1247
  var ee;
1248
1248
  (function(e) {
1249
1249
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1250
1250
  })(ee || (ee = {}));
1251
- function St(e) {
1252
- return e.type === w.literal;
1251
+ function Ht(e) {
1252
+ return e.type === S.literal;
1253
1253
  }
1254
- function Xi(e) {
1255
- return e.type === w.argument;
1254
+ function en(e) {
1255
+ return e.type === S.argument;
1256
1256
  }
1257
- function er(e) {
1258
- return e.type === w.number;
1257
+ function nr(e) {
1258
+ return e.type === S.number;
1259
1259
  }
1260
- function tr(e) {
1261
- return e.type === w.date;
1260
+ function or(e) {
1261
+ return e.type === S.date;
1262
1262
  }
1263
- function rr(e) {
1264
- return e.type === w.time;
1263
+ function sr(e) {
1264
+ return e.type === S.time;
1265
1265
  }
1266
- function ir(e) {
1267
- return e.type === w.select;
1266
+ function ar(e) {
1267
+ return e.type === S.select;
1268
1268
  }
1269
- function nr(e) {
1270
- return e.type === w.plural;
1269
+ function ur(e) {
1270
+ return e.type === S.plural;
1271
1271
  }
1272
- function zi(e) {
1273
- return e.type === w.pound;
1272
+ function tn(e) {
1273
+ return e.type === S.pound;
1274
1274
  }
1275
- function or(e) {
1276
- return e.type === w.tag;
1275
+ function lr(e) {
1276
+ return e.type === S.tag;
1277
1277
  }
1278
- function sr(e) {
1278
+ function hr(e) {
1279
1279
  return !!(e && typeof e == "object" && e.type === ee.number);
1280
1280
  }
1281
- function Je(e) {
1281
+ function et(e) {
1282
1282
  return !!(e && typeof e == "object" && e.type === ee.dateTime);
1283
1283
  }
1284
- var ar = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Zi = /(?:[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;
1285
- function Qi(e) {
1284
+ var cr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, rn = /(?:[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;
1285
+ function nn(e) {
1286
1286
  var t = {};
1287
- return e.replace(Zi, function(r) {
1287
+ return e.replace(rn, function(r) {
1288
1288
  var i = r.length;
1289
1289
  switch (r[0]) {
1290
1290
  case "G":
@@ -1373,36 +1373,36 @@ function Qi(e) {
1373
1373
  return "";
1374
1374
  }), t;
1375
1375
  }
1376
- var Ji = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1377
- function Yi(e) {
1376
+ var on = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1377
+ function sn(e) {
1378
1378
  if (e.length === 0)
1379
1379
  throw new Error("Number skeleton cannot be empty");
1380
- for (var t = e.split(Ji).filter(function(f) {
1380
+ for (var t = e.split(on).filter(function(f) {
1381
1381
  return f.length > 0;
1382
1382
  }), r = [], i = 0, n = t; i < n.length; i++) {
1383
- var o = n[i], s = o.split("/");
1384
- if (s.length === 0)
1383
+ var o = n[i], a = o.split("/");
1384
+ if (a.length === 0)
1385
1385
  throw new Error("Invalid number skeleton");
1386
- for (var a = s[0], l = s.slice(1), u = 0, h = l; u < h.length; u++) {
1386
+ for (var s = a[0], l = a.slice(1), u = 0, h = l; u < h.length; u++) {
1387
1387
  var c = h[u];
1388
1388
  if (c.length === 0)
1389
1389
  throw new Error("Invalid number skeleton");
1390
1390
  }
1391
- r.push({ stem: a, options: l });
1391
+ r.push({ stem: s, options: l });
1392
1392
  }
1393
1393
  return r;
1394
1394
  }
1395
- function qi(e) {
1395
+ function an(e) {
1396
1396
  return e.replace(/^(.*?)-/, "");
1397
1397
  }
1398
- var wt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, ur = /^(@+)?(\+|#+)?[rs]?$/g, Ki = /(\*)(0+)|(#+)(0+)|(0+)/g, lr = /^(0+)$/;
1399
- function Pt(e) {
1398
+ var It = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, fr = /^(@+)?(\+|#+)?[rs]?$/g, un = /(\*)(0+)|(#+)(0+)|(0+)/g, mr = /^(0+)$/;
1399
+ function Bt(e) {
1400
1400
  var t = {};
1401
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(ur, function(r, i, n) {
1401
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(fr, function(r, i, n) {
1402
1402
  return typeof n != "string" ? (t.minimumSignificantDigits = i.length, t.maximumSignificantDigits = i.length) : n === "+" ? t.minimumSignificantDigits = i.length : i[0] === "#" ? t.maximumSignificantDigits = i.length : (t.minimumSignificantDigits = i.length, t.maximumSignificantDigits = i.length + (typeof n == "string" ? n.length : 0)), "";
1403
1403
  }), t;
1404
1404
  }
1405
- function hr(e) {
1405
+ function pr(e) {
1406
1406
  switch (e) {
1407
1407
  case "sign-auto":
1408
1408
  return {
@@ -1442,7 +1442,7 @@ function hr(e) {
1442
1442
  };
1443
1443
  }
1444
1444
  }
1445
- function en(e) {
1445
+ function ln(e) {
1446
1446
  var t;
1447
1447
  if (e[0] === "E" && e[1] === "E" ? (t = {
1448
1448
  notation: "engineering"
@@ -1450,17 +1450,17 @@ function en(e) {
1450
1450
  notation: "scientific"
1451
1451
  }, e = e.slice(1)), t) {
1452
1452
  var r = e.slice(0, 2);
1453
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !lr.test(e))
1453
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !mr.test(e))
1454
1454
  throw new Error("Malformed concise eng/scientific notation");
1455
1455
  t.minimumIntegerDigits = e.length;
1456
1456
  }
1457
1457
  return t;
1458
1458
  }
1459
- function At(e) {
1460
- var t = {}, r = hr(e);
1459
+ function Ot(e) {
1460
+ var t = {}, r = pr(e);
1461
1461
  return r || t;
1462
1462
  }
1463
- function tn(e) {
1463
+ function hn(e) {
1464
1464
  for (var t = {}, r = 0, i = e; r < i.length; r++) {
1465
1465
  var n = i[r];
1466
1466
  switch (n.stem) {
@@ -1484,7 +1484,7 @@ function tn(e) {
1484
1484
  continue;
1485
1485
  case "measure-unit":
1486
1486
  case "unit":
1487
- t.style = "unit", t.unit = qi(n.options[0]);
1487
+ t.style = "unit", t.unit = an(n.options[0]);
1488
1488
  continue;
1489
1489
  case "compact-short":
1490
1490
  case "K":
@@ -1496,12 +1496,12 @@ function tn(e) {
1496
1496
  continue;
1497
1497
  case "scientific":
1498
1498
  t = _(_(_({}, t), { notation: "scientific" }), n.options.reduce(function(l, u) {
1499
- return _(_({}, l), At(u));
1499
+ return _(_({}, l), Ot(u));
1500
1500
  }, {}));
1501
1501
  continue;
1502
1502
  case "engineering":
1503
1503
  t = _(_(_({}, t), { notation: "engineering" }), n.options.reduce(function(l, u) {
1504
- return _(_({}, l), At(u));
1504
+ return _(_({}, l), Ot(u));
1505
1505
  }, {}));
1506
1506
  continue;
1507
1507
  case "notation-simple":
@@ -1546,7 +1546,7 @@ function tn(e) {
1546
1546
  case "integer-width":
1547
1547
  if (n.options.length > 1)
1548
1548
  throw new RangeError("integer-width stems only accept a single optional option");
1549
- n.options[0].replace(Ki, function(l, u, h, c, f, p) {
1549
+ n.options[0].replace(un, function(l, u, h, c, f, p) {
1550
1550
  if (u)
1551
1551
  t.minimumIntegerDigits = h.length;
1552
1552
  else {
@@ -1559,32 +1559,32 @@ function tn(e) {
1559
1559
  });
1560
1560
  continue;
1561
1561
  }
1562
- if (lr.test(n.stem)) {
1562
+ if (mr.test(n.stem)) {
1563
1563
  t.minimumIntegerDigits = n.stem.length;
1564
1564
  continue;
1565
1565
  }
1566
- if (wt.test(n.stem)) {
1566
+ if (It.test(n.stem)) {
1567
1567
  if (n.options.length > 1)
1568
1568
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1569
- n.stem.replace(wt, function(l, u, h, c, f, p) {
1569
+ n.stem.replace(It, function(l, u, h, c, f, p) {
1570
1570
  return h === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && p ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1571
1571
  });
1572
1572
  var o = n.options[0];
1573
- o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), Pt(o)));
1573
+ o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), Bt(o)));
1574
1574
  continue;
1575
1575
  }
1576
- if (ur.test(n.stem)) {
1577
- t = _(_({}, t), Pt(n.stem));
1576
+ if (fr.test(n.stem)) {
1577
+ t = _(_({}, t), Bt(n.stem));
1578
1578
  continue;
1579
1579
  }
1580
- var s = hr(n.stem);
1581
- s && (t = _(_({}, t), s));
1582
- var a = en(n.stem);
1580
+ var a = pr(n.stem);
1583
1581
  a && (t = _(_({}, t), a));
1582
+ var s = ln(n.stem);
1583
+ s && (t = _(_({}, t), s));
1584
1584
  }
1585
1585
  return t;
1586
1586
  }
1587
- var be = {
1587
+ var ve = {
1588
1588
  "001": [
1589
1589
  "H",
1590
1590
  "h"
@@ -2999,22 +2999,22 @@ var be = {
2999
2999
  "h"
3000
3000
  ]
3001
3001
  };
3002
- function rn(e, t) {
3002
+ function cn(e, t) {
3003
3003
  for (var r = "", i = 0; i < e.length; i++) {
3004
3004
  var n = e.charAt(i);
3005
3005
  if (n === "j") {
3006
3006
  for (var o = 0; i + 1 < e.length && e.charAt(i + 1) === n; )
3007
3007
  o++, i++;
3008
- var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = nn(t);
3009
- for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
3008
+ var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = fn(t);
3009
+ for ((u == "H" || u == "k") && (s = 0); s-- > 0; )
3010
3010
  r += l;
3011
- for (; s-- > 0; )
3011
+ for (; a-- > 0; )
3012
3012
  r = u + r;
3013
3013
  } else n === "J" ? r += "H" : r += n;
3014
3014
  }
3015
3015
  return r;
3016
3016
  }
3017
- function nn(e) {
3017
+ function fn(e) {
3018
3018
  var t = e.hourCycle;
3019
3019
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
3020
3020
  e.hourCycles && // @ts-ignore
@@ -3033,23 +3033,23 @@ function nn(e) {
3033
3033
  }
3034
3034
  var r = e.language, i;
3035
3035
  r !== "root" && (i = e.maximize().region);
3036
- var n = be[i || ""] || be[r || ""] || be["".concat(r, "-001")] || be["001"];
3036
+ var n = ve[i || ""] || ve[r || ""] || ve["".concat(r, "-001")] || ve["001"];
3037
3037
  return n[0];
3038
3038
  }
3039
- var Ue, on = new RegExp("^".concat(ar.source, "*")), sn = new RegExp("".concat(ar.source, "*$"));
3040
- function E(e, t) {
3039
+ var je, mn = new RegExp("^".concat(cr.source, "*")), pn = new RegExp("".concat(cr.source, "*$"));
3040
+ function v(e, t) {
3041
3041
  return { start: e, end: t };
3042
3042
  }
3043
- var an = !!String.prototype.startsWith && "_a".startsWith("a", 1), un = !!String.fromCodePoint, ln = !!Object.fromEntries, hn = !!String.prototype.codePointAt, cn = !!String.prototype.trimStart, fn = !!String.prototype.trimEnd, mn = !!Number.isSafeInteger, pn = mn ? Number.isSafeInteger : function(e) {
3043
+ var dn = !!String.prototype.startsWith && "_a".startsWith("a", 1), yn = !!String.fromCodePoint, gn = !!Object.fromEntries, bn = !!String.prototype.codePointAt, vn = !!String.prototype.trimStart, En = !!String.prototype.trimEnd, _n = !!Number.isSafeInteger, xn = _n ? Number.isSafeInteger : function(e) {
3044
3044
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3045
- }, Ye = !0;
3045
+ }, tt = !0;
3046
3046
  try {
3047
- var dn = fr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3048
- Ye = ((Ue = dn.exec("a")) === null || Ue === void 0 ? void 0 : Ue[0]) === "a";
3047
+ var Tn = yr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3048
+ tt = ((je = Tn.exec("a")) === null || je === void 0 ? void 0 : je[0]) === "a";
3049
3049
  } catch (e) {
3050
- Ye = !1;
3050
+ tt = !1;
3051
3051
  }
3052
- var Ht = an ? (
3052
+ var Ct = dn ? (
3053
3053
  // Native
3054
3054
  function(t, r, i) {
3055
3055
  return t.startsWith(r, i);
@@ -3059,31 +3059,31 @@ var Ht = an ? (
3059
3059
  function(t, r, i) {
3060
3060
  return t.slice(i, i + r.length) === r;
3061
3061
  }
3062
- ), qe = un ? String.fromCodePoint : (
3062
+ ), rt = yn ? String.fromCodePoint : (
3063
3063
  // IE11
3064
3064
  function() {
3065
3065
  for (var t = [], r = 0; r < arguments.length; r++)
3066
3066
  t[r] = arguments[r];
3067
- for (var i = "", n = t.length, o = 0, s; n > o; ) {
3068
- if (s = t[o++], s > 1114111)
3069
- throw RangeError(s + " is not a valid code point");
3070
- i += s < 65536 ? String.fromCharCode(s) : String.fromCharCode(((s -= 65536) >> 10) + 55296, s % 1024 + 56320);
3067
+ for (var i = "", n = t.length, o = 0, a; n > o; ) {
3068
+ if (a = t[o++], a > 1114111)
3069
+ throw RangeError(a + " is not a valid code point");
3070
+ i += a < 65536 ? String.fromCharCode(a) : String.fromCharCode(((a -= 65536) >> 10) + 55296, a % 1024 + 56320);
3071
3071
  }
3072
3072
  return i;
3073
3073
  }
3074
- ), It = (
3074
+ ), Nt = (
3075
3075
  // native
3076
- ln ? Object.fromEntries : (
3076
+ gn ? Object.fromEntries : (
3077
3077
  // Ponyfill
3078
3078
  function(t) {
3079
3079
  for (var r = {}, i = 0, n = t; i < n.length; i++) {
3080
- var o = n[i], s = o[0], a = o[1];
3081
- r[s] = a;
3080
+ var o = n[i], a = o[0], s = o[1];
3081
+ r[a] = s;
3082
3082
  }
3083
3083
  return r;
3084
3084
  }
3085
3085
  )
3086
- ), cr = hn ? (
3086
+ ), dr = bn ? (
3087
3087
  // Native
3088
3088
  function(t, r) {
3089
3089
  return t.codePointAt(r);
@@ -3097,7 +3097,7 @@ var Ht = an ? (
3097
3097
  return n < 55296 || n > 56319 || r + 1 === i || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? n : (n - 55296 << 10) + (o - 56320) + 65536;
3098
3098
  }
3099
3099
  }
3100
- ), yn = cn ? (
3100
+ ), Ln = vn ? (
3101
3101
  // Native
3102
3102
  function(t) {
3103
3103
  return t.trimStart();
@@ -3105,9 +3105,9 @@ var Ht = an ? (
3105
3105
  ) : (
3106
3106
  // Ponyfill
3107
3107
  function(t) {
3108
- return t.replace(on, "");
3108
+ return t.replace(mn, "");
3109
3109
  }
3110
- ), bn = fn ? (
3110
+ ), Sn = En ? (
3111
3111
  // Native
3112
3112
  function(t) {
3113
3113
  return t.trimEnd();
@@ -3115,32 +3115,32 @@ var Ht = an ? (
3115
3115
  ) : (
3116
3116
  // Ponyfill
3117
3117
  function(t) {
3118
- return t.replace(sn, "");
3118
+ return t.replace(pn, "");
3119
3119
  }
3120
3120
  );
3121
- function fr(e, t) {
3121
+ function yr(e, t) {
3122
3122
  return new RegExp(e, t);
3123
3123
  }
3124
- var Ke;
3125
- if (Ye) {
3126
- var Bt = fr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3127
- Ke = function(t, r) {
3124
+ var it;
3125
+ if (tt) {
3126
+ var Rt = yr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3127
+ it = function(t, r) {
3128
3128
  var i;
3129
- Bt.lastIndex = r;
3130
- var n = Bt.exec(t);
3129
+ Rt.lastIndex = r;
3130
+ var n = Rt.exec(t);
3131
3131
  return (i = n[1]) !== null && i !== void 0 ? i : "";
3132
3132
  };
3133
3133
  } else
3134
- Ke = function(t, r) {
3134
+ it = function(t, r) {
3135
3135
  for (var i = []; ; ) {
3136
- var n = cr(t, r);
3137
- if (n === void 0 || mr(n) || _n(n))
3136
+ var n = dr(t, r);
3137
+ if (n === void 0 || gr(n) || Hn(n))
3138
3138
  break;
3139
3139
  i.push(n), r += n >= 65536 ? 2 : 1;
3140
3140
  }
3141
- return qe.apply(void 0, i);
3141
+ return rt.apply(void 0, i);
3142
3142
  };
3143
- var gn = (
3143
+ var wn = (
3144
3144
  /** @class */
3145
3145
  function() {
3146
3146
  function e(t, r) {
@@ -3154,33 +3154,33 @@ var gn = (
3154
3154
  for (var n = []; !this.isEOF(); ) {
3155
3155
  var o = this.char();
3156
3156
  if (o === 123) {
3157
- var s = this.parseArgument(t, i);
3158
- if (s.err)
3159
- return s;
3160
- n.push(s.val);
3157
+ var a = this.parseArgument(t, i);
3158
+ if (a.err)
3159
+ return a;
3160
+ n.push(a.val);
3161
3161
  } else {
3162
3162
  if (o === 125 && t > 0)
3163
3163
  break;
3164
3164
  if (o === 35 && (r === "plural" || r === "selectordinal")) {
3165
- var a = this.clonePosition();
3165
+ var s = this.clonePosition();
3166
3166
  this.bump(), n.push({
3167
- type: w.pound,
3168
- location: E(a, this.clonePosition())
3167
+ type: S.pound,
3168
+ location: v(s, this.clonePosition())
3169
3169
  });
3170
3170
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
3171
3171
  if (i)
3172
3172
  break;
3173
- return this.error(v.UNMATCHED_CLOSING_TAG, E(this.clonePosition(), this.clonePosition()));
3174
- } else if (o === 60 && !this.ignoreTag && et(this.peek() || 0)) {
3175
- var s = this.parseTag(t, r);
3176
- if (s.err)
3177
- return s;
3178
- n.push(s.val);
3173
+ return this.error(g.UNMATCHED_CLOSING_TAG, v(this.clonePosition(), this.clonePosition()));
3174
+ } else if (o === 60 && !this.ignoreTag && nt(this.peek() || 0)) {
3175
+ var a = this.parseTag(t, r);
3176
+ if (a.err)
3177
+ return a;
3178
+ n.push(a.val);
3179
3179
  } else {
3180
- var s = this.parseLiteral(t, r);
3181
- if (s.err)
3182
- return s;
3183
- n.push(s.val);
3180
+ var a = this.parseLiteral(t, r);
3181
+ if (a.err)
3182
+ return a;
3183
+ n.push(a.val);
3184
3184
  }
3185
3185
  }
3186
3186
  }
@@ -3192,9 +3192,9 @@ var gn = (
3192
3192
  if (this.bumpSpace(), this.bumpIf("/>"))
3193
3193
  return {
3194
3194
  val: {
3195
- type: w.literal,
3195
+ type: S.literal,
3196
3196
  value: "<".concat(n, "/>"),
3197
- location: E(i, this.clonePosition())
3197
+ location: v(i, this.clonePosition())
3198
3198
  },
3199
3199
  err: null
3200
3200
  };
@@ -3202,27 +3202,27 @@ var gn = (
3202
3202
  var o = this.parseMessage(t + 1, r, !0);
3203
3203
  if (o.err)
3204
3204
  return o;
3205
- var s = o.val, a = this.clonePosition();
3205
+ var a = o.val, s = this.clonePosition();
3206
3206
  if (this.bumpIf("</")) {
3207
- if (this.isEOF() || !et(this.char()))
3208
- return this.error(v.INVALID_TAG, E(a, this.clonePosition()));
3207
+ if (this.isEOF() || !nt(this.char()))
3208
+ return this.error(g.INVALID_TAG, v(s, this.clonePosition()));
3209
3209
  var l = this.clonePosition(), u = this.parseTagName();
3210
- return n !== u ? this.error(v.UNMATCHED_CLOSING_TAG, E(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3210
+ return n !== u ? this.error(g.UNMATCHED_CLOSING_TAG, v(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3211
3211
  val: {
3212
- type: w.tag,
3212
+ type: S.tag,
3213
3213
  value: n,
3214
- children: s,
3215
- location: E(i, this.clonePosition())
3214
+ children: a,
3215
+ location: v(i, this.clonePosition())
3216
3216
  },
3217
3217
  err: null
3218
- } : this.error(v.INVALID_TAG, E(a, this.clonePosition())));
3218
+ } : this.error(g.INVALID_TAG, v(s, this.clonePosition())));
3219
3219
  } else
3220
- return this.error(v.UNCLOSED_TAG, E(i, this.clonePosition()));
3220
+ return this.error(g.UNCLOSED_TAG, v(i, this.clonePosition()));
3221
3221
  } else
3222
- return this.error(v.INVALID_TAG, E(i, this.clonePosition()));
3222
+ return this.error(g.INVALID_TAG, v(i, this.clonePosition()));
3223
3223
  }, e.prototype.parseTagName = function() {
3224
3224
  var t = this.offset();
3225
- for (this.bump(); !this.isEOF() && En(this.char()); )
3225
+ for (this.bump(); !this.isEOF() && Pn(this.char()); )
3226
3226
  this.bump();
3227
3227
  return this.message.slice(t, this.offset());
3228
3228
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3232,26 +3232,26 @@ var gn = (
3232
3232
  n += o;
3233
3233
  continue;
3234
3234
  }
3235
- var s = this.tryParseUnquoted(t, r);
3236
- if (s) {
3237
- n += s;
3238
- continue;
3239
- }
3240
- var a = this.tryParseLeftAngleBracket();
3235
+ var a = this.tryParseUnquoted(t, r);
3241
3236
  if (a) {
3242
3237
  n += a;
3243
3238
  continue;
3244
3239
  }
3240
+ var s = this.tryParseLeftAngleBracket();
3241
+ if (s) {
3242
+ n += s;
3243
+ continue;
3244
+ }
3245
3245
  break;
3246
3246
  }
3247
- var l = E(i, this.clonePosition());
3247
+ var l = v(i, this.clonePosition());
3248
3248
  return {
3249
- val: { type: w.literal, value: n, location: l },
3249
+ val: { type: S.literal, value: n, location: l },
3250
3250
  err: null
3251
3251
  };
3252
3252
  }, e.prototype.tryParseLeftAngleBracket = function() {
3253
3253
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3254
- !vn(this.peek() || 0)) ? (this.bump(), "<") : null;
3254
+ !An(this.peek() || 0)) ? (this.bump(), "<") : null;
3255
3255
  }, e.prototype.tryParseQuote = function(t) {
3256
3256
  if (this.isEOF() || this.char() !== 39)
3257
3257
  return null;
@@ -3285,49 +3285,49 @@ var gn = (
3285
3285
  r.push(i);
3286
3286
  this.bump();
3287
3287
  }
3288
- return qe.apply(void 0, r);
3288
+ return rt.apply(void 0, r);
3289
3289
  }, e.prototype.tryParseUnquoted = function(t, r) {
3290
3290
  if (this.isEOF())
3291
3291
  return null;
3292
3292
  var i = this.char();
3293
- return i === 60 || i === 123 || i === 35 && (r === "plural" || r === "selectordinal") || i === 125 && t > 0 ? null : (this.bump(), qe(i));
3293
+ return i === 60 || i === 123 || i === 35 && (r === "plural" || r === "selectordinal") || i === 125 && t > 0 ? null : (this.bump(), rt(i));
3294
3294
  }, e.prototype.parseArgument = function(t, r) {
3295
3295
  var i = this.clonePosition();
3296
3296
  if (this.bump(), this.bumpSpace(), this.isEOF())
3297
- return this.error(v.EXPECT_ARGUMENT_CLOSING_BRACE, E(i, this.clonePosition()));
3297
+ return this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE, v(i, this.clonePosition()));
3298
3298
  if (this.char() === 125)
3299
- return this.bump(), this.error(v.EMPTY_ARGUMENT, E(i, this.clonePosition()));
3299
+ return this.bump(), this.error(g.EMPTY_ARGUMENT, v(i, this.clonePosition()));
3300
3300
  var n = this.parseIdentifierIfPossible().value;
3301
3301
  if (!n)
3302
- return this.error(v.MALFORMED_ARGUMENT, E(i, this.clonePosition()));
3302
+ return this.error(g.MALFORMED_ARGUMENT, v(i, this.clonePosition()));
3303
3303
  if (this.bumpSpace(), this.isEOF())
3304
- return this.error(v.EXPECT_ARGUMENT_CLOSING_BRACE, E(i, this.clonePosition()));
3304
+ return this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE, v(i, this.clonePosition()));
3305
3305
  switch (this.char()) {
3306
3306
  case 125:
3307
3307
  return this.bump(), {
3308
3308
  val: {
3309
- type: w.argument,
3309
+ type: S.argument,
3310
3310
  // value does not include the opening and closing braces.
3311
3311
  value: n,
3312
- location: E(i, this.clonePosition())
3312
+ location: v(i, this.clonePosition())
3313
3313
  },
3314
3314
  err: null
3315
3315
  };
3316
3316
  case 44:
3317
- return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(v.EXPECT_ARGUMENT_CLOSING_BRACE, E(i, this.clonePosition())) : this.parseArgumentOptions(t, r, n, i);
3317
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE, v(i, this.clonePosition())) : this.parseArgumentOptions(t, r, n, i);
3318
3318
  default:
3319
- return this.error(v.MALFORMED_ARGUMENT, E(i, this.clonePosition()));
3319
+ return this.error(g.MALFORMED_ARGUMENT, v(i, this.clonePosition()));
3320
3320
  }
3321
3321
  }, e.prototype.parseIdentifierIfPossible = function() {
3322
- var t = this.clonePosition(), r = this.offset(), i = Ke(this.message, r), n = r + i.length;
3322
+ var t = this.clonePosition(), r = this.offset(), i = it(this.message, r), n = r + i.length;
3323
3323
  this.bumpTo(n);
3324
- var o = this.clonePosition(), s = E(t, o);
3325
- return { value: i, location: s };
3324
+ var o = this.clonePosition(), a = v(t, o);
3325
+ return { value: i, location: a };
3326
3326
  }, e.prototype.parseArgumentOptions = function(t, r, i, n) {
3327
- var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, l = this.clonePosition();
3328
- switch (a) {
3327
+ var o, a = this.clonePosition(), s = this.parseIdentifierIfPossible().value, l = this.clonePosition();
3328
+ switch (s) {
3329
3329
  case "":
3330
- return this.error(v.EXPECT_ARGUMENT_TYPE, E(s, l));
3330
+ return this.error(g.EXPECT_ARGUMENT_TYPE, v(a, l));
3331
3331
  case "number":
3332
3332
  case "date":
3333
3333
  case "time": {
@@ -3338,46 +3338,46 @@ var gn = (
3338
3338
  var h = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
3339
3339
  if (c.err)
3340
3340
  return c;
3341
- var f = bn(c.val);
3341
+ var f = Sn(c.val);
3342
3342
  if (f.length === 0)
3343
- return this.error(v.EXPECT_ARGUMENT_STYLE, E(this.clonePosition(), this.clonePosition()));
3344
- var p = E(h, this.clonePosition());
3343
+ return this.error(g.EXPECT_ARGUMENT_STYLE, v(this.clonePosition(), this.clonePosition()));
3344
+ var p = v(h, this.clonePosition());
3345
3345
  u = { style: f, styleLocation: p };
3346
3346
  }
3347
- var b = this.tryParseArgumentClose(n);
3348
- if (b.err)
3349
- return b;
3350
- var m = E(n, this.clonePosition());
3351
- if (u && Ht(u == null ? void 0 : u.style, "::", 0)) {
3352
- var y = yn(u.style.slice(2));
3353
- if (a === "number") {
3354
- var c = this.parseNumberSkeletonFromString(y, u.styleLocation);
3347
+ var y = this.tryParseArgumentClose(n);
3348
+ if (y.err)
3349
+ return y;
3350
+ var d = v(n, this.clonePosition());
3351
+ if (u && Ct(u == null ? void 0 : u.style, "::", 0)) {
3352
+ var b = Ln(u.style.slice(2));
3353
+ if (s === "number") {
3354
+ var c = this.parseNumberSkeletonFromString(b, u.styleLocation);
3355
3355
  return c.err ? c : {
3356
- val: { type: w.number, value: i, location: m, style: c.val },
3356
+ val: { type: S.number, value: i, location: d, style: c.val },
3357
3357
  err: null
3358
3358
  };
3359
3359
  } else {
3360
- if (y.length === 0)
3361
- return this.error(v.EXPECT_DATE_TIME_SKELETON, m);
3362
- var L = y;
3363
- this.locale && (L = rn(y, this.locale));
3360
+ if (b.length === 0)
3361
+ return this.error(g.EXPECT_DATE_TIME_SKELETON, d);
3362
+ var w = b;
3363
+ this.locale && (w = cn(b, this.locale));
3364
3364
  var f = {
3365
3365
  type: ee.dateTime,
3366
- pattern: L,
3366
+ pattern: w,
3367
3367
  location: u.styleLocation,
3368
- parsedOptions: this.shouldParseSkeletons ? Qi(L) : {}
3369
- }, g = a === "date" ? w.date : w.time;
3368
+ parsedOptions: this.shouldParseSkeletons ? nn(w) : {}
3369
+ }, E = s === "date" ? S.date : S.time;
3370
3370
  return {
3371
- val: { type: g, value: i, location: m, style: f },
3371
+ val: { type: E, value: i, location: d, style: f },
3372
3372
  err: null
3373
3373
  };
3374
3374
  }
3375
3375
  }
3376
3376
  return {
3377
3377
  val: {
3378
- type: a === "number" ? w.number : a === "date" ? w.date : w.time,
3378
+ type: s === "number" ? S.number : s === "date" ? S.date : S.time,
3379
3379
  value: i,
3380
- location: m,
3380
+ location: d,
3381
3381
  style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
3382
3382
  },
3383
3383
  err: null
@@ -3386,52 +3386,52 @@ var gn = (
3386
3386
  case "plural":
3387
3387
  case "selectordinal":
3388
3388
  case "select": {
3389
- var S = this.clonePosition();
3389
+ var H = this.clonePosition();
3390
3390
  if (this.bumpSpace(), !this.bumpIf(","))
3391
- return this.error(v.EXPECT_SELECT_ARGUMENT_OPTIONS, E(S, _({}, S)));
3391
+ return this.error(g.EXPECT_SELECT_ARGUMENT_OPTIONS, v(H, _({}, H)));
3392
3392
  this.bumpSpace();
3393
- var D = this.parseIdentifierIfPossible(), O = 0;
3394
- if (a !== "select" && D.value === "offset") {
3393
+ var D = this.parseIdentifierIfPossible(), N = 0;
3394
+ if (s !== "select" && D.value === "offset") {
3395
3395
  if (!this.bumpIf(":"))
3396
- return this.error(v.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, E(this.clonePosition(), this.clonePosition()));
3396
+ return this.error(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, v(this.clonePosition(), this.clonePosition()));
3397
3397
  this.bumpSpace();
3398
- var c = this.tryParseDecimalInteger(v.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, v.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3398
+ var c = this.tryParseDecimalInteger(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, g.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3399
3399
  if (c.err)
3400
3400
  return c;
3401
- this.bumpSpace(), D = this.parseIdentifierIfPossible(), O = c.val;
3401
+ this.bumpSpace(), D = this.parseIdentifierIfPossible(), N = c.val;
3402
3402
  }
3403
- var U = this.tryParsePluralOrSelectOptions(t, a, r, D);
3404
- if (U.err)
3405
- return U;
3406
- var b = this.tryParseArgumentClose(n);
3407
- if (b.err)
3408
- return b;
3409
- var V = E(n, this.clonePosition());
3410
- return a === "select" ? {
3403
+ var $ = this.tryParsePluralOrSelectOptions(t, s, r, D);
3404
+ if ($.err)
3405
+ return $;
3406
+ var y = this.tryParseArgumentClose(n);
3407
+ if (y.err)
3408
+ return y;
3409
+ var W = v(n, this.clonePosition());
3410
+ return s === "select" ? {
3411
3411
  val: {
3412
- type: w.select,
3412
+ type: S.select,
3413
3413
  value: i,
3414
- options: It(U.val),
3415
- location: V
3414
+ options: Nt($.val),
3415
+ location: W
3416
3416
  },
3417
3417
  err: null
3418
3418
  } : {
3419
3419
  val: {
3420
- type: w.plural,
3420
+ type: S.plural,
3421
3421
  value: i,
3422
- options: It(U.val),
3423
- offset: O,
3424
- pluralType: a === "plural" ? "cardinal" : "ordinal",
3425
- location: V
3422
+ options: Nt($.val),
3423
+ offset: N,
3424
+ pluralType: s === "plural" ? "cardinal" : "ordinal",
3425
+ location: W
3426
3426
  },
3427
3427
  err: null
3428
3428
  };
3429
3429
  }
3430
3430
  default:
3431
- return this.error(v.INVALID_ARGUMENT_TYPE, E(s, l));
3431
+ return this.error(g.INVALID_ARGUMENT_TYPE, v(a, l));
3432
3432
  }
3433
3433
  }, e.prototype.tryParseArgumentClose = function(t) {
3434
- return this.isEOF() || this.char() !== 125 ? this.error(v.EXPECT_ARGUMENT_CLOSING_BRACE, E(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
3434
+ return this.isEOF() || this.char() !== 125 ? this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE, v(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
3435
3435
  }, e.prototype.parseSimpleArgStyleIfPossible = function() {
3436
3436
  for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
3437
3437
  var i = this.char();
@@ -3440,7 +3440,7 @@ var gn = (
3440
3440
  this.bump();
3441
3441
  var n = this.clonePosition();
3442
3442
  if (!this.bumpUntil("'"))
3443
- return this.error(v.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, E(n, this.clonePosition()));
3443
+ return this.error(g.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, v(n, this.clonePosition()));
3444
3444
  this.bump();
3445
3445
  break;
3446
3446
  }
@@ -3470,64 +3470,64 @@ var gn = (
3470
3470
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3471
3471
  var i = [];
3472
3472
  try {
3473
- i = Yi(t);
3473
+ i = sn(t);
3474
3474
  } catch (n) {
3475
- return this.error(v.INVALID_NUMBER_SKELETON, r);
3475
+ return this.error(g.INVALID_NUMBER_SKELETON, r);
3476
3476
  }
3477
3477
  return {
3478
3478
  val: {
3479
3479
  type: ee.number,
3480
3480
  tokens: i,
3481
3481
  location: r,
3482
- parsedOptions: this.shouldParseSkeletons ? tn(i) : {}
3482
+ parsedOptions: this.shouldParseSkeletons ? hn(i) : {}
3483
3483
  },
3484
3484
  err: null
3485
3485
  };
3486
3486
  }, e.prototype.tryParsePluralOrSelectOptions = function(t, r, i, n) {
3487
- for (var o, s = !1, a = [], l = /* @__PURE__ */ new Set(), u = n.value, h = n.location; ; ) {
3487
+ for (var o, a = !1, s = [], l = /* @__PURE__ */ new Set(), u = n.value, h = n.location; ; ) {
3488
3488
  if (u.length === 0) {
3489
3489
  var c = this.clonePosition();
3490
3490
  if (r !== "select" && this.bumpIf("=")) {
3491
- var f = this.tryParseDecimalInteger(v.EXPECT_PLURAL_ARGUMENT_SELECTOR, v.INVALID_PLURAL_ARGUMENT_SELECTOR);
3491
+ var f = this.tryParseDecimalInteger(g.EXPECT_PLURAL_ARGUMENT_SELECTOR, g.INVALID_PLURAL_ARGUMENT_SELECTOR);
3492
3492
  if (f.err)
3493
3493
  return f;
3494
- h = E(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
3494
+ h = v(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
3495
3495
  } else
3496
3496
  break;
3497
3497
  }
3498
3498
  if (l.has(u))
3499
- return this.error(r === "select" ? v.DUPLICATE_SELECT_ARGUMENT_SELECTOR : v.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3500
- u === "other" && (s = !0), this.bumpSpace();
3499
+ return this.error(r === "select" ? g.DUPLICATE_SELECT_ARGUMENT_SELECTOR : g.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3500
+ u === "other" && (a = !0), this.bumpSpace();
3501
3501
  var p = this.clonePosition();
3502
3502
  if (!this.bumpIf("{"))
3503
- return this.error(r === "select" ? v.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : v.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, E(this.clonePosition(), this.clonePosition()));
3504
- var b = this.parseMessage(t + 1, r, i);
3505
- if (b.err)
3506
- return b;
3507
- var m = this.tryParseArgumentClose(p);
3508
- if (m.err)
3509
- return m;
3510
- a.push([
3503
+ return this.error(r === "select" ? g.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : g.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, v(this.clonePosition(), this.clonePosition()));
3504
+ var y = this.parseMessage(t + 1, r, i);
3505
+ if (y.err)
3506
+ return y;
3507
+ var d = this.tryParseArgumentClose(p);
3508
+ if (d.err)
3509
+ return d;
3510
+ s.push([
3511
3511
  u,
3512
3512
  {
3513
- value: b.val,
3514
- location: E(p, this.clonePosition())
3513
+ value: y.val,
3514
+ location: v(p, this.clonePosition())
3515
3515
  }
3516
3516
  ]), l.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, h = o.location;
3517
3517
  }
3518
- return a.length === 0 ? this.error(r === "select" ? v.EXPECT_SELECT_ARGUMENT_SELECTOR : v.EXPECT_PLURAL_ARGUMENT_SELECTOR, E(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !s ? this.error(v.MISSING_OTHER_CLAUSE, E(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
3518
+ return s.length === 0 ? this.error(r === "select" ? g.EXPECT_SELECT_ARGUMENT_SELECTOR : g.EXPECT_PLURAL_ARGUMENT_SELECTOR, v(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(g.MISSING_OTHER_CLAUSE, v(this.clonePosition(), this.clonePosition())) : { val: s, err: null };
3519
3519
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
3520
3520
  var i = 1, n = this.clonePosition();
3521
3521
  this.bumpIf("+") || this.bumpIf("-") && (i = -1);
3522
- for (var o = !1, s = 0; !this.isEOF(); ) {
3523
- var a = this.char();
3524
- if (a >= 48 && a <= 57)
3525
- o = !0, s = s * 10 + (a - 48), this.bump();
3522
+ for (var o = !1, a = 0; !this.isEOF(); ) {
3523
+ var s = this.char();
3524
+ if (s >= 48 && s <= 57)
3525
+ o = !0, a = a * 10 + (s - 48), this.bump();
3526
3526
  else
3527
3527
  break;
3528
3528
  }
3529
- var l = E(n, this.clonePosition());
3530
- return o ? (s *= i, pn(s) ? { val: s, err: null } : this.error(r, l)) : this.error(t, l);
3529
+ var l = v(n, this.clonePosition());
3530
+ return o ? (a *= i, xn(a) ? { val: a, err: null } : this.error(r, l)) : this.error(t, l);
3531
3531
  }, e.prototype.offset = function() {
3532
3532
  return this.position.offset;
3533
3533
  }, e.prototype.isEOF = function() {
@@ -3542,7 +3542,7 @@ var gn = (
3542
3542
  var t = this.position.offset;
3543
3543
  if (t >= this.message.length)
3544
3544
  throw Error("out of bound");
3545
- var r = cr(this.message, t);
3545
+ var r = dr(this.message, t);
3546
3546
  if (r === void 0)
3547
3547
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3548
3548
  return r;
@@ -3561,7 +3561,7 @@ var gn = (
3561
3561
  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);
3562
3562
  }
3563
3563
  }, e.prototype.bumpIf = function(t) {
3564
- if (Ht(this.message, t, this.offset())) {
3564
+ if (Ct(this.message, t, this.offset())) {
3565
3565
  for (var r = 0; r < t.length; r++)
3566
3566
  this.bump();
3567
3567
  return !0;
@@ -3583,7 +3583,7 @@ var gn = (
3583
3583
  break;
3584
3584
  }
3585
3585
  }, e.prototype.bumpSpace = function() {
3586
- for (; !this.isEOF() && mr(this.char()); )
3586
+ for (; !this.isEOF() && gr(this.char()); )
3587
3587
  this.bump();
3588
3588
  }, e.prototype.peek = function() {
3589
3589
  if (this.isEOF())
@@ -3593,43 +3593,43 @@ var gn = (
3593
3593
  }, e;
3594
3594
  }()
3595
3595
  );
3596
- function et(e) {
3596
+ function nt(e) {
3597
3597
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3598
3598
  }
3599
- function vn(e) {
3600
- return et(e) || e === 47;
3599
+ function An(e) {
3600
+ return nt(e) || e === 47;
3601
3601
  }
3602
- function En(e) {
3602
+ function Pn(e) {
3603
3603
  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;
3604
3604
  }
3605
- function mr(e) {
3605
+ function gr(e) {
3606
3606
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3607
3607
  }
3608
- function _n(e) {
3608
+ function Hn(e) {
3609
3609
  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;
3610
3610
  }
3611
- function tt(e) {
3611
+ function ot(e) {
3612
3612
  e.forEach(function(t) {
3613
- if (delete t.location, ir(t) || nr(t))
3613
+ if (delete t.location, ar(t) || ur(t))
3614
3614
  for (var r in t.options)
3615
- delete t.options[r].location, tt(t.options[r].value);
3616
- else er(t) && sr(t.style) || (tr(t) || rr(t)) && Je(t.style) ? delete t.style.location : or(t) && tt(t.children);
3615
+ delete t.options[r].location, ot(t.options[r].value);
3616
+ else nr(t) && hr(t.style) || (or(t) || sr(t)) && et(t.style) ? delete t.style.location : lr(t) && ot(t.children);
3617
3617
  });
3618
3618
  }
3619
- function xn(e, t) {
3619
+ function In(e, t) {
3620
3620
  t === void 0 && (t = {}), t = _({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3621
- var r = new gn(e, t).parse();
3621
+ var r = new wn(e, t).parse();
3622
3622
  if (r.err) {
3623
- var i = SyntaxError(v[r.err.kind]);
3623
+ var i = SyntaxError(g[r.err.kind]);
3624
3624
  throw i.location = r.err.location, i.originalMessage = r.err.message, i;
3625
3625
  }
3626
- return t != null && t.captureLocation || tt(r.val), r.val;
3626
+ return t != null && t.captureLocation || ot(r.val), r.val;
3627
3627
  }
3628
3628
  var te;
3629
3629
  (function(e) {
3630
3630
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3631
3631
  })(te || (te = {}));
3632
- var Pe = (
3632
+ var He = (
3633
3633
  /** @class */
3634
3634
  function(e) {
3635
3635
  F(t, e);
@@ -3641,7 +3641,7 @@ var Pe = (
3641
3641
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3642
3642
  }, t;
3643
3643
  }(Error)
3644
- ), Ot = (
3644
+ ), Mt = (
3645
3645
  /** @class */
3646
3646
  function(e) {
3647
3647
  F(t, e);
@@ -3649,8 +3649,8 @@ var Pe = (
3649
3649
  return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(i, '". Options are "').concat(Object.keys(n).join('", "'), '"'), te.INVALID_VALUE, o) || this;
3650
3650
  }
3651
3651
  return t;
3652
- }(Pe)
3653
- ), Tn = (
3652
+ }(He)
3653
+ ), Bn = (
3654
3654
  /** @class */
3655
3655
  function(e) {
3656
3656
  F(t, e);
@@ -3658,8 +3658,8 @@ var Pe = (
3658
3658
  return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(i), te.INVALID_VALUE, n) || this;
3659
3659
  }
3660
3660
  return t;
3661
- }(Pe)
3662
- ), Ln = (
3661
+ }(He)
3662
+ ), On = (
3663
3663
  /** @class */
3664
3664
  function(e) {
3665
3665
  F(t, e);
@@ -3667,129 +3667,129 @@ var Pe = (
3667
3667
  return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(i, '"'), te.MISSING_VALUE, i) || this;
3668
3668
  }
3669
3669
  return t;
3670
- }(Pe)
3671
- ), I;
3670
+ }(He)
3671
+ ), B;
3672
3672
  (function(e) {
3673
3673
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3674
- })(I || (I = {}));
3675
- function Sn(e) {
3674
+ })(B || (B = {}));
3675
+ function Cn(e) {
3676
3676
  return e.length < 2 ? e : e.reduce(function(t, r) {
3677
3677
  var i = t[t.length - 1];
3678
- return !i || i.type !== I.literal || r.type !== I.literal ? t.push(r) : i.value += r.value, t;
3678
+ return !i || i.type !== B.literal || r.type !== B.literal ? t.push(r) : i.value += r.value, t;
3679
3679
  }, []);
3680
3680
  }
3681
- function wn(e) {
3681
+ function Nn(e) {
3682
3682
  return typeof e == "function";
3683
3683
  }
3684
- function Ee(e, t, r, i, n, o, s) {
3685
- if (e.length === 1 && St(e[0]))
3684
+ function xe(e, t, r, i, n, o, a) {
3685
+ if (e.length === 1 && Ht(e[0]))
3686
3686
  return [
3687
3687
  {
3688
- type: I.literal,
3688
+ type: B.literal,
3689
3689
  value: e[0].value
3690
3690
  }
3691
3691
  ];
3692
- for (var a = [], l = 0, u = e; l < u.length; l++) {
3692
+ for (var s = [], l = 0, u = e; l < u.length; l++) {
3693
3693
  var h = u[l];
3694
- if (St(h)) {
3695
- a.push({
3696
- type: I.literal,
3694
+ if (Ht(h)) {
3695
+ s.push({
3696
+ type: B.literal,
3697
3697
  value: h.value
3698
3698
  });
3699
3699
  continue;
3700
3700
  }
3701
- if (zi(h)) {
3702
- typeof o == "number" && a.push({
3703
- type: I.literal,
3701
+ if (tn(h)) {
3702
+ typeof o == "number" && s.push({
3703
+ type: B.literal,
3704
3704
  value: r.getNumberFormat(t).format(o)
3705
3705
  });
3706
3706
  continue;
3707
3707
  }
3708
3708
  var c = h.value;
3709
3709
  if (!(n && c in n))
3710
- throw new Ln(c, s);
3710
+ throw new On(c, a);
3711
3711
  var f = n[c];
3712
- if (Xi(h)) {
3713
- (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
3714
- type: typeof f == "string" ? I.literal : I.object,
3712
+ if (en(h)) {
3713
+ (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), s.push({
3714
+ type: typeof f == "string" ? B.literal : B.object,
3715
3715
  value: f
3716
3716
  });
3717
3717
  continue;
3718
3718
  }
3719
- if (tr(h)) {
3720
- var p = typeof h.style == "string" ? i.date[h.style] : Je(h.style) ? h.style.parsedOptions : void 0;
3721
- a.push({
3722
- type: I.literal,
3719
+ if (or(h)) {
3720
+ var p = typeof h.style == "string" ? i.date[h.style] : et(h.style) ? h.style.parsedOptions : void 0;
3721
+ s.push({
3722
+ type: B.literal,
3723
3723
  value: r.getDateTimeFormat(t, p).format(f)
3724
3724
  });
3725
3725
  continue;
3726
3726
  }
3727
- if (rr(h)) {
3728
- var p = typeof h.style == "string" ? i.time[h.style] : Je(h.style) ? h.style.parsedOptions : i.time.medium;
3729
- a.push({
3730
- type: I.literal,
3727
+ if (sr(h)) {
3728
+ var p = typeof h.style == "string" ? i.time[h.style] : et(h.style) ? h.style.parsedOptions : i.time.medium;
3729
+ s.push({
3730
+ type: B.literal,
3731
3731
  value: r.getDateTimeFormat(t, p).format(f)
3732
3732
  });
3733
3733
  continue;
3734
3734
  }
3735
- if (er(h)) {
3736
- var p = typeof h.style == "string" ? i.number[h.style] : sr(h.style) ? h.style.parsedOptions : void 0;
3737
- p && p.scale && (f = f * (p.scale || 1)), a.push({
3738
- type: I.literal,
3735
+ if (nr(h)) {
3736
+ var p = typeof h.style == "string" ? i.number[h.style] : hr(h.style) ? h.style.parsedOptions : void 0;
3737
+ p && p.scale && (f = f * (p.scale || 1)), s.push({
3738
+ type: B.literal,
3739
3739
  value: r.getNumberFormat(t, p).format(f)
3740
3740
  });
3741
3741
  continue;
3742
3742
  }
3743
- if (or(h)) {
3744
- var b = h.children, m = h.value, y = n[m];
3745
- if (!wn(y))
3746
- throw new Tn(m, "function", s);
3747
- var L = Ee(b, t, r, i, n, o), g = y(L.map(function(O) {
3748
- return O.value;
3743
+ if (lr(h)) {
3744
+ var y = h.children, d = h.value, b = n[d];
3745
+ if (!Nn(b))
3746
+ throw new Bn(d, "function", a);
3747
+ var w = xe(y, t, r, i, n, o), E = b(w.map(function(N) {
3748
+ return N.value;
3749
3749
  }));
3750
- Array.isArray(g) || (g = [g]), a.push.apply(a, g.map(function(O) {
3750
+ Array.isArray(E) || (E = [E]), s.push.apply(s, E.map(function(N) {
3751
3751
  return {
3752
- type: typeof O == "string" ? I.literal : I.object,
3753
- value: O
3752
+ type: typeof N == "string" ? B.literal : B.object,
3753
+ value: N
3754
3754
  };
3755
3755
  }));
3756
3756
  }
3757
- if (ir(h)) {
3758
- var S = h.options[f] || h.options.other;
3759
- if (!S)
3760
- throw new Ot(h.value, f, Object.keys(h.options), s);
3761
- a.push.apply(a, Ee(S.value, t, r, i, n));
3757
+ if (ar(h)) {
3758
+ var H = h.options[f] || h.options.other;
3759
+ if (!H)
3760
+ throw new Mt(h.value, f, Object.keys(h.options), a);
3761
+ s.push.apply(s, xe(H.value, t, r, i, n));
3762
3762
  continue;
3763
3763
  }
3764
- if (nr(h)) {
3765
- var S = h.options["=".concat(f)];
3766
- if (!S) {
3764
+ if (ur(h)) {
3765
+ var H = h.options["=".concat(f)];
3766
+ if (!H) {
3767
3767
  if (!Intl.PluralRules)
3768
- throw new Pe(`Intl.PluralRules is not available in this environment.
3768
+ throw new He(`Intl.PluralRules is not available in this environment.
3769
3769
  Try polyfilling it using "@formatjs/intl-pluralrules"
3770
- `, te.MISSING_INTL_API, s);
3770
+ `, te.MISSING_INTL_API, a);
3771
3771
  var D = r.getPluralRules(t, { type: h.pluralType }).select(f - (h.offset || 0));
3772
- S = h.options[D] || h.options.other;
3772
+ H = h.options[D] || h.options.other;
3773
3773
  }
3774
- if (!S)
3775
- throw new Ot(h.value, f, Object.keys(h.options), s);
3776
- a.push.apply(a, Ee(S.value, t, r, i, n, f - (h.offset || 0)));
3774
+ if (!H)
3775
+ throw new Mt(h.value, f, Object.keys(h.options), a);
3776
+ s.push.apply(s, xe(H.value, t, r, i, n, f - (h.offset || 0)));
3777
3777
  continue;
3778
3778
  }
3779
3779
  }
3780
- return Sn(a);
3780
+ return Cn(s);
3781
3781
  }
3782
- function Pn(e, t) {
3782
+ function Rn(e, t) {
3783
3783
  return t ? _(_(_({}, e || {}), t || {}), Object.keys(e).reduce(function(r, i) {
3784
3784
  return r[i] = _(_({}, e[i]), t[i] || {}), r;
3785
3785
  }, {})) : e;
3786
3786
  }
3787
- function An(e, t) {
3787
+ function Mn(e, t) {
3788
3788
  return t ? Object.keys(e).reduce(function(r, i) {
3789
- return r[i] = Pn(e[i], t[i]), r;
3789
+ return r[i] = Rn(e[i], t[i]), r;
3790
3790
  }, _({}, e)) : e;
3791
3791
  }
3792
- function Ge(e) {
3792
+ function ke(e) {
3793
3793
  return {
3794
3794
  create: function() {
3795
3795
  return {
@@ -3803,39 +3803,39 @@ function Ge(e) {
3803
3803
  }
3804
3804
  };
3805
3805
  }
3806
- function Hn(e) {
3806
+ function Dn(e) {
3807
3807
  return e === void 0 && (e = {
3808
3808
  number: {},
3809
3809
  dateTime: {},
3810
3810
  pluralRules: {}
3811
3811
  }), {
3812
- getNumberFormat: De(function() {
3812
+ getNumberFormat: Ge(function() {
3813
3813
  for (var t, r = [], i = 0; i < arguments.length; i++)
3814
3814
  r[i] = arguments[i];
3815
3815
  return new ((t = Intl.NumberFormat).bind.apply(t, q([void 0], r, !1)))();
3816
3816
  }, {
3817
- cache: Ge(e.number),
3818
- strategy: $e.variadic
3817
+ cache: ke(e.number),
3818
+ strategy: Fe.variadic
3819
3819
  }),
3820
- getDateTimeFormat: De(function() {
3820
+ getDateTimeFormat: Ge(function() {
3821
3821
  for (var t, r = [], i = 0; i < arguments.length; i++)
3822
3822
  r[i] = arguments[i];
3823
3823
  return new ((t = Intl.DateTimeFormat).bind.apply(t, q([void 0], r, !1)))();
3824
3824
  }, {
3825
- cache: Ge(e.dateTime),
3826
- strategy: $e.variadic
3825
+ cache: ke(e.dateTime),
3826
+ strategy: Fe.variadic
3827
3827
  }),
3828
- getPluralRules: De(function() {
3828
+ getPluralRules: Ge(function() {
3829
3829
  for (var t, r = [], i = 0; i < arguments.length; i++)
3830
3830
  r[i] = arguments[i];
3831
3831
  return new ((t = Intl.PluralRules).bind.apply(t, q([void 0], r, !1)))();
3832
3832
  }, {
3833
- cache: Ge(e.pluralRules),
3834
- strategy: $e.variadic
3833
+ cache: ke(e.pluralRules),
3834
+ strategy: Fe.variadic
3835
3835
  })
3836
3836
  };
3837
3837
  }
3838
- var In = (
3838
+ var $n = (
3839
3839
  /** @class */
3840
3840
  function() {
3841
3841
  function e(t, r, i, n) {
@@ -3850,11 +3850,11 @@ var In = (
3850
3850
  if (u.length === 1)
3851
3851
  return u[0].value;
3852
3852
  var h = u.reduce(function(c, f) {
3853
- return !c.length || f.type !== I.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3853
+ return !c.length || f.type !== B.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3854
3854
  }, []);
3855
3855
  return h.length <= 1 ? h[0] || "" : h;
3856
3856
  }, this.formatToParts = function(l) {
3857
- return Ee(o.ast, o.locales, o.formatters, o.formats, l, void 0, o.message);
3857
+ return xe(o.ast, o.locales, o.formatters, o.formats, l, void 0, o.message);
3858
3858
  }, this.resolvedOptions = function() {
3859
3859
  var l;
3860
3860
  return {
@@ -3865,15 +3865,15 @@ var In = (
3865
3865
  }, this.locales = r, this.resolvedLocale = e.resolveLocale(r), typeof t == "string") {
3866
3866
  if (this.message = t, !e.__parse)
3867
3867
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3868
- var s = n || {};
3869
- s.formatters;
3870
- var a = ui(s, ["formatters"]);
3871
- this.ast = e.__parse(t, _(_({}, a), { locale: this.resolvedLocale }));
3868
+ var a = n || {};
3869
+ a.formatters;
3870
+ var s = yi(a, ["formatters"]);
3871
+ this.ast = e.__parse(t, _(_({}, s), { locale: this.resolvedLocale }));
3872
3872
  } else
3873
3873
  this.ast = t;
3874
3874
  if (!Array.isArray(this.ast))
3875
3875
  throw new TypeError("A message must be provided as a String or AST.");
3876
- this.formats = An(e.formats, i), this.formatters = n && n.formatters || Hn(this.formatterCache);
3876
+ this.formats = Mn(e.formats, i), this.formatters = n && n.formatters || Dn(this.formatterCache);
3877
3877
  }
3878
3878
  return Object.defineProperty(e, "defaultLocale", {
3879
3879
  get: function() {
@@ -3886,7 +3886,7 @@ var In = (
3886
3886
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3887
3887
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3888
3888
  }
3889
- }, e.__parse = xn, e.formats = {
3889
+ }, e.__parse = In, e.formats = {
3890
3890
  number: {
3891
3891
  integer: {
3892
3892
  maximumFractionDigits: 0
@@ -3947,7 +3947,7 @@ var In = (
3947
3947
  }, e;
3948
3948
  }()
3949
3949
  );
3950
- function Bn(e, t) {
3950
+ function Un(e, t) {
3951
3951
  if (t == null)
3952
3952
  return;
3953
3953
  if (t in e)
@@ -3968,92 +3968,92 @@ function Bn(e, t) {
3968
3968
  i = void 0;
3969
3969
  return i;
3970
3970
  }
3971
- const j = {}, On = (e, t, r) => r && (t in j || (j[t] = {}), e in j[t] || (j[t][e] = r), r), pr = (e, t) => {
3971
+ const j = {}, Gn = (e, t, r) => r && (t in j || (j[t] = {}), e in j[t] || (j[t][e] = r), r), br = (e, t) => {
3972
3972
  if (t == null)
3973
3973
  return;
3974
3974
  if (t in j && e in j[t])
3975
3975
  return j[t][e];
3976
- const r = Ae(t);
3976
+ const r = Ie(t);
3977
3977
  for (let i = 0; i < r.length; i++) {
3978
- const n = r[i], o = Nn(n, e);
3978
+ const n = r[i], o = jn(n, e);
3979
3979
  if (o)
3980
- return On(e, t, o);
3980
+ return Gn(e, t, o);
3981
3981
  }
3982
3982
  };
3983
- let at;
3984
- const me = we({});
3985
- function Cn(e) {
3986
- return at[e] || null;
3983
+ let ct;
3984
+ const me = Pe({});
3985
+ function Fn(e) {
3986
+ return ct[e] || null;
3987
3987
  }
3988
- function dr(e) {
3989
- return e in at;
3988
+ function vr(e) {
3989
+ return e in ct;
3990
3990
  }
3991
- function Nn(e, t) {
3992
- if (!dr(e))
3991
+ function jn(e, t) {
3992
+ if (!vr(e))
3993
3993
  return null;
3994
- const r = Cn(e);
3995
- return Bn(r, t);
3994
+ const r = Fn(e);
3995
+ return Un(r, t);
3996
3996
  }
3997
- function Rn(e) {
3997
+ function kn(e) {
3998
3998
  if (e == null)
3999
3999
  return;
4000
- const t = Ae(e);
4000
+ const t = Ie(e);
4001
4001
  for (let r = 0; r < t.length; r++) {
4002
4002
  const i = t[r];
4003
- if (dr(i))
4003
+ if (vr(i))
4004
4004
  return i;
4005
4005
  }
4006
4006
  }
4007
- function yr(e, ...t) {
4008
- delete j[e], me.update((r) => (r[e] = Ui.all([r[e] || {}, ...t]), r));
4007
+ function Er(e, ...t) {
4008
+ delete j[e], me.update((r) => (r[e] = zi.all([r[e] || {}, ...t]), r));
4009
4009
  }
4010
4010
  ie(
4011
4011
  [me],
4012
4012
  ([e]) => Object.keys(e)
4013
4013
  );
4014
- me.subscribe((e) => at = e);
4015
- const _e = {};
4016
- function Mn(e, t) {
4017
- _e[e].delete(t), _e[e].size === 0 && delete _e[e];
4014
+ me.subscribe((e) => ct = e);
4015
+ const Te = {};
4016
+ function Vn(e, t) {
4017
+ Te[e].delete(t), Te[e].size === 0 && delete Te[e];
4018
4018
  }
4019
- function br(e) {
4020
- return _e[e];
4019
+ function _r(e) {
4020
+ return Te[e];
4021
4021
  }
4022
- function Dn(e) {
4023
- return Ae(e).map((t) => {
4024
- const r = br(t);
4022
+ function Wn(e) {
4023
+ return Ie(e).map((t) => {
4024
+ const r = _r(t);
4025
4025
  return [t, r ? [...r] : []];
4026
4026
  }).filter(([, t]) => t.length > 0);
4027
4027
  }
4028
- function rt(e) {
4029
- return e == null ? !1 : Ae(e).some(
4028
+ function st(e) {
4029
+ return e == null ? !1 : Ie(e).some(
4030
4030
  (t) => {
4031
4031
  var r;
4032
- return (r = br(t)) == null ? void 0 : r.size;
4032
+ return (r = _r(t)) == null ? void 0 : r.size;
4033
4033
  }
4034
4034
  );
4035
4035
  }
4036
- function $n(e, t) {
4036
+ function Xn(e, t) {
4037
4037
  return Promise.all(
4038
- t.map((i) => (Mn(e, i), i().then((n) => n.default || n)))
4039
- ).then((i) => yr(e, ...i));
4040
- }
4041
- const se = {};
4042
- function gr(e) {
4043
- if (!rt(e))
4044
- return e in se ? se[e] : Promise.resolve();
4045
- const t = Dn(e);
4046
- return se[e] = Promise.all(
4038
+ t.map((i) => (Vn(e, i), i().then((n) => n.default || n)))
4039
+ ).then((i) => Er(e, ...i));
4040
+ }
4041
+ const ae = {};
4042
+ function xr(e) {
4043
+ if (!st(e))
4044
+ return e in ae ? ae[e] : Promise.resolve();
4045
+ const t = Wn(e);
4046
+ return ae[e] = Promise.all(
4047
4047
  t.map(
4048
- ([r, i]) => $n(r, i)
4048
+ ([r, i]) => Xn(r, i)
4049
4049
  )
4050
4050
  ).then(() => {
4051
- if (rt(e))
4052
- return gr(e);
4053
- delete se[e];
4054
- }), se[e];
4051
+ if (st(e))
4052
+ return xr(e);
4053
+ delete ae[e];
4054
+ }), ae[e];
4055
4055
  }
4056
- const Un = {
4056
+ const zn = {
4057
4057
  number: {
4058
4058
  scientific: { notation: "scientific" },
4059
4059
  engineering: { notation: "engineering" },
@@ -4082,78 +4082,78 @@ const Un = {
4082
4082
  timeZoneName: "short"
4083
4083
  }
4084
4084
  }
4085
- }, Gn = {
4085
+ }, Zn = {
4086
4086
  fallbackLocale: null,
4087
4087
  loadingDelay: 200,
4088
- formats: Un,
4088
+ formats: zn,
4089
4089
  warnOnMissingMessages: !0,
4090
4090
  handleMissingMessage: void 0,
4091
4091
  ignoreTag: !0
4092
- }, Fn = Gn;
4092
+ }, Qn = Zn;
4093
4093
  function re() {
4094
- return Fn;
4094
+ return Qn;
4095
4095
  }
4096
- const Fe = we(!1);
4097
- var jn = Object.defineProperty, kn = Object.defineProperties, Vn = Object.getOwnPropertyDescriptors, Ct = Object.getOwnPropertySymbols, Wn = Object.prototype.hasOwnProperty, Xn = Object.prototype.propertyIsEnumerable, Nt = (e, t, r) => t in e ? jn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, zn = (e, t) => {
4096
+ const Ve = Pe(!1);
4097
+ var Yn = Object.defineProperty, Jn = Object.defineProperties, qn = Object.getOwnPropertyDescriptors, Dt = Object.getOwnPropertySymbols, Kn = Object.prototype.hasOwnProperty, eo = Object.prototype.propertyIsEnumerable, $t = (e, t, r) => t in e ? Yn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, to = (e, t) => {
4098
4098
  for (var r in t || (t = {}))
4099
- Wn.call(t, r) && Nt(e, r, t[r]);
4100
- if (Ct)
4101
- for (var r of Ct(t))
4102
- Xn.call(t, r) && Nt(e, r, t[r]);
4099
+ Kn.call(t, r) && $t(e, r, t[r]);
4100
+ if (Dt)
4101
+ for (var r of Dt(t))
4102
+ eo.call(t, r) && $t(e, r, t[r]);
4103
4103
  return e;
4104
- }, Zn = (e, t) => kn(e, Vn(t));
4105
- let it;
4106
- const Te = we(null);
4107
- function Rt(e) {
4104
+ }, ro = (e, t) => Jn(e, qn(t));
4105
+ let at;
4106
+ const Se = Pe(null);
4107
+ function Ut(e) {
4108
4108
  return e.split("-").map((t, r, i) => i.slice(0, r + 1).join("-")).reverse();
4109
4109
  }
4110
- function Ae(e, t = re().fallbackLocale) {
4111
- const r = Rt(e);
4112
- return t ? [.../* @__PURE__ */ new Set([...r, ...Rt(t)])] : r;
4110
+ function Ie(e, t = re().fallbackLocale) {
4111
+ const r = Ut(e);
4112
+ return t ? [.../* @__PURE__ */ new Set([...r, ...Ut(t)])] : r;
4113
4113
  }
4114
4114
  function z() {
4115
- return it != null ? it : void 0;
4115
+ return at != null ? at : void 0;
4116
4116
  }
4117
- Te.subscribe((e) => {
4118
- it = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4117
+ Se.subscribe((e) => {
4118
+ at = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4119
4119
  });
4120
- const Qn = (e) => {
4121
- if (e && Rn(e) && rt(e)) {
4120
+ const io = (e) => {
4121
+ if (e && kn(e) && st(e)) {
4122
4122
  const { loadingDelay: t } = re();
4123
4123
  let r;
4124
4124
  return typeof window != "undefined" && z() != null && t ? r = window.setTimeout(
4125
- () => Fe.set(!0),
4125
+ () => Ve.set(!0),
4126
4126
  t
4127
- ) : Fe.set(!0), gr(e).then(() => {
4128
- Te.set(e);
4127
+ ) : Ve.set(!0), xr(e).then(() => {
4128
+ Se.set(e);
4129
4129
  }).finally(() => {
4130
- clearTimeout(r), Fe.set(!1);
4130
+ clearTimeout(r), Ve.set(!1);
4131
4131
  });
4132
4132
  }
4133
- return Te.set(e);
4134
- }, ne = Zn(zn({}, Te), {
4135
- set: Qn
4136
- }), He = (e) => {
4133
+ return Se.set(e);
4134
+ }, ne = ro(to({}, Se), {
4135
+ set: io
4136
+ }), Be = (e) => {
4137
4137
  const t = /* @__PURE__ */ Object.create(null);
4138
4138
  return (i) => {
4139
4139
  const n = JSON.stringify(i);
4140
4140
  return n in t ? t[n] : t[n] = e(i);
4141
4141
  };
4142
4142
  };
4143
- var Jn = Object.defineProperty, Le = Object.getOwnPropertySymbols, vr = Object.prototype.hasOwnProperty, Er = Object.prototype.propertyIsEnumerable, Mt = (e, t, r) => t in e ? Jn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ut = (e, t) => {
4143
+ var no = Object.defineProperty, we = Object.getOwnPropertySymbols, Tr = Object.prototype.hasOwnProperty, Lr = Object.prototype.propertyIsEnumerable, Gt = (e, t, r) => t in e ? no(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ft = (e, t) => {
4144
4144
  for (var r in t || (t = {}))
4145
- vr.call(t, r) && Mt(e, r, t[r]);
4146
- if (Le)
4147
- for (var r of Le(t))
4148
- Er.call(t, r) && Mt(e, r, t[r]);
4145
+ Tr.call(t, r) && Gt(e, r, t[r]);
4146
+ if (we)
4147
+ for (var r of we(t))
4148
+ Lr.call(t, r) && Gt(e, r, t[r]);
4149
4149
  return e;
4150
4150
  }, oe = (e, t) => {
4151
4151
  var r = {};
4152
4152
  for (var i in e)
4153
- vr.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
4154
- if (e != null && Le)
4155
- for (var i of Le(e))
4156
- t.indexOf(i) < 0 && Er.call(e, i) && (r[i] = e[i]);
4153
+ Tr.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
4154
+ if (e != null && we)
4155
+ for (var i of we(e))
4156
+ t.indexOf(i) < 0 && Lr.call(e, i) && (r[i] = e[i]);
4157
4157
  return r;
4158
4158
  };
4159
4159
  const ce = (e, t) => {
@@ -4161,21 +4161,21 @@ const ce = (e, t) => {
4161
4161
  if (e in r && t in r[e])
4162
4162
  return r[e][t];
4163
4163
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4164
- }, Yn = He(
4164
+ }, oo = Be(
4165
4165
  (e) => {
4166
4166
  var t = e, { locale: r, format: i } = t, n = oe(t, ["locale", "format"]);
4167
4167
  if (r == null)
4168
4168
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4169
4169
  return i && (n = ce("number", i)), new Intl.NumberFormat(r, n);
4170
4170
  }
4171
- ), qn = He(
4171
+ ), so = Be(
4172
4172
  (e) => {
4173
4173
  var t = e, { locale: r, format: i } = t, n = oe(t, ["locale", "format"]);
4174
4174
  if (r == null)
4175
4175
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4176
4176
  return i ? n = ce("date", i) : Object.keys(n).length === 0 && (n = ce("date", "short")), new Intl.DateTimeFormat(r, n);
4177
4177
  }
4178
- ), Kn = He(
4178
+ ), ao = Be(
4179
4179
  (e) => {
4180
4180
  var t = e, { locale: r, format: i } = t, n = oe(t, ["locale", "format"]);
4181
4181
  if (r == null)
@@ -4184,57 +4184,57 @@ const ce = (e, t) => {
4184
4184
  );
4185
4185
  return i ? n = ce("time", i) : Object.keys(n).length === 0 && (n = ce("time", "short")), new Intl.DateTimeFormat(r, n);
4186
4186
  }
4187
- ), eo = (e = {}) => {
4187
+ ), uo = (e = {}) => {
4188
4188
  var t = e, {
4189
4189
  locale: r = z()
4190
4190
  } = t, i = oe(t, [
4191
4191
  "locale"
4192
4192
  ]);
4193
- return Yn(ut({ locale: r }, i));
4194
- }, to = (e = {}) => {
4193
+ return oo(ft({ locale: r }, i));
4194
+ }, lo = (e = {}) => {
4195
4195
  var t = e, {
4196
4196
  locale: r = z()
4197
4197
  } = t, i = oe(t, [
4198
4198
  "locale"
4199
4199
  ]);
4200
- return qn(ut({ locale: r }, i));
4201
- }, ro = (e = {}) => {
4200
+ return so(ft({ locale: r }, i));
4201
+ }, ho = (e = {}) => {
4202
4202
  var t = e, {
4203
4203
  locale: r = z()
4204
4204
  } = t, i = oe(t, [
4205
4205
  "locale"
4206
4206
  ]);
4207
- return Kn(ut({ locale: r }, i));
4208
- }, io = He(
4207
+ return ao(ft({ locale: r }, i));
4208
+ }, co = Be(
4209
4209
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4210
- (e, t = z()) => new In(e, t, re().formats, {
4210
+ (e, t = z()) => new $n(e, t, re().formats, {
4211
4211
  ignoreTag: re().ignoreTag
4212
4212
  })
4213
- ), no = (e, t = {}) => {
4213
+ ), fo = (e, t = {}) => {
4214
4214
  var r, i, n, o;
4215
- let s = t;
4216
- typeof e == "object" && (s = e, e = s.id);
4215
+ let a = t;
4216
+ typeof e == "object" && (a = e, e = a.id);
4217
4217
  const {
4218
- values: a,
4218
+ values: s,
4219
4219
  locale: l = z(),
4220
4220
  default: u
4221
- } = s;
4221
+ } = a;
4222
4222
  if (l == null)
4223
4223
  throw new Error(
4224
4224
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4225
4225
  );
4226
- let h = pr(e, l);
4226
+ let h = br(e, l);
4227
4227
  if (!h)
4228
4228
  h = (o = (n = (i = (r = re()).handleMissingMessage) == null ? void 0 : i.call(r, { locale: l, id: e, defaultValue: u })) != null ? n : u) != null ? o : e;
4229
4229
  else if (typeof h != "string")
4230
4230
  return console.warn(
4231
4231
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
4232
4232
  ), h;
4233
- if (!a)
4233
+ if (!s)
4234
4234
  return h;
4235
4235
  let c = h;
4236
4236
  try {
4237
- c = io(h, l).format(a);
4237
+ c = co(h, l).format(s);
4238
4238
  } catch (f) {
4239
4239
  f instanceof Error && console.warn(
4240
4240
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4242,20 +4242,20 @@ const ce = (e, t) => {
4242
4242
  );
4243
4243
  }
4244
4244
  return c;
4245
- }, oo = (e, t) => ro(t).format(e), so = (e, t) => to(t).format(e), ao = (e, t) => eo(t).format(e), uo = (e, t = z()) => pr(e, t), lo = ie([ne, me], () => no);
4246
- ie([ne], () => oo);
4247
- ie([ne], () => so);
4248
- ie([ne], () => ao);
4249
- ie([ne, me], () => uo);
4250
- window.emWidgets = { topic: xi };
4251
- const ho = (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)), Io = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4252
- function Dt(e, t) {
4253
- yr(e, t);
4254
- }
4255
- function co(e) {
4245
+ }, mo = (e, t) => ho(t).format(e), po = (e, t) => lo(t).format(e), yo = (e, t) => uo(t).format(e), go = (e, t = z()) => br(e, t), bo = ie([ne, me], () => fo);
4246
+ ie([ne], () => mo);
4247
+ ie([ne], () => po);
4248
+ ie([ne], () => yo);
4249
+ ie([ne, me], () => go);
4250
+ window.emWidgets = { topic: Ii };
4251
+ const vo = (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)), $o = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4252
+ function Ft(e, t) {
4253
+ Er(e, t);
4254
+ }
4255
+ function Eo(e) {
4256
4256
  ne.set(e);
4257
4257
  }
4258
- const je = {
4258
+ const We = {
4259
4259
  en: {
4260
4260
  expandLimits: "LIMIT HISTORY",
4261
4261
  daily: "per day",
@@ -4506,34 +4506,34 @@ const je = {
4506
4506
  historyLimitTypeLoss: "Loss Limit"
4507
4507
  }
4508
4508
  };
4509
- function fo(e) {
4510
- Gr(e, "svelte-19ml84y", ':host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";font-size:1.3rem}.svelte-19ml84y.svelte-19ml84y,.svelte-19ml84y.svelte-19ml84y::before,.svelte-19ml84y.svelte-19ml84y::after{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.player-account-gaming-limits-history-2.svelte-19ml84y.svelte-19ml84y{color:var(--emw--color-white, #FFFFFF)}button.svelte-19ml84y.svelte-19ml84y{font-size:1rem;border:0;padding:0}.ExpandButton.svelte-19ml84y.svelte-19ml84y{color:#999;display:flex;justify-content:center;align-items:center;margin-right:-14px;background:transparent}.ExpandButton.svelte-19ml84y svg.svelte-19ml84y{width:28px;height:auto;margin-left:-4px}.extended.svelte-19ml84y.svelte-19ml84y{transform:rotate(180deg)}.HistoryWrapper.svelte-19ml84y.svelte-19ml84y{display:flex;flex-direction:column}.HistoryWrapper.Desktop.svelte-19ml84y.svelte-19ml84y{width:320px;padding:0 12px;margin:12px auto}.hidden.svelte-19ml84y.svelte-19ml84y{display:none}.HistoryRow.svelte-19ml84y.svelte-19ml84y{padding:12px 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--emw--color-gray-100, #E6E6E6)}.GeneralLimitInformation.svelte-19ml84y.svelte-19ml84y{display:flex;flex-direction:column;gap:4px}.LimitType.svelte-19ml84y.svelte-19ml84y{font-size:1.3rem}.LimitAmountPeriod.svelte-19ml84y.svelte-19ml84y{color:#999}.LimitContainer.svelte-19ml84y.svelte-19ml84y{animation:svelte-19ml84y-animateEntry 0.7s ease-in}@keyframes svelte-19ml84y-animateEntry{0%{opacity:0;transform:translateX(500px)}100%{opacity:1;transform:translateX(0)}}');
4509
+ function _o(e) {
4510
+ Zr(e, "svelte-19ml84y", ':host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";font-size:1.3rem}.svelte-19ml84y.svelte-19ml84y,.svelte-19ml84y.svelte-19ml84y::before,.svelte-19ml84y.svelte-19ml84y::after{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.player-account-gaming-limits-history-2.svelte-19ml84y.svelte-19ml84y{color:var(--emw--color-white, #FFFFFF)}button.svelte-19ml84y.svelte-19ml84y{font-size:1rem;border:0;padding:0}.ExpandButton.svelte-19ml84y.svelte-19ml84y{color:#999;display:flex;justify-content:center;align-items:center;margin-right:-14px;background:transparent}.ExpandButton.svelte-19ml84y svg.svelte-19ml84y{width:28px;height:auto;margin-left:-4px}.extended.svelte-19ml84y.svelte-19ml84y{transform:rotate(180deg)}.HistoryWrapper.svelte-19ml84y.svelte-19ml84y{display:flex;flex-direction:column}.HistoryWrapper.Desktop.svelte-19ml84y.svelte-19ml84y{width:320px;padding:0 12px;margin:12px auto}.hidden.svelte-19ml84y.svelte-19ml84y{display:none}.HistoryRow.svelte-19ml84y.svelte-19ml84y{padding:12px 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--emw--color-gray-100, #E6E6E6)}.GeneralLimitInformation.svelte-19ml84y.svelte-19ml84y{display:flex;flex-direction:column;gap:4px}.LimitType.svelte-19ml84y.svelte-19ml84y{font-size:1.3rem}.LimitAmountPeriod.svelte-19ml84y.svelte-19ml84y{color:#999}.LimitContainer.svelte-19ml84y.svelte-19ml84y{animation:svelte-19ml84y-animateEntry 0.7s ease-in}@keyframes svelte-19ml84y-animateEntry{0%{opacity:0;transform:translateX(500px)}100%{opacity:1;transform:translateX(0)}}');
4511
4511
  }
4512
- function $t(e, t, r) {
4512
+ function jt(e, t, r) {
4513
4513
  const i = e.slice();
4514
- return i[36] = t[r], i[37] = t, i[38] = r, i;
4514
+ return i[38] = t[r], i[39] = t, i[40] = r, i;
4515
4515
  }
4516
- function mo(e) {
4516
+ function xo(e) {
4517
4517
  let t, r, i, n = (
4518
4518
  /*$_*/
4519
4519
  e[9]("expandLimits") + ""
4520
- ), o, s, a, l, u, h, c, f, p, b = yt(
4520
+ ), o, a, s, l, u, h, c, f, p, y = Et(
4521
4521
  /*lazyShowedHistoryArray*/
4522
4522
  e[7]
4523
- ), m = [];
4524
- for (let y = 0; y < b.length; y += 1)
4525
- m[y] = Ut($t(e, b, y));
4523
+ ), d = [];
4524
+ for (let b = 0; b < y.length; b += 1)
4525
+ d[b] = kt(jt(e, y, b));
4526
4526
  return {
4527
4527
  c() {
4528
- t = A("div"), r = A("div"), i = A("button"), o = M(n), s = ue(), a = Ce("svg"), l = Ce("path"), u = Ce("path"), h = ue(), c = A("div");
4529
- for (let y = 0; y < m.length; y += 1)
4530
- m[y].c();
4531
- x(l, "d", "M10.5 15l7.5 7.5 7.5-7.5z"), x(l, "class", "svelte-19ml84y"), x(u, "d", "M0 0h36v36h-36z"), x(u, "fill", "none"), x(u, "class", "svelte-19ml84y"), x(a, "class", "ExpandArrow svelte-19ml84y"), x(a, "xmlns", "http://www.w3.org/2000/svg"), x(a, "width", "36"), x(a, "height", "36"), x(a, "viewBox", "0 0 36 36"), x(a, "fill", "#999"), de(
4532
- a,
4528
+ t = P("div"), r = P("div"), i = P("button"), o = M(n), a = Xe(), s = Me("svg"), l = Me("path"), u = Me("path"), h = Xe(), c = P("div");
4529
+ for (let b = 0; b < d.length; b += 1)
4530
+ d[b].c();
4531
+ x(l, "d", "M10.5 15l7.5 7.5 7.5-7.5z"), x(l, "class", "svelte-19ml84y"), x(u, "d", "M0 0h36v36h-36z"), x(u, "fill", "none"), x(u, "class", "svelte-19ml84y"), x(s, "class", "ExpandArrow svelte-19ml84y"), x(s, "xmlns", "http://www.w3.org/2000/svg"), x(s, "width", "36"), x(s, "height", "36"), x(s, "viewBox", "0 0 36 36"), x(s, "fill", "#999"), ge(
4532
+ s,
4533
4533
  "extended",
4534
4534
  /*extended*/
4535
4535
  e[8]
4536
- ), x(i, "class", "ExpandButton svelte-19ml84y"), x(c, "class", "HistoryDisplayArea svelte-19ml84y"), de(
4536
+ ), x(i, "class", "ExpandButton svelte-19ml84y"), x(c, "class", "HistoryDisplayArea svelte-19ml84y"), ge(
4537
4537
  c,
4538
4538
  "hidden",
4539
4539
  /*hidden*/
@@ -4541,58 +4541,58 @@ function mo(e) {
4541
4541
  ), x(r, "class", "HistoryWrapper " + /*isDesktop*/
4542
4542
  (e[10] ? "Desktop" : "") + " svelte-19ml84y"), x(t, "class", "player-account-gaming-limits-history-2 svelte-19ml84y");
4543
4543
  },
4544
- m(y, L) {
4545
- X(y, t, L), T(t, r), T(r, i), T(i, o), T(i, s), T(i, a), T(a, l), T(a, u), T(r, h), T(r, c);
4546
- for (let g = 0; g < m.length; g += 1)
4547
- m[g] && m[g].m(c, null);
4548
- f || (p = Vr(
4544
+ m(b, w) {
4545
+ X(b, t, w), L(t, r), L(r, i), L(i, o), L(i, a), L(i, s), L(s, l), L(s, u), L(r, h), L(r, c);
4546
+ for (let E = 0; E < d.length; E += 1)
4547
+ d[E] && d[E].m(c, null);
4548
+ f || (p = qr(
4549
4549
  i,
4550
4550
  "click",
4551
4551
  /*toggleHistoryDisplayArea*/
4552
4552
  e[11]
4553
4553
  ), f = !0);
4554
4554
  },
4555
- p(y, L) {
4556
- if (L[0] & /*$_*/
4555
+ p(b, w) {
4556
+ if (w[0] & /*$_*/
4557
4557
  512 && n !== (n = /*$_*/
4558
- y[9]("expandLimits") + "") && $(o, n), L[0] & /*extended*/
4559
- 256 && de(
4560
- a,
4558
+ b[9]("expandLimits") + "") && k(o, n), w[0] & /*extended*/
4559
+ 256 && ge(
4560
+ s,
4561
4561
  "extended",
4562
4562
  /*extended*/
4563
- y[8]
4564
- ), L[0] & /*numberofentries, limitContainer, lazyShowedHistoryArray, $_*/
4563
+ b[8]
4564
+ ), w[0] & /*numberofentries, limitContainer, lazyShowedHistoryArray, $_*/
4565
4565
  650) {
4566
- b = yt(
4566
+ y = Et(
4567
4567
  /*lazyShowedHistoryArray*/
4568
- y[7]
4568
+ b[7]
4569
4569
  );
4570
- let g;
4571
- for (g = 0; g < b.length; g += 1) {
4572
- const S = $t(y, b, g);
4573
- m[g] ? m[g].p(S, L) : (m[g] = Ut(S), m[g].c(), m[g].m(c, null));
4570
+ let E;
4571
+ for (E = 0; E < y.length; E += 1) {
4572
+ const H = jt(b, y, E);
4573
+ d[E] ? d[E].p(H, w) : (d[E] = kt(H), d[E].c(), d[E].m(c, null));
4574
4574
  }
4575
- for (; g < m.length; g += 1)
4576
- m[g].d(1);
4577
- m.length = b.length;
4575
+ for (; E < d.length; E += 1)
4576
+ d[E].d(1);
4577
+ d.length = y.length;
4578
4578
  }
4579
- L[0] & /*hidden*/
4580
- 32 && de(
4579
+ w[0] & /*hidden*/
4580
+ 32 && ge(
4581
4581
  c,
4582
4582
  "hidden",
4583
4583
  /*hidden*/
4584
- y[5]
4584
+ b[5]
4585
4585
  );
4586
4586
  },
4587
- d(y) {
4588
- y && k(t), kr(m, y), f = !1, p();
4587
+ d(b) {
4588
+ b && V(t), Jr(d, b), f = !1, p();
4589
4589
  }
4590
4590
  };
4591
4591
  }
4592
- function po(e) {
4593
- return { c: B, m: B, p: B, d: B };
4592
+ function To(e) {
4593
+ return { c: O, m: O, p: O, d: O };
4594
4594
  }
4595
- function yo(e) {
4595
+ function Lo(e) {
4596
4596
  let t, r = (
4597
4597
  /*lang*/
4598
4598
  (e[0] ? (
@@ -4602,10 +4602,10 @@ function yo(e) {
4602
4602
  ), i;
4603
4603
  return {
4604
4604
  c() {
4605
- t = A("p"), i = M(r), x(t, "class", "svelte-19ml84y");
4605
+ t = P("p"), i = M(r), x(t, "class", "svelte-19ml84y");
4606
4606
  },
4607
4607
  m(n, o) {
4608
- X(n, t, o), T(t, i);
4608
+ X(n, t, o), L(t, i);
4609
4609
  },
4610
4610
  p(n, o) {
4611
4611
  o[0] & /*lang, $_*/
@@ -4613,200 +4613,190 @@ function yo(e) {
4613
4613
  (n[0] ? (
4614
4614
  /*$_*/
4615
4615
  n[9]("error")
4616
- ) : "500 Server Error") + "") && $(i, r);
4616
+ ) : "500 Server Error") + "") && k(i, r);
4617
4617
  },
4618
4618
  d(n) {
4619
- n && k(t);
4619
+ n && V(t);
4620
4620
  }
4621
4621
  };
4622
4622
  }
4623
- function bo(e) {
4623
+ function So(e) {
4624
4624
  let t, r, i, n = (
4625
4625
  /*history*/
4626
- e[36].type + ""
4627
- ), o, s, a = (
4626
+ e[38].type + ""
4627
+ ), o, a, s = (
4628
4628
  /*history*/
4629
- e[36].amount + ""
4629
+ e[38].amount + ""
4630
4630
  ), l, u, h = (
4631
4631
  /*history*/
4632
- e[36].currency + ""
4633
- ), c, f, p = (
4634
- /*history*/
4635
- e[36].period + ""
4636
- ), b, m, y = (
4637
- /*history*/
4638
- e[36].date + ""
4639
- ), L;
4632
+ e[38].date + ""
4633
+ ), c;
4640
4634
  return {
4641
4635
  c() {
4642
- t = A("div"), r = A("span"), i = A("span"), o = M(n), s = A("span"), l = M(a), u = ue(), c = M(h), f = ue(), b = M(p), m = A("span"), L = M(y), x(i, "class", "LimitType svelte-19ml84y"), x(s, "class", "LimitAmountPeriod svelte-19ml84y"), x(r, "class", "GeneralLimitInformation svelte-19ml84y"), x(m, "class", "DateLimitInformation svelte-19ml84y"), x(t, "class", "HistoryRow svelte-19ml84y");
4636
+ t = P("div"), r = P("span"), i = P("span"), o = M(n), a = P("span"), l = M(s), u = P("span"), c = M(h), x(i, "class", "LimitType svelte-19ml84y"), x(a, "class", "LimitAmountPeriod svelte-19ml84y"), x(r, "class", "GeneralLimitInformation svelte-19ml84y"), x(u, "class", "DateLimitInformation svelte-19ml84y"), x(t, "class", "HistoryRow svelte-19ml84y");
4643
4637
  },
4644
- m(g, S) {
4645
- X(g, t, S), T(t, r), T(r, i), T(i, o), T(r, s), T(s, l), T(s, u), T(s, c), T(s, f), T(s, b), T(t, m), T(m, L);
4638
+ m(f, p) {
4639
+ X(f, t, p), L(t, r), L(r, i), L(i, o), L(r, a), L(a, l), L(t, u), L(u, c);
4646
4640
  },
4647
- p(g, S) {
4648
- S[0] & /*lazyShowedHistoryArray*/
4641
+ p(f, p) {
4642
+ p[0] & /*lazyShowedHistoryArray*/
4649
4643
  128 && n !== (n = /*history*/
4650
- g[36].type + "") && $(o, n), S[0] & /*lazyShowedHistoryArray*/
4651
- 128 && a !== (a = /*history*/
4652
- g[36].amount + "") && $(l, a), S[0] & /*lazyShowedHistoryArray*/
4644
+ f[38].type + "") && k(o, n), p[0] & /*lazyShowedHistoryArray*/
4645
+ 128 && s !== (s = /*history*/
4646
+ f[38].amount + "") && k(l, s), p[0] & /*lazyShowedHistoryArray*/
4653
4647
  128 && h !== (h = /*history*/
4654
- g[36].currency + "") && $(c, h), S[0] & /*lazyShowedHistoryArray*/
4655
- 128 && p !== (p = /*history*/
4656
- g[36].period + "") && $(b, p), S[0] & /*lazyShowedHistoryArray*/
4657
- 128 && y !== (y = /*history*/
4658
- g[36].date + "") && $(L, y);
4648
+ f[38].date + "") && k(c, h);
4659
4649
  },
4660
- d(g) {
4661
- g && k(t);
4650
+ d(f) {
4651
+ f && V(t);
4662
4652
  }
4663
4653
  };
4664
4654
  }
4665
- function go(e) {
4655
+ function wo(e) {
4666
4656
  let t, r, i, n = (
4667
4657
  /*history*/
4668
- e[36].type + ""
4669
- ), o, s, a = (
4658
+ e[38].type + ""
4659
+ ), o, a, s = (
4670
4660
  /*$_*/
4671
4661
  e[9]("limitRemoved") + ""
4672
4662
  ), l, u, h = (
4673
4663
  /*history*/
4674
- e[36].date + ""
4664
+ e[38].date + ""
4675
4665
  ), c;
4676
4666
  return {
4677
4667
  c() {
4678
- t = A("div"), r = A("span"), i = A("span"), o = M(n), s = A("span"), l = M(a), u = A("span"), c = M(h), x(i, "class", "LimitType svelte-19ml84y"), x(s, "class", "LimitAmountPeriod svelte-19ml84y"), x(r, "class", "GeneralLimitInformation svelte-19ml84y"), x(u, "class", "DateLimitInformation svelte-19ml84y"), x(t, "class", "HistoryRow svelte-19ml84y");
4668
+ t = P("div"), r = P("span"), i = P("span"), o = M(n), a = P("span"), l = M(s), u = P("span"), c = M(h), x(i, "class", "LimitType svelte-19ml84y"), x(a, "class", "LimitAmountPeriod svelte-19ml84y"), x(r, "class", "GeneralLimitInformation svelte-19ml84y"), x(u, "class", "DateLimitInformation svelte-19ml84y"), x(t, "class", "HistoryRow svelte-19ml84y");
4679
4669
  },
4680
4670
  m(f, p) {
4681
- X(f, t, p), T(t, r), T(r, i), T(i, o), T(r, s), T(s, l), T(t, u), T(u, c);
4671
+ X(f, t, p), L(t, r), L(r, i), L(i, o), L(r, a), L(a, l), L(t, u), L(u, c);
4682
4672
  },
4683
4673
  p(f, p) {
4684
4674
  p[0] & /*lazyShowedHistoryArray*/
4685
4675
  128 && n !== (n = /*history*/
4686
- f[36].type + "") && $(o, n), p[0] & /*$_*/
4687
- 512 && a !== (a = /*$_*/
4688
- f[9]("limitRemoved") + "") && $(l, a), p[0] & /*lazyShowedHistoryArray*/
4676
+ f[38].type + "") && k(o, n), p[0] & /*$_*/
4677
+ 512 && s !== (s = /*$_*/
4678
+ f[9]("limitRemoved") + "") && k(l, s), p[0] & /*lazyShowedHistoryArray*/
4689
4679
  128 && h !== (h = /*history*/
4690
- f[36].date + "") && $(c, h);
4680
+ f[38].date + "") && k(c, h);
4691
4681
  },
4692
4682
  d(f) {
4693
- f && k(t);
4683
+ f && V(t);
4694
4684
  }
4695
4685
  };
4696
4686
  }
4697
- function Ut(e) {
4687
+ function kt(e) {
4698
4688
  let t, r, i, n = (
4699
4689
  /*index*/
4700
- e[38]
4690
+ e[40]
4701
4691
  );
4702
4692
  function o(h, c) {
4703
4693
  return (
4704
4694
  /*history*/
4705
- h[36].removed ? go : bo
4695
+ h[38].removed ? wo : So
4706
4696
  );
4707
4697
  }
4708
- let s = o(e), a = s(e);
4698
+ let a = o(e), s = a(e);
4709
4699
  const l = () => (
4710
4700
  /*div_binding*/
4711
- e[20](t, n)
4701
+ e[21](t, n)
4712
4702
  ), u = () => (
4713
4703
  /*div_binding*/
4714
- e[20](null, n)
4704
+ e[21](null, n)
4715
4705
  );
4716
4706
  return {
4717
4707
  c() {
4718
- t = A("div"), a.c(), r = ue(), x(t, "class", i = pt(
4708
+ t = P("div"), s.c(), r = Xe(), x(t, "class", i = bt(
4719
4709
  /*index*/
4720
- e[38] > +/*numberofentries*/
4710
+ e[40] > +/*numberofentries*/
4721
4711
  e[1] ? "LimitContainer" : ""
4722
4712
  ) + " svelte-19ml84y");
4723
4713
  },
4724
4714
  m(h, c) {
4725
- X(h, t, c), a.m(t, null), T(t, r), l();
4715
+ X(h, t, c), s.m(t, null), L(t, r), l();
4726
4716
  },
4727
4717
  p(h, c) {
4728
- e = h, s === (s = o(e)) && a ? a.p(e, c) : (a.d(1), a = s(e), a && (a.c(), a.m(t, r))), c[0] & /*numberofentries*/
4729
- 2 && i !== (i = pt(
4718
+ e = h, a === (a = o(e)) && s ? s.p(e, c) : (s.d(1), s = a(e), s && (s.c(), s.m(t, r))), c[0] & /*numberofentries*/
4719
+ 2 && i !== (i = bt(
4730
4720
  /*index*/
4731
- e[38] > +/*numberofentries*/
4721
+ e[40] > +/*numberofentries*/
4732
4722
  e[1] ? "LimitContainer" : ""
4733
4723
  ) + " svelte-19ml84y") && x(t, "class", i), n !== /*index*/
4734
- e[38] && (u(), n = /*index*/
4735
- e[38], l());
4724
+ e[40] && (u(), n = /*index*/
4725
+ e[40], l());
4736
4726
  },
4737
4727
  d(h) {
4738
- h && k(t), a.d(), u();
4728
+ h && V(t), s.d(), u();
4739
4729
  }
4740
4730
  };
4741
4731
  }
4742
- function vo(e) {
4732
+ function Ao(e) {
4743
4733
  let t;
4744
- function r(o, s) {
4734
+ function r(o, a) {
4745
4735
  return (
4746
4736
  /*hasErrors*/
4747
- o[6] ? yo : (
4737
+ o[6] ? Lo : (
4748
4738
  /*isLoading*/
4749
- o[4] ? po : mo
4739
+ o[4] ? To : xo
4750
4740
  )
4751
4741
  );
4752
4742
  }
4753
4743
  let i = r(e), n = i(e);
4754
4744
  return {
4755
4745
  c() {
4756
- t = A("div"), n.c(), x(t, "class", "svelte-19ml84y");
4746
+ t = P("div"), n.c(), x(t, "class", "svelte-19ml84y");
4757
4747
  },
4758
- m(o, s) {
4759
- X(o, t, s), n.m(t, null), e[21](t);
4748
+ m(o, a) {
4749
+ X(o, t, a), n.m(t, null), e[22](t);
4760
4750
  },
4761
- p(o, s) {
4762
- i === (i = r(o)) && n ? n.p(o, s) : (n.d(1), n = i(o), n && (n.c(), n.m(t, null)));
4751
+ p(o, a) {
4752
+ i === (i = r(o)) && n ? n.p(o, a) : (n.d(1), n = i(o), n && (n.c(), n.m(t, null)));
4763
4753
  },
4764
- i: B,
4765
- o: B,
4754
+ i: O,
4755
+ o: O,
4766
4756
  d(o) {
4767
- o && k(t), n.d(), e[21](null);
4757
+ o && V(t), n.d(), e[22](null);
4768
4758
  }
4769
4759
  };
4770
4760
  }
4771
- function Eo(e, t, r) {
4761
+ function Po(e, t, r) {
4772
4762
  let i;
4773
- Ur(e, lo, (d) => r(9, i = d));
4774
- let n = window.navigator.userAgent, o = !ho(n), { lang: s = "" } = t, { userid: a = "" } = t, { session: l = "" } = t, { endpoint: u = "" } = t, { apiversion: h = "" } = t, { numberofentries: c = "10" } = t, { customcurrencysymbols: f = "" } = t, { clientstyling: p = "" } = t, { clientstylingurl: b = "" } = t, { translationurl: m = "" } = t, y, L = new Array(), g = parseInt(c, 10), S = !1, D = !0, O = [], U = [], V = !0, Ie = !1, Be = { EUR: "€", RON: "lei" };
4775
- const xr = () => {
4776
- fetch(m).then((P) => P.json()).then((P) => {
4777
- Object.keys(P).forEach((C) => {
4778
- Dt(C, P[C]);
4763
+ zr(e, bo, (m) => r(9, i = m));
4764
+ let n = window.navigator.userAgent, o = !vo(n), { lang: a = "" } = t, { userid: s = "" } = t, { session: l = "" } = t, { endpoint: u = "" } = t, { apiversion: h = "" } = t, { numberofentries: c = "10" } = t, { customcurrencysymbols: f = "" } = t, { limitformat: p = "" } = t, { clientstyling: y = "" } = t, { clientstylingurl: d = "" } = t, { translationurl: b = "" } = t, w, E = new Array(), H = parseInt(c, 10), D = !1, N = !0, $ = [], W = [], pe = !0, Oe = !1, se = { EUR: "€", RON: "lei", TRY: "₺" };
4765
+ const wr = () => {
4766
+ fetch(b).then((T) => T.json()).then((T) => {
4767
+ Object.keys(T).forEach((I) => {
4768
+ Ft(I, T[I]);
4779
4769
  });
4780
- }).catch((P) => {
4781
- console.log(P);
4770
+ }).catch((T) => {
4771
+ console.log(T);
4782
4772
  });
4783
4773
  };
4784
- Object.keys(je).forEach((d) => {
4785
- Dt(d, je[d]);
4774
+ Object.keys(We).forEach((m) => {
4775
+ Ft(m, We[m]);
4786
4776
  });
4787
- const Tr = () => {
4788
- let d = h === "gmcore" ? `/v2/player/${a}/transactions/limit` : `/v1/player/${a}/limits/monetary/history`, P = new URL(d, u);
4789
- P.searchParams.append("startDate", `${(/* @__PURE__ */ new Date("2022")).toISOString()}`), P.searchParams.append("endDate", `${(/* @__PURE__ */ new Date("2099")).toISOString()}`), P.searchParams.append("limit", "10000");
4790
- let C = {
4777
+ const Ar = () => {
4778
+ let m = h === "gmcore" ? `/v2/player/${s}/transactions/limit` : `/v1/player/${s}/limits/monetary/history`, T = new URL(m, u);
4779
+ T.searchParams.append("startDate", `${(/* @__PURE__ */ new Date("2022")).toISOString()}`), T.searchParams.append("endDate", `${(/* @__PURE__ */ new Date("2099")).toISOString()}`), T.searchParams.append("limit", "10000");
4780
+ let I = {
4791
4781
  method: "GET",
4792
4782
  headers: { "X-SessionID": l }
4793
4783
  };
4794
- fetch(P.href, C).then((H) => {
4795
- if (H.status >= 300)
4796
- throw r(4, D = !1), r(6, S = !0), new Error("There was an error fetching the limits");
4797
- return H.json();
4784
+ fetch(T.href, I).then((A) => {
4785
+ if (A.status >= 300)
4786
+ throw r(4, N = !1), r(6, D = !0), new Error("There was an error fetching the limits");
4787
+ return A.json();
4798
4788
  }).then(
4799
- (H) => {
4800
- H.length && (O = Lr(H), r(7, U = O.slice(0, g))), r(4, D = !1);
4789
+ (A) => {
4790
+ A.length && ($ = Pr(A), r(7, W = $.slice(0, H))), r(4, N = !1);
4801
4791
  },
4802
- (H) => {
4803
- console.error("There was an error", H), r(6, S = !0);
4792
+ (A) => {
4793
+ console.error("There was an error", A), r(6, D = !0);
4804
4794
  }
4805
4795
  );
4806
- }, Lr = (d) => {
4807
- const P = !!je[s];
4808
- return d.map((H) => {
4809
- let W = {
4796
+ }, Pr = (m) => {
4797
+ const T = !!We[a];
4798
+ return m.map((A) => {
4799
+ let U = {
4810
4800
  amount: "",
4811
4801
  currency: "",
4812
4802
  date: "",
@@ -4814,34 +4804,49 @@ function Eo(e, t, r) {
4814
4804
  type: "",
4815
4805
  removed: !1
4816
4806
  };
4817
- return W.amount = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(H.limitAmount), W.currency = P ? Be[H.limitCurrencyCode] : H.limitCurrencyCode, W.date = new Intl.DateTimeFormat("de", { dateStyle: "medium" }).format(new Date(H.limitDate)), W.period = i(`${H.limitPeriod.toLowerCase()}`), W.type = h === "gmcore" ? i(`historyLimitType${H.limitType.split(" ")[0]}`) : i(`historyLimitType${H.limitType.split(" ")[0]}`) + " " + i(`historyProductType${H.limitProductType}`), W.removed = H.limitAmount === -1, W;
4807
+ return U.amount = Hr(A), U.currency = T ? se[A.limitCurrencyCode] : A.limitCurrencyCode, U.date = new Intl.DateTimeFormat("de", { dateStyle: "medium" }).format(new Date(A.limitDate)), U.period = i(`${A.limitPeriod.toLowerCase()}`), U.type = h === "gmcore" ? i(`historyLimitType${A.limitType.split(" ")[0]}`) : i(`historyLimitType${A.limitType.split(" ")[0]}`) + " " + i(`historyProductType${A.limitProductType}`), U.removed = A.limitAmount === -1, U;
4818
4808
  });
4819
- }, Sr = () => {
4820
- r(5, V = !V), r(8, Ie = !Ie);
4809
+ }, Hr = (m) => {
4810
+ let T = p || Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(m.limitAmount);
4811
+ if (!p) {
4812
+ let Gr = se[m.limitCurrencyCode] || m.limitCurrencyCode;
4813
+ return `${T}${Gr}`;
4814
+ }
4815
+ typeof m.limitAmount == "string" && m.limitAmount.includes(",") && (m.limitAmount = m.limitAmount.replaceAll(",", ""));
4816
+ const I = T.match(/\{(\d+)decimals\}/), A = I ? parseInt(I[1], 10) : 2, U = I ? new RegExp("\\{\\d+decimals\\}", "g") : "{decimals}";
4817
+ let de = parseFloat(m.limitAmount).toFixed(A);
4818
+ const [$r, Ce] = p.includes(".") ? [",", "."] : [".", ","];
4819
+ let [Ne, Ur] = de.split(".");
4820
+ return Ne = Ne.replace(/\B(?=(\d{3})+(?!\d))/g, $r), de = `${Ne}${Ce}${Ur}`, T = T.replace("{currency}", se[m.limitCurrencyCode] || m.limitCurrencyCode).replace("{amount}", de.split(Ce)[0]).replace(
4821
+ U,
4822
+ de.split(Ce)[1]
4823
+ ), T;
4824
+ }, Ir = () => {
4825
+ r(5, pe = !pe), r(8, Oe = !Oe);
4821
4826
  };
4822
- let lt = new IntersectionObserver((d) => {
4823
- d.forEach((P) => {
4824
- P.isIntersecting && (g += parseInt(c, 10) || 10, U.length < O.length && r(7, U = O.slice(0, g)));
4827
+ let mt = new IntersectionObserver((m) => {
4828
+ m.forEach((T) => {
4829
+ T.isIntersecting && (H += parseInt(c, 10) || 10, W.length < $.length && r(7, W = $.slice(0, H)));
4825
4830
  });
4826
4831
  });
4827
- const wr = () => {
4828
- lt.observe(L[L.length - 1]);
4829
- }, Pr = () => {
4832
+ const Br = () => {
4833
+ mt.observe(E[E.length - 1]);
4834
+ }, Or = () => {
4830
4835
  if (!f) return;
4831
- let d = {};
4832
- f.split(",").forEach((P) => {
4833
- let C = P.split(":");
4834
- d[C[0].trim()] = C[1].trim();
4835
- }), Be = pe(pe({}, Be), d);
4836
- }, Ar = () => {
4837
- let d = document.createElement("style");
4838
- d.innerHTML = p, y.appendChild(d);
4839
- }, Hr = () => {
4840
- let d = new URL(b), P = document.createElement("style");
4841
- fetch(d.href).then((C) => C.text()).then((C) => {
4842
- P.innerHTML = C, y && (setTimeout(
4836
+ let m = {};
4837
+ f.split(",").forEach((T) => {
4838
+ let I = T.split(":");
4839
+ m[I[0].trim()] = I[1].trim();
4840
+ }), se = ye(ye({}, se), m);
4841
+ }, Cr = () => {
4842
+ let m = document.createElement("style");
4843
+ m.innerHTML = y, w.appendChild(m);
4844
+ }, Nr = () => {
4845
+ let m = new URL(d), T = document.createElement("style");
4846
+ fetch(m.href).then((I) => I.text()).then((I) => {
4847
+ T.innerHTML = I, w && (setTimeout(
4843
4848
  () => {
4844
- y.appendChild(P);
4849
+ w.appendChild(T);
4845
4850
  },
4846
4851
  1
4847
4852
  ), setTimeout(
@@ -4850,66 +4855,67 @@ function Eo(e, t, r) {
4850
4855
  500
4851
4856
  ));
4852
4857
  });
4853
- }, Ir = () => {
4854
- co(s);
4858
+ }, Rr = () => {
4859
+ Eo(a);
4855
4860
  };
4856
- Zr(() => () => {
4857
- lt.unobserve(L[L.length - 1]);
4861
+ ri(() => () => {
4862
+ mt.unobserve(E[E.length - 1]);
4858
4863
  });
4859
- function Br(d, P) {
4860
- xe[d ? "unshift" : "push"](() => {
4861
- L[P] = d, r(3, L);
4864
+ function Mr(m, T) {
4865
+ Le[m ? "unshift" : "push"](() => {
4866
+ E[T] = m, r(3, E);
4862
4867
  });
4863
4868
  }
4864
- function Or(d) {
4865
- xe[d ? "unshift" : "push"](() => {
4866
- y = d, r(2, y);
4869
+ function Dr(m) {
4870
+ Le[m ? "unshift" : "push"](() => {
4871
+ w = m, r(2, w);
4867
4872
  });
4868
4873
  }
4869
- return e.$$set = (d) => {
4870
- "lang" in d && r(0, s = d.lang), "userid" in d && r(12, a = d.userid), "session" in d && r(13, l = d.session), "endpoint" in d && r(14, u = d.endpoint), "apiversion" in d && r(15, h = d.apiversion), "numberofentries" in d && r(1, c = d.numberofentries), "customcurrencysymbols" in d && r(16, f = d.customcurrencysymbols), "clientstyling" in d && r(17, p = d.clientstyling), "clientstylingurl" in d && r(18, b = d.clientstylingurl), "translationurl" in d && r(19, m = d.translationurl);
4874
+ return e.$$set = (m) => {
4875
+ "lang" in m && r(0, a = m.lang), "userid" in m && r(12, s = m.userid), "session" in m && r(13, l = m.session), "endpoint" in m && r(14, u = m.endpoint), "apiversion" in m && r(15, h = m.apiversion), "numberofentries" in m && r(1, c = m.numberofentries), "customcurrencysymbols" in m && r(16, f = m.customcurrencysymbols), "limitformat" in m && r(17, p = m.limitformat), "clientstyling" in m && r(18, y = m.clientstyling), "clientstylingurl" in m && r(19, d = m.clientstylingurl), "translationurl" in m && r(20, b = m.translationurl);
4871
4876
  }, e.$$.update = () => {
4872
4877
  e.$$.dirty[0] & /*customcurrencysymbols*/
4873
- 65536 && f && Pr(), e.$$.dirty[0] & /*endpoint, userid, session, apiversion*/
4874
- 61440 && u && a && l && h && Tr(), e.$$.dirty[0] & /*limitContainer, isLoading, hidden*/
4875
- 56 && L[0] && !D && !V && wr(), e.$$.dirty[0] & /*lang*/
4876
- 1 && s && Ir(), e.$$.dirty[0] & /*clientstylingurl*/
4877
- 262144 && b && Hr(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4878
- 131076 && p && y && Ar(), e.$$.dirty[0] & /*translationurl, customStylingContainer*/
4879
- 524292 && m && y && xr();
4878
+ 65536 && f && Or(), e.$$.dirty[0] & /*endpoint, userid, session, apiversion*/
4879
+ 61440 && u && s && l && h && Ar(), e.$$.dirty[0] & /*limitContainer, isLoading, hidden*/
4880
+ 56 && E[0] && !N && !pe && Br(), e.$$.dirty[0] & /*lang*/
4881
+ 1 && a && Rr(), e.$$.dirty[0] & /*clientstylingurl*/
4882
+ 524288 && d && Nr(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4883
+ 262148 && y && w && Cr(), e.$$.dirty[0] & /*translationurl, customStylingContainer*/
4884
+ 1048580 && b && w && wr();
4880
4885
  }, [
4881
- s,
4886
+ a,
4882
4887
  c,
4883
- y,
4884
- L,
4888
+ w,
4889
+ E,
4890
+ N,
4891
+ pe,
4885
4892
  D,
4886
- V,
4887
- S,
4888
- U,
4889
- Ie,
4893
+ W,
4894
+ Oe,
4890
4895
  i,
4891
4896
  o,
4892
- Sr,
4893
- a,
4897
+ Ir,
4898
+ s,
4894
4899
  l,
4895
4900
  u,
4896
4901
  h,
4897
4902
  f,
4898
4903
  p,
4904
+ y,
4905
+ d,
4899
4906
  b,
4900
- m,
4901
- Br,
4902
- Or
4907
+ Mr,
4908
+ Dr
4903
4909
  ];
4904
4910
  }
4905
- class _r extends si {
4911
+ class Sr extends pi {
4906
4912
  constructor(t) {
4907
- super(), ni(
4913
+ super(), fi(
4908
4914
  this,
4909
4915
  t,
4910
- Eo,
4911
- vo,
4912
- Ft,
4916
+ Po,
4917
+ Ao,
4918
+ Wt,
4913
4919
  {
4914
4920
  lang: 0,
4915
4921
  userid: 12,
@@ -4918,11 +4924,12 @@ class _r extends si {
4918
4924
  apiversion: 15,
4919
4925
  numberofentries: 1,
4920
4926
  customcurrencysymbols: 16,
4921
- clientstyling: 17,
4922
- clientstylingurl: 18,
4923
- translationurl: 19
4927
+ limitformat: 17,
4928
+ clientstyling: 18,
4929
+ clientstylingurl: 19,
4930
+ translationurl: 20
4924
4931
  },
4925
- fo,
4932
+ _o,
4926
4933
  [-1, -1]
4927
4934
  );
4928
4935
  }
@@ -4930,106 +4937,112 @@ class _r extends si {
4930
4937
  return this.$$.ctx[0];
4931
4938
  }
4932
4939
  set lang(t) {
4933
- this.$$set({ lang: t }), R();
4940
+ this.$$set({ lang: t }), C();
4934
4941
  }
4935
4942
  get userid() {
4936
4943
  return this.$$.ctx[12];
4937
4944
  }
4938
4945
  set userid(t) {
4939
- this.$$set({ userid: t }), R();
4946
+ this.$$set({ userid: t }), C();
4940
4947
  }
4941
4948
  get session() {
4942
4949
  return this.$$.ctx[13];
4943
4950
  }
4944
4951
  set session(t) {
4945
- this.$$set({ session: t }), R();
4952
+ this.$$set({ session: t }), C();
4946
4953
  }
4947
4954
  get endpoint() {
4948
4955
  return this.$$.ctx[14];
4949
4956
  }
4950
4957
  set endpoint(t) {
4951
- this.$$set({ endpoint: t }), R();
4958
+ this.$$set({ endpoint: t }), C();
4952
4959
  }
4953
4960
  get apiversion() {
4954
4961
  return this.$$.ctx[15];
4955
4962
  }
4956
4963
  set apiversion(t) {
4957
- this.$$set({ apiversion: t }), R();
4964
+ this.$$set({ apiversion: t }), C();
4958
4965
  }
4959
4966
  get numberofentries() {
4960
4967
  return this.$$.ctx[1];
4961
4968
  }
4962
4969
  set numberofentries(t) {
4963
- this.$$set({ numberofentries: t }), R();
4970
+ this.$$set({ numberofentries: t }), C();
4964
4971
  }
4965
4972
  get customcurrencysymbols() {
4966
4973
  return this.$$.ctx[16];
4967
4974
  }
4968
4975
  set customcurrencysymbols(t) {
4969
- this.$$set({ customcurrencysymbols: t }), R();
4976
+ this.$$set({ customcurrencysymbols: t }), C();
4970
4977
  }
4971
- get clientstyling() {
4978
+ get limitformat() {
4972
4979
  return this.$$.ctx[17];
4973
4980
  }
4981
+ set limitformat(t) {
4982
+ this.$$set({ limitformat: t }), C();
4983
+ }
4984
+ get clientstyling() {
4985
+ return this.$$.ctx[18];
4986
+ }
4974
4987
  set clientstyling(t) {
4975
- this.$$set({ clientstyling: t }), R();
4988
+ this.$$set({ clientstyling: t }), C();
4976
4989
  }
4977
4990
  get clientstylingurl() {
4978
- return this.$$.ctx[18];
4991
+ return this.$$.ctx[19];
4979
4992
  }
4980
4993
  set clientstylingurl(t) {
4981
- this.$$set({ clientstylingurl: t }), R();
4994
+ this.$$set({ clientstylingurl: t }), C();
4982
4995
  }
4983
4996
  get translationurl() {
4984
- return this.$$.ctx[19];
4997
+ return this.$$.ctx[20];
4985
4998
  }
4986
4999
  set translationurl(t) {
4987
- this.$$set({ translationurl: t }), R();
5000
+ this.$$set({ translationurl: t }), C();
4988
5001
  }
4989
5002
  }
4990
- oi(_r, { lang: {}, userid: {}, session: {}, endpoint: {}, apiversion: {}, numberofentries: {}, customcurrencysymbols: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, [], [], !0);
4991
- const Bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5003
+ mi(Sr, { lang: {}, userid: {}, session: {}, endpoint: {}, apiversion: {}, numberofentries: {}, customcurrencysymbols: {}, limitformat: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, [], [], !0);
5004
+ const Uo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4992
5005
  __proto__: null,
4993
- default: _r
5006
+ default: Sr
4994
5007
  }, Symbol.toStringTag, { value: "Module" }));
4995
5008
  export {
4996
5009
  ne as $,
4997
5010
  fe as A,
4998
- Ve as B,
4999
- Ao as C,
5000
- lo as D,
5001
- Ce as E,
5002
- Po as F,
5011
+ Ze as B,
5012
+ Mo as C,
5013
+ bo as D,
5014
+ Me as E,
5015
+ Ro as F,
5003
5016
  me as G,
5004
- Io as H,
5005
- Zr as I,
5006
- Lo as J,
5007
- Bo as P,
5008
- si as S,
5009
- yr as a,
5010
- Gr as b,
5011
- oi as c,
5012
- ue as d,
5013
- A as e,
5014
- R as f,
5017
+ $o as H,
5018
+ ri as I,
5019
+ Oo as J,
5020
+ Uo as P,
5021
+ pi as S,
5022
+ Er as a,
5023
+ Zr as b,
5024
+ mi as c,
5025
+ Xe as d,
5026
+ P as e,
5027
+ C as f,
5015
5028
  x as g,
5016
- T as h,
5017
- ni as i,
5029
+ L as h,
5030
+ fi as i,
5018
5031
  X as j,
5019
- k,
5020
- Ur as l,
5021
- ho as m,
5022
- B as n,
5023
- xo as o,
5024
- Ho as p,
5025
- xe as q,
5032
+ V as k,
5033
+ zr as l,
5034
+ vo as m,
5035
+ O as n,
5036
+ Io as o,
5037
+ Do as p,
5038
+ Le as q,
5026
5039
  M as r,
5027
- Ft as s,
5028
- So as t,
5029
- To as u,
5030
- Vr as v,
5031
- $ as w,
5032
- yt as x,
5033
- wo as y,
5034
- kr as z
5040
+ Wt as s,
5041
+ Co as t,
5042
+ Bo as u,
5043
+ qr as v,
5044
+ k as w,
5045
+ Et as x,
5046
+ No as y,
5047
+ Jr as z
5035
5048
  };