@everymatrix/cashier-iframe-redirect 1.65.1 → 1.65.3

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,6 +1,6 @@
1
1
  function B() {
2
2
  }
3
- function rr(e, t) {
3
+ function tr(e, t) {
4
4
  for (const r in t)
5
5
  e[r] = t[r];
6
6
  return (
@@ -8,29 +8,29 @@ function rr(e, t) {
8
8
  e
9
9
  );
10
10
  }
11
- function Et(e) {
11
+ function yt(e) {
12
12
  return e();
13
13
  }
14
- function qe() {
14
+ function Qe() {
15
15
  return /* @__PURE__ */ Object.create(null);
16
16
  }
17
- function re(e) {
18
- e.forEach(Et);
17
+ function te(e) {
18
+ e.forEach(yt);
19
19
  }
20
- function Xe(e) {
20
+ function ke(e) {
21
21
  return typeof e == "function";
22
22
  }
23
23
  function xt(e, t) {
24
24
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
25
25
  }
26
- let oe;
27
- function Ti(e, t) {
28
- return e === t ? !0 : (oe || (oe = document.createElement("a")), oe.href = t, e === oe.href);
26
+ let se;
27
+ function Bi(e, t) {
28
+ return e === t ? !0 : (se || (se = document.createElement("a")), se.href = t, e === se.href);
29
29
  }
30
- function nr(e) {
30
+ function rr(e) {
31
31
  return Object.keys(e).length === 0;
32
32
  }
33
- function vt(e, ...t) {
33
+ function Et(e, ...t) {
34
34
  if (e == null) {
35
35
  for (const n of t)
36
36
  n(void 0);
@@ -39,19 +39,19 @@ function vt(e, ...t) {
39
39
  const r = e.subscribe(...t);
40
40
  return r.unsubscribe ? () => r.unsubscribe() : r;
41
41
  }
42
- function ir(e, t, r) {
43
- e.$$.on_destroy.push(vt(t, r));
42
+ function nr(e, t, r) {
43
+ e.$$.on_destroy.push(Et(t, r));
44
44
  }
45
- function ve(e, t, r, n) {
45
+ function xe(e, t, r, n) {
46
46
  if (e) {
47
- const i = Ht(e, t, r, n);
47
+ const i = vt(e, t, r, n);
48
48
  return e[0](i);
49
49
  }
50
50
  }
51
- function Ht(e, t, r, n) {
52
- return e[1] && n ? rr(r.ctx.slice(), e[1](n(t))) : r.ctx;
51
+ function vt(e, t, r, n) {
52
+ return e[1] && n ? tr(r.ctx.slice(), e[1](n(t))) : r.ctx;
53
53
  }
54
- function He(e, t, r, n) {
54
+ function Ee(e, t, r, n) {
55
55
  if (e[2] && n) {
56
56
  const i = e[2](n(r));
57
57
  if (t.dirty === void 0)
@@ -66,13 +66,13 @@ function He(e, t, r, n) {
66
66
  }
67
67
  return t.dirty;
68
68
  }
69
- function Be(e, t, r, n, i, s) {
69
+ function ve(e, t, r, n, i, s) {
70
70
  if (i) {
71
- const u = Ht(t, r, n, s);
71
+ const u = vt(t, r, n, s);
72
72
  e.p(u, i);
73
73
  }
74
74
  }
75
- function Te(e) {
75
+ function He(e) {
76
76
  if (e.ctx.length > 32) {
77
77
  const t = [], r = e.ctx.length / 32;
78
78
  for (let n = 0; n < r; n++)
@@ -81,17 +81,17 @@ function Te(e) {
81
81
  }
82
82
  return -1;
83
83
  }
84
- function me(e, t) {
84
+ function ce(e, t) {
85
85
  e.appendChild(t);
86
86
  }
87
- function sr(e, t, r) {
88
- const n = or(e);
87
+ function ir(e, t, r) {
88
+ const n = sr(e);
89
89
  if (!n.getElementById(t)) {
90
90
  const i = z("style");
91
- i.id = t, i.textContent = r, ar(n, i);
91
+ i.id = t, i.textContent = r, or(n, i);
92
92
  }
93
93
  }
94
- function or(e) {
94
+ function sr(e) {
95
95
  if (!e)
96
96
  return document;
97
97
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -101,49 +101,49 @@ function or(e) {
101
101
  t
102
102
  ) : e.ownerDocument;
103
103
  }
104
- function ar(e, t) {
105
- return me(
104
+ function or(e, t) {
105
+ return ce(
106
106
  /** @type {Document} */
107
107
  e.head || e,
108
108
  t
109
109
  ), t.sheet;
110
110
  }
111
- function M(e, t, r) {
111
+ function I(e, t, r) {
112
112
  e.insertBefore(t, r || null);
113
113
  }
114
- function P(e) {
114
+ function O(e) {
115
115
  e.parentNode && e.parentNode.removeChild(e);
116
116
  }
117
117
  function z(e) {
118
118
  return document.createElement(e);
119
119
  }
120
- function We(e) {
120
+ function Ve(e) {
121
121
  return document.createTextNode(e);
122
122
  }
123
- function Je() {
124
- return We(" ");
123
+ function qe() {
124
+ return Ve(" ");
125
125
  }
126
- function Bt() {
127
- return We("");
126
+ function Ht() {
127
+ return Ve("");
128
128
  }
129
- function Tt(e, t, r, n) {
129
+ function Bt(e, t, r, n) {
130
130
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
131
131
  }
132
- function Z(e, t, r) {
132
+ function W(e, t, r) {
133
133
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
134
134
  }
135
- function wi(e, t, r) {
135
+ function Ti(e, t, r) {
136
136
  const n = t.toLowerCase();
137
- n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : Z(e, t, r);
137
+ n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : W(e, t, r);
138
138
  }
139
- function ur(e) {
139
+ function ar(e) {
140
140
  return Array.from(e.childNodes);
141
141
  }
142
- function hr(e, t) {
142
+ function ur(e, t) {
143
143
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
144
144
  t);
145
145
  }
146
- function lr(e) {
146
+ function hr(e) {
147
147
  const t = {};
148
148
  return e.childNodes.forEach(
149
149
  /** @param {Element} node */
@@ -152,89 +152,89 @@ function lr(e) {
152
152
  }
153
153
  ), t;
154
154
  }
155
- let ze;
156
- function K(e) {
157
- ze = e;
155
+ let Xe;
156
+ function Y(e) {
157
+ Xe = e;
158
158
  }
159
- const F = [], Ie = [];
160
- let j = [];
161
- const Ye = [], fr = /* @__PURE__ */ Promise.resolve();
162
- let Me = !1;
163
- function cr() {
164
- Me || (Me = !0, fr.then(A));
159
+ const G = [], Le = [];
160
+ let F = [];
161
+ const Je = [], lr = /* @__PURE__ */ Promise.resolve();
162
+ let Ne = !1;
163
+ function fr() {
164
+ Ne || (Ne = !0, lr.then(S));
165
165
  }
166
- function $e(e) {
167
- j.push(e);
166
+ function Ie(e) {
167
+ F.push(e);
168
168
  }
169
- const we = /* @__PURE__ */ new Set();
170
- let D = 0;
171
- function A() {
172
- if (D !== 0)
169
+ const Be = /* @__PURE__ */ new Set();
170
+ let U = 0;
171
+ function S() {
172
+ if (U !== 0)
173
173
  return;
174
- const e = ze;
174
+ const e = Xe;
175
175
  do {
176
176
  try {
177
- for (; D < F.length; ) {
178
- const t = F[D];
179
- D++, K(t), mr(t.$$);
177
+ for (; U < G.length; ) {
178
+ const t = G[U];
179
+ U++, Y(t), cr(t.$$);
180
180
  }
181
181
  } catch (t) {
182
- throw F.length = 0, D = 0, t;
182
+ throw G.length = 0, U = 0, t;
183
183
  }
184
- for (K(null), F.length = 0, D = 0; Ie.length; )
185
- Ie.pop()();
186
- for (let t = 0; t < j.length; t += 1) {
187
- const r = j[t];
188
- we.has(r) || (we.add(r), r());
184
+ for (Y(null), G.length = 0, U = 0; Le.length; )
185
+ Le.pop()();
186
+ for (let t = 0; t < F.length; t += 1) {
187
+ const r = F[t];
188
+ Be.has(r) || (Be.add(r), r());
189
189
  }
190
- j.length = 0;
191
- } while (F.length);
192
- for (; Ye.length; )
193
- Ye.pop()();
194
- Me = !1, we.clear(), K(e);
190
+ F.length = 0;
191
+ } while (G.length);
192
+ for (; Je.length; )
193
+ Je.pop()();
194
+ Ne = !1, Be.clear(), Y(e);
195
195
  }
196
- function mr(e) {
196
+ function cr(e) {
197
197
  if (e.fragment !== null) {
198
- e.update(), re(e.before_update);
198
+ e.update(), te(e.before_update);
199
199
  const t = e.dirty;
200
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach($e);
200
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ie);
201
201
  }
202
202
  }
203
- function pr(e) {
203
+ function mr(e) {
204
204
  const t = [], r = [];
205
- j.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), j = t;
205
+ F.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), F = t;
206
206
  }
207
- const ue = /* @__PURE__ */ new Set();
207
+ const ae = /* @__PURE__ */ new Set();
208
208
  let dr;
209
- function he(e, t) {
210
- e && e.i && (ue.delete(e), e.i(t));
209
+ function ue(e, t) {
210
+ e && e.i && (ae.delete(e), e.i(t));
211
211
  }
212
- function Se(e, t, r, n) {
212
+ function Te(e, t, r, n) {
213
213
  if (e && e.o) {
214
- if (ue.has(e))
214
+ if (ae.has(e))
215
215
  return;
216
- ue.add(e), dr.c.push(() => {
217
- ue.delete(e);
216
+ ae.add(e), dr.c.push(() => {
217
+ ae.delete(e);
218
218
  }), e.o(t);
219
219
  }
220
220
  }
221
- function br(e, t, r) {
221
+ function pr(e, t, r) {
222
222
  const { fragment: n, after_update: i } = e.$$;
223
- n && n.m(t, r), $e(() => {
224
- const s = e.$$.on_mount.map(Et).filter(Xe);
225
- e.$$.on_destroy ? e.$$.on_destroy.push(...s) : re(s), e.$$.on_mount = [];
226
- }), i.forEach($e);
223
+ n && n.m(t, r), Ie(() => {
224
+ const s = e.$$.on_mount.map(yt).filter(ke);
225
+ e.$$.on_destroy ? e.$$.on_destroy.push(...s) : te(s), e.$$.on_mount = [];
226
+ }), i.forEach(Ie);
227
227
  }
228
- function gr(e, t) {
228
+ function br(e, t) {
229
229
  const r = e.$$;
230
- r.fragment !== null && (pr(r.after_update), re(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
230
+ r.fragment !== null && (mr(r.after_update), te(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
231
231
  }
232
- function _r(e, t) {
233
- e.$$.dirty[0] === -1 && (F.push(e), cr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
232
+ function gr(e, t) {
233
+ e.$$.dirty[0] === -1 && (G.push(e), fr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
234
234
  }
235
- function yr(e, t, r, n, i, s, u = null, o = [-1]) {
236
- const l = ze;
237
- K(e);
235
+ function _r(e, t, r, n, i, s, u = null, o = [-1]) {
236
+ const l = Xe;
237
+ Y(e);
238
238
  const a = e.$$ = {
239
239
  fragment: null,
240
240
  ctx: [],
@@ -242,7 +242,7 @@ function yr(e, t, r, n, i, s, u = null, o = [-1]) {
242
242
  props: s,
243
243
  update: B,
244
244
  not_equal: i,
245
- bound: qe(),
245
+ bound: Qe(),
246
246
  // lifecycle
247
247
  on_mount: [],
248
248
  on_destroy: [],
@@ -251,28 +251,28 @@ function yr(e, t, r, n, i, s, u = null, o = [-1]) {
251
251
  after_update: [],
252
252
  context: new Map(t.context || (l ? l.$$.context : [])),
253
253
  // everything else
254
- callbacks: qe(),
254
+ callbacks: Qe(),
255
255
  dirty: o,
256
256
  skip_bound: !1,
257
257
  root: t.target || l.$$.root
258
258
  };
259
259
  u && u(a.root);
260
260
  let h = !1;
261
- if (a.ctx = r ? r(e, t.props || {}, (f, c, ...p) => {
262
- const m = p.length ? p[0] : c;
263
- return a.ctx && i(a.ctx[f], a.ctx[f] = m) && (!a.skip_bound && a.bound[f] && a.bound[f](m), h && _r(e, f)), c;
264
- }) : [], a.update(), h = !0, re(a.before_update), a.fragment = n ? n(a.ctx) : !1, t.target) {
261
+ if (a.ctx = r ? r(e, t.props || {}, (f, c, ...d) => {
262
+ const m = d.length ? d[0] : c;
263
+ return a.ctx && i(a.ctx[f], a.ctx[f] = m) && (!a.skip_bound && a.bound[f] && a.bound[f](m), h && gr(e, f)), c;
264
+ }) : [], a.update(), h = !0, te(a.before_update), a.fragment = n ? n(a.ctx) : !1, t.target) {
265
265
  if (t.hydrate) {
266
- const f = ur(t.target);
267
- a.fragment && a.fragment.l(f), f.forEach(P);
266
+ const f = ar(t.target);
267
+ a.fragment && a.fragment.l(f), f.forEach(O);
268
268
  } else
269
269
  a.fragment && a.fragment.c();
270
- t.intro && he(e.$$.fragment), br(e, t.target, t.anchor), A();
270
+ t.intro && ue(e.$$.fragment), pr(e, t.target, t.anchor), S();
271
271
  }
272
- K(l);
272
+ Y(l);
273
273
  }
274
- let wt;
275
- typeof HTMLElement == "function" && (wt = class extends HTMLElement {
274
+ let Tt;
275
+ typeof HTMLElement == "function" && (Tt = class extends HTMLElement {
276
276
  /** The Svelte component constructor */
277
277
  $$ctor;
278
278
  /** Slots */
@@ -314,29 +314,29 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
314
314
  let s;
315
315
  return {
316
316
  c: function() {
317
- s = z("slot"), i !== "default" && Z(s, "name", i);
317
+ s = z("slot"), i !== "default" && W(s, "name", i);
318
318
  },
319
319
  /**
320
320
  * @param {HTMLElement} target
321
321
  * @param {HTMLElement} [anchor]
322
322
  */
323
323
  m: function(l, a) {
324
- M(l, s, a);
324
+ I(l, s, a);
325
325
  },
326
326
  d: function(l) {
327
- l && P(s);
327
+ l && O(s);
328
328
  }
329
329
  };
330
330
  };
331
331
  };
332
332
  if (await Promise.resolve(), !this.$$cn || this.$$c)
333
333
  return;
334
- const t = {}, r = lr(this);
334
+ const t = {}, r = hr(this);
335
335
  for (const i of this.$$s)
336
336
  i in r && (t[i] = [e(i)]);
337
337
  for (const i of this.attributes) {
338
338
  const s = this.$$g_p(i.name);
339
- s in this.$$d || (this.$$d[s] = le(s, i.value, this.$$p_d, "toProp"));
339
+ s in this.$$d || (this.$$d[s] = he(s, i.value, this.$$p_d, "toProp"));
340
340
  }
341
341
  for (const i in this.$$p_d)
342
342
  !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
@@ -354,7 +354,7 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
354
354
  this.$$r = !0;
355
355
  for (const i in this.$$p_d)
356
356
  if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
357
- const s = le(
357
+ const s = he(
358
358
  i,
359
359
  this.$$d[i],
360
360
  this.$$p_d,
@@ -376,7 +376,7 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
376
376
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
377
377
  // and setting attributes through setAttribute etc, this is helpful
378
378
  attributeChangedCallback(e, t, r) {
379
- this.$$r || (e = this.$$g_p(e), this.$$d[e] = le(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
379
+ this.$$r || (e = this.$$g_p(e), this.$$d[e] = he(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
380
380
  }
381
381
  disconnectedCallback() {
382
382
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -389,7 +389,7 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
389
389
  ) || e;
390
390
  }
391
391
  });
392
- function le(e, t, r, n) {
392
+ function he(e, t, r, n) {
393
393
  const i = r[e]?.type;
394
394
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
395
395
  return t;
@@ -418,8 +418,8 @@ function le(e, t, r, n) {
418
418
  return t;
419
419
  }
420
420
  }
421
- function Er(e, t, r, n, i, s) {
422
- let u = class extends wt {
421
+ function yr(e, t, r, n, i, s) {
422
+ let u = class extends Tt {
423
423
  constructor() {
424
424
  super(e, r, i), this.$$p_d = t;
425
425
  }
@@ -435,7 +435,7 @@ function Er(e, t, r, n, i, s) {
435
435
  return this.$$c && o in this.$$c ? this.$$c[o] : this.$$d[o];
436
436
  },
437
437
  set(l) {
438
- l = le(o, l, t), this.$$d[o] = l, this.$$c?.$set({ [o]: l });
438
+ l = he(o, l, t), this.$$d[o] = l, this.$$c?.$set({ [o]: l });
439
439
  }
440
440
  });
441
441
  }), n.forEach((o) => {
@@ -466,7 +466,7 @@ class xr {
466
466
  $$set = void 0;
467
467
  /** @returns {void} */
468
468
  $destroy() {
469
- gr(this, 1), this.$destroy = B;
469
+ br(this, 1), this.$destroy = B;
470
470
  }
471
471
  /**
472
472
  * @template {Extract<keyof Events, string>} K
@@ -475,7 +475,7 @@ class xr {
475
475
  * @returns {() => void}
476
476
  */
477
477
  $on(t, r) {
478
- if (!Xe(r))
478
+ if (!ke(r))
479
479
  return B;
480
480
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
481
481
  return n.push(r), () => {
@@ -488,29 +488,29 @@ class xr {
488
488
  * @returns {void}
489
489
  */
490
490
  $set(t) {
491
- this.$$set && !nr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
491
+ this.$$set && !rr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
492
492
  }
493
493
  }
494
- const vr = "4";
495
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(vr);
496
- const G = [];
497
- function Hr(e, t) {
494
+ const Er = "4";
495
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Er);
496
+ const D = [];
497
+ function vr(e, t) {
498
498
  return {
499
- subscribe: _e(e, t).subscribe
499
+ subscribe: be(e, t).subscribe
500
500
  };
501
501
  }
502
- function _e(e, t = B) {
502
+ function be(e, t = B) {
503
503
  let r;
504
504
  const n = /* @__PURE__ */ new Set();
505
505
  function i(o) {
506
506
  if (xt(e, o) && (e = o, r)) {
507
- const l = !G.length;
507
+ const l = !D.length;
508
508
  for (const a of n)
509
- a[1](), G.push(a, e);
509
+ a[1](), D.push(a, e);
510
510
  if (l) {
511
- for (let a = 0; a < G.length; a += 2)
512
- G[a][0](G[a + 1]);
513
- G.length = 0;
511
+ for (let a = 0; a < D.length; a += 2)
512
+ D[a][0](D[a + 1]);
513
+ D.length = 0;
514
514
  }
515
515
  }
516
516
  }
@@ -525,12 +525,12 @@ function _e(e, t = B) {
525
525
  }
526
526
  return { set: i, update: s, subscribe: u };
527
527
  }
528
- function Q(e, t, r) {
528
+ function Z(e, t, r) {
529
529
  const n = !Array.isArray(e), i = n ? [e] : e;
530
530
  if (!i.every(Boolean))
531
531
  throw new Error("derived() expects stores as input, got a falsy value");
532
532
  const s = t.length < 2;
533
- return Hr(r, (u, o) => {
533
+ return vr(r, (u, o) => {
534
534
  let l = !1;
535
535
  const a = [];
536
536
  let h = 0, f = B;
@@ -539,9 +539,9 @@ function Q(e, t, r) {
539
539
  return;
540
540
  f();
541
541
  const m = t(n ? a[0] : a, u, o);
542
- s ? u(m) : f = Xe(m) ? m : B;
543
- }, p = i.map(
544
- (m, g) => vt(
542
+ s ? u(m) : f = ke(m) ? m : B;
543
+ }, d = i.map(
544
+ (m, g) => Et(
545
545
  m,
546
546
  (v) => {
547
547
  a[g] = v, h &= ~(1 << g), l && c();
@@ -552,112 +552,126 @@ function Q(e, t, r) {
552
552
  )
553
553
  );
554
554
  return l = !0, c(), function() {
555
- re(p), f(), l = !1;
555
+ te(d), f(), l = !1;
556
556
  };
557
557
  });
558
558
  }
559
- function Br(e) {
560
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
559
+ function Hr(e) {
560
+ return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
561
561
  }
562
- var Tr = function(t) {
563
- return wr(t) && !Sr(t);
562
+ var Br = function(t) {
563
+ return Tr(t) && !wr(t);
564
564
  };
565
- function wr(e) {
565
+ function Tr(e) {
566
566
  return !!e && typeof e == "object";
567
567
  }
568
- function Sr(e) {
568
+ function wr(e) {
569
569
  var t = Object.prototype.toString.call(e);
570
570
  return t === "[object RegExp]" || t === "[object Date]" || Cr(e);
571
571
  }
572
- var Ar = typeof Symbol == "function" && Symbol.for, Or = Ar ? Symbol.for("react.element") : 60103;
572
+ var Sr = typeof Symbol == "function" && Symbol.for, Ar = Sr ? Symbol.for("react.element") : 60103;
573
573
  function Cr(e) {
574
- return e.$$typeof === Or;
574
+ return e.$$typeof === Ar;
575
575
  }
576
- function Pr(e) {
576
+ function Or(e) {
577
577
  return Array.isArray(e) ? [] : {};
578
578
  }
579
- function ee(e, t) {
580
- return t.clone !== !1 && t.isMergeableObject(e) ? k(Pr(e), e, t) : e;
579
+ function K(e, t) {
580
+ return t.clone !== !1 && t.isMergeableObject(e) ? j(Or(e), e, t) : e;
581
581
  }
582
- function Lr(e, t, r) {
582
+ function Pr(e, t, r) {
583
583
  return e.concat(t).map(function(n) {
584
- return ee(n, r);
584
+ return K(n, r);
585
585
  });
586
586
  }
587
- function Nr(e, t) {
587
+ function Lr(e, t) {
588
588
  if (!t.customMerge)
589
- return k;
589
+ return j;
590
590
  var r = t.customMerge(e);
591
- return typeof r == "function" ? r : k;
591
+ return typeof r == "function" ? r : j;
592
592
  }
593
- function Ir(e) {
593
+ function Nr(e) {
594
594
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
595
595
  return Object.propertyIsEnumerable.call(e, t);
596
596
  }) : [];
597
597
  }
598
- function Ke(e) {
599
- return Object.keys(e).concat(Ir(e));
598
+ function Ye(e) {
599
+ return Object.keys(e).concat(Nr(e));
600
600
  }
601
- function St(e, t) {
601
+ function wt(e, t) {
602
602
  try {
603
603
  return t in e;
604
604
  } catch {
605
605
  return !1;
606
606
  }
607
607
  }
608
- function Mr(e, t) {
609
- return St(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
608
+ function Ir(e, t) {
609
+ return wt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
610
610
  }
611
- function $r(e, t, r) {
611
+ function Mr(e, t, r) {
612
612
  var n = {};
613
- return r.isMergeableObject(e) && Ke(e).forEach(function(i) {
614
- n[i] = ee(e[i], r);
615
- }), Ke(t).forEach(function(i) {
616
- Mr(e, i) || (St(e, i) && r.isMergeableObject(t[i]) ? n[i] = Nr(i, r)(e[i], t[i], r) : n[i] = ee(t[i], r));
613
+ return r.isMergeableObject(e) && Ye(e).forEach(function(i) {
614
+ n[i] = K(e[i], r);
615
+ }), Ye(t).forEach(function(i) {
616
+ Ir(e, i) || (wt(e, i) && r.isMergeableObject(t[i]) ? n[i] = Lr(i, r)(e[i], t[i], r) : n[i] = K(t[i], r));
617
617
  }), n;
618
618
  }
619
- function k(e, t, r) {
620
- r = r || {}, r.arrayMerge = r.arrayMerge || Lr, r.isMergeableObject = r.isMergeableObject || Tr, r.cloneUnlessOtherwiseSpecified = ee;
619
+ function j(e, t, r) {
620
+ r = r || {}, r.arrayMerge = r.arrayMerge || Pr, r.isMergeableObject = r.isMergeableObject || Br, r.cloneUnlessOtherwiseSpecified = K;
621
621
  var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
622
- return s ? n ? r.arrayMerge(e, t, r) : $r(e, t, r) : ee(t, r);
622
+ return s ? n ? r.arrayMerge(e, t, r) : Mr(e, t, r) : K(t, r);
623
623
  }
624
- k.all = function(t, r) {
624
+ j.all = function(t, r) {
625
625
  if (!Array.isArray(t))
626
626
  throw new Error("first argument should be an array");
627
627
  return t.reduce(function(n, i) {
628
- return k(n, i, r);
628
+ return j(n, i, r);
629
629
  }, {});
630
630
  };
631
- var Rr = k, Ur = Rr;
632
- const Dr = /* @__PURE__ */ Br(Ur);
633
- var Re = function(e, t) {
634
- return Re = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
631
+ var $r = j, Rr = $r;
632
+ const Ur = /* @__PURE__ */ Hr(Rr);
633
+ /*! *****************************************************************************
634
+ Copyright (c) Microsoft Corporation.
635
+
636
+ Permission to use, copy, modify, and/or distribute this software for any
637
+ purpose with or without fee is hereby granted.
638
+
639
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
640
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
641
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
642
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
643
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
644
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
645
+ PERFORMANCE OF THIS SOFTWARE.
646
+ ***************************************************************************** */
647
+ var Me = function(e, t) {
648
+ return Me = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
635
649
  r.__proto__ = n;
636
650
  } || function(r, n) {
637
651
  for (var i in n)
638
652
  Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
639
- }, Re(e, t);
653
+ }, Me(e, t);
640
654
  };
641
- function ye(e, t) {
655
+ function ge(e, t) {
642
656
  if (typeof t != "function" && t !== null)
643
657
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
644
- Re(e, t);
658
+ Me(e, t);
645
659
  function r() {
646
660
  this.constructor = e;
647
661
  }
648
662
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
649
663
  }
650
- var T = function() {
651
- return T = Object.assign || function(t) {
664
+ var y = function() {
665
+ return y = Object.assign || function(t) {
652
666
  for (var r, n = 1, i = arguments.length; n < i; n++) {
653
667
  r = arguments[n];
654
668
  for (var s in r)
655
669
  Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
656
670
  }
657
671
  return t;
658
- }, T.apply(this, arguments);
672
+ }, y.apply(this, arguments);
659
673
  };
660
- function Gr(e, t) {
674
+ function Dr(e, t) {
661
675
  var r = {};
662
676
  for (var n in e)
663
677
  Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
@@ -666,43 +680,46 @@ function Gr(e, t) {
666
680
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
667
681
  return r;
668
682
  }
669
- function Ae(e, t, r) {
670
- if (r || arguments.length === 2)
683
+ function we(e, t, r) {
684
+ if (arguments.length === 2)
671
685
  for (var n = 0, i = t.length, s; n < i; n++)
672
686
  (s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
673
- return e.concat(s || Array.prototype.slice.call(t));
687
+ return e.concat(s || t);
674
688
  }
675
- function Oe(e, t) {
676
- var r = t && t.cache ? t.cache : zr, n = t && t.serializer ? t.serializer : Xr, i = t && t.strategy ? t.strategy : kr;
689
+ function Se(e, t) {
690
+ var r = t && t.cache ? t.cache : zr, n = t && t.serializer ? t.serializer : Vr, i = t && t.strategy ? t.strategy : Fr;
677
691
  return i(e, {
678
692
  cache: r,
679
693
  serializer: n
680
694
  });
681
695
  }
682
- function Fr(e) {
696
+ function Gr(e) {
683
697
  return e == null || typeof e == "number" || typeof e == "boolean";
684
698
  }
685
- function jr(e, t, r, n) {
686
- var i = Fr(n) ? n : r(n), s = t.get(i);
699
+ function St(e, t, r, n) {
700
+ var i = Gr(n) ? n : r(n), s = t.get(i);
687
701
  return typeof s > "u" && (s = e.call(this, n), t.set(i, s)), s;
688
702
  }
689
703
  function At(e, t, r) {
690
704
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
691
705
  return typeof s > "u" && (s = e.apply(this, n), t.set(i, s)), s;
692
706
  }
693
- function Ot(e, t, r, n, i) {
707
+ function ze(e, t, r, n, i) {
694
708
  return r.bind(t, e, n, i);
695
709
  }
696
- function kr(e, t) {
697
- var r = e.length === 1 ? jr : At;
698
- return Ot(e, this, r, t.cache.create(), t.serializer);
710
+ function Fr(e, t) {
711
+ var r = e.length === 1 ? St : At;
712
+ return ze(e, this, r, t.cache.create(), t.serializer);
699
713
  }
700
- function Vr(e, t) {
701
- return Ot(e, this, At, t.cache.create(), t.serializer);
714
+ function jr(e, t) {
715
+ return ze(e, this, At, t.cache.create(), t.serializer);
702
716
  }
703
- var Xr = function() {
717
+ function kr(e, t) {
718
+ return ze(e, this, St, t.cache.create(), t.serializer);
719
+ }
720
+ var Vr = function() {
704
721
  return JSON.stringify(arguments);
705
- }, Wr = (
722
+ }, Xr = (
706
723
  /** @class */
707
724
  function() {
708
725
  function e() {
@@ -716,69 +733,60 @@ var Xr = function() {
716
733
  }()
717
734
  ), zr = {
718
735
  create: function() {
719
- return new Wr();
736
+ return new Xr();
720
737
  }
721
- }, Ce = {
722
- variadic: Vr
723
- }, pe = function() {
724
- return pe = Object.assign || function(t) {
725
- for (var r, n = 1, i = arguments.length; n < i; n++) {
726
- r = arguments[n];
727
- for (var s in r)
728
- Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
729
- }
730
- return t;
731
- }, pe.apply(this, arguments);
732
- };
733
- var d;
738
+ }, Ae = {
739
+ variadic: jr,
740
+ monadic: kr
741
+ }, p;
734
742
  (function(e) {
735
743
  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";
736
- })(d || (d = {}));
737
- var y;
744
+ })(p || (p = {}));
745
+ var x;
738
746
  (function(e) {
739
747
  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";
740
- })(y || (y = {}));
741
- var V;
748
+ })(x || (x = {}));
749
+ var k;
742
750
  (function(e) {
743
751
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
744
- })(V || (V = {}));
745
- function et(e) {
746
- return e.type === y.literal;
752
+ })(k || (k = {}));
753
+ function Ke(e) {
754
+ return e.type === x.literal;
747
755
  }
748
- function Zr(e) {
749
- return e.type === y.argument;
756
+ function Wr(e) {
757
+ return e.type === x.argument;
750
758
  }
751
759
  function Ct(e) {
752
- return e.type === y.number;
760
+ return e.type === x.number;
761
+ }
762
+ function Ot(e) {
763
+ return e.type === x.date;
753
764
  }
754
765
  function Pt(e) {
755
- return e.type === y.date;
766
+ return e.type === x.time;
756
767
  }
757
768
  function Lt(e) {
758
- return e.type === y.time;
769
+ return e.type === x.select;
759
770
  }
760
771
  function Nt(e) {
761
- return e.type === y.select;
772
+ return e.type === x.plural;
762
773
  }
763
- function It(e) {
764
- return e.type === y.plural;
774
+ function Zr(e) {
775
+ return e.type === x.pound;
765
776
  }
766
- function Qr(e) {
767
- return e.type === y.pound;
777
+ function It(e) {
778
+ return e.type === x.tag;
768
779
  }
769
780
  function Mt(e) {
770
- return e.type === y.tag;
771
- }
772
- function $t(e) {
773
- return !!(e && typeof e == "object" && e.type === V.number);
781
+ return !!(e && typeof e == "object" && e.type === k.number);
774
782
  }
775
- function Ue(e) {
776
- return !!(e && typeof e == "object" && e.type === V.dateTime);
783
+ function $e(e) {
784
+ return !!(e && typeof e == "object" && e.type === k.dateTime);
777
785
  }
778
- var Rt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, qr = /(?:[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;
779
- function Jr(e) {
786
+ var $t = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Qr = /(?:[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;
787
+ function qr(e) {
780
788
  var t = {};
781
- return e.replace(qr, function(r) {
789
+ return e.replace(Qr, function(r) {
782
790
  var n = r.length;
783
791
  switch (r[0]) {
784
792
  case "G":
@@ -867,21 +875,11 @@ function Jr(e) {
867
875
  return "";
868
876
  }), t;
869
877
  }
870
- var E = function() {
871
- return E = Object.assign || function(t) {
872
- for (var r, n = 1, i = arguments.length; n < i; n++) {
873
- r = arguments[n];
874
- for (var s in r)
875
- Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
876
- }
877
- return t;
878
- }, E.apply(this, arguments);
879
- };
880
- var Yr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
881
- function Kr(e) {
878
+ var Jr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
879
+ function Yr(e) {
882
880
  if (e.length === 0)
883
881
  throw new Error("Number skeleton cannot be empty");
884
- for (var t = e.split(Yr).filter(function(c) {
882
+ for (var t = e.split(Jr).filter(function(c) {
885
883
  return c.length > 0;
886
884
  }), r = [], n = 0, i = t; n < i.length; n++) {
887
885
  var s = i[n], u = s.split("/");
@@ -896,17 +894,17 @@ function Kr(e) {
896
894
  }
897
895
  return r;
898
896
  }
899
- function en(e) {
897
+ function Kr(e) {
900
898
  return e.replace(/^(.*?)-/, "");
901
899
  }
902
- var tt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Ut = /^(@+)?(\+|#+)?[rs]?$/g, tn = /(\*)(0+)|(#+)(0+)|(0+)/g, Dt = /^(0+)$/;
903
- function rt(e) {
900
+ var et = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Rt = /^(@+)?(\+|#+)?[rs]?$/g, en = /(\*)(0+)|(#+)(0+)|(0+)/g, Ut = /^(0+)$/;
901
+ function tt(e) {
904
902
  var t = {};
905
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Ut, function(r, n, i) {
903
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Rt, function(r, n, i) {
906
904
  return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
907
905
  }), t;
908
906
  }
909
- function Gt(e) {
907
+ function Dt(e) {
910
908
  switch (e) {
911
909
  case "sign-auto":
912
910
  return {
@@ -946,7 +944,7 @@ function Gt(e) {
946
944
  };
947
945
  }
948
946
  }
949
- function rn(e) {
947
+ function tn(e) {
950
948
  var t;
951
949
  if (e[0] === "E" && e[1] === "E" ? (t = {
952
950
  notation: "engineering"
@@ -954,17 +952,17 @@ function rn(e) {
954
952
  notation: "scientific"
955
953
  }, e = e.slice(1)), t) {
956
954
  var r = e.slice(0, 2);
957
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Dt.test(e))
955
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Ut.test(e))
958
956
  throw new Error("Malformed concise eng/scientific notation");
959
957
  t.minimumIntegerDigits = e.length;
960
958
  }
961
959
  return t;
962
960
  }
963
- function nt(e) {
964
- var t = {}, r = Gt(e);
961
+ function rt(e) {
962
+ var t = {}, r = Dt(e);
965
963
  return r || t;
966
964
  }
967
- function nn(e) {
965
+ function rn(e) {
968
966
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
969
967
  var i = n[r];
970
968
  switch (i.stem) {
@@ -988,7 +986,7 @@ function nn(e) {
988
986
  continue;
989
987
  case "measure-unit":
990
988
  case "unit":
991
- t.style = "unit", t.unit = en(i.options[0]);
989
+ t.style = "unit", t.unit = Kr(i.options[0]);
992
990
  continue;
993
991
  case "compact-short":
994
992
  case "K":
@@ -999,13 +997,13 @@ function nn(e) {
999
997
  t.notation = "compact", t.compactDisplay = "long";
1000
998
  continue;
1001
999
  case "scientific":
1002
- t = E(E(E({}, t), { notation: "scientific" }), i.options.reduce(function(l, a) {
1003
- return E(E({}, l), nt(a));
1000
+ t = y(y(y({}, t), { notation: "scientific" }), i.options.reduce(function(l, a) {
1001
+ return y(y({}, l), rt(a));
1004
1002
  }, {}));
1005
1003
  continue;
1006
1004
  case "engineering":
1007
- t = E(E(E({}, t), { notation: "engineering" }), i.options.reduce(function(l, a) {
1008
- return E(E({}, l), nt(a));
1005
+ t = y(y(y({}, t), { notation: "engineering" }), i.options.reduce(function(l, a) {
1006
+ return y(y({}, l), rt(a));
1009
1007
  }, {}));
1010
1008
  continue;
1011
1009
  case "notation-simple":
@@ -1050,45 +1048,45 @@ function nn(e) {
1050
1048
  case "integer-width":
1051
1049
  if (i.options.length > 1)
1052
1050
  throw new RangeError("integer-width stems only accept a single optional option");
1053
- i.options[0].replace(tn, function(l, a, h, f, c, p) {
1051
+ i.options[0].replace(en, function(l, a, h, f, c, d) {
1054
1052
  if (a)
1055
1053
  t.minimumIntegerDigits = h.length;
1056
1054
  else {
1057
1055
  if (f && c)
1058
1056
  throw new Error("We currently do not support maximum integer digits");
1059
- if (p)
1057
+ if (d)
1060
1058
  throw new Error("We currently do not support exact integer digits");
1061
1059
  }
1062
1060
  return "";
1063
1061
  });
1064
1062
  continue;
1065
1063
  }
1066
- if (Dt.test(i.stem)) {
1064
+ if (Ut.test(i.stem)) {
1067
1065
  t.minimumIntegerDigits = i.stem.length;
1068
1066
  continue;
1069
1067
  }
1070
- if (tt.test(i.stem)) {
1068
+ if (et.test(i.stem)) {
1071
1069
  if (i.options.length > 1)
1072
1070
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1073
- i.stem.replace(tt, function(l, a, h, f, c, p) {
1074
- return h === "*" ? t.minimumFractionDigits = a.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : c && p ? (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length + p.length) : (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length), "";
1071
+ i.stem.replace(et, function(l, a, h, f, c, d) {
1072
+ return h === "*" ? t.minimumFractionDigits = a.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : c && d ? (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length + d.length) : (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length), "";
1075
1073
  });
1076
1074
  var s = i.options[0];
1077
- s === "w" ? t = E(E({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = E(E({}, t), rt(s)));
1075
+ s === "w" ? t = y(y({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = y(y({}, t), tt(s)));
1078
1076
  continue;
1079
1077
  }
1080
- if (Ut.test(i.stem)) {
1081
- t = E(E({}, t), rt(i.stem));
1078
+ if (Rt.test(i.stem)) {
1079
+ t = y(y({}, t), tt(i.stem));
1082
1080
  continue;
1083
1081
  }
1084
- var u = Gt(i.stem);
1085
- u && (t = E(E({}, t), u));
1086
- var o = rn(i.stem);
1087
- o && (t = E(E({}, t), o));
1082
+ var u = Dt(i.stem);
1083
+ u && (t = y(y({}, t), u));
1084
+ var o = tn(i.stem);
1085
+ o && (t = y(y({}, t), o));
1088
1086
  }
1089
1087
  return t;
1090
1088
  }
1091
- var ae = {
1089
+ var oe = {
1092
1090
  "001": [
1093
1091
  "H",
1094
1092
  "h"
@@ -2503,13 +2501,13 @@ var ae = {
2503
2501
  "h"
2504
2502
  ]
2505
2503
  };
2506
- function sn(e, t) {
2504
+ function nn(e, t) {
2507
2505
  for (var r = "", n = 0; n < e.length; n++) {
2508
2506
  var i = e.charAt(n);
2509
2507
  if (i === "j") {
2510
2508
  for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2511
2509
  s++, n++;
2512
- var u = 1 + (s & 1), o = s < 2 ? 1 : 3 + (s >> 1), l = "a", a = on(t);
2510
+ var u = 1 + (s & 1), o = s < 2 ? 1 : 3 + (s >> 1), l = "a", a = sn(t);
2513
2511
  for ((a == "H" || a == "k") && (o = 0); o-- > 0; )
2514
2512
  r += l;
2515
2513
  for (; u-- > 0; )
@@ -2519,7 +2517,7 @@ function sn(e, t) {
2519
2517
  }
2520
2518
  return r;
2521
2519
  }
2522
- function on(e) {
2520
+ function sn(e) {
2523
2521
  var t = e.hourCycle;
2524
2522
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2525
2523
  e.hourCycles && // @ts-ignore
@@ -2538,23 +2536,23 @@ function on(e) {
2538
2536
  }
2539
2537
  var r = e.language, n;
2540
2538
  r !== "root" && (n = e.maximize().region);
2541
- var i = ae[n || ""] || ae[r || ""] || ae["".concat(r, "-001")] || ae["001"];
2539
+ var i = oe[n || ""] || oe[r || ""] || oe["".concat(r, "-001")] || oe["001"];
2542
2540
  return i[0];
2543
2541
  }
2544
- var Pe, an = new RegExp("^".concat(Rt.source, "*")), un = new RegExp("".concat(Rt.source, "*$"));
2542
+ var Ce, on = new RegExp("^".concat($t.source, "*")), an = new RegExp("".concat($t.source, "*$"));
2545
2543
  function b(e, t) {
2546
2544
  return { start: e, end: t };
2547
2545
  }
2548
- var hn = !!String.prototype.startsWith && "_a".startsWith("a", 1), ln = !!String.fromCodePoint, fn = !!Object.fromEntries, cn = !!String.prototype.codePointAt, mn = !!String.prototype.trimStart, pn = !!String.prototype.trimEnd, dn = !!Number.isSafeInteger, bn = dn ? Number.isSafeInteger : function(e) {
2546
+ var un = !!String.prototype.startsWith && "_a".startsWith("a", 1), hn = !!String.fromCodePoint, ln = !!Object.fromEntries, fn = !!String.prototype.codePointAt, cn = !!String.prototype.trimStart, mn = !!String.prototype.trimEnd, dn = !!Number.isSafeInteger, pn = dn ? Number.isSafeInteger : function(e) {
2549
2547
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2550
- }, De = !0;
2548
+ }, Re = !0;
2551
2549
  try {
2552
- var gn = jt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2553
- De = ((Pe = gn.exec("a")) === null || Pe === void 0 ? void 0 : Pe[0]) === "a";
2550
+ var bn = Ft("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2551
+ Re = ((Ce = bn.exec("a")) === null || Ce === void 0 ? void 0 : Ce[0]) === "a";
2554
2552
  } catch {
2555
- De = !1;
2553
+ Re = !1;
2556
2554
  }
2557
- var it = hn ? (
2555
+ var nt = un ? (
2558
2556
  // Native
2559
2557
  function(t, r, n) {
2560
2558
  return t.startsWith(r, n);
@@ -2564,7 +2562,7 @@ var it = hn ? (
2564
2562
  function(t, r, n) {
2565
2563
  return t.slice(n, n + r.length) === r;
2566
2564
  }
2567
- ), Ge = ln ? String.fromCodePoint : (
2565
+ ), Ue = hn ? String.fromCodePoint : (
2568
2566
  // IE11
2569
2567
  function() {
2570
2568
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -2576,9 +2574,9 @@ var it = hn ? (
2576
2574
  }
2577
2575
  return n;
2578
2576
  }
2579
- ), st = (
2577
+ ), it = (
2580
2578
  // native
2581
- fn ? Object.fromEntries : (
2579
+ ln ? Object.fromEntries : (
2582
2580
  // Ponyfill
2583
2581
  function(t) {
2584
2582
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -2588,7 +2586,7 @@ var it = hn ? (
2588
2586
  return r;
2589
2587
  }
2590
2588
  )
2591
- ), Ft = cn ? (
2589
+ ), Gt = fn ? (
2592
2590
  // Native
2593
2591
  function(t, r) {
2594
2592
  return t.codePointAt(r);
@@ -2602,7 +2600,7 @@ var it = hn ? (
2602
2600
  return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
2603
2601
  }
2604
2602
  }
2605
- ), _n = mn ? (
2603
+ ), gn = cn ? (
2606
2604
  // Native
2607
2605
  function(t) {
2608
2606
  return t.trimStart();
@@ -2610,9 +2608,9 @@ var it = hn ? (
2610
2608
  ) : (
2611
2609
  // Ponyfill
2612
2610
  function(t) {
2613
- return t.replace(an, "");
2611
+ return t.replace(on, "");
2614
2612
  }
2615
- ), yn = pn ? (
2613
+ ), _n = mn ? (
2616
2614
  // Native
2617
2615
  function(t) {
2618
2616
  return t.trimEnd();
@@ -2620,32 +2618,32 @@ var it = hn ? (
2620
2618
  ) : (
2621
2619
  // Ponyfill
2622
2620
  function(t) {
2623
- return t.replace(un, "");
2621
+ return t.replace(an, "");
2624
2622
  }
2625
2623
  );
2626
- function jt(e, t) {
2624
+ function Ft(e, t) {
2627
2625
  return new RegExp(e, t);
2628
2626
  }
2629
- var Fe;
2630
- if (De) {
2631
- var ot = jt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2632
- Fe = function(t, r) {
2627
+ var De;
2628
+ if (Re) {
2629
+ var st = Ft("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2630
+ De = function(t, r) {
2633
2631
  var n;
2634
- ot.lastIndex = r;
2635
- var i = ot.exec(t);
2632
+ st.lastIndex = r;
2633
+ var i = st.exec(t);
2636
2634
  return (n = i[1]) !== null && n !== void 0 ? n : "";
2637
2635
  };
2638
2636
  } else
2639
- Fe = function(t, r) {
2637
+ De = function(t, r) {
2640
2638
  for (var n = []; ; ) {
2641
- var i = Ft(t, r);
2642
- if (i === void 0 || kt(i) || Hn(i))
2639
+ var i = Gt(t, r);
2640
+ if (i === void 0 || jt(i) || vn(i))
2643
2641
  break;
2644
2642
  n.push(i), r += i >= 65536 ? 2 : 1;
2645
2643
  }
2646
- return Ge.apply(void 0, n);
2644
+ return Ue.apply(void 0, n);
2647
2645
  };
2648
- var En = (
2646
+ var yn = (
2649
2647
  /** @class */
2650
2648
  function() {
2651
2649
  function e(t, r) {
@@ -2669,14 +2667,14 @@ var En = (
2669
2667
  if (s === 35 && (r === "plural" || r === "selectordinal")) {
2670
2668
  var o = this.clonePosition();
2671
2669
  this.bump(), i.push({
2672
- type: y.pound,
2670
+ type: x.pound,
2673
2671
  location: b(o, this.clonePosition())
2674
2672
  });
2675
2673
  } else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
2676
2674
  if (n)
2677
2675
  break;
2678
- return this.error(d.UNMATCHED_CLOSING_TAG, b(this.clonePosition(), this.clonePosition()));
2679
- } else if (s === 60 && !this.ignoreTag && je(this.peek() || 0)) {
2676
+ return this.error(p.UNMATCHED_CLOSING_TAG, b(this.clonePosition(), this.clonePosition()));
2677
+ } else if (s === 60 && !this.ignoreTag && Ge(this.peek() || 0)) {
2680
2678
  var u = this.parseTag(t, r);
2681
2679
  if (u.err)
2682
2680
  return u;
@@ -2697,7 +2695,7 @@ var En = (
2697
2695
  if (this.bumpSpace(), this.bumpIf("/>"))
2698
2696
  return {
2699
2697
  val: {
2700
- type: y.literal,
2698
+ type: x.literal,
2701
2699
  value: "<".concat(i, "/>"),
2702
2700
  location: b(n, this.clonePosition())
2703
2701
  },
@@ -2709,25 +2707,25 @@ var En = (
2709
2707
  return s;
2710
2708
  var u = s.val, o = this.clonePosition();
2711
2709
  if (this.bumpIf("</")) {
2712
- if (this.isEOF() || !je(this.char()))
2713
- return this.error(d.INVALID_TAG, b(o, this.clonePosition()));
2710
+ if (this.isEOF() || !Ge(this.char()))
2711
+ return this.error(p.INVALID_TAG, b(o, this.clonePosition()));
2714
2712
  var l = this.clonePosition(), a = this.parseTagName();
2715
- return i !== a ? this.error(d.UNMATCHED_CLOSING_TAG, b(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2713
+ return i !== a ? this.error(p.UNMATCHED_CLOSING_TAG, b(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2716
2714
  val: {
2717
- type: y.tag,
2715
+ type: x.tag,
2718
2716
  value: i,
2719
2717
  children: u,
2720
2718
  location: b(n, this.clonePosition())
2721
2719
  },
2722
2720
  err: null
2723
- } : this.error(d.INVALID_TAG, b(o, this.clonePosition())));
2721
+ } : this.error(p.INVALID_TAG, b(o, this.clonePosition())));
2724
2722
  } else
2725
- return this.error(d.UNCLOSED_TAG, b(n, this.clonePosition()));
2723
+ return this.error(p.UNCLOSED_TAG, b(n, this.clonePosition()));
2726
2724
  } else
2727
- return this.error(d.INVALID_TAG, b(n, this.clonePosition()));
2725
+ return this.error(p.INVALID_TAG, b(n, this.clonePosition()));
2728
2726
  }, e.prototype.parseTagName = function() {
2729
2727
  var t = this.offset();
2730
- for (this.bump(); !this.isEOF() && vn(this.char()); )
2728
+ for (this.bump(); !this.isEOF() && En(this.char()); )
2731
2729
  this.bump();
2732
2730
  return this.message.slice(t, this.offset());
2733
2731
  }, e.prototype.parseLiteral = function(t, r) {
@@ -2751,7 +2749,7 @@ var En = (
2751
2749
  }
2752
2750
  var l = b(n, this.clonePosition());
2753
2751
  return {
2754
- val: { type: y.literal, value: i, location: l },
2752
+ val: { type: x.literal, value: i, location: l },
2755
2753
  err: null
2756
2754
  };
2757
2755
  }, e.prototype.tryParseLeftAngleBracket = function() {
@@ -2790,28 +2788,28 @@ var En = (
2790
2788
  r.push(n);
2791
2789
  this.bump();
2792
2790
  }
2793
- return Ge.apply(void 0, r);
2791
+ return Ue.apply(void 0, r);
2794
2792
  }, e.prototype.tryParseUnquoted = function(t, r) {
2795
2793
  if (this.isEOF())
2796
2794
  return null;
2797
2795
  var n = this.char();
2798
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ge(n));
2796
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ue(n));
2799
2797
  }, e.prototype.parseArgument = function(t, r) {
2800
2798
  var n = this.clonePosition();
2801
2799
  if (this.bump(), this.bumpSpace(), this.isEOF())
2802
- return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
2800
+ return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
2803
2801
  if (this.char() === 125)
2804
- return this.bump(), this.error(d.EMPTY_ARGUMENT, b(n, this.clonePosition()));
2802
+ return this.bump(), this.error(p.EMPTY_ARGUMENT, b(n, this.clonePosition()));
2805
2803
  var i = this.parseIdentifierIfPossible().value;
2806
2804
  if (!i)
2807
- return this.error(d.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
2805
+ return this.error(p.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
2808
2806
  if (this.bumpSpace(), this.isEOF())
2809
- return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
2807
+ return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
2810
2808
  switch (this.char()) {
2811
2809
  case 125:
2812
2810
  return this.bump(), {
2813
2811
  val: {
2814
- type: y.argument,
2812
+ type: x.argument,
2815
2813
  // value does not include the opening and closing braces.
2816
2814
  value: i,
2817
2815
  location: b(n, this.clonePosition())
@@ -2819,12 +2817,12 @@ var En = (
2819
2817
  err: null
2820
2818
  };
2821
2819
  case 44:
2822
- return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
2820
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
2823
2821
  default:
2824
- return this.error(d.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
2822
+ return this.error(p.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
2825
2823
  }
2826
2824
  }, e.prototype.parseIdentifierIfPossible = function() {
2827
- var t = this.clonePosition(), r = this.offset(), n = Fe(this.message, r), i = r + n.length;
2825
+ var t = this.clonePosition(), r = this.offset(), n = De(this.message, r), i = r + n.length;
2828
2826
  this.bumpTo(i);
2829
2827
  var s = this.clonePosition(), u = b(t, s);
2830
2828
  return { value: n, location: u };
@@ -2832,7 +2830,7 @@ var En = (
2832
2830
  var s, u = this.clonePosition(), o = this.parseIdentifierIfPossible().value, l = this.clonePosition();
2833
2831
  switch (o) {
2834
2832
  case "":
2835
- return this.error(d.EXPECT_ARGUMENT_TYPE, b(u, l));
2833
+ return this.error(p.EXPECT_ARGUMENT_TYPE, b(u, l));
2836
2834
  case "number":
2837
2835
  case "date":
2838
2836
  case "time": {
@@ -2843,44 +2841,44 @@ var En = (
2843
2841
  var h = this.clonePosition(), f = this.parseSimpleArgStyleIfPossible();
2844
2842
  if (f.err)
2845
2843
  return f;
2846
- var c = yn(f.val);
2844
+ var c = _n(f.val);
2847
2845
  if (c.length === 0)
2848
- return this.error(d.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
2849
- var p = b(h, this.clonePosition());
2850
- a = { style: c, styleLocation: p };
2846
+ return this.error(p.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
2847
+ var d = b(h, this.clonePosition());
2848
+ a = { style: c, styleLocation: d };
2851
2849
  }
2852
2850
  var m = this.tryParseArgumentClose(i);
2853
2851
  if (m.err)
2854
2852
  return m;
2855
2853
  var g = b(i, this.clonePosition());
2856
- if (a && it(a?.style, "::", 0)) {
2857
- var v = _n(a.style.slice(2));
2854
+ if (a && nt(a?.style, "::", 0)) {
2855
+ var v = gn(a.style.slice(2));
2858
2856
  if (o === "number") {
2859
2857
  var f = this.parseNumberSkeletonFromString(v, a.styleLocation);
2860
2858
  return f.err ? f : {
2861
- val: { type: y.number, value: n, location: g, style: f.val },
2859
+ val: { type: x.number, value: n, location: g, style: f.val },
2862
2860
  err: null
2863
2861
  };
2864
2862
  } else {
2865
2863
  if (v.length === 0)
2866
- return this.error(d.EXPECT_DATE_TIME_SKELETON, g);
2867
- var N = v;
2868
- this.locale && (N = sn(v, this.locale));
2864
+ return this.error(p.EXPECT_DATE_TIME_SKELETON, g);
2865
+ var L = v;
2866
+ this.locale && (L = nn(v, this.locale));
2869
2867
  var c = {
2870
- type: V.dateTime,
2871
- pattern: N,
2868
+ type: k.dateTime,
2869
+ pattern: L,
2872
2870
  location: a.styleLocation,
2873
- parsedOptions: this.shouldParseSkeletons ? Jr(N) : {}
2874
- }, O = o === "date" ? y.date : y.time;
2871
+ parsedOptions: this.shouldParseSkeletons ? qr(L) : {}
2872
+ }, A = o === "date" ? x.date : x.time;
2875
2873
  return {
2876
- val: { type: O, value: n, location: g, style: c },
2874
+ val: { type: A, value: n, location: g, style: c },
2877
2875
  err: null
2878
2876
  };
2879
2877
  }
2880
2878
  }
2881
2879
  return {
2882
2880
  val: {
2883
- type: o === "number" ? y.number : o === "date" ? y.date : y.time,
2881
+ type: o === "number" ? x.number : o === "date" ? x.date : x.time,
2884
2882
  value: n,
2885
2883
  location: g,
2886
2884
  style: (s = a?.style) !== null && s !== void 0 ? s : null
@@ -2893,50 +2891,50 @@ var En = (
2893
2891
  case "select": {
2894
2892
  var H = this.clonePosition();
2895
2893
  if (this.bumpSpace(), !this.bumpIf(","))
2896
- return this.error(d.EXPECT_SELECT_ARGUMENT_OPTIONS, b(H, pe({}, H)));
2894
+ return this.error(p.EXPECT_SELECT_ARGUMENT_OPTIONS, b(H, y({}, H)));
2897
2895
  this.bumpSpace();
2898
- var I = this.parseIdentifierIfPossible(), w = 0;
2899
- if (o !== "select" && I.value === "offset") {
2896
+ var N = this.parseIdentifierIfPossible(), T = 0;
2897
+ if (o !== "select" && N.value === "offset") {
2900
2898
  if (!this.bumpIf(":"))
2901
- return this.error(d.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b(this.clonePosition(), this.clonePosition()));
2899
+ return this.error(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b(this.clonePosition(), this.clonePosition()));
2902
2900
  this.bumpSpace();
2903
- var f = this.tryParseDecimalInteger(d.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, d.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2901
+ var f = this.tryParseDecimalInteger(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, p.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2904
2902
  if (f.err)
2905
2903
  return f;
2906
- this.bumpSpace(), I = this.parseIdentifierIfPossible(), w = f.val;
2904
+ this.bumpSpace(), N = this.parseIdentifierIfPossible(), T = f.val;
2907
2905
  }
2908
- var R = this.tryParsePluralOrSelectOptions(t, o, r, I);
2909
- if (R.err)
2910
- return R;
2906
+ var $ = this.tryParsePluralOrSelectOptions(t, o, r, N);
2907
+ if ($.err)
2908
+ return $;
2911
2909
  var m = this.tryParseArgumentClose(i);
2912
2910
  if (m.err)
2913
2911
  return m;
2914
- var se = b(i, this.clonePosition());
2912
+ var ie = b(i, this.clonePosition());
2915
2913
  return o === "select" ? {
2916
2914
  val: {
2917
- type: y.select,
2915
+ type: x.select,
2918
2916
  value: n,
2919
- options: st(R.val),
2920
- location: se
2917
+ options: it($.val),
2918
+ location: ie
2921
2919
  },
2922
2920
  err: null
2923
2921
  } : {
2924
2922
  val: {
2925
- type: y.plural,
2923
+ type: x.plural,
2926
2924
  value: n,
2927
- options: st(R.val),
2928
- offset: w,
2925
+ options: it($.val),
2926
+ offset: T,
2929
2927
  pluralType: o === "plural" ? "cardinal" : "ordinal",
2930
- location: se
2928
+ location: ie
2931
2929
  },
2932
2930
  err: null
2933
2931
  };
2934
2932
  }
2935
2933
  default:
2936
- return this.error(d.INVALID_ARGUMENT_TYPE, b(u, l));
2934
+ return this.error(p.INVALID_ARGUMENT_TYPE, b(u, l));
2937
2935
  }
2938
2936
  }, e.prototype.tryParseArgumentClose = function(t) {
2939
- return this.isEOF() || this.char() !== 125 ? this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, b(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
2937
+ return this.isEOF() || this.char() !== 125 ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, b(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
2940
2938
  }, e.prototype.parseSimpleArgStyleIfPossible = function() {
2941
2939
  for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
2942
2940
  var n = this.char();
@@ -2945,7 +2943,7 @@ var En = (
2945
2943
  this.bump();
2946
2944
  var i = this.clonePosition();
2947
2945
  if (!this.bumpUntil("'"))
2948
- return this.error(d.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, b(i, this.clonePosition()));
2946
+ return this.error(p.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, b(i, this.clonePosition()));
2949
2947
  this.bump();
2950
2948
  break;
2951
2949
  }
@@ -2975,16 +2973,16 @@ var En = (
2975
2973
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
2976
2974
  var n = [];
2977
2975
  try {
2978
- n = Kr(t);
2976
+ n = Yr(t);
2979
2977
  } catch {
2980
- return this.error(d.INVALID_NUMBER_SKELETON, r);
2978
+ return this.error(p.INVALID_NUMBER_SKELETON, r);
2981
2979
  }
2982
2980
  return {
2983
2981
  val: {
2984
- type: V.number,
2982
+ type: k.number,
2985
2983
  tokens: n,
2986
2984
  location: r,
2987
- parsedOptions: this.shouldParseSkeletons ? nn(n) : {}
2985
+ parsedOptions: this.shouldParseSkeletons ? rn(n) : {}
2988
2986
  },
2989
2987
  err: null
2990
2988
  };
@@ -2993,7 +2991,7 @@ var En = (
2993
2991
  if (a.length === 0) {
2994
2992
  var f = this.clonePosition();
2995
2993
  if (r !== "select" && this.bumpIf("=")) {
2996
- var c = this.tryParseDecimalInteger(d.EXPECT_PLURAL_ARGUMENT_SELECTOR, d.INVALID_PLURAL_ARGUMENT_SELECTOR);
2994
+ var c = this.tryParseDecimalInteger(p.EXPECT_PLURAL_ARGUMENT_SELECTOR, p.INVALID_PLURAL_ARGUMENT_SELECTOR);
2997
2995
  if (c.err)
2998
2996
  return c;
2999
2997
  h = b(f, this.clonePosition()), a = this.message.slice(f.offset, this.offset());
@@ -3001,26 +2999,26 @@ var En = (
3001
2999
  break;
3002
3000
  }
3003
3001
  if (l.has(a))
3004
- return this.error(r === "select" ? d.DUPLICATE_SELECT_ARGUMENT_SELECTOR : d.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3002
+ return this.error(r === "select" ? p.DUPLICATE_SELECT_ARGUMENT_SELECTOR : p.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3005
3003
  a === "other" && (u = !0), this.bumpSpace();
3006
- var p = this.clonePosition();
3004
+ var d = this.clonePosition();
3007
3005
  if (!this.bumpIf("{"))
3008
- return this.error(r === "select" ? d.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : d.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, b(this.clonePosition(), this.clonePosition()));
3006
+ return this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : p.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, b(this.clonePosition(), this.clonePosition()));
3009
3007
  var m = this.parseMessage(t + 1, r, n);
3010
3008
  if (m.err)
3011
3009
  return m;
3012
- var g = this.tryParseArgumentClose(p);
3010
+ var g = this.tryParseArgumentClose(d);
3013
3011
  if (g.err)
3014
3012
  return g;
3015
3013
  o.push([
3016
3014
  a,
3017
3015
  {
3018
3016
  value: m.val,
3019
- location: b(p, this.clonePosition())
3017
+ location: b(d, this.clonePosition())
3020
3018
  }
3021
3019
  ]), l.add(a), this.bumpSpace(), s = this.parseIdentifierIfPossible(), a = s.value, h = s.location;
3022
3020
  }
3023
- return o.length === 0 ? this.error(r === "select" ? d.EXPECT_SELECT_ARGUMENT_SELECTOR : d.EXPECT_PLURAL_ARGUMENT_SELECTOR, b(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !u ? this.error(d.MISSING_OTHER_CLAUSE, b(this.clonePosition(), this.clonePosition())) : { val: o, err: null };
3021
+ return o.length === 0 ? this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR : p.EXPECT_PLURAL_ARGUMENT_SELECTOR, b(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !u ? this.error(p.MISSING_OTHER_CLAUSE, b(this.clonePosition(), this.clonePosition())) : { val: o, err: null };
3024
3022
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
3025
3023
  var n = 1, i = this.clonePosition();
3026
3024
  this.bumpIf("+") || this.bumpIf("-") && (n = -1);
@@ -3032,7 +3030,7 @@ var En = (
3032
3030
  break;
3033
3031
  }
3034
3032
  var l = b(i, this.clonePosition());
3035
- return s ? (u *= n, bn(u) ? { val: u, err: null } : this.error(r, l)) : this.error(t, l);
3033
+ return s ? (u *= n, pn(u) ? { val: u, err: null } : this.error(r, l)) : this.error(t, l);
3036
3034
  }, e.prototype.offset = function() {
3037
3035
  return this.position.offset;
3038
3036
  }, e.prototype.isEOF = function() {
@@ -3047,7 +3045,7 @@ var En = (
3047
3045
  var t = this.position.offset;
3048
3046
  if (t >= this.message.length)
3049
3047
  throw Error("out of bound");
3050
- var r = Ft(this.message, t);
3048
+ var r = Gt(this.message, t);
3051
3049
  if (r === void 0)
3052
3050
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3053
3051
  return r;
@@ -3066,7 +3064,7 @@ var En = (
3066
3064
  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);
3067
3065
  }
3068
3066
  }, e.prototype.bumpIf = function(t) {
3069
- if (it(this.message, t, this.offset())) {
3067
+ if (nt(this.message, t, this.offset())) {
3070
3068
  for (var r = 0; r < t.length; r++)
3071
3069
  this.bump();
3072
3070
  return !0;
@@ -3088,7 +3086,7 @@ var En = (
3088
3086
  break;
3089
3087
  }
3090
3088
  }, e.prototype.bumpSpace = function() {
3091
- for (; !this.isEOF() && kt(this.char()); )
3089
+ for (; !this.isEOF() && jt(this.char()); )
3092
3090
  this.bump();
3093
3091
  }, e.prototype.peek = function() {
3094
3092
  if (this.isEOF())
@@ -3098,47 +3096,47 @@ var En = (
3098
3096
  }, e;
3099
3097
  }()
3100
3098
  );
3101
- function je(e) {
3099
+ function Ge(e) {
3102
3100
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3103
3101
  }
3104
3102
  function xn(e) {
3105
- return je(e) || e === 47;
3103
+ return Ge(e) || e === 47;
3106
3104
  }
3107
- function vn(e) {
3105
+ function En(e) {
3108
3106
  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;
3109
3107
  }
3110
- function kt(e) {
3108
+ function jt(e) {
3111
3109
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3112
3110
  }
3113
- function Hn(e) {
3111
+ function vn(e) {
3114
3112
  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;
3115
3113
  }
3116
- function ke(e) {
3114
+ function Fe(e) {
3117
3115
  e.forEach(function(t) {
3118
- if (delete t.location, Nt(t) || It(t))
3116
+ if (delete t.location, Lt(t) || Nt(t))
3119
3117
  for (var r in t.options)
3120
- delete t.options[r].location, ke(t.options[r].value);
3118
+ delete t.options[r].location, Fe(t.options[r].value);
3121
3119
  else
3122
- Ct(t) && $t(t.style) || (Pt(t) || Lt(t)) && Ue(t.style) ? delete t.style.location : Mt(t) && ke(t.children);
3120
+ Ct(t) && Mt(t.style) || (Ot(t) || Pt(t)) && $e(t.style) ? delete t.style.location : It(t) && Fe(t.children);
3123
3121
  });
3124
3122
  }
3125
- function Bn(e, t) {
3126
- t === void 0 && (t = {}), t = pe({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3127
- var r = new En(e, t).parse();
3123
+ function Hn(e, t) {
3124
+ t === void 0 && (t = {}), t = y({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3125
+ var r = new yn(e, t).parse();
3128
3126
  if (r.err) {
3129
- var n = SyntaxError(d[r.err.kind]);
3127
+ var n = SyntaxError(p[r.err.kind]);
3130
3128
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3131
3129
  }
3132
- return t?.captureLocation || ke(r.val), r.val;
3130
+ return t?.captureLocation || Fe(r.val), r.val;
3133
3131
  }
3134
- var X;
3132
+ var V;
3135
3133
  (function(e) {
3136
3134
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3137
- })(X || (X = {}));
3138
- var Ee = (
3135
+ })(V || (V = {}));
3136
+ var _e = (
3139
3137
  /** @class */
3140
3138
  function(e) {
3141
- ye(t, e);
3139
+ ge(t, e);
3142
3140
  function t(r, n, i) {
3143
3141
  var s = e.call(this, r) || this;
3144
3142
  return s.code = n, s.originalMessage = i, s;
@@ -3147,155 +3145,155 @@ var Ee = (
3147
3145
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3148
3146
  }, t;
3149
3147
  }(Error)
3150
- ), at = (
3148
+ ), ot = (
3151
3149
  /** @class */
3152
3150
  function(e) {
3153
- ye(t, e);
3151
+ ge(t, e);
3154
3152
  function t(r, n, i, s) {
3155
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), X.INVALID_VALUE, s) || this;
3153
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), V.INVALID_VALUE, s) || this;
3156
3154
  }
3157
3155
  return t;
3158
- }(Ee)
3159
- ), Tn = (
3156
+ }(_e)
3157
+ ), Bn = (
3160
3158
  /** @class */
3161
3159
  function(e) {
3162
- ye(t, e);
3160
+ ge(t, e);
3163
3161
  function t(r, n, i) {
3164
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), X.INVALID_VALUE, i) || this;
3162
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), V.INVALID_VALUE, i) || this;
3165
3163
  }
3166
3164
  return t;
3167
- }(Ee)
3168
- ), wn = (
3165
+ }(_e)
3166
+ ), Tn = (
3169
3167
  /** @class */
3170
3168
  function(e) {
3171
- ye(t, e);
3169
+ ge(t, e);
3172
3170
  function t(r, n) {
3173
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), X.MISSING_VALUE, n) || this;
3171
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), V.MISSING_VALUE, n) || this;
3174
3172
  }
3175
3173
  return t;
3176
- }(Ee)
3177
- ), x;
3174
+ }(_e)
3175
+ ), E;
3178
3176
  (function(e) {
3179
3177
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3180
- })(x || (x = {}));
3181
- function Sn(e) {
3178
+ })(E || (E = {}));
3179
+ function wn(e) {
3182
3180
  return e.length < 2 ? e : e.reduce(function(t, r) {
3183
3181
  var n = t[t.length - 1];
3184
- return !n || n.type !== x.literal || r.type !== x.literal ? t.push(r) : n.value += r.value, t;
3182
+ return !n || n.type !== E.literal || r.type !== E.literal ? t.push(r) : n.value += r.value, t;
3185
3183
  }, []);
3186
3184
  }
3187
- function An(e) {
3185
+ function Sn(e) {
3188
3186
  return typeof e == "function";
3189
3187
  }
3190
- function fe(e, t, r, n, i, s, u) {
3191
- if (e.length === 1 && et(e[0]))
3188
+ function le(e, t, r, n, i, s, u) {
3189
+ if (e.length === 1 && Ke(e[0]))
3192
3190
  return [
3193
3191
  {
3194
- type: x.literal,
3192
+ type: E.literal,
3195
3193
  value: e[0].value
3196
3194
  }
3197
3195
  ];
3198
3196
  for (var o = [], l = 0, a = e; l < a.length; l++) {
3199
3197
  var h = a[l];
3200
- if (et(h)) {
3198
+ if (Ke(h)) {
3201
3199
  o.push({
3202
- type: x.literal,
3200
+ type: E.literal,
3203
3201
  value: h.value
3204
3202
  });
3205
3203
  continue;
3206
3204
  }
3207
- if (Qr(h)) {
3205
+ if (Zr(h)) {
3208
3206
  typeof s == "number" && o.push({
3209
- type: x.literal,
3207
+ type: E.literal,
3210
3208
  value: r.getNumberFormat(t).format(s)
3211
3209
  });
3212
3210
  continue;
3213
3211
  }
3214
3212
  var f = h.value;
3215
3213
  if (!(i && f in i))
3216
- throw new wn(f, u);
3214
+ throw new Tn(f, u);
3217
3215
  var c = i[f];
3218
- if (Zr(h)) {
3216
+ if (Wr(h)) {
3219
3217
  (!c || typeof c == "string" || typeof c == "number") && (c = typeof c == "string" || typeof c == "number" ? String(c) : ""), o.push({
3220
- type: typeof c == "string" ? x.literal : x.object,
3218
+ type: typeof c == "string" ? E.literal : E.object,
3221
3219
  value: c
3222
3220
  });
3223
3221
  continue;
3224
3222
  }
3225
- if (Pt(h)) {
3226
- var p = typeof h.style == "string" ? n.date[h.style] : Ue(h.style) ? h.style.parsedOptions : void 0;
3223
+ if (Ot(h)) {
3224
+ var d = typeof h.style == "string" ? n.date[h.style] : $e(h.style) ? h.style.parsedOptions : void 0;
3227
3225
  o.push({
3228
- type: x.literal,
3229
- value: r.getDateTimeFormat(t, p).format(c)
3226
+ type: E.literal,
3227
+ value: r.getDateTimeFormat(t, d).format(c)
3230
3228
  });
3231
3229
  continue;
3232
3230
  }
3233
- if (Lt(h)) {
3234
- var p = typeof h.style == "string" ? n.time[h.style] : Ue(h.style) ? h.style.parsedOptions : n.time.medium;
3231
+ if (Pt(h)) {
3232
+ var d = typeof h.style == "string" ? n.time[h.style] : $e(h.style) ? h.style.parsedOptions : n.time.medium;
3235
3233
  o.push({
3236
- type: x.literal,
3237
- value: r.getDateTimeFormat(t, p).format(c)
3234
+ type: E.literal,
3235
+ value: r.getDateTimeFormat(t, d).format(c)
3238
3236
  });
3239
3237
  continue;
3240
3238
  }
3241
3239
  if (Ct(h)) {
3242
- var p = typeof h.style == "string" ? n.number[h.style] : $t(h.style) ? h.style.parsedOptions : void 0;
3243
- p && p.scale && (c = c * (p.scale || 1)), o.push({
3244
- type: x.literal,
3245
- value: r.getNumberFormat(t, p).format(c)
3240
+ var d = typeof h.style == "string" ? n.number[h.style] : Mt(h.style) ? h.style.parsedOptions : void 0;
3241
+ d && d.scale && (c = c * (d.scale || 1)), o.push({
3242
+ type: E.literal,
3243
+ value: r.getNumberFormat(t, d).format(c)
3246
3244
  });
3247
3245
  continue;
3248
3246
  }
3249
- if (Mt(h)) {
3247
+ if (It(h)) {
3250
3248
  var m = h.children, g = h.value, v = i[g];
3251
- if (!An(v))
3252
- throw new Tn(g, "function", u);
3253
- var N = fe(m, t, r, n, i, s), O = v(N.map(function(w) {
3254
- return w.value;
3249
+ if (!Sn(v))
3250
+ throw new Bn(g, "function", u);
3251
+ var L = le(m, t, r, n, i, s), A = v(L.map(function(T) {
3252
+ return T.value;
3255
3253
  }));
3256
- Array.isArray(O) || (O = [O]), o.push.apply(o, O.map(function(w) {
3254
+ Array.isArray(A) || (A = [A]), o.push.apply(o, A.map(function(T) {
3257
3255
  return {
3258
- type: typeof w == "string" ? x.literal : x.object,
3259
- value: w
3256
+ type: typeof T == "string" ? E.literal : E.object,
3257
+ value: T
3260
3258
  };
3261
3259
  }));
3262
3260
  }
3263
- if (Nt(h)) {
3261
+ if (Lt(h)) {
3264
3262
  var H = h.options[c] || h.options.other;
3265
3263
  if (!H)
3266
- throw new at(h.value, c, Object.keys(h.options), u);
3267
- o.push.apply(o, fe(H.value, t, r, n, i));
3264
+ throw new ot(h.value, c, Object.keys(h.options), u);
3265
+ o.push.apply(o, le(H.value, t, r, n, i));
3268
3266
  continue;
3269
3267
  }
3270
- if (It(h)) {
3268
+ if (Nt(h)) {
3271
3269
  var H = h.options["=".concat(c)];
3272
3270
  if (!H) {
3273
3271
  if (!Intl.PluralRules)
3274
- throw new Ee(`Intl.PluralRules is not available in this environment.
3272
+ throw new _e(`Intl.PluralRules is not available in this environment.
3275
3273
  Try polyfilling it using "@formatjs/intl-pluralrules"
3276
- `, X.MISSING_INTL_API, u);
3277
- var I = r.getPluralRules(t, { type: h.pluralType }).select(c - (h.offset || 0));
3278
- H = h.options[I] || h.options.other;
3274
+ `, V.MISSING_INTL_API, u);
3275
+ var N = r.getPluralRules(t, { type: h.pluralType }).select(c - (h.offset || 0));
3276
+ H = h.options[N] || h.options.other;
3279
3277
  }
3280
3278
  if (!H)
3281
- throw new at(h.value, c, Object.keys(h.options), u);
3282
- o.push.apply(o, fe(H.value, t, r, n, i, c - (h.offset || 0)));
3279
+ throw new ot(h.value, c, Object.keys(h.options), u);
3280
+ o.push.apply(o, le(H.value, t, r, n, i, c - (h.offset || 0)));
3283
3281
  continue;
3284
3282
  }
3285
3283
  }
3286
- return Sn(o);
3284
+ return wn(o);
3287
3285
  }
3288
- function On(e, t) {
3289
- return t ? T(T(T({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3290
- return r[n] = T(T({}, e[n]), t[n] || {}), r;
3286
+ function An(e, t) {
3287
+ return t ? y(y(y({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3288
+ return r[n] = y(y({}, e[n]), t[n] || {}), r;
3291
3289
  }, {})) : e;
3292
3290
  }
3293
3291
  function Cn(e, t) {
3294
3292
  return t ? Object.keys(e).reduce(function(r, n) {
3295
- return r[n] = On(e[n], t[n]), r;
3296
- }, T({}, e)) : e;
3293
+ return r[n] = An(e[n], t[n]), r;
3294
+ }, y({}, e)) : e;
3297
3295
  }
3298
- function Le(e) {
3296
+ function Oe(e) {
3299
3297
  return {
3300
3298
  create: function() {
3301
3299
  return {
@@ -3309,39 +3307,39 @@ function Le(e) {
3309
3307
  }
3310
3308
  };
3311
3309
  }
3312
- function Pn(e) {
3310
+ function On(e) {
3313
3311
  return e === void 0 && (e = {
3314
3312
  number: {},
3315
3313
  dateTime: {},
3316
3314
  pluralRules: {}
3317
3315
  }), {
3318
- getNumberFormat: Oe(function() {
3316
+ getNumberFormat: Se(function() {
3319
3317
  for (var t, r = [], n = 0; n < arguments.length; n++)
3320
3318
  r[n] = arguments[n];
3321
- return new ((t = Intl.NumberFormat).bind.apply(t, Ae([void 0], r, !1)))();
3319
+ return new ((t = Intl.NumberFormat).bind.apply(t, we([void 0], r, !1)))();
3322
3320
  }, {
3323
- cache: Le(e.number),
3324
- strategy: Ce.variadic
3321
+ cache: Oe(e.number),
3322
+ strategy: Ae.variadic
3325
3323
  }),
3326
- getDateTimeFormat: Oe(function() {
3324
+ getDateTimeFormat: Se(function() {
3327
3325
  for (var t, r = [], n = 0; n < arguments.length; n++)
3328
3326
  r[n] = arguments[n];
3329
- return new ((t = Intl.DateTimeFormat).bind.apply(t, Ae([void 0], r, !1)))();
3327
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, we([void 0], r, !1)))();
3330
3328
  }, {
3331
- cache: Le(e.dateTime),
3332
- strategy: Ce.variadic
3329
+ cache: Oe(e.dateTime),
3330
+ strategy: Ae.variadic
3333
3331
  }),
3334
- getPluralRules: Oe(function() {
3332
+ getPluralRules: Se(function() {
3335
3333
  for (var t, r = [], n = 0; n < arguments.length; n++)
3336
3334
  r[n] = arguments[n];
3337
- return new ((t = Intl.PluralRules).bind.apply(t, Ae([void 0], r, !1)))();
3335
+ return new ((t = Intl.PluralRules).bind.apply(t, we([void 0], r, !1)))();
3338
3336
  }, {
3339
- cache: Le(e.pluralRules),
3340
- strategy: Ce.variadic
3337
+ cache: Oe(e.pluralRules),
3338
+ strategy: Ae.variadic
3341
3339
  })
3342
3340
  };
3343
3341
  }
3344
- var Vt = (
3342
+ var kt = (
3345
3343
  /** @class */
3346
3344
  function() {
3347
3345
  function e(t, r, n, i) {
@@ -3356,11 +3354,11 @@ var Vt = (
3356
3354
  if (a.length === 1)
3357
3355
  return a[0].value;
3358
3356
  var h = a.reduce(function(f, c) {
3359
- return !f.length || c.type !== x.literal || typeof f[f.length - 1] != "string" ? f.push(c.value) : f[f.length - 1] += c.value, f;
3357
+ return !f.length || c.type !== E.literal || typeof f[f.length - 1] != "string" ? f.push(c.value) : f[f.length - 1] += c.value, f;
3360
3358
  }, []);
3361
3359
  return h.length <= 1 ? h[0] || "" : h;
3362
3360
  }, this.formatToParts = function(l) {
3363
- return fe(s.ast, s.locales, s.formatters, s.formats, l, void 0, s.message);
3361
+ return le(s.ast, s.locales, s.formatters, s.formats, l, void 0, s.message);
3364
3362
  }, this.resolvedOptions = function() {
3365
3363
  var l;
3366
3364
  return {
@@ -3373,13 +3371,13 @@ var Vt = (
3373
3371
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3374
3372
  var u = i || {};
3375
3373
  u.formatters;
3376
- var o = Gr(u, ["formatters"]);
3377
- this.ast = e.__parse(t, T(T({}, o), { locale: this.resolvedLocale }));
3374
+ var o = Dr(u, ["formatters"]);
3375
+ this.ast = e.__parse(t, y(y({}, o), { locale: this.resolvedLocale }));
3378
3376
  } else
3379
3377
  this.ast = t;
3380
3378
  if (!Array.isArray(this.ast))
3381
3379
  throw new TypeError("A message must be provided as a String or AST.");
3382
- this.formats = Cn(e.formats, n), this.formatters = i && i.formatters || Pn(this.formatterCache);
3380
+ this.formats = Cn(e.formats, n), this.formatters = i && i.formatters || On(this.formatterCache);
3383
3381
  }
3384
3382
  return Object.defineProperty(e, "defaultLocale", {
3385
3383
  get: function() {
@@ -3392,7 +3390,7 @@ var Vt = (
3392
3390
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3393
3391
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3394
3392
  }
3395
- }, e.__parse = Bn, e.formats = {
3393
+ }, e.__parse = Hn, e.formats = {
3396
3394
  number: {
3397
3395
  integer: {
3398
3396
  maximumFractionDigits: 0
@@ -3453,7 +3451,7 @@ var Vt = (
3453
3451
  }, e;
3454
3452
  }()
3455
3453
  );
3456
- function Ln(e, t) {
3454
+ function Pn(e, t) {
3457
3455
  if (t == null)
3458
3456
  return;
3459
3457
  if (t in e)
@@ -3474,101 +3472,101 @@ function Ln(e, t) {
3474
3472
  n = void 0;
3475
3473
  return n;
3476
3474
  }
3477
- const C = {}, Nn = (e, t, r) => r && (t in C || (C[t] = {}), e in C[t] || (C[t][e] = r), r), Xt = (e, t) => {
3475
+ const C = {}, Ln = (e, t, r) => r && (t in C || (C[t] = {}), e in C[t] || (C[t][e] = r), r), Vt = (e, t) => {
3478
3476
  if (t == null)
3479
3477
  return;
3480
3478
  if (t in C && e in C[t])
3481
3479
  return C[t][e];
3482
- const r = ie(t);
3480
+ const r = ne(t);
3483
3481
  for (let n = 0; n < r.length; n++) {
3484
- const i = r[n], s = Mn(i, e);
3482
+ const i = r[n], s = In(i, e);
3485
3483
  if (s)
3486
- return Nn(e, t, s);
3484
+ return Ln(e, t, s);
3487
3485
  }
3488
3486
  };
3489
- let Ze;
3490
- const ne = _e({});
3491
- function In(e) {
3492
- return Ze[e] || null;
3487
+ let We;
3488
+ const re = be({});
3489
+ function Nn(e) {
3490
+ return We[e] || null;
3493
3491
  }
3494
- function Wt(e) {
3495
- return e in Ze;
3492
+ function Xt(e) {
3493
+ return e in We;
3496
3494
  }
3497
- function Mn(e, t) {
3498
- if (!Wt(e))
3495
+ function In(e, t) {
3496
+ if (!Xt(e))
3499
3497
  return null;
3500
- const r = In(e);
3501
- return Ln(r, t);
3498
+ const r = Nn(e);
3499
+ return Pn(r, t);
3502
3500
  }
3503
- function $n(e) {
3501
+ function Mn(e) {
3504
3502
  if (e == null)
3505
3503
  return;
3506
- const t = ie(e);
3504
+ const t = ne(e);
3507
3505
  for (let r = 0; r < t.length; r++) {
3508
3506
  const n = t[r];
3509
- if (Wt(n))
3507
+ if (Xt(n))
3510
3508
  return n;
3511
3509
  }
3512
3510
  }
3513
3511
  function zt(e, ...t) {
3514
- delete C[e], ne.update((r) => (r[e] = Dr.all([r[e] || {}, ...t]), r));
3512
+ delete C[e], re.update((r) => (r[e] = Ur.all([r[e] || {}, ...t]), r));
3515
3513
  }
3516
- Q(
3517
- [ne],
3514
+ Z(
3515
+ [re],
3518
3516
  ([e]) => Object.keys(e)
3519
3517
  );
3520
- ne.subscribe((e) => Ze = e);
3521
- const ce = {};
3522
- function Rn(e, t) {
3523
- ce[e].delete(t), ce[e].size === 0 && delete ce[e];
3518
+ re.subscribe((e) => We = e);
3519
+ const fe = {};
3520
+ function $n(e, t) {
3521
+ fe[e].delete(t), fe[e].size === 0 && delete fe[e];
3524
3522
  }
3525
- function Zt(e) {
3526
- return ce[e];
3523
+ function Wt(e) {
3524
+ return fe[e];
3527
3525
  }
3528
- function Un(e) {
3529
- return ie(e).map((t) => {
3530
- const r = Zt(t);
3526
+ function Rn(e) {
3527
+ return ne(e).map((t) => {
3528
+ const r = Wt(t);
3531
3529
  return [t, r ? [...r] : []];
3532
3530
  }).filter(([, t]) => t.length > 0);
3533
3531
  }
3534
- function de(e) {
3535
- return e == null ? !1 : ie(e).some(
3532
+ function me(e) {
3533
+ return e == null ? !1 : ne(e).some(
3536
3534
  (t) => {
3537
3535
  var r;
3538
- return (r = Zt(t)) == null ? void 0 : r.size;
3536
+ return (r = Wt(t)) == null ? void 0 : r.size;
3539
3537
  }
3540
3538
  );
3541
3539
  }
3542
- function Dn(e, t) {
3540
+ function Un(e, t) {
3543
3541
  return Promise.all(
3544
- t.map((n) => (Rn(e, n), n().then((i) => i.default || i)))
3542
+ t.map((n) => ($n(e, n), n().then((i) => i.default || i)))
3545
3543
  ).then((n) => zt(e, ...n));
3546
3544
  }
3547
- const J = {};
3548
- function Qt(e) {
3549
- if (!de(e))
3550
- return e in J ? J[e] : Promise.resolve();
3551
- const t = Un(e);
3552
- return J[e] = Promise.all(
3545
+ const q = {};
3546
+ function Zt(e) {
3547
+ if (!me(e))
3548
+ return e in q ? q[e] : Promise.resolve();
3549
+ const t = Rn(e);
3550
+ return q[e] = Promise.all(
3553
3551
  t.map(
3554
- ([r, n]) => Dn(r, n)
3552
+ ([r, n]) => Un(r, n)
3555
3553
  )
3556
3554
  ).then(() => {
3557
- if (de(e))
3558
- return Qt(e);
3559
- delete J[e];
3560
- }), J[e];
3555
+ if (me(e))
3556
+ return Zt(e);
3557
+ delete q[e];
3558
+ }), q[e];
3561
3559
  }
3562
- var ut = Object.getOwnPropertySymbols, Gn = Object.prototype.hasOwnProperty, Fn = Object.prototype.propertyIsEnumerable, jn = (e, t) => {
3560
+ var at = Object.getOwnPropertySymbols, Dn = Object.prototype.hasOwnProperty, Gn = Object.prototype.propertyIsEnumerable, Fn = (e, t) => {
3563
3561
  var r = {};
3564
3562
  for (var n in e)
3565
- Gn.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3566
- if (e != null && ut)
3567
- for (var n of ut(e))
3568
- t.indexOf(n) < 0 && Fn.call(e, n) && (r[n] = e[n]);
3563
+ Dn.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3564
+ if (e != null && at)
3565
+ for (var n of at(e))
3566
+ t.indexOf(n) < 0 && Gn.call(e, n) && (r[n] = e[n]);
3569
3567
  return r;
3570
3568
  };
3571
- const kn = {
3569
+ const jn = {
3572
3570
  number: {
3573
3571
  scientific: { notation: "scientific" },
3574
3572
  engineering: { notation: "engineering" },
@@ -3598,174 +3596,174 @@ const kn = {
3598
3596
  }
3599
3597
  }
3600
3598
  };
3601
- function Vn({ locale: e, id: t }) {
3599
+ function kn({ locale: e, id: t }) {
3602
3600
  console.warn(
3603
- `[svelte-i18n] The message "${t}" was not found in "${ie(
3601
+ `[svelte-i18n] The message "${t}" was not found in "${ne(
3604
3602
  e
3605
- ).join('", "')}".${de(L()) ? `
3603
+ ).join('", "')}".${me(P()) ? `
3606
3604
 
3607
3605
  Note: there are at least one loader still registered to this locale that wasn't executed.` : ""}`
3608
3606
  );
3609
3607
  }
3610
- const Xn = {
3608
+ const Vn = {
3611
3609
  fallbackLocale: null,
3612
3610
  loadingDelay: 200,
3613
- formats: kn,
3611
+ formats: jn,
3614
3612
  warnOnMissingMessages: !0,
3615
3613
  handleMissingMessage: void 0,
3616
3614
  ignoreTag: !0
3617
- }, Y = Xn;
3618
- function W() {
3619
- return Y;
3615
+ }, J = Vn;
3616
+ function X() {
3617
+ return J;
3620
3618
  }
3621
- function Wn(e) {
3622
- const t = e, { formats: r } = t, n = jn(t, ["formats"]);
3619
+ function Xn(e) {
3620
+ const t = e, { formats: r } = t, n = Fn(t, ["formats"]);
3623
3621
  let i = e.fallbackLocale;
3624
3622
  if (e.initialLocale)
3625
3623
  try {
3626
- Vt.resolveLocale(e.initialLocale) && (i = e.initialLocale);
3624
+ kt.resolveLocale(e.initialLocale) && (i = e.initialLocale);
3627
3625
  } catch {
3628
3626
  console.warn(
3629
3627
  `[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`
3630
3628
  );
3631
3629
  }
3632
- return n.warnOnMissingMessages && (delete n.warnOnMissingMessages, n.handleMissingMessage == null ? n.handleMissingMessage = Vn : console.warn(
3630
+ return n.warnOnMissingMessages && (delete n.warnOnMissingMessages, n.handleMissingMessage == null ? n.handleMissingMessage = kn : console.warn(
3633
3631
  '[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.'
3634
- )), Object.assign(Y, n, { initialLocale: i }), r && ("number" in r && Object.assign(Y.formats.number, r.number), "date" in r && Object.assign(Y.formats.date, r.date), "time" in r && Object.assign(Y.formats.time, r.time)), $.set(i);
3635
- }
3636
- const Ne = _e(!1);
3637
- var zn = Object.defineProperty, Zn = Object.defineProperties, Qn = Object.getOwnPropertyDescriptors, ht = Object.getOwnPropertySymbols, qn = Object.prototype.hasOwnProperty, Jn = Object.prototype.propertyIsEnumerable, lt = (e, t, r) => t in e ? zn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Yn = (e, t) => {
3638
- for (var r in t || (t = {}))
3639
- qn.call(t, r) && lt(e, r, t[r]);
3640
- if (ht)
3641
- for (var r of ht(t))
3642
- Jn.call(t, r) && lt(e, r, t[r]);
3632
+ )), Object.assign(J, n, { initialLocale: i }), r && ("number" in r && Object.assign(J.formats.number, r.number), "date" in r && Object.assign(J.formats.date, r.date), "time" in r && Object.assign(J.formats.time, r.time)), M.set(i);
3633
+ }
3634
+ const Pe = be(!1);
3635
+ var zn = Object.defineProperty, Wn = Object.defineProperties, Zn = Object.getOwnPropertyDescriptors, ut = Object.getOwnPropertySymbols, Qn = Object.prototype.hasOwnProperty, qn = Object.prototype.propertyIsEnumerable, ht = (e, t, r) => t in e ? zn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Jn = (e, t) => {
3636
+ for (var r in t)
3637
+ Qn.call(t, r) && ht(e, r, t[r]);
3638
+ if (ut)
3639
+ for (var r of ut(t))
3640
+ qn.call(t, r) && ht(e, r, t[r]);
3643
3641
  return e;
3644
- }, Kn = (e, t) => Zn(e, Qn(t));
3645
- let Ve;
3646
- const be = _e(null);
3647
- function ft(e) {
3642
+ }, Yn = (e, t) => Wn(e, Zn(t));
3643
+ let je;
3644
+ const de = be(null);
3645
+ function lt(e) {
3648
3646
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
3649
3647
  }
3650
- function ie(e, t = W().fallbackLocale) {
3651
- const r = ft(e);
3652
- return t ? [.../* @__PURE__ */ new Set([...r, ...ft(t)])] : r;
3648
+ function ne(e, t = X().fallbackLocale) {
3649
+ const r = lt(e);
3650
+ return t ? [.../* @__PURE__ */ new Set([...r, ...lt(t)])] : r;
3653
3651
  }
3654
- function L() {
3655
- return Ve ?? void 0;
3652
+ function P() {
3653
+ return je ?? void 0;
3656
3654
  }
3657
- be.subscribe((e) => {
3658
- Ve = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3655
+ de.subscribe((e) => {
3656
+ je = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3659
3657
  });
3660
- const ei = (e) => {
3661
- if (e && $n(e) && de(e)) {
3662
- const { loadingDelay: t } = W();
3658
+ const Kn = (e) => {
3659
+ if (e && Mn(e) && me(e)) {
3660
+ const { loadingDelay: t } = X();
3663
3661
  let r;
3664
- return typeof window < "u" && L() != null && t ? r = window.setTimeout(
3665
- () => Ne.set(!0),
3662
+ return typeof window < "u" && P() != null && t ? r = window.setTimeout(
3663
+ () => Pe.set(!0),
3666
3664
  t
3667
- ) : Ne.set(!0), Qt(e).then(() => {
3668
- be.set(e);
3665
+ ) : Pe.set(!0), Zt(e).then(() => {
3666
+ de.set(e);
3669
3667
  }).finally(() => {
3670
- clearTimeout(r), Ne.set(!1);
3668
+ clearTimeout(r), Pe.set(!1);
3671
3669
  });
3672
3670
  }
3673
- return be.set(e);
3674
- }, $ = Kn(Yn({}, be), {
3675
- set: ei
3676
- }), xe = (e) => {
3671
+ return de.set(e);
3672
+ }, M = Yn(Jn({}, de), {
3673
+ set: Kn
3674
+ }), ye = (e) => {
3677
3675
  const t = /* @__PURE__ */ Object.create(null);
3678
3676
  return (n) => {
3679
3677
  const i = JSON.stringify(n);
3680
3678
  return i in t ? t[i] : t[i] = e(n);
3681
3679
  };
3682
3680
  };
3683
- var ti = Object.defineProperty, ge = Object.getOwnPropertySymbols, qt = Object.prototype.hasOwnProperty, Jt = Object.prototype.propertyIsEnumerable, ct = (e, t, r) => t in e ? ti(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Qe = (e, t) => {
3681
+ var ei = Object.defineProperty, pe = Object.getOwnPropertySymbols, Qt = Object.prototype.hasOwnProperty, qt = Object.prototype.propertyIsEnumerable, ft = (e, t, r) => t in e ? ei(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ze = (e, t) => {
3684
3682
  for (var r in t || (t = {}))
3685
- qt.call(t, r) && ct(e, r, t[r]);
3686
- if (ge)
3687
- for (var r of ge(t))
3688
- Jt.call(t, r) && ct(e, r, t[r]);
3683
+ Qt.call(t, r) && ft(e, r, t[r]);
3684
+ if (pe)
3685
+ for (var r of pe(t))
3686
+ qt.call(t, r) && ft(e, r, t[r]);
3689
3687
  return e;
3690
- }, q = (e, t) => {
3688
+ }, Q = (e, t) => {
3691
3689
  var r = {};
3692
3690
  for (var n in e)
3693
- qt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3694
- if (e != null && ge)
3695
- for (var n of ge(e))
3696
- t.indexOf(n) < 0 && Jt.call(e, n) && (r[n] = e[n]);
3691
+ Qt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3692
+ if (e != null && pe)
3693
+ for (var n of pe(e))
3694
+ t.indexOf(n) < 0 && qt.call(e, n) && (r[n] = e[n]);
3697
3695
  return r;
3698
3696
  };
3699
- const te = (e, t) => {
3700
- const { formats: r } = W();
3697
+ const ee = (e, t) => {
3698
+ const { formats: r } = X();
3701
3699
  if (e in r && t in r[e])
3702
3700
  return r[e][t];
3703
3701
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3704
- }, ri = xe(
3702
+ }, ti = ye(
3705
3703
  (e) => {
3706
- var t = e, { locale: r, format: n } = t, i = q(t, ["locale", "format"]);
3704
+ var t = e, { locale: r, format: n } = t, i = Q(t, ["locale", "format"]);
3707
3705
  if (r == null)
3708
3706
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3709
- return n && (i = te("number", n)), new Intl.NumberFormat(r, i);
3707
+ return n && (i = ee("number", n)), new Intl.NumberFormat(r, i);
3710
3708
  }
3711
- ), ni = xe(
3709
+ ), ri = ye(
3712
3710
  (e) => {
3713
- var t = e, { locale: r, format: n } = t, i = q(t, ["locale", "format"]);
3711
+ var t = e, { locale: r, format: n } = t, i = Q(t, ["locale", "format"]);
3714
3712
  if (r == null)
3715
3713
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3716
- return n ? i = te("date", n) : Object.keys(i).length === 0 && (i = te("date", "short")), new Intl.DateTimeFormat(r, i);
3714
+ return n ? i = ee("date", n) : Object.keys(i).length === 0 && (i = ee("date", "short")), new Intl.DateTimeFormat(r, i);
3717
3715
  }
3718
- ), ii = xe(
3716
+ ), ni = ye(
3719
3717
  (e) => {
3720
- var t = e, { locale: r, format: n } = t, i = q(t, ["locale", "format"]);
3718
+ var t = e, { locale: r, format: n } = t, i = Q(t, ["locale", "format"]);
3721
3719
  if (r == null)
3722
3720
  throw new Error(
3723
3721
  '[svelte-i18n] A "locale" must be set to format time values'
3724
3722
  );
3725
- return n ? i = te("time", n) : Object.keys(i).length === 0 && (i = te("time", "short")), new Intl.DateTimeFormat(r, i);
3723
+ return n ? i = ee("time", n) : Object.keys(i).length === 0 && (i = ee("time", "short")), new Intl.DateTimeFormat(r, i);
3726
3724
  }
3727
- ), si = (e = {}) => {
3725
+ ), ii = (e = {}) => {
3728
3726
  var t = e, {
3729
- locale: r = L()
3730
- } = t, n = q(t, [
3727
+ locale: r = P()
3728
+ } = t, n = Q(t, [
3731
3729
  "locale"
3732
3730
  ]);
3733
- return ri(Qe({ locale: r }, n));
3734
- }, oi = (e = {}) => {
3731
+ return ti(Ze({ locale: r }, n));
3732
+ }, si = (e = {}) => {
3735
3733
  var t = e, {
3736
- locale: r = L()
3737
- } = t, n = q(t, [
3734
+ locale: r = P()
3735
+ } = t, n = Q(t, [
3738
3736
  "locale"
3739
3737
  ]);
3740
- return ni(Qe({ locale: r }, n));
3741
- }, ai = (e = {}) => {
3738
+ return ri(Ze({ locale: r }, n));
3739
+ }, oi = (e = {}) => {
3742
3740
  var t = e, {
3743
- locale: r = L()
3744
- } = t, n = q(t, [
3741
+ locale: r = P()
3742
+ } = t, n = Q(t, [
3745
3743
  "locale"
3746
3744
  ]);
3747
- return ii(Qe({ locale: r }, n));
3748
- }, ui = xe(
3745
+ return ni(Ze({ locale: r }, n));
3746
+ }, ai = ye(
3749
3747
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3750
- (e, t = L()) => new Vt(e, t, W().formats, {
3751
- ignoreTag: W().ignoreTag
3748
+ (e, t = P()) => new kt(e, t, X().formats, {
3749
+ ignoreTag: X().ignoreTag
3752
3750
  })
3753
- ), hi = (e, t = {}) => {
3751
+ ), ui = (e, t = {}) => {
3754
3752
  var r, n, i, s;
3755
3753
  let u = t;
3756
3754
  typeof e == "object" && (u = e, e = u.id);
3757
3755
  const {
3758
3756
  values: o,
3759
- locale: l = L(),
3757
+ locale: l = P(),
3760
3758
  default: a
3761
3759
  } = u;
3762
3760
  if (l == null)
3763
3761
  throw new Error(
3764
3762
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3765
3763
  );
3766
- let h = Xt(e, l);
3764
+ let h = Vt(e, l);
3767
3765
  if (!h)
3768
- h = (s = (i = (n = (r = W()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: a })) != null ? i : a) != null ? s : e;
3766
+ h = (s = (i = (n = (r = X()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: a })) != null ? i : a) != null ? s : e;
3769
3767
  else if (typeof h != "string")
3770
3768
  return console.warn(
3771
3769
  `[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.`
@@ -3774,7 +3772,7 @@ const te = (e, t) => {
3774
3772
  return h;
3775
3773
  let f = h;
3776
3774
  try {
3777
- f = ui(h, l).format(o);
3775
+ f = ai(h, l).format(o);
3778
3776
  } catch (c) {
3779
3777
  c instanceof Error && console.warn(
3780
3778
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -3782,20 +3780,20 @@ const te = (e, t) => {
3782
3780
  );
3783
3781
  }
3784
3782
  return f;
3785
- }, li = (e, t) => ai(t).format(e), fi = (e, t) => oi(t).format(e), ci = (e, t) => si(t).format(e), mi = (e, t = L()) => Xt(e, t), pi = Q([$, ne], () => hi);
3786
- Q([$], () => li);
3787
- Q([$], () => fi);
3788
- Q([$], () => ci);
3789
- Q([$, ne], () => mi);
3790
- function mt(e, t) {
3783
+ }, hi = (e, t) => oi(t).format(e), li = (e, t) => si(t).format(e), fi = (e, t) => ii(t).format(e), ci = (e, t = P()) => Vt(e, t), mi = Z([M, re], () => ui);
3784
+ Z([M], () => hi);
3785
+ Z([M], () => li);
3786
+ Z([M], () => fi);
3787
+ Z([M, re], () => ci);
3788
+ function ct(e, t) {
3791
3789
  zt(e, t);
3792
3790
  }
3793
3791
  function di(e) {
3794
- Wn({
3792
+ Xn({
3795
3793
  fallbackLocale: "en"
3796
- }), $.set(e);
3794
+ }), M.set(e);
3797
3795
  }
3798
- const pt = {
3796
+ const mt = {
3799
3797
  en: {
3800
3798
  header: {
3801
3799
  general: "Cashier",
@@ -3818,18 +3816,18 @@ const pt = {
3818
3816
  }
3819
3817
  }
3820
3818
  };
3821
- function bi(e) {
3822
- sr(e, "svelte-bbilb", ".CashierHeader{display:flex;position:relative;align-items:center;height:var(--mmw--header-height, 40px);background-color:var(--mmw--color-grey-105, #E8E9EB);width:100%;border-radius:6px 6px 0 0}.CashierHeaderLeftButton{color:var(--mmw--color-grey-10, #111);font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:0;position:absolute;display:flex;align-items:center;font-variant:all-small-caps;height:32px;left:7px;gap:2px;cursor:pointer}.CashierHeaderLeftButton svg path{fill:var(--mmw--color-grey-10, #111)}.CashierHeaderLeftButton.disabled{pointer-events:none}.CashierHeaderTitle{color:var(--mmw--color-grey-10, #111);font-size:var(--emw--font-size-large, 18px);line-height:125%;font-weight:var(--emw--font-weight-semibold, 500);margin:auto;max-width:calc(100% - 150px);overflow:hidden;text-overflow:ellipsis}.CashierHeaderRightButton{position:absolute;display:flex;justify-content:space-between;align-items:center;padding:0 var(--emw--spacing-small, 12px);height:inherit;right:0;gap:var(--emw--spacing-small, 12px);cursor:pointer}");
3819
+ function pi(e) {
3820
+ ir(e, "svelte-bbilb", ".CashierHeader{display:flex;position:relative;align-items:center;height:var(--mmw--header-height, 40px);background-color:var(--mmw--color-grey-105, #E8E9EB);width:100%;border-radius:6px 6px 0 0}.CashierHeaderLeftButton{color:var(--mmw--color-grey-10, #111);font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:0;position:absolute;display:flex;align-items:center;font-variant:all-small-caps;height:32px;left:7px;gap:2px;cursor:pointer}.CashierHeaderLeftButton svg path{fill:var(--mmw--color-grey-10, #111)}.CashierHeaderLeftButton.disabled{pointer-events:none}.CashierHeaderTitle{color:var(--mmw--color-grey-10, #111);font-size:var(--emw--font-size-large, 18px);line-height:125%;font-weight:var(--emw--font-weight-semibold, 500);margin:auto;max-width:calc(100% - 150px);overflow:hidden;text-overflow:ellipsis}.CashierHeaderRightButton{position:absolute;display:flex;justify-content:space-between;align-items:center;padding:0 var(--emw--spacing-small, 12px);height:inherit;right:0;gap:var(--emw--spacing-small, 12px);cursor:pointer}");
3823
3821
  }
3824
- const gi = (e) => ({}), dt = (e) => ({}), _i = (e) => ({}), bt = (e) => ({}), yi = (e) => ({}), gt = (e) => ({});
3825
- function _t(e) {
3822
+ const bi = (e) => ({}), dt = (e) => ({}), gi = (e) => ({}), pt = (e) => ({}), _i = (e) => ({}), bt = (e) => ({});
3823
+ function gt(e) {
3826
3824
  let t, r, n;
3827
3825
  return {
3828
3826
  c() {
3829
- t = z("div"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5632 3.47782C12.4787 3.50138 12.3362 3.57505 12.2465 3.64153C12.1567 3.70806 10.8069 5.04216 9.24694 6.60626C6.11944 9.74192 6.25999 9.58204 6.25999 10.0037C6.25999 10.4243 6.13093 10.2784 9.34296 13.4903C12.4449 16.5921 12.356 16.5116 12.7278 16.5556C13.1855 16.6098 13.6413 16.2585 13.7301 15.783C13.7612 15.6164 13.7212 15.3395 13.6437 15.1847C13.6158 15.129 12.451 13.9396 11.0553 12.5417L8.51768 10L11.0553 7.45837C12.451 6.06048 13.6158 4.87114 13.6437 4.81544C13.7729 4.55751 13.7703 4.2006 13.6374 3.94274C13.4469 3.5731 12.9668 3.36532 12.5632 3.47782Z" fill="#111111"></path></svg>', Z(t, "class", "CashierHeaderLeftButton");
3827
+ t = z("div"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5632 3.47782C12.4787 3.50138 12.3362 3.57505 12.2465 3.64153C12.1567 3.70806 10.8069 5.04216 9.24694 6.60626C6.11944 9.74192 6.25999 9.58204 6.25999 10.0037C6.25999 10.4243 6.13093 10.2784 9.34296 13.4903C12.4449 16.5921 12.356 16.5116 12.7278 16.5556C13.1855 16.6098 13.6413 16.2585 13.7301 15.783C13.7612 15.6164 13.7212 15.3395 13.6437 15.1847C13.6158 15.129 12.451 13.9396 11.0553 12.5417L8.51768 10L11.0553 7.45837C12.451 6.06048 13.6158 4.87114 13.6437 4.81544C13.7729 4.55751 13.7703 4.2006 13.6374 3.94274C13.4469 3.5731 12.9668 3.36532 12.5632 3.47782Z" fill="#111111"></path></svg>', W(t, "class", "CashierHeaderLeftButton");
3830
3828
  },
3831
3829
  m(i, s) {
3832
- M(i, t, s), r || (n = Tt(
3830
+ I(i, t, s), r || (n = Bt(
3833
3831
  t,
3834
3832
  "click",
3835
3833
  /*back*/
@@ -3838,28 +3836,28 @@ function _t(e) {
3838
3836
  },
3839
3837
  p: B,
3840
3838
  d(i) {
3841
- i && P(t), r = !1, n();
3839
+ i && O(t), r = !1, n();
3842
3840
  }
3843
3841
  };
3844
3842
  }
3845
- function Ei(e) {
3843
+ function yi(e) {
3846
3844
  let t, r = (
3847
3845
  /*backButton*/
3848
- e[1] && _t(e)
3846
+ e[1] && gt(e)
3849
3847
  );
3850
3848
  return {
3851
3849
  c() {
3852
- r && r.c(), t = Bt();
3850
+ r && r.c(), t = Ht();
3853
3851
  },
3854
3852
  m(n, i) {
3855
- r && r.m(n, i), M(n, t, i);
3853
+ r && r.m(n, i), I(n, t, i);
3856
3854
  },
3857
3855
  p(n, i) {
3858
3856
  /*backButton*/
3859
- n[1] ? r ? r.p(n, i) : (r = _t(n), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
3857
+ n[1] ? r ? r.p(n, i) : (r = gt(n), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
3860
3858
  },
3861
3859
  d(n) {
3862
- n && P(t), r && r.d(n);
3860
+ n && O(t), r && r.d(n);
3863
3861
  }
3864
3862
  };
3865
3863
  }
@@ -3873,10 +3871,10 @@ function xi(e) {
3873
3871
  ), n;
3874
3872
  return {
3875
3873
  c() {
3876
- t = z("span"), n = We(r), Z(t, "class", "CashierHeaderTitle");
3874
+ t = z("span"), n = Ve(r), W(t, "class", "CashierHeaderTitle");
3877
3875
  },
3878
3876
  m(i, s) {
3879
- M(i, t, s), me(t, n);
3877
+ I(i, t, s), ce(t, n);
3880
3878
  },
3881
3879
  p(i, s) {
3882
3880
  s & /*$_, titleText*/
@@ -3884,21 +3882,21 @@ function xi(e) {
3884
3882
  i[4](
3885
3883
  /*titleText*/
3886
3884
  i[2]
3887
- ) + "") && hr(n, r);
3885
+ ) + "") && ur(n, r);
3888
3886
  },
3889
3887
  d(i) {
3890
- i && P(t);
3888
+ i && O(t);
3891
3889
  }
3892
3890
  };
3893
3891
  }
3894
- function yt(e) {
3892
+ function _t(e) {
3895
3893
  let t, r, n;
3896
3894
  return {
3897
3895
  c() {
3898
- t = z("span"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="13" height="20" viewBox="0 0 13 13" fill="none"><path d="M12.7711 0.229435C13.0582 0.517619 13.0755 0.973729 12.8215 1.28141L12.7711 1.33721L7.60685 6.50068L12.7711 11.6641C12.9128 11.8066 12.9944 11.998 12.999 12.1988C13.0035 12.3997 12.9308 12.5946 12.7957 12.7433C12.6606 12.892 12.4735 12.9832 12.2731 12.9979C12.0728 13.0126 11.8744 12.9497 11.7191 12.8223L11.6633 12.7719L6.49958 7.60791L1.3359 12.7719C1.19349 12.9136 1.00207 12.9952 0.801203 12.9998C0.60034 13.0044 0.405398 12.9316 0.256676 12.7965C0.107955 12.6614 0.0168256 12.4744 0.00212786 12.274C-0.0125699 12.0736 0.0502877 11.8753 0.177706 11.7199L0.228086 11.6641L5.3923 6.50068L0.228086 1.33721C0.0863637 1.1948 0.00478102 1.00338 0.000203544 0.802529C-0.00437393 0.601674 0.0684038 0.40674 0.203491 0.258024C0.338579 0.109308 0.525647 0.0181829 0.726024 0.00348576C0.9264 -0.0112114 1.12476 0.0516437 1.28011 0.179057L1.3359 0.229435L6.49958 5.39345L11.6633 0.229435C11.736 0.156695 11.8223 0.0989949 11.9174 0.0596283C12.0124 0.0202617 12.1143 0 12.2172 0C12.32 0 12.4219 0.0202617 12.5169 0.0596283C12.612 0.0989949 12.6983 0.156695 12.7711 0.229435Z" fill="#111111"></path></svg>', Z(t, "class", "CashierHeaderRightButton");
3896
+ t = z("span"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="13" height="20" viewBox="0 0 13 13" fill="none"><path d="M12.7711 0.229435C13.0582 0.517619 13.0755 0.973729 12.8215 1.28141L12.7711 1.33721L7.60685 6.50068L12.7711 11.6641C12.9128 11.8066 12.9944 11.998 12.999 12.1988C13.0035 12.3997 12.9308 12.5946 12.7957 12.7433C12.6606 12.892 12.4735 12.9832 12.2731 12.9979C12.0728 13.0126 11.8744 12.9497 11.7191 12.8223L11.6633 12.7719L6.49958 7.60791L1.3359 12.7719C1.19349 12.9136 1.00207 12.9952 0.801203 12.9998C0.60034 13.0044 0.405398 12.9316 0.256676 12.7965C0.107955 12.6614 0.0168256 12.4744 0.00212786 12.274C-0.0125699 12.0736 0.0502877 11.8753 0.177706 11.7199L0.228086 11.6641L5.3923 6.50068L0.228086 1.33721C0.0863637 1.1948 0.00478102 1.00338 0.000203544 0.802529C-0.00437393 0.601674 0.0684038 0.40674 0.203491 0.258024C0.338579 0.109308 0.525647 0.0181829 0.726024 0.00348576C0.9264 -0.0112114 1.12476 0.0516437 1.28011 0.179057L1.3359 0.229435L6.49958 5.39345L11.6633 0.229435C11.736 0.156695 11.8223 0.0989949 11.9174 0.0596283C12.0124 0.0202617 12.1143 0 12.2172 0C12.32 0 12.4219 0.0202617 12.5169 0.0596283C12.612 0.0989949 12.6983 0.156695 12.7711 0.229435Z" fill="#111111"></path></svg>', W(t, "class", "CashierHeaderRightButton");
3899
3897
  },
3900
3898
  m(i, s) {
3901
- M(i, t, s), r || (n = Tt(
3899
+ I(i, t, s), r || (n = Bt(
3902
3900
  t,
3903
3901
  "click",
3904
3902
  /*close*/
@@ -3907,206 +3905,206 @@ function yt(e) {
3907
3905
  },
3908
3906
  p: B,
3909
3907
  d(i) {
3910
- i && P(t), r = !1, n();
3908
+ i && O(t), r = !1, n();
3911
3909
  }
3912
3910
  };
3913
3911
  }
3914
- function vi(e) {
3912
+ function Ei(e) {
3915
3913
  let t, r = (
3916
3914
  /*closeButton*/
3917
- e[3] && yt(e)
3915
+ e[3] && _t(e)
3918
3916
  );
3919
3917
  return {
3920
3918
  c() {
3921
- r && r.c(), t = Bt();
3919
+ r && r.c(), t = Ht();
3922
3920
  },
3923
3921
  m(n, i) {
3924
- r && r.m(n, i), M(n, t, i);
3922
+ r && r.m(n, i), I(n, t, i);
3925
3923
  },
3926
3924
  p(n, i) {
3927
3925
  /*closeButton*/
3928
- n[3] ? r ? r.p(n, i) : (r = yt(n), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
3926
+ n[3] ? r ? r.p(n, i) : (r = _t(n), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
3929
3927
  },
3930
3928
  d(n) {
3931
- n && P(t), r && r.d(n);
3929
+ n && O(t), r && r.d(n);
3932
3930
  }
3933
3931
  };
3934
3932
  }
3935
- function Hi(e) {
3933
+ function vi(e) {
3936
3934
  let t, r, n, i;
3937
3935
  const s = (
3938
3936
  /*#slots*/
3939
3937
  e[15].leftButton
3940
- ), u = ve(
3938
+ ), u = xe(
3941
3939
  s,
3942
3940
  e,
3943
3941
  /*$$scope*/
3944
3942
  e[14],
3945
- gt
3946
- ), o = u || Ei(e), l = (
3943
+ bt
3944
+ ), o = u || yi(e), l = (
3947
3945
  /*#slots*/
3948
3946
  e[15].title
3949
- ), a = ve(
3947
+ ), a = xe(
3950
3948
  l,
3951
3949
  e,
3952
3950
  /*$$scope*/
3953
3951
  e[14],
3954
- bt
3952
+ pt
3955
3953
  ), h = a || xi(e), f = (
3956
3954
  /*#slots*/
3957
3955
  e[15].rightButton
3958
- ), c = ve(
3956
+ ), c = xe(
3959
3957
  f,
3960
3958
  e,
3961
3959
  /*$$scope*/
3962
3960
  e[14],
3963
3961
  dt
3964
- ), p = c || vi(e);
3962
+ ), d = c || Ei(e);
3965
3963
  return {
3966
3964
  c() {
3967
- t = z("div"), o && o.c(), r = Je(), h && h.c(), n = Je(), p && p.c(), Z(t, "class", "CashierHeader");
3965
+ t = z("div"), o.c(), r = qe(), h.c(), n = qe(), d.c(), W(t, "class", "CashierHeader");
3968
3966
  },
3969
3967
  m(m, g) {
3970
- M(m, t, g), o && o.m(t, null), me(t, r), h && h.m(t, null), me(t, n), p && p.m(t, null), e[16](t), i = !0;
3968
+ I(m, t, g), o.m(t, null), ce(t, r), h.m(t, null), ce(t, n), d.m(t, null), e[16](t), i = !0;
3971
3969
  },
3972
3970
  p(m, [g]) {
3973
3971
  u ? u.p && (!i || g & /*$$scope*/
3974
- 16384) && Be(
3972
+ 16384) && ve(
3975
3973
  u,
3976
3974
  s,
3977
3975
  m,
3978
3976
  /*$$scope*/
3979
3977
  m[14],
3980
- i ? He(
3978
+ i ? Ee(
3981
3979
  s,
3982
3980
  /*$$scope*/
3983
3981
  m[14],
3984
3982
  g,
3985
- yi
3986
- ) : Te(
3983
+ _i
3984
+ ) : He(
3987
3985
  /*$$scope*/
3988
3986
  m[14]
3989
3987
  ),
3990
- gt
3991
- ) : o && o.p && (!i || g & /*backButton*/
3988
+ bt
3989
+ ) : o.p && (!i || g & /*backButton*/
3992
3990
  2) && o.p(m, i ? g : -1), a ? a.p && (!i || g & /*$$scope*/
3993
- 16384) && Be(
3991
+ 16384) && ve(
3994
3992
  a,
3995
3993
  l,
3996
3994
  m,
3997
3995
  /*$$scope*/
3998
3996
  m[14],
3999
- i ? He(
3997
+ i ? Ee(
4000
3998
  l,
4001
3999
  /*$$scope*/
4002
4000
  m[14],
4003
4001
  g,
4004
- _i
4005
- ) : Te(
4002
+ gi
4003
+ ) : He(
4006
4004
  /*$$scope*/
4007
4005
  m[14]
4008
4006
  ),
4009
- bt
4010
- ) : h && h.p && (!i || g & /*$_, titleText*/
4007
+ pt
4008
+ ) : h.p && (!i || g & /*$_, titleText*/
4011
4009
  20) && h.p(m, i ? g : -1), c ? c.p && (!i || g & /*$$scope*/
4012
- 16384) && Be(
4010
+ 16384) && ve(
4013
4011
  c,
4014
4012
  f,
4015
4013
  m,
4016
4014
  /*$$scope*/
4017
4015
  m[14],
4018
- i ? He(
4016
+ i ? Ee(
4019
4017
  f,
4020
4018
  /*$$scope*/
4021
4019
  m[14],
4022
4020
  g,
4023
- gi
4024
- ) : Te(
4021
+ bi
4022
+ ) : He(
4025
4023
  /*$$scope*/
4026
4024
  m[14]
4027
4025
  ),
4028
4026
  dt
4029
- ) : p && p.p && (!i || g & /*closeButton*/
4030
- 8) && p.p(m, i ? g : -1);
4027
+ ) : d.p && (!i || g & /*closeButton*/
4028
+ 8) && d.p(m, i ? g : -1);
4031
4029
  },
4032
4030
  i(m) {
4033
- i || (he(o, m), he(h, m), he(p, m), i = !0);
4031
+ i || (ue(o, m), ue(h, m), ue(d, m), i = !0);
4034
4032
  },
4035
4033
  o(m) {
4036
- Se(o, m), Se(h, m), Se(p, m), i = !1;
4034
+ Te(o, m), Te(h, m), Te(d, m), i = !1;
4037
4035
  },
4038
4036
  d(m) {
4039
- m && P(t), o && o.d(m), h && h.d(m), p && p.d(m), e[16](null);
4037
+ m && O(t), o.d(m), h.d(m), d.d(m), e[16](null);
4040
4038
  }
4041
4039
  };
4042
4040
  }
4043
- function Bi(e, t, r) {
4041
+ function Hi(e, t, r) {
4044
4042
  let n;
4045
- ir(e, pi, (_) => r(4, n = _));
4046
- let { $$slots: i = {}, $$scope: s } = t, { clientstyling: u = "" } = t, { clientstylingurl: o = "" } = t, { translationurl: l = "" } = t, { showbackbutton: a = "" } = t, { title: h = "header.general" } = t, { lang: f = "en" } = t, { showclosebutton: c = "" } = t, p, m = !1, g, v = !1;
4047
- const N = () => {
4043
+ nr(e, mi, (_) => r(4, n = _));
4044
+ let { $$slots: i = {}, $$scope: s } = t, { clientstyling: u = "" } = t, { clientstylingurl: o = "" } = t, { translationurl: l = "" } = t, { showbackbutton: a = "" } = t, { title: h = "header.general" } = t, { lang: f = "en" } = t, { showclosebutton: c = "" } = t, d, m = !1, g, v = !1;
4045
+ const L = () => {
4048
4046
  let _ = l;
4049
- _ && fetch(_).then((S) => S.json()).then((S) => {
4050
- Object.keys(S).forEach((U) => {
4051
- mt(U, S[U]);
4047
+ _ && fetch(_).then((w) => w.json()).then((w) => {
4048
+ Object.keys(w).forEach((R) => {
4049
+ ct(R, w[R]);
4052
4050
  });
4053
- }).catch((S) => {
4054
- console.log(S);
4051
+ }).catch((w) => {
4052
+ console.log(w);
4055
4053
  });
4056
4054
  };
4057
- Object.keys(pt).forEach((_) => {
4058
- mt(_, pt[_]);
4055
+ Object.keys(mt).forEach((_) => {
4056
+ ct(_, mt[_]);
4059
4057
  });
4060
- const O = () => {
4058
+ const A = () => {
4061
4059
  let _ = document.createElement("style");
4062
- _.innerHTML = u, p.appendChild(_);
4060
+ _.innerHTML = u, d.appendChild(_);
4063
4061
  }, H = () => {
4064
- let _ = new URL(o), S = document.createElement("style");
4065
- fetch(_.href).then((U) => U.text()).then((U) => {
4066
- S.innerHTML = U, setTimeout(
4062
+ let _ = new URL(o), w = document.createElement("style");
4063
+ fetch(_.href).then((R) => R.text()).then((R) => {
4064
+ w.innerHTML = R, setTimeout(
4067
4065
  () => {
4068
- p.appendChild(S);
4066
+ d.appendChild(w);
4069
4067
  },
4070
4068
  1
4071
4069
  );
4072
4070
  });
4073
- }, I = () => {
4071
+ }, N = () => {
4074
4072
  di(f);
4075
- }, w = () => {
4073
+ }, T = () => {
4076
4074
  window.postMessage({ type: "CloseCashier" }, window.location.href);
4077
- }, R = () => {
4075
+ }, $ = () => {
4078
4076
  window.postMessage({ type: "BackCashier" }, window.location.href);
4079
- }, se = () => {
4077
+ }, ie = () => {
4080
4078
  r(1, m = !!a && a !== "false");
4081
- }, Kt = () => {
4079
+ }, Yt = () => {
4082
4080
  r(3, v = !!c && c !== "false");
4083
- }, er = () => {
4081
+ }, Kt = () => {
4084
4082
  r(2, g = h || "header.general");
4085
4083
  };
4086
- function tr(_) {
4087
- Ie[_ ? "unshift" : "push"](() => {
4088
- p = _, r(0, p);
4084
+ function er(_) {
4085
+ Le[_ ? "unshift" : "push"](() => {
4086
+ d = _, r(0, d);
4089
4087
  });
4090
4088
  }
4091
4089
  return e.$$set = (_) => {
4092
4090
  "clientstyling" in _ && r(7, u = _.clientstyling), "clientstylingurl" in _ && r(8, o = _.clientstylingurl), "translationurl" in _ && r(9, l = _.translationurl), "showbackbutton" in _ && r(10, a = _.showbackbutton), "title" in _ && r(11, h = _.title), "lang" in _ && r(12, f = _.lang), "showclosebutton" in _ && r(13, c = _.showclosebutton), "$$scope" in _ && r(14, s = _.$$scope);
4093
4091
  }, e.$$.update = () => {
4094
4092
  e.$$.dirty & /*lang*/
4095
- 4096 && f && I(), e.$$.dirty & /*lang, title*/
4096
- 6144 && f && h && er(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4097
- 129 && u && p && O(), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4098
- 257 && o && p && H(), e.$$.dirty & /*lang, translationurl*/
4099
- 4608 && f && l && N(), e.$$.dirty & /*showbackbutton*/
4100
- 1024 && a && se(), e.$$.dirty & /*showclosebutton*/
4101
- 8192 && c && Kt();
4093
+ 4096 && f && N(), e.$$.dirty & /*lang, title*/
4094
+ 6144 && f && h && Kt(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4095
+ 129 && u && d && A(), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4096
+ 257 && o && d && H(), e.$$.dirty & /*lang, translationurl*/
4097
+ 4608 && f && l && L(), e.$$.dirty & /*showbackbutton*/
4098
+ 1024 && a && ie(), e.$$.dirty & /*showclosebutton*/
4099
+ 8192 && c && Yt();
4102
4100
  }, [
4103
- p,
4101
+ d,
4104
4102
  m,
4105
4103
  g,
4106
4104
  v,
4107
4105
  n,
4108
- w,
4109
- R,
4106
+ T,
4107
+ $,
4110
4108
  u,
4111
4109
  o,
4112
4110
  l,
@@ -4116,16 +4114,16 @@ function Bi(e, t, r) {
4116
4114
  c,
4117
4115
  s,
4118
4116
  i,
4119
- tr
4117
+ er
4120
4118
  ];
4121
4119
  }
4122
- class Yt extends xr {
4120
+ class Jt extends xr {
4123
4121
  constructor(t) {
4124
- super(), yr(
4122
+ super(), _r(
4125
4123
  this,
4126
4124
  t,
4127
- Bi,
4128
4125
  Hi,
4126
+ vi,
4129
4127
  xt,
4130
4128
  {
4131
4129
  clientstyling: 7,
@@ -4136,77 +4134,77 @@ class Yt extends xr {
4136
4134
  lang: 12,
4137
4135
  showclosebutton: 13
4138
4136
  },
4139
- bi
4137
+ pi
4140
4138
  );
4141
4139
  }
4142
4140
  get clientstyling() {
4143
4141
  return this.$$.ctx[7];
4144
4142
  }
4145
4143
  set clientstyling(t) {
4146
- this.$$set({ clientstyling: t }), A();
4144
+ this.$$set({ clientstyling: t }), S();
4147
4145
  }
4148
4146
  get clientstylingurl() {
4149
4147
  return this.$$.ctx[8];
4150
4148
  }
4151
4149
  set clientstylingurl(t) {
4152
- this.$$set({ clientstylingurl: t }), A();
4150
+ this.$$set({ clientstylingurl: t }), S();
4153
4151
  }
4154
4152
  get translationurl() {
4155
4153
  return this.$$.ctx[9];
4156
4154
  }
4157
4155
  set translationurl(t) {
4158
- this.$$set({ translationurl: t }), A();
4156
+ this.$$set({ translationurl: t }), S();
4159
4157
  }
4160
4158
  get showbackbutton() {
4161
4159
  return this.$$.ctx[10];
4162
4160
  }
4163
4161
  set showbackbutton(t) {
4164
- this.$$set({ showbackbutton: t }), A();
4162
+ this.$$set({ showbackbutton: t }), S();
4165
4163
  }
4166
4164
  get title() {
4167
4165
  return this.$$.ctx[11];
4168
4166
  }
4169
4167
  set title(t) {
4170
- this.$$set({ title: t }), A();
4168
+ this.$$set({ title: t }), S();
4171
4169
  }
4172
4170
  get lang() {
4173
4171
  return this.$$.ctx[12];
4174
4172
  }
4175
4173
  set lang(t) {
4176
- this.$$set({ lang: t }), A();
4174
+ this.$$set({ lang: t }), S();
4177
4175
  }
4178
4176
  get showclosebutton() {
4179
4177
  return this.$$.ctx[13];
4180
4178
  }
4181
4179
  set showclosebutton(t) {
4182
- this.$$set({ showclosebutton: t }), A();
4180
+ this.$$set({ showclosebutton: t }), S();
4183
4181
  }
4184
4182
  }
4185
- Er(Yt, { clientstyling: {}, clientstylingurl: {}, translationurl: {}, showbackbutton: {}, title: {}, lang: {}, showclosebutton: {} }, ["leftButton", "title", "rightButton"], [], !0);
4186
- const Si = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4183
+ yr(Jt, { clientstyling: {}, clientstylingurl: {}, translationurl: {}, showbackbutton: {}, title: {}, lang: {}, showclosebutton: {} }, ["leftButton", "title", "rightButton"], [], !0);
4184
+ const wi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4187
4185
  __proto__: null,
4188
- default: Yt
4186
+ default: Jt
4189
4187
  }, Symbol.toStringTag, { value: "Module" }));
4190
4188
  export {
4191
- $,
4192
- Si as C,
4189
+ M as $,
4190
+ wi as C,
4193
4191
  xr as S,
4194
4192
  zt as a,
4195
- yr as b,
4196
- Er as c,
4197
- sr as d,
4198
- P as e,
4199
- A as f,
4200
- wi as g,
4193
+ _r as b,
4194
+ yr as c,
4195
+ ir as d,
4196
+ z as e,
4197
+ S as f,
4198
+ qe as g,
4201
4199
  Ti as h,
4202
- Wn as i,
4203
- Z as j,
4204
- M as k,
4205
- me as l,
4206
- Tt as m,
4207
- B as n,
4208
- z as o,
4209
- Je as p,
4210
- Ie as q,
4200
+ Xn as i,
4201
+ Bi as j,
4202
+ W as k,
4203
+ I as l,
4204
+ ce as m,
4205
+ Bt as n,
4206
+ B as o,
4207
+ O as p,
4208
+ Le as q,
4211
4209
  xt as s
4212
4210
  };