@everymatrix/general-icon-progress-bar 1.67.3 → 1.68.0

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,17 +1,17 @@
1
- var Dt = Object.defineProperty, Ft = Object.defineProperties;
2
- var jt = Object.getOwnPropertyDescriptors;
3
- var De = Object.getOwnPropertySymbols;
4
- var Vt = Object.prototype.hasOwnProperty, kt = Object.prototype.propertyIsEnumerable;
5
- var me = (e, t, r) => t in e ? Dt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Fe = (e, t) => {
1
+ var Ft = Object.defineProperty, jt = Object.defineProperties;
2
+ var Vt = Object.getOwnPropertyDescriptors;
3
+ var Fe = Object.getOwnPropertySymbols;
4
+ var kt = Object.prototype.hasOwnProperty, Xt = Object.prototype.propertyIsEnumerable;
5
+ var de = (e, t, r) => t in e ? Ft(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, je = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
- Vt.call(t, r) && me(e, r, t[r]);
8
- if (De)
9
- for (var r of De(t))
10
- kt.call(t, r) && me(e, r, t[r]);
7
+ kt.call(t, r) && de(e, r, t[r]);
8
+ if (Fe)
9
+ for (var r of Fe(t))
10
+ Xt.call(t, r) && de(e, r, t[r]);
11
11
  return e;
12
- }, je = (e, t) => Ft(e, jt(t));
13
- var T = (e, t, r) => (me(e, typeof t != "symbol" ? t + "" : t, r), r);
14
- var Ve = (e, t, r) => new Promise((n, i) => {
12
+ }, Ve = (e, t) => jt(e, Vt(t));
13
+ var T = (e, t, r) => (de(e, typeof t != "symbol" ? t + "" : t, r), r);
14
+ var ke = (e, t, r) => new Promise((n, i) => {
15
15
  var s = (h) => {
16
16
  try {
17
17
  a(r.next(h));
@@ -29,25 +29,25 @@ var Ve = (e, t, r) => new Promise((n, i) => {
29
29
  });
30
30
  function B() {
31
31
  }
32
- function at(e) {
32
+ function ut(e) {
33
33
  return e();
34
34
  }
35
- function ke() {
35
+ function Xe() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
- function ee(e) {
39
- e.forEach(at);
38
+ function te(e) {
39
+ e.forEach(ut);
40
40
  }
41
- function Le(e) {
41
+ function Me(e) {
42
42
  return typeof e == "function";
43
43
  }
44
- function ut(e, t) {
44
+ function ht(e, t) {
45
45
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
46
  }
47
- function Xt(e) {
47
+ function zt(e) {
48
48
  return Object.keys(e).length === 0;
49
49
  }
50
- function ht(e, ...t) {
50
+ function lt(e, ...t) {
51
51
  if (e == null) {
52
52
  for (const n of t)
53
53
  n(void 0);
@@ -56,20 +56,20 @@ function ht(e, ...t) {
56
56
  const r = e.subscribe(...t);
57
57
  return r.unsubscribe ? () => r.unsubscribe() : r;
58
58
  }
59
- function zt(e, t, r) {
60
- e.$$.on_destroy.push(ht(t, r));
59
+ function Wt(e, t, r) {
60
+ e.$$.on_destroy.push(lt(t, r));
61
61
  }
62
- function ne(e, t) {
62
+ function ie(e, t) {
63
63
  e.appendChild(t);
64
64
  }
65
- function Wt(e, t, r) {
66
- const n = Zt(e);
65
+ function Zt(e, t, r) {
66
+ const n = Qt(e);
67
67
  if (!n.getElementById(t)) {
68
- const i = Q("style");
69
- i.id = t, i.textContent = r, Qt(n, i);
68
+ const i = J("style");
69
+ i.id = t, i.textContent = r, Jt(n, i);
70
70
  }
71
71
  }
72
- function Zt(e) {
72
+ function Qt(e) {
73
73
  if (!e)
74
74
  return document;
75
75
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -79,36 +79,36 @@ function Zt(e) {
79
79
  t
80
80
  ) : e.ownerDocument;
81
81
  }
82
- function Qt(e, t) {
83
- return ne(
82
+ function Jt(e, t) {
83
+ return ie(
84
84
  /** @type {Document} */
85
85
  e.head || e,
86
86
  t
87
87
  ), t.sheet;
88
88
  }
89
- function lt(e, t, r) {
89
+ function ft(e, t, r) {
90
90
  e.insertBefore(t, r || null);
91
91
  }
92
- function Ce(e) {
92
+ function $e(e) {
93
93
  e.parentNode && e.parentNode.removeChild(e);
94
94
  }
95
- function Q(e) {
95
+ function J(e) {
96
96
  return document.createElement(e);
97
97
  }
98
- function Jt(e) {
98
+ function qt(e) {
99
99
  return document.createTextNode(e);
100
100
  }
101
- function C(e, t, r) {
101
+ function M(e, t, r) {
102
102
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
103
103
  }
104
- function qt(e) {
104
+ function Yt(e) {
105
105
  return Array.from(e.childNodes);
106
106
  }
107
- function Yt(e, t) {
107
+ function Kt(e, t) {
108
108
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
109
109
  t);
110
110
  }
111
- function Kt(e) {
111
+ function er(e) {
112
112
  const t = {};
113
113
  return e.childNodes.forEach(
114
114
  /** @param {Element} node */
@@ -117,79 +117,79 @@ function Kt(e) {
117
117
  }
118
118
  ), t;
119
119
  }
120
- let Me;
121
- function J(e) {
122
- Me = e;
120
+ let Re;
121
+ function q(e) {
122
+ Re = e;
123
123
  }
124
- const G = [], q = [];
125
- let D = [];
126
- const Xe = [], er = /* @__PURE__ */ Promise.resolve();
127
- let ve = !1;
128
- function tr() {
129
- ve || (ve = !0, er.then(P));
124
+ const D = [], Y = [];
125
+ let F = [];
126
+ const ze = [], tr = /* @__PURE__ */ Promise.resolve();
127
+ let Te = !1;
128
+ function rr() {
129
+ Te || (Te = !0, tr.then(P));
130
130
  }
131
- function He(e) {
132
- D.push(e);
131
+ function Be(e) {
132
+ F.push(e);
133
133
  }
134
- const de = /* @__PURE__ */ new Set();
135
- let $ = 0;
134
+ const ge = /* @__PURE__ */ new Set();
135
+ let U = 0;
136
136
  function P() {
137
- if ($ !== 0)
137
+ if (U !== 0)
138
138
  return;
139
- const e = Me;
139
+ const e = Re;
140
140
  do {
141
141
  try {
142
- for (; $ < G.length; ) {
143
- const t = G[$];
144
- $++, J(t), rr(t.$$);
142
+ for (; U < D.length; ) {
143
+ const t = D[U];
144
+ U++, q(t), nr(t.$$);
145
145
  }
146
146
  } catch (t) {
147
- throw G.length = 0, $ = 0, t;
147
+ throw D.length = 0, U = 0, t;
148
148
  }
149
- for (J(null), G.length = 0, $ = 0; q.length; )
150
- q.pop()();
151
- for (let t = 0; t < D.length; t += 1) {
152
- const r = D[t];
153
- de.has(r) || (de.add(r), r());
149
+ for (q(null), D.length = 0, U = 0; Y.length; )
150
+ Y.pop()();
151
+ for (let t = 0; t < F.length; t += 1) {
152
+ const r = F[t];
153
+ ge.has(r) || (ge.add(r), r());
154
154
  }
155
- D.length = 0;
156
- } while (G.length);
157
- for (; Xe.length; )
158
- Xe.pop()();
159
- ve = !1, de.clear(), J(e);
155
+ F.length = 0;
156
+ } while (D.length);
157
+ for (; ze.length; )
158
+ ze.pop()();
159
+ Te = !1, ge.clear(), q(e);
160
160
  }
161
- function rr(e) {
161
+ function nr(e) {
162
162
  if (e.fragment !== null) {
163
- e.update(), ee(e.before_update);
163
+ e.update(), te(e.before_update);
164
164
  const t = e.dirty;
165
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(He);
165
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Be);
166
166
  }
167
167
  }
168
- function nr(e) {
168
+ function ir(e) {
169
169
  const t = [], r = [];
170
- D.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), D = t;
170
+ F.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), F = t;
171
171
  }
172
- const ir = /* @__PURE__ */ new Set();
173
- function sr(e, t) {
174
- e && e.i && (ir.delete(e), e.i(t));
172
+ const sr = /* @__PURE__ */ new Set();
173
+ function or(e, t) {
174
+ e && e.i && (sr.delete(e), e.i(t));
175
175
  }
176
- function or(e, t, r) {
176
+ function ar(e, t, r) {
177
177
  const { fragment: n, after_update: i } = e.$$;
178
- n && n.m(t, r), He(() => {
179
- const s = e.$$.on_mount.map(at).filter(Le);
180
- e.$$.on_destroy ? e.$$.on_destroy.push(...s) : ee(s), e.$$.on_mount = [];
181
- }), i.forEach(He);
178
+ n && n.m(t, r), Be(() => {
179
+ const s = e.$$.on_mount.map(ut).filter(Me);
180
+ e.$$.on_destroy ? e.$$.on_destroy.push(...s) : te(s), e.$$.on_mount = [];
181
+ }), i.forEach(Be);
182
182
  }
183
- function ar(e, t) {
183
+ function ur(e, t) {
184
184
  const r = e.$$;
185
- r.fragment !== null && (nr(r.after_update), ee(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
185
+ r.fragment !== null && (ir(r.after_update), te(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
186
186
  }
187
- function ur(e, t) {
188
- e.$$.dirty[0] === -1 && (G.push(e), tr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
187
+ function hr(e, t) {
188
+ e.$$.dirty[0] === -1 && (D.push(e), rr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
189
189
  }
190
- function hr(e, t, r, n, i, s, o = null, a = [-1]) {
191
- const h = Me;
192
- J(e);
190
+ function lr(e, t, r, n, i, s, o = null, a = [-1]) {
191
+ const h = Re;
192
+ q(e);
193
193
  const u = e.$$ = {
194
194
  fragment: null,
195
195
  ctx: [],
@@ -197,7 +197,7 @@ function hr(e, t, r, n, i, s, o = null, a = [-1]) {
197
197
  props: s,
198
198
  update: B,
199
199
  not_equal: i,
200
- bound: ke(),
200
+ bound: Xe(),
201
201
  // lifecycle
202
202
  on_mount: [],
203
203
  on_destroy: [],
@@ -206,28 +206,28 @@ function hr(e, t, r, n, i, s, o = null, a = [-1]) {
206
206
  after_update: [],
207
207
  context: new Map(t.context || (h ? h.$$.context : [])),
208
208
  // everything else
209
- callbacks: ke(),
209
+ callbacks: Xe(),
210
210
  dirty: a,
211
211
  skip_bound: !1,
212
212
  root: t.target || h.$$.root
213
213
  };
214
214
  o && o(u.root);
215
215
  let l = !1;
216
- if (u.ctx = r(e, t.props || {}, (c, f, ...x) => {
217
- const g = x.length ? x[0] : f;
218
- return u.ctx && i(u.ctx[c], u.ctx[c] = g) && (!u.skip_bound && u.bound[c] && u.bound[c](g), l && ur(e, c)), f;
219
- }), u.update(), l = !0, ee(u.before_update), u.fragment = n(u.ctx), t.target) {
216
+ if (u.ctx = r ? r(e, t.props || {}, (c, f, ...g) => {
217
+ const d = g.length ? g[0] : f;
218
+ return u.ctx && i(u.ctx[c], u.ctx[c] = d) && (!u.skip_bound && u.bound[c] && u.bound[c](d), l && hr(e, c)), f;
219
+ }) : [], u.update(), l = !0, te(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
220
220
  if (t.hydrate) {
221
- const c = qt(t.target);
222
- u.fragment && u.fragment.l(c), c.forEach(Ce);
221
+ const c = Yt(t.target);
222
+ u.fragment && u.fragment.l(c), c.forEach($e);
223
223
  } else
224
224
  u.fragment && u.fragment.c();
225
- t.intro && sr(e.$$.fragment), or(e, t.target, t.anchor), P();
225
+ t.intro && or(e.$$.fragment), ar(e, t.target, t.anchor), P();
226
226
  }
227
- J(h);
227
+ q(h);
228
228
  }
229
- let ft;
230
- typeof HTMLElement == "function" && (ft = class extends HTMLElement {
229
+ let ct;
230
+ typeof HTMLElement == "function" && (ct = class extends HTMLElement {
231
231
  constructor(t, r, n) {
232
232
  super();
233
233
  /** The Svelte component constructor */
@@ -264,42 +264,42 @@ typeof HTMLElement == "function" && (ft = class extends HTMLElement {
264
264
  }
265
265
  }
266
266
  connectedCallback() {
267
- return Ve(this, null, function* () {
267
+ return ke(this, null, function* () {
268
268
  if (this.$$cn = !0, !this.$$c) {
269
269
  let t = function(s) {
270
270
  return () => {
271
271
  let o;
272
272
  return {
273
273
  c: function() {
274
- o = Q("slot"), s !== "default" && C(o, "name", s);
274
+ o = J("slot"), s !== "default" && M(o, "name", s);
275
275
  },
276
276
  /**
277
277
  * @param {HTMLElement} target
278
278
  * @param {HTMLElement} [anchor]
279
279
  */
280
280
  m: function(u, l) {
281
- lt(u, o, l);
281
+ ft(u, o, l);
282
282
  },
283
283
  d: function(u) {
284
- u && Ce(o);
284
+ u && $e(o);
285
285
  }
286
286
  };
287
287
  };
288
288
  };
289
289
  if (yield Promise.resolve(), !this.$$cn || this.$$c)
290
290
  return;
291
- const r = {}, n = Kt(this);
291
+ const r = {}, n = er(this);
292
292
  for (const s of this.$$s)
293
293
  s in n && (r[s] = [t(s)]);
294
294
  for (const s of this.attributes) {
295
295
  const o = this.$$g_p(s.name);
296
- o in this.$$d || (this.$$d[o] = ie(o, s.value, this.$$p_d, "toProp"));
296
+ o in this.$$d || (this.$$d[o] = se(o, s.value, this.$$p_d, "toProp"));
297
297
  }
298
298
  for (const s in this.$$p_d)
299
299
  !(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
300
300
  this.$$c = new this.$$ctor({
301
301
  target: this.shadowRoot || this,
302
- props: je(Fe({}, this.$$d), {
302
+ props: Ve(je({}, this.$$d), {
303
303
  $$slots: r,
304
304
  $$scope: {
305
305
  ctx: []
@@ -310,7 +310,7 @@ typeof HTMLElement == "function" && (ft = class extends HTMLElement {
310
310
  this.$$r = !0;
311
311
  for (const s in this.$$p_d)
312
312
  if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
313
- const o = ie(
313
+ const o = se(
314
314
  s,
315
315
  this.$$d[s],
316
316
  this.$$p_d,
@@ -334,7 +334,7 @@ typeof HTMLElement == "function" && (ft = class extends HTMLElement {
334
334
  // and setting attributes through setAttribute etc, this is helpful
335
335
  attributeChangedCallback(t, r, n) {
336
336
  var i;
337
- this.$$r || (t = this.$$g_p(t), this.$$d[t] = ie(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
337
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = se(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
338
338
  }
339
339
  disconnectedCallback() {
340
340
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -347,7 +347,7 @@ typeof HTMLElement == "function" && (ft = class extends HTMLElement {
347
347
  ) || t;
348
348
  }
349
349
  });
350
- function ie(e, t, r, n) {
350
+ function se(e, t, r, n) {
351
351
  var s;
352
352
  const i = (s = r[e]) == null ? void 0 : s.type;
353
353
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
@@ -377,8 +377,8 @@ function ie(e, t, r, n) {
377
377
  return t;
378
378
  }
379
379
  }
380
- function lr(e, t, r, n, i, s) {
381
- let o = class extends ft {
380
+ function fr(e, t, r, n, i, s) {
381
+ let o = class extends ct {
382
382
  constructor() {
383
383
  super(e, r, i), this.$$p_d = t;
384
384
  }
@@ -395,7 +395,7 @@ function lr(e, t, r, n, i, s) {
395
395
  },
396
396
  set(h) {
397
397
  var u;
398
- h = ie(a, h, t), this.$$d[a] = h, (u = this.$$c) == null || u.$set({ [a]: h });
398
+ h = se(a, h, t), this.$$d[a] = h, (u = this.$$c) == null || u.$set({ [a]: h });
399
399
  }
400
400
  });
401
401
  }), n.forEach((a) => {
@@ -408,7 +408,7 @@ function lr(e, t, r, n, i, s) {
408
408
  }), e.element = /** @type {any} */
409
409
  o, o;
410
410
  }
411
- class fr {
411
+ class cr {
412
412
  constructor() {
413
413
  /**
414
414
  * ### PRIVATE API
@@ -429,7 +429,7 @@ class fr {
429
429
  }
430
430
  /** @returns {void} */
431
431
  $destroy() {
432
- ar(this, 1), this.$destroy = B;
432
+ ur(this, 1), this.$destroy = B;
433
433
  }
434
434
  /**
435
435
  * @template {Extract<keyof Events, string>} K
@@ -438,7 +438,7 @@ class fr {
438
438
  * @returns {() => void}
439
439
  */
440
440
  $on(t, r) {
441
- if (!Le(r))
441
+ if (!Me(r))
442
442
  return B;
443
443
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
444
444
  return n.push(r), () => {
@@ -451,29 +451,29 @@ class fr {
451
451
  * @returns {void}
452
452
  */
453
453
  $set(t) {
454
- this.$$set && !Xt(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
454
+ this.$$set && !zt(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
455
455
  }
456
456
  }
457
- const cr = "4";
458
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(cr);
459
- const U = [];
460
- function pr(e, t) {
457
+ const pr = "4";
458
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(pr);
459
+ const G = [];
460
+ function mr(e, t) {
461
461
  return {
462
- subscribe: he(e, t).subscribe
462
+ subscribe: fe(e, t).subscribe
463
463
  };
464
464
  }
465
- function he(e, t = B) {
465
+ function fe(e, t = B) {
466
466
  let r;
467
467
  const n = /* @__PURE__ */ new Set();
468
468
  function i(a) {
469
- if (ut(e, a) && (e = a, r)) {
470
- const h = !U.length;
469
+ if (ht(e, a) && (e = a, r)) {
470
+ const h = !G.length;
471
471
  for (const u of n)
472
- u[1](), U.push(u, e);
472
+ u[1](), G.push(u, e);
473
473
  if (h) {
474
- for (let u = 0; u < U.length; u += 2)
475
- U[u][0](U[u + 1]);
476
- U.length = 0;
474
+ for (let u = 0; u < G.length; u += 2)
475
+ G[u][0](G[u + 1]);
476
+ G.length = 0;
477
477
  }
478
478
  }
479
479
  }
@@ -488,12 +488,12 @@ function he(e, t = B) {
488
488
  }
489
489
  return { set: i, update: s, subscribe: o };
490
490
  }
491
- function X(e, t, r) {
491
+ function z(e, t, r) {
492
492
  const n = !Array.isArray(e), i = n ? [e] : e;
493
493
  if (!i.every(Boolean))
494
494
  throw new Error("derived() expects stores as input, got a falsy value");
495
495
  const s = t.length < 2;
496
- return pr(r, (o, a) => {
496
+ return mr(r, (o, a) => {
497
497
  let h = !1;
498
498
  const u = [];
499
499
  let l = 0, c = B;
@@ -501,11 +501,11 @@ function X(e, t, r) {
501
501
  if (l)
502
502
  return;
503
503
  c();
504
- const g = t(n ? u[0] : u, o, a);
505
- s ? o(g) : c = Le(g) ? g : B;
506
- }, x = i.map(
507
- (g, y) => ht(
508
- g,
504
+ const d = t(n ? u[0] : u, o, a);
505
+ s ? o(d) : c = Me(d) ? d : B;
506
+ }, g = i.map(
507
+ (d, y) => lt(
508
+ d,
509
509
  (H) => {
510
510
  u[y] = H, l &= ~(1 << y), h && f();
511
511
  },
@@ -515,126 +515,112 @@ function X(e, t, r) {
515
515
  )
516
516
  );
517
517
  return h = !0, f(), function() {
518
- ee(x), c(), h = !1;
518
+ te(g), c(), h = !1;
519
519
  };
520
520
  });
521
521
  }
522
- function mr(e) {
523
- return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
522
+ function br(e) {
523
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
524
524
  }
525
525
  var dr = function(t) {
526
- return br(t) && !gr(t);
526
+ return gr(t) && !xr(t);
527
527
  };
528
- function br(e) {
528
+ function gr(e) {
529
529
  return !!e && typeof e == "object";
530
530
  }
531
- function gr(e) {
531
+ function xr(e) {
532
532
  var t = Object.prototype.toString.call(e);
533
- return t === "[object RegExp]" || t === "[object Date]" || yr(e);
534
- }
535
- var xr = typeof Symbol == "function" && Symbol.for, Er = xr ? Symbol.for("react.element") : 60103;
536
- function yr(e) {
537
- return e.$$typeof === Er;
533
+ return t === "[object RegExp]" || t === "[object Date]" || _r(e);
538
534
  }
535
+ var Er = typeof Symbol == "function" && Symbol.for, yr = Er ? Symbol.for("react.element") : 60103;
539
536
  function _r(e) {
537
+ return e.$$typeof === yr;
538
+ }
539
+ function vr(e) {
540
540
  return Array.isArray(e) ? [] : {};
541
541
  }
542
- function Y(e, t) {
543
- return t.clone !== !1 && t.isMergeableObject(e) ? F(_r(e), e, t) : e;
542
+ function K(e, t) {
543
+ return t.clone !== !1 && t.isMergeableObject(e) ? j(vr(e), e, t) : e;
544
544
  }
545
- function vr(e, t, r) {
545
+ function Hr(e, t, r) {
546
546
  return e.concat(t).map(function(n) {
547
- return Y(n, r);
547
+ return K(n, r);
548
548
  });
549
549
  }
550
- function Hr(e, t) {
550
+ function Tr(e, t) {
551
551
  if (!t.customMerge)
552
- return F;
552
+ return j;
553
553
  var r = t.customMerge(e);
554
- return typeof r == "function" ? r : F;
554
+ return typeof r == "function" ? r : j;
555
555
  }
556
- function Tr(e) {
556
+ function Br(e) {
557
557
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
558
558
  return Object.propertyIsEnumerable.call(e, t);
559
559
  }) : [];
560
560
  }
561
- function ze(e) {
562
- return Object.keys(e).concat(Tr(e));
561
+ function We(e) {
562
+ return Object.keys(e).concat(Br(e));
563
563
  }
564
- function ct(e, t) {
564
+ function pt(e, t) {
565
565
  try {
566
566
  return t in e;
567
567
  } catch (r) {
568
568
  return !1;
569
569
  }
570
570
  }
571
- function Br(e, t) {
572
- return ct(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
571
+ function Sr(e, t) {
572
+ return pt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
573
573
  }
574
574
  function Ar(e, t, r) {
575
575
  var n = {};
576
- return r.isMergeableObject(e) && ze(e).forEach(function(i) {
577
- n[i] = Y(e[i], r);
578
- }), ze(t).forEach(function(i) {
579
- Br(e, i) || (ct(e, i) && r.isMergeableObject(t[i]) ? n[i] = Hr(i, r)(e[i], t[i], r) : n[i] = Y(t[i], r));
576
+ return r.isMergeableObject(e) && We(e).forEach(function(i) {
577
+ n[i] = K(e[i], r);
578
+ }), We(t).forEach(function(i) {
579
+ Sr(e, i) || (pt(e, i) && r.isMergeableObject(t[i]) ? n[i] = Tr(i, r)(e[i], t[i], r) : n[i] = K(t[i], r));
580
580
  }), n;
581
581
  }
582
- function F(e, t, r) {
583
- r = r || {}, r.arrayMerge = r.arrayMerge || vr, r.isMergeableObject = r.isMergeableObject || dr, r.cloneUnlessOtherwiseSpecified = Y;
582
+ function j(e, t, r) {
583
+ r = r || {}, r.arrayMerge = r.arrayMerge || Hr, r.isMergeableObject = r.isMergeableObject || dr, r.cloneUnlessOtherwiseSpecified = K;
584
584
  var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
585
- return s ? n ? r.arrayMerge(e, t, r) : Ar(e, t, r) : Y(t, r);
585
+ return s ? n ? r.arrayMerge(e, t, r) : Ar(e, t, r) : K(t, r);
586
586
  }
587
- F.all = function(t, r) {
587
+ j.all = function(t, r) {
588
588
  if (!Array.isArray(t))
589
589
  throw new Error("first argument should be an array");
590
590
  return t.reduce(function(n, i) {
591
- return F(n, i, r);
591
+ return j(n, i, r);
592
592
  }, {});
593
593
  };
594
- var Sr = F, Pr = Sr;
595
- const Or = /* @__PURE__ */ mr(Pr);
596
- /*! *****************************************************************************
597
- Copyright (c) Microsoft Corporation.
598
-
599
- Permission to use, copy, modify, and/or distribute this software for any
600
- purpose with or without fee is hereby granted.
601
-
602
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
603
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
604
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
605
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
606
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
607
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
608
- PERFORMANCE OF THIS SOFTWARE.
609
- ***************************************************************************** */
610
- var Te = function(e, t) {
611
- return Te = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
594
+ var Pr = j, Or = Pr;
595
+ const Nr = /* @__PURE__ */ br(Or);
596
+ var Se = function(e, t) {
597
+ return Se = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
612
598
  r.__proto__ = n;
613
599
  } || function(r, n) {
614
600
  for (var i in n)
615
601
  Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
616
- }, Te(e, t);
602
+ }, Se(e, t);
617
603
  };
618
- function le(e, t) {
604
+ function ce(e, t) {
619
605
  if (typeof t != "function" && t !== null)
620
606
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
621
- Te(e, t);
607
+ Se(e, t);
622
608
  function r() {
623
609
  this.constructor = e;
624
610
  }
625
611
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
626
612
  }
627
- var b = function() {
628
- return b = Object.assign || function(t) {
613
+ var O = function() {
614
+ return O = Object.assign || function(t) {
629
615
  for (var r, n = 1, i = arguments.length; n < i; n++) {
630
616
  r = arguments[n];
631
617
  for (var s in r)
632
618
  Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
633
619
  }
634
620
  return t;
635
- }, b.apply(this, arguments);
621
+ }, O.apply(this, arguments);
636
622
  };
637
- function Nr(e, t) {
623
+ function wr(e, t) {
638
624
  var r = {};
639
625
  for (var n in e)
640
626
  Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
@@ -643,14 +629,14 @@ function Nr(e, t) {
643
629
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
644
630
  return r;
645
631
  }
646
- function be(e, t, r) {
647
- if (arguments.length === 2)
632
+ function xe(e, t, r) {
633
+ if (r || arguments.length === 2)
648
634
  for (var n = 0, i = t.length, s; n < i; n++)
649
635
  (s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
650
- return e.concat(s || t);
636
+ return e.concat(s || Array.prototype.slice.call(t));
651
637
  }
652
- function ge(e, t) {
653
- var r = t && t.cache ? t.cache : $r, n = t && t.serializer ? t.serializer : Mr, i = t && t.strategy ? t.strategy : wr;
638
+ function Ee(e, t) {
639
+ var r = t && t.cache ? t.cache : Ur, n = t && t.serializer ? t.serializer : $r, i = t && t.strategy ? t.strategy : Cr;
654
640
  return i(e, {
655
641
  cache: r,
656
642
  serializer: n
@@ -659,7 +645,7 @@ function ge(e, t) {
659
645
  function Ir(e) {
660
646
  return e == null || typeof e == "number" || typeof e == "boolean";
661
647
  }
662
- function pt(e, t, r, n) {
648
+ function Lr(e, t, r, n) {
663
649
  var i = Ir(n) ? n : r(n), s = t.get(i);
664
650
  return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
665
651
  }
@@ -667,20 +653,17 @@ function mt(e, t, r) {
667
653
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
668
654
  return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
669
655
  }
670
- function Re(e, t, r, n, i) {
656
+ function bt(e, t, r, n, i) {
671
657
  return r.bind(t, e, n, i);
672
658
  }
673
- function wr(e, t) {
674
- var r = e.length === 1 ? pt : mt;
675
- return Re(e, this, r, t.cache.create(), t.serializer);
676
- }
677
- function Lr(e, t) {
678
- return Re(e, this, mt, t.cache.create(), t.serializer);
679
- }
680
659
  function Cr(e, t) {
681
- return Re(e, this, pt, t.cache.create(), t.serializer);
660
+ var r = e.length === 1 ? Lr : mt;
661
+ return bt(e, this, r, t.cache.create(), t.serializer);
682
662
  }
683
- var Mr = function() {
663
+ function Mr(e, t) {
664
+ return bt(e, this, mt, t.cache.create(), t.serializer);
665
+ }
666
+ var $r = function() {
684
667
  return JSON.stringify(arguments);
685
668
  }, Rr = (
686
669
  /** @class */
@@ -694,62 +677,71 @@ var Mr = function() {
694
677
  this.cache[t] = r;
695
678
  }, e;
696
679
  }()
697
- ), $r = {
680
+ ), Ur = {
698
681
  create: function() {
699
682
  return new Rr();
700
683
  }
701
- }, xe = {
702
- variadic: Lr,
703
- monadic: Cr
704
- }, m;
684
+ }, ye = {
685
+ variadic: Mr
686
+ }, ue = function() {
687
+ return ue = Object.assign || function(t) {
688
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
689
+ r = arguments[n];
690
+ for (var s in r)
691
+ Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
692
+ }
693
+ return t;
694
+ }, ue.apply(this, arguments);
695
+ };
696
+ var m;
705
697
  (function(e) {
706
698
  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";
707
699
  })(m || (m = {}));
708
- var E;
700
+ var x;
709
701
  (function(e) {
710
702
  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";
711
- })(E || (E = {}));
712
- var j;
703
+ })(x || (x = {}));
704
+ var V;
713
705
  (function(e) {
714
706
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
715
- })(j || (j = {}));
716
- function We(e) {
717
- return e.type === E.literal;
707
+ })(V || (V = {}));
708
+ function Ze(e) {
709
+ return e.type === x.literal;
718
710
  }
719
- function Ur(e) {
720
- return e.type === E.argument;
711
+ function Gr(e) {
712
+ return e.type === x.argument;
721
713
  }
722
714
  function dt(e) {
723
- return e.type === E.number;
724
- }
725
- function bt(e) {
726
- return e.type === E.date;
715
+ return e.type === x.number;
727
716
  }
728
717
  function gt(e) {
729
- return e.type === E.time;
718
+ return e.type === x.date;
730
719
  }
731
720
  function xt(e) {
732
- return e.type === E.select;
721
+ return e.type === x.time;
733
722
  }
734
723
  function Et(e) {
735
- return e.type === E.plural;
736
- }
737
- function Gr(e) {
738
- return e.type === E.pound;
724
+ return e.type === x.select;
739
725
  }
740
726
  function yt(e) {
741
- return e.type === E.tag;
727
+ return e.type === x.plural;
728
+ }
729
+ function Dr(e) {
730
+ return e.type === x.pound;
742
731
  }
743
732
  function _t(e) {
744
- return !!(e && typeof e == "object" && e.type === j.number);
733
+ return e.type === x.tag;
745
734
  }
746
- function Be(e) {
747
- return !!(e && typeof e == "object" && e.type === j.dateTime);
735
+ function vt(e) {
736
+ return !!(e && typeof e == "object" && e.type === V.number);
737
+ }
738
+ function Ae(e) {
739
+ return !!(e && typeof e == "object" && e.type === V.dateTime);
748
740
  }
749
- var vt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Dr = /(?:[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;
750
- function Fr(e) {
741
+ var Ht = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Fr = /(?:[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;
742
+ function jr(e) {
751
743
  var t = {};
752
- return e.replace(Dr, function(r) {
744
+ return e.replace(Fr, function(r) {
753
745
  var n = r.length;
754
746
  switch (r[0]) {
755
747
  case "G":
@@ -838,11 +830,21 @@ function Fr(e) {
838
830
  return "";
839
831
  }), t;
840
832
  }
841
- var jr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
842
- function Vr(e) {
833
+ var E = function() {
834
+ return E = Object.assign || function(t) {
835
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
836
+ r = arguments[n];
837
+ for (var s in r)
838
+ Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
839
+ }
840
+ return t;
841
+ }, E.apply(this, arguments);
842
+ };
843
+ var Vr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
844
+ function kr(e) {
843
845
  if (e.length === 0)
844
846
  throw new Error("Number skeleton cannot be empty");
845
- for (var t = e.split(jr).filter(function(f) {
847
+ for (var t = e.split(Vr).filter(function(f) {
846
848
  return f.length > 0;
847
849
  }), r = [], n = 0, i = t; n < i.length; n++) {
848
850
  var s = i[n], o = s.split("/");
@@ -857,17 +859,17 @@ function Vr(e) {
857
859
  }
858
860
  return r;
859
861
  }
860
- function kr(e) {
862
+ function Xr(e) {
861
863
  return e.replace(/^(.*?)-/, "");
862
864
  }
863
- var Ze = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Ht = /^(@+)?(\+|#+)?[rs]?$/g, Xr = /(\*)(0+)|(#+)(0+)|(0+)/g, Tt = /^(0+)$/;
864
- function Qe(e) {
865
+ var Qe = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Tt = /^(@+)?(\+|#+)?[rs]?$/g, zr = /(\*)(0+)|(#+)(0+)|(0+)/g, Bt = /^(0+)$/;
866
+ function Je(e) {
865
867
  var t = {};
866
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Ht, function(r, n, i) {
868
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Tt, function(r, n, i) {
867
869
  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)), "";
868
870
  }), t;
869
871
  }
870
- function Bt(e) {
872
+ function St(e) {
871
873
  switch (e) {
872
874
  case "sign-auto":
873
875
  return {
@@ -907,7 +909,7 @@ function Bt(e) {
907
909
  };
908
910
  }
909
911
  }
910
- function zr(e) {
912
+ function Wr(e) {
911
913
  var t;
912
914
  if (e[0] === "E" && e[1] === "E" ? (t = {
913
915
  notation: "engineering"
@@ -915,17 +917,17 @@ function zr(e) {
915
917
  notation: "scientific"
916
918
  }, e = e.slice(1)), t) {
917
919
  var r = e.slice(0, 2);
918
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Tt.test(e))
920
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Bt.test(e))
919
921
  throw new Error("Malformed concise eng/scientific notation");
920
922
  t.minimumIntegerDigits = e.length;
921
923
  }
922
924
  return t;
923
925
  }
924
- function Je(e) {
925
- var t = {}, r = Bt(e);
926
+ function qe(e) {
927
+ var t = {}, r = St(e);
926
928
  return r || t;
927
929
  }
928
- function Wr(e) {
930
+ function Zr(e) {
929
931
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
930
932
  var i = n[r];
931
933
  switch (i.stem) {
@@ -949,7 +951,7 @@ function Wr(e) {
949
951
  continue;
950
952
  case "measure-unit":
951
953
  case "unit":
952
- t.style = "unit", t.unit = kr(i.options[0]);
954
+ t.style = "unit", t.unit = Xr(i.options[0]);
953
955
  continue;
954
956
  case "compact-short":
955
957
  case "K":
@@ -960,13 +962,13 @@ function Wr(e) {
960
962
  t.notation = "compact", t.compactDisplay = "long";
961
963
  continue;
962
964
  case "scientific":
963
- t = b(b(b({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
964
- return b(b({}, h), Je(u));
965
+ t = E(E(E({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
966
+ return E(E({}, h), qe(u));
965
967
  }, {}));
966
968
  continue;
967
969
  case "engineering":
968
- t = b(b(b({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
969
- return b(b({}, h), Je(u));
970
+ t = E(E(E({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
971
+ return E(E({}, h), qe(u));
970
972
  }, {}));
971
973
  continue;
972
974
  case "notation-simple":
@@ -1011,45 +1013,45 @@ function Wr(e) {
1011
1013
  case "integer-width":
1012
1014
  if (i.options.length > 1)
1013
1015
  throw new RangeError("integer-width stems only accept a single optional option");
1014
- i.options[0].replace(Xr, function(h, u, l, c, f, x) {
1016
+ i.options[0].replace(zr, function(h, u, l, c, f, g) {
1015
1017
  if (u)
1016
1018
  t.minimumIntegerDigits = l.length;
1017
1019
  else {
1018
1020
  if (c && f)
1019
1021
  throw new Error("We currently do not support maximum integer digits");
1020
- if (x)
1022
+ if (g)
1021
1023
  throw new Error("We currently do not support exact integer digits");
1022
1024
  }
1023
1025
  return "";
1024
1026
  });
1025
1027
  continue;
1026
1028
  }
1027
- if (Tt.test(i.stem)) {
1029
+ if (Bt.test(i.stem)) {
1028
1030
  t.minimumIntegerDigits = i.stem.length;
1029
1031
  continue;
1030
1032
  }
1031
- if (Ze.test(i.stem)) {
1033
+ if (Qe.test(i.stem)) {
1032
1034
  if (i.options.length > 1)
1033
1035
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1034
- i.stem.replace(Ze, function(h, u, l, c, f, x) {
1035
- return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && x ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + x.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1036
+ i.stem.replace(Qe, function(h, u, l, c, f, g) {
1037
+ return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && g ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + g.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1036
1038
  });
1037
1039
  var s = i.options[0];
1038
- s === "w" ? t = b(b({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = b(b({}, t), Qe(s)));
1040
+ s === "w" ? t = E(E({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = E(E({}, t), Je(s)));
1039
1041
  continue;
1040
1042
  }
1041
- if (Ht.test(i.stem)) {
1042
- t = b(b({}, t), Qe(i.stem));
1043
+ if (Tt.test(i.stem)) {
1044
+ t = E(E({}, t), Je(i.stem));
1043
1045
  continue;
1044
1046
  }
1045
- var o = Bt(i.stem);
1046
- o && (t = b(b({}, t), o));
1047
- var a = zr(i.stem);
1048
- a && (t = b(b({}, t), a));
1047
+ var o = St(i.stem);
1048
+ o && (t = E(E({}, t), o));
1049
+ var a = Wr(i.stem);
1050
+ a && (t = E(E({}, t), a));
1049
1051
  }
1050
1052
  return t;
1051
1053
  }
1052
- var re = {
1054
+ var ne = {
1053
1055
  "001": [
1054
1056
  "H",
1055
1057
  "h"
@@ -2464,13 +2466,13 @@ var re = {
2464
2466
  "h"
2465
2467
  ]
2466
2468
  };
2467
- function Zr(e, t) {
2469
+ function Qr(e, t) {
2468
2470
  for (var r = "", n = 0; n < e.length; n++) {
2469
2471
  var i = e.charAt(n);
2470
2472
  if (i === "j") {
2471
2473
  for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2472
2474
  s++, n++;
2473
- var o = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), h = "a", u = Qr(t);
2475
+ var o = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), h = "a", u = Jr(t);
2474
2476
  for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
2475
2477
  r += h;
2476
2478
  for (; o-- > 0; )
@@ -2480,7 +2482,7 @@ function Zr(e, t) {
2480
2482
  }
2481
2483
  return r;
2482
2484
  }
2483
- function Qr(e) {
2485
+ function Jr(e) {
2484
2486
  var t = e.hourCycle;
2485
2487
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2486
2488
  e.hourCycles && // @ts-ignore
@@ -2499,23 +2501,23 @@ function Qr(e) {
2499
2501
  }
2500
2502
  var r = e.language, n;
2501
2503
  r !== "root" && (n = e.maximize().region);
2502
- var i = re[n || ""] || re[r || ""] || re["".concat(r, "-001")] || re["001"];
2504
+ var i = ne[n || ""] || ne[r || ""] || ne["".concat(r, "-001")] || ne["001"];
2503
2505
  return i[0];
2504
2506
  }
2505
- var Ee, Jr = new RegExp("^".concat(vt.source, "*")), qr = new RegExp("".concat(vt.source, "*$"));
2506
- function d(e, t) {
2507
+ var _e, qr = new RegExp("^".concat(Ht.source, "*")), Yr = new RegExp("".concat(Ht.source, "*$"));
2508
+ function b(e, t) {
2507
2509
  return { start: e, end: t };
2508
2510
  }
2509
- var Yr = !!String.prototype.startsWith && "_a".startsWith("a", 1), Kr = !!String.fromCodePoint, en = !!Object.fromEntries, tn = !!String.prototype.codePointAt, rn = !!String.prototype.trimStart, nn = !!String.prototype.trimEnd, sn = !!Number.isSafeInteger, on = sn ? Number.isSafeInteger : function(e) {
2511
+ var Kr = !!String.prototype.startsWith && "_a".startsWith("a", 1), en = !!String.fromCodePoint, tn = !!Object.fromEntries, rn = !!String.prototype.codePointAt, nn = !!String.prototype.trimStart, sn = !!String.prototype.trimEnd, on = !!Number.isSafeInteger, an = on ? Number.isSafeInteger : function(e) {
2510
2512
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2511
- }, Ae = !0;
2513
+ }, Pe = !0;
2512
2514
  try {
2513
- var an = St("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2514
- Ae = ((Ee = an.exec("a")) === null || Ee === void 0 ? void 0 : Ee[0]) === "a";
2515
+ var un = Pt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2516
+ Pe = ((_e = un.exec("a")) === null || _e === void 0 ? void 0 : _e[0]) === "a";
2515
2517
  } catch (e) {
2516
- Ae = !1;
2518
+ Pe = !1;
2517
2519
  }
2518
- var qe = Yr ? (
2520
+ var Ye = Kr ? (
2519
2521
  // Native
2520
2522
  function(t, r, n) {
2521
2523
  return t.startsWith(r, n);
@@ -2525,7 +2527,7 @@ var qe = Yr ? (
2525
2527
  function(t, r, n) {
2526
2528
  return t.slice(n, n + r.length) === r;
2527
2529
  }
2528
- ), Se = Kr ? String.fromCodePoint : (
2530
+ ), Oe = en ? String.fromCodePoint : (
2529
2531
  // IE11
2530
2532
  function() {
2531
2533
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -2537,9 +2539,9 @@ var qe = Yr ? (
2537
2539
  }
2538
2540
  return n;
2539
2541
  }
2540
- ), Ye = (
2542
+ ), Ke = (
2541
2543
  // native
2542
- en ? Object.fromEntries : (
2544
+ tn ? Object.fromEntries : (
2543
2545
  // Ponyfill
2544
2546
  function(t) {
2545
2547
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -2549,7 +2551,7 @@ var qe = Yr ? (
2549
2551
  return r;
2550
2552
  }
2551
2553
  )
2552
- ), At = tn ? (
2554
+ ), At = rn ? (
2553
2555
  // Native
2554
2556
  function(t, r) {
2555
2557
  return t.codePointAt(r);
@@ -2563,7 +2565,7 @@ var qe = Yr ? (
2563
2565
  return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
2564
2566
  }
2565
2567
  }
2566
- ), un = rn ? (
2568
+ ), hn = nn ? (
2567
2569
  // Native
2568
2570
  function(t) {
2569
2571
  return t.trimStart();
@@ -2571,9 +2573,9 @@ var qe = Yr ? (
2571
2573
  ) : (
2572
2574
  // Ponyfill
2573
2575
  function(t) {
2574
- return t.replace(Jr, "");
2576
+ return t.replace(qr, "");
2575
2577
  }
2576
- ), hn = nn ? (
2578
+ ), ln = sn ? (
2577
2579
  // Native
2578
2580
  function(t) {
2579
2581
  return t.trimEnd();
@@ -2581,32 +2583,32 @@ var qe = Yr ? (
2581
2583
  ) : (
2582
2584
  // Ponyfill
2583
2585
  function(t) {
2584
- return t.replace(qr, "");
2586
+ return t.replace(Yr, "");
2585
2587
  }
2586
2588
  );
2587
- function St(e, t) {
2589
+ function Pt(e, t) {
2588
2590
  return new RegExp(e, t);
2589
2591
  }
2590
- var Pe;
2591
- if (Ae) {
2592
- var Ke = St("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2593
- Pe = function(t, r) {
2592
+ var Ne;
2593
+ if (Pe) {
2594
+ var et = Pt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2595
+ Ne = function(t, r) {
2594
2596
  var n;
2595
- Ke.lastIndex = r;
2596
- var i = Ke.exec(t);
2597
+ et.lastIndex = r;
2598
+ var i = et.exec(t);
2597
2599
  return (n = i[1]) !== null && n !== void 0 ? n : "";
2598
2600
  };
2599
2601
  } else
2600
- Pe = function(t, r) {
2602
+ Ne = function(t, r) {
2601
2603
  for (var n = []; ; ) {
2602
2604
  var i = At(t, r);
2603
- if (i === void 0 || Pt(i) || pn(i))
2605
+ if (i === void 0 || Ot(i) || mn(i))
2604
2606
  break;
2605
2607
  n.push(i), r += i >= 65536 ? 2 : 1;
2606
2608
  }
2607
- return Se.apply(void 0, n);
2609
+ return Oe.apply(void 0, n);
2608
2610
  };
2609
- var ln = (
2611
+ var fn = (
2610
2612
  /** @class */
2611
2613
  function() {
2612
2614
  function e(t, r) {
@@ -2630,14 +2632,14 @@ var ln = (
2630
2632
  if (s === 35 && (r === "plural" || r === "selectordinal")) {
2631
2633
  var a = this.clonePosition();
2632
2634
  this.bump(), i.push({
2633
- type: E.pound,
2634
- location: d(a, this.clonePosition())
2635
+ type: x.pound,
2636
+ location: b(a, this.clonePosition())
2635
2637
  });
2636
2638
  } else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
2637
2639
  if (n)
2638
2640
  break;
2639
- return this.error(m.UNMATCHED_CLOSING_TAG, d(this.clonePosition(), this.clonePosition()));
2640
- } else if (s === 60 && !this.ignoreTag && Oe(this.peek() || 0)) {
2641
+ return this.error(m.UNMATCHED_CLOSING_TAG, b(this.clonePosition(), this.clonePosition()));
2642
+ } else if (s === 60 && !this.ignoreTag && we(this.peek() || 0)) {
2641
2643
  var o = this.parseTag(t, r);
2642
2644
  if (o.err)
2643
2645
  return o;
@@ -2658,9 +2660,9 @@ var ln = (
2658
2660
  if (this.bumpSpace(), this.bumpIf("/>"))
2659
2661
  return {
2660
2662
  val: {
2661
- type: E.literal,
2663
+ type: x.literal,
2662
2664
  value: "<".concat(i, "/>"),
2663
- location: d(n, this.clonePosition())
2665
+ location: b(n, this.clonePosition())
2664
2666
  },
2665
2667
  err: null
2666
2668
  };
@@ -2670,25 +2672,25 @@ var ln = (
2670
2672
  return s;
2671
2673
  var o = s.val, a = this.clonePosition();
2672
2674
  if (this.bumpIf("</")) {
2673
- if (this.isEOF() || !Oe(this.char()))
2674
- return this.error(m.INVALID_TAG, d(a, this.clonePosition()));
2675
+ if (this.isEOF() || !we(this.char()))
2676
+ return this.error(m.INVALID_TAG, b(a, this.clonePosition()));
2675
2677
  var h = this.clonePosition(), u = this.parseTagName();
2676
- return i !== u ? this.error(m.UNMATCHED_CLOSING_TAG, d(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2678
+ return i !== u ? this.error(m.UNMATCHED_CLOSING_TAG, b(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2677
2679
  val: {
2678
- type: E.tag,
2680
+ type: x.tag,
2679
2681
  value: i,
2680
2682
  children: o,
2681
- location: d(n, this.clonePosition())
2683
+ location: b(n, this.clonePosition())
2682
2684
  },
2683
2685
  err: null
2684
- } : this.error(m.INVALID_TAG, d(a, this.clonePosition())));
2686
+ } : this.error(m.INVALID_TAG, b(a, this.clonePosition())));
2685
2687
  } else
2686
- return this.error(m.UNCLOSED_TAG, d(n, this.clonePosition()));
2688
+ return this.error(m.UNCLOSED_TAG, b(n, this.clonePosition()));
2687
2689
  } else
2688
- return this.error(m.INVALID_TAG, d(n, this.clonePosition()));
2690
+ return this.error(m.INVALID_TAG, b(n, this.clonePosition()));
2689
2691
  }, e.prototype.parseTagName = function() {
2690
2692
  var t = this.offset();
2691
- for (this.bump(); !this.isEOF() && cn(this.char()); )
2693
+ for (this.bump(); !this.isEOF() && pn(this.char()); )
2692
2694
  this.bump();
2693
2695
  return this.message.slice(t, this.offset());
2694
2696
  }, e.prototype.parseLiteral = function(t, r) {
@@ -2710,14 +2712,14 @@ var ln = (
2710
2712
  }
2711
2713
  break;
2712
2714
  }
2713
- var h = d(n, this.clonePosition());
2715
+ var h = b(n, this.clonePosition());
2714
2716
  return {
2715
- val: { type: E.literal, value: i, location: h },
2717
+ val: { type: x.literal, value: i, location: h },
2716
2718
  err: null
2717
2719
  };
2718
2720
  }, e.prototype.tryParseLeftAngleBracket = function() {
2719
2721
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2720
- !fn(this.peek() || 0)) ? (this.bump(), "<") : null;
2722
+ !cn(this.peek() || 0)) ? (this.bump(), "<") : null;
2721
2723
  }, e.prototype.tryParseQuote = function(t) {
2722
2724
  if (this.isEOF() || this.char() !== 39)
2723
2725
  return null;
@@ -2751,49 +2753,49 @@ var ln = (
2751
2753
  r.push(n);
2752
2754
  this.bump();
2753
2755
  }
2754
- return Se.apply(void 0, r);
2756
+ return Oe.apply(void 0, r);
2755
2757
  }, e.prototype.tryParseUnquoted = function(t, r) {
2756
2758
  if (this.isEOF())
2757
2759
  return null;
2758
2760
  var n = this.char();
2759
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Se(n));
2761
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Oe(n));
2760
2762
  }, e.prototype.parseArgument = function(t, r) {
2761
2763
  var n = this.clonePosition();
2762
2764
  if (this.bump(), this.bumpSpace(), this.isEOF())
2763
- return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, d(n, this.clonePosition()));
2765
+ return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
2764
2766
  if (this.char() === 125)
2765
- return this.bump(), this.error(m.EMPTY_ARGUMENT, d(n, this.clonePosition()));
2767
+ return this.bump(), this.error(m.EMPTY_ARGUMENT, b(n, this.clonePosition()));
2766
2768
  var i = this.parseIdentifierIfPossible().value;
2767
2769
  if (!i)
2768
- return this.error(m.MALFORMED_ARGUMENT, d(n, this.clonePosition()));
2770
+ return this.error(m.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
2769
2771
  if (this.bumpSpace(), this.isEOF())
2770
- return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, d(n, this.clonePosition()));
2772
+ return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
2771
2773
  switch (this.char()) {
2772
2774
  case 125:
2773
2775
  return this.bump(), {
2774
2776
  val: {
2775
- type: E.argument,
2777
+ type: x.argument,
2776
2778
  // value does not include the opening and closing braces.
2777
2779
  value: i,
2778
- location: d(n, this.clonePosition())
2780
+ location: b(n, this.clonePosition())
2779
2781
  },
2780
2782
  err: null
2781
2783
  };
2782
2784
  case 44:
2783
- return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, d(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
2785
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
2784
2786
  default:
2785
- return this.error(m.MALFORMED_ARGUMENT, d(n, this.clonePosition()));
2787
+ return this.error(m.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
2786
2788
  }
2787
2789
  }, e.prototype.parseIdentifierIfPossible = function() {
2788
- var t = this.clonePosition(), r = this.offset(), n = Pe(this.message, r), i = r + n.length;
2790
+ var t = this.clonePosition(), r = this.offset(), n = Ne(this.message, r), i = r + n.length;
2789
2791
  this.bumpTo(i);
2790
- var s = this.clonePosition(), o = d(t, s);
2792
+ var s = this.clonePosition(), o = b(t, s);
2791
2793
  return { value: n, location: o };
2792
2794
  }, e.prototype.parseArgumentOptions = function(t, r, n, i) {
2793
2795
  var s, o = this.clonePosition(), a = this.parseIdentifierIfPossible().value, h = this.clonePosition();
2794
2796
  switch (a) {
2795
2797
  case "":
2796
- return this.error(m.EXPECT_ARGUMENT_TYPE, d(o, h));
2798
+ return this.error(m.EXPECT_ARGUMENT_TYPE, b(o, h));
2797
2799
  case "number":
2798
2800
  case "date":
2799
2801
  case "time": {
@@ -2804,44 +2806,44 @@ var ln = (
2804
2806
  var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2805
2807
  if (c.err)
2806
2808
  return c;
2807
- var f = hn(c.val);
2809
+ var f = ln(c.val);
2808
2810
  if (f.length === 0)
2809
- return this.error(m.EXPECT_ARGUMENT_STYLE, d(this.clonePosition(), this.clonePosition()));
2810
- var x = d(l, this.clonePosition());
2811
- u = { style: f, styleLocation: x };
2811
+ return this.error(m.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
2812
+ var g = b(l, this.clonePosition());
2813
+ u = { style: f, styleLocation: g };
2812
2814
  }
2813
- var g = this.tryParseArgumentClose(i);
2814
- if (g.err)
2815
- return g;
2816
- var y = d(i, this.clonePosition());
2817
- if (u && qe(u == null ? void 0 : u.style, "::", 0)) {
2818
- var H = un(u.style.slice(2));
2815
+ var d = this.tryParseArgumentClose(i);
2816
+ if (d.err)
2817
+ return d;
2818
+ var y = b(i, this.clonePosition());
2819
+ if (u && Ye(u == null ? void 0 : u.style, "::", 0)) {
2820
+ var H = hn(u.style.slice(2));
2819
2821
  if (a === "number") {
2820
2822
  var c = this.parseNumberSkeletonFromString(H, u.styleLocation);
2821
2823
  return c.err ? c : {
2822
- val: { type: E.number, value: n, location: y, style: c.val },
2824
+ val: { type: x.number, value: n, location: y, style: c.val },
2823
2825
  err: null
2824
2826
  };
2825
2827
  } else {
2826
2828
  if (H.length === 0)
2827
2829
  return this.error(m.EXPECT_DATE_TIME_SKELETON, y);
2828
- var A = H;
2829
- this.locale && (A = Zr(H, this.locale));
2830
+ var S = H;
2831
+ this.locale && (S = Qr(H, this.locale));
2830
2832
  var f = {
2831
- type: j.dateTime,
2832
- pattern: A,
2833
+ type: V.dateTime,
2834
+ pattern: S,
2833
2835
  location: u.styleLocation,
2834
- parsedOptions: this.shouldParseSkeletons ? Fr(A) : {}
2835
- }, S = a === "date" ? E.date : E.time;
2836
+ parsedOptions: this.shouldParseSkeletons ? jr(S) : {}
2837
+ }, A = a === "date" ? x.date : x.time;
2836
2838
  return {
2837
- val: { type: S, value: n, location: y, style: f },
2839
+ val: { type: A, value: n, location: y, style: f },
2838
2840
  err: null
2839
2841
  };
2840
2842
  }
2841
2843
  }
2842
2844
  return {
2843
2845
  val: {
2844
- type: a === "number" ? E.number : a === "date" ? E.date : E.time,
2846
+ type: a === "number" ? x.number : a === "date" ? x.date : x.time,
2845
2847
  value: n,
2846
2848
  location: y,
2847
2849
  style: (s = u == null ? void 0 : u.style) !== null && s !== void 0 ? s : null
@@ -2854,50 +2856,50 @@ var ln = (
2854
2856
  case "select": {
2855
2857
  var v = this.clonePosition();
2856
2858
  if (this.bumpSpace(), !this.bumpIf(","))
2857
- return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, d(v, b({}, v)));
2859
+ return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(v, ue({}, v)));
2858
2860
  this.bumpSpace();
2859
- var N = this.parseIdentifierIfPossible(), O = 0;
2860
- if (a !== "select" && N.value === "offset") {
2861
+ var w = this.parseIdentifierIfPossible(), N = 0;
2862
+ if (a !== "select" && w.value === "offset") {
2861
2863
  if (!this.bumpIf(":"))
2862
- return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, d(this.clonePosition(), this.clonePosition()));
2864
+ return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b(this.clonePosition(), this.clonePosition()));
2863
2865
  this.bumpSpace();
2864
2866
  var c = this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2865
2867
  if (c.err)
2866
2868
  return c;
2867
- this.bumpSpace(), N = this.parseIdentifierIfPossible(), O = c.val;
2869
+ this.bumpSpace(), w = this.parseIdentifierIfPossible(), N = c.val;
2868
2870
  }
2869
- var R = this.tryParsePluralOrSelectOptions(t, a, r, N);
2871
+ var R = this.tryParsePluralOrSelectOptions(t, a, r, w);
2870
2872
  if (R.err)
2871
2873
  return R;
2872
- var g = this.tryParseArgumentClose(i);
2873
- if (g.err)
2874
- return g;
2875
- var te = d(i, this.clonePosition());
2874
+ var d = this.tryParseArgumentClose(i);
2875
+ if (d.err)
2876
+ return d;
2877
+ var re = b(i, this.clonePosition());
2876
2878
  return a === "select" ? {
2877
2879
  val: {
2878
- type: E.select,
2880
+ type: x.select,
2879
2881
  value: n,
2880
- options: Ye(R.val),
2881
- location: te
2882
+ options: Ke(R.val),
2883
+ location: re
2882
2884
  },
2883
2885
  err: null
2884
2886
  } : {
2885
2887
  val: {
2886
- type: E.plural,
2888
+ type: x.plural,
2887
2889
  value: n,
2888
- options: Ye(R.val),
2889
- offset: O,
2890
+ options: Ke(R.val),
2891
+ offset: N,
2890
2892
  pluralType: a === "plural" ? "cardinal" : "ordinal",
2891
- location: te
2893
+ location: re
2892
2894
  },
2893
2895
  err: null
2894
2896
  };
2895
2897
  }
2896
2898
  default:
2897
- return this.error(m.INVALID_ARGUMENT_TYPE, d(o, h));
2899
+ return this.error(m.INVALID_ARGUMENT_TYPE, b(o, h));
2898
2900
  }
2899
2901
  }, e.prototype.tryParseArgumentClose = function(t) {
2900
- return this.isEOF() || this.char() !== 125 ? this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, d(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
2902
+ return this.isEOF() || this.char() !== 125 ? this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, b(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
2901
2903
  }, e.prototype.parseSimpleArgStyleIfPossible = function() {
2902
2904
  for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
2903
2905
  var n = this.char();
@@ -2906,7 +2908,7 @@ var ln = (
2906
2908
  this.bump();
2907
2909
  var i = this.clonePosition();
2908
2910
  if (!this.bumpUntil("'"))
2909
- return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, d(i, this.clonePosition()));
2911
+ return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, b(i, this.clonePosition()));
2910
2912
  this.bump();
2911
2913
  break;
2912
2914
  }
@@ -2936,16 +2938,16 @@ var ln = (
2936
2938
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
2937
2939
  var n = [];
2938
2940
  try {
2939
- n = Vr(t);
2941
+ n = kr(t);
2940
2942
  } catch (i) {
2941
2943
  return this.error(m.INVALID_NUMBER_SKELETON, r);
2942
2944
  }
2943
2945
  return {
2944
2946
  val: {
2945
- type: j.number,
2947
+ type: V.number,
2946
2948
  tokens: n,
2947
2949
  location: r,
2948
- parsedOptions: this.shouldParseSkeletons ? Wr(n) : {}
2950
+ parsedOptions: this.shouldParseSkeletons ? Zr(n) : {}
2949
2951
  },
2950
2952
  err: null
2951
2953
  };
@@ -2957,31 +2959,31 @@ var ln = (
2957
2959
  var f = this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_SELECTOR, m.INVALID_PLURAL_ARGUMENT_SELECTOR);
2958
2960
  if (f.err)
2959
2961
  return f;
2960
- l = d(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
2962
+ l = b(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
2961
2963
  } else
2962
2964
  break;
2963
2965
  }
2964
2966
  if (h.has(u))
2965
2967
  return this.error(r === "select" ? m.DUPLICATE_SELECT_ARGUMENT_SELECTOR : m.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
2966
2968
  u === "other" && (o = !0), this.bumpSpace();
2967
- var x = this.clonePosition();
2969
+ var g = this.clonePosition();
2968
2970
  if (!this.bumpIf("{"))
2969
- return this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : m.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, d(this.clonePosition(), this.clonePosition()));
2970
- var g = this.parseMessage(t + 1, r, n);
2971
- if (g.err)
2972
- return g;
2973
- var y = this.tryParseArgumentClose(x);
2971
+ return this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : m.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, b(this.clonePosition(), this.clonePosition()));
2972
+ var d = this.parseMessage(t + 1, r, n);
2973
+ if (d.err)
2974
+ return d;
2975
+ var y = this.tryParseArgumentClose(g);
2974
2976
  if (y.err)
2975
2977
  return y;
2976
2978
  a.push([
2977
2979
  u,
2978
2980
  {
2979
- value: g.val,
2980
- location: d(x, this.clonePosition())
2981
+ value: d.val,
2982
+ location: b(g, this.clonePosition())
2981
2983
  }
2982
2984
  ]), h.add(u), this.bumpSpace(), s = this.parseIdentifierIfPossible(), u = s.value, l = s.location;
2983
2985
  }
2984
- return a.length === 0 ? this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR : m.EXPECT_PLURAL_ARGUMENT_SELECTOR, d(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !o ? this.error(m.MISSING_OTHER_CLAUSE, d(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
2986
+ return a.length === 0 ? this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR : m.EXPECT_PLURAL_ARGUMENT_SELECTOR, b(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !o ? this.error(m.MISSING_OTHER_CLAUSE, b(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
2985
2987
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
2986
2988
  var n = 1, i = this.clonePosition();
2987
2989
  this.bumpIf("+") || this.bumpIf("-") && (n = -1);
@@ -2992,8 +2994,8 @@ var ln = (
2992
2994
  else
2993
2995
  break;
2994
2996
  }
2995
- var h = d(i, this.clonePosition());
2996
- return s ? (o *= n, on(o) ? { val: o, err: null } : this.error(r, h)) : this.error(t, h);
2997
+ var h = b(i, this.clonePosition());
2998
+ return s ? (o *= n, an(o) ? { val: o, err: null } : this.error(r, h)) : this.error(t, h);
2997
2999
  }, e.prototype.offset = function() {
2998
3000
  return this.position.offset;
2999
3001
  }, e.prototype.isEOF = function() {
@@ -3027,7 +3029,7 @@ var ln = (
3027
3029
  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);
3028
3030
  }
3029
3031
  }, e.prototype.bumpIf = function(t) {
3030
- if (qe(this.message, t, this.offset())) {
3032
+ if (Ye(this.message, t, this.offset())) {
3031
3033
  for (var r = 0; r < t.length; r++)
3032
3034
  this.bump();
3033
3035
  return !0;
@@ -3049,7 +3051,7 @@ var ln = (
3049
3051
  break;
3050
3052
  }
3051
3053
  }, e.prototype.bumpSpace = function() {
3052
- for (; !this.isEOF() && Pt(this.char()); )
3054
+ for (; !this.isEOF() && Ot(this.char()); )
3053
3055
  this.bump();
3054
3056
  }, e.prototype.peek = function() {
3055
3057
  if (this.isEOF())
@@ -3059,47 +3061,47 @@ var ln = (
3059
3061
  }, e;
3060
3062
  }()
3061
3063
  );
3062
- function Oe(e) {
3064
+ function we(e) {
3063
3065
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3064
3066
  }
3065
- function fn(e) {
3066
- return Oe(e) || e === 47;
3067
- }
3068
3067
  function cn(e) {
3068
+ return we(e) || e === 47;
3069
+ }
3070
+ function pn(e) {
3069
3071
  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;
3070
3072
  }
3071
- function Pt(e) {
3073
+ function Ot(e) {
3072
3074
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3073
3075
  }
3074
- function pn(e) {
3076
+ function mn(e) {
3075
3077
  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;
3076
3078
  }
3077
- function Ne(e) {
3079
+ function Ie(e) {
3078
3080
  e.forEach(function(t) {
3079
- if (delete t.location, xt(t) || Et(t))
3081
+ if (delete t.location, Et(t) || yt(t))
3080
3082
  for (var r in t.options)
3081
- delete t.options[r].location, Ne(t.options[r].value);
3083
+ delete t.options[r].location, Ie(t.options[r].value);
3082
3084
  else
3083
- dt(t) && _t(t.style) || (bt(t) || gt(t)) && Be(t.style) ? delete t.style.location : yt(t) && Ne(t.children);
3085
+ dt(t) && vt(t.style) || (gt(t) || xt(t)) && Ae(t.style) ? delete t.style.location : _t(t) && Ie(t.children);
3084
3086
  });
3085
3087
  }
3086
- function mn(e, t) {
3087
- t === void 0 && (t = {}), t = b({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3088
- var r = new ln(e, t).parse();
3088
+ function bn(e, t) {
3089
+ t === void 0 && (t = {}), t = ue({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3090
+ var r = new fn(e, t).parse();
3089
3091
  if (r.err) {
3090
3092
  var n = SyntaxError(m[r.err.kind]);
3091
3093
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3092
3094
  }
3093
- return t != null && t.captureLocation || Ne(r.val), r.val;
3095
+ return t != null && t.captureLocation || Ie(r.val), r.val;
3094
3096
  }
3095
- var V;
3097
+ var k;
3096
3098
  (function(e) {
3097
3099
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3098
- })(V || (V = {}));
3099
- var fe = (
3100
+ })(k || (k = {}));
3101
+ var pe = (
3100
3102
  /** @class */
3101
3103
  function(e) {
3102
- le(t, e);
3104
+ ce(t, e);
3103
3105
  function t(r, n, i) {
3104
3106
  var s = e.call(this, r) || this;
3105
3107
  return s.code = n, s.originalMessage = i, s;
@@ -3108,48 +3110,48 @@ var fe = (
3108
3110
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3109
3111
  }, t;
3110
3112
  }(Error)
3111
- ), et = (
3113
+ ), tt = (
3112
3114
  /** @class */
3113
3115
  function(e) {
3114
- le(t, e);
3116
+ ce(t, e);
3115
3117
  function t(r, n, i, s) {
3116
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), V.INVALID_VALUE, s) || this;
3118
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), k.INVALID_VALUE, s) || this;
3117
3119
  }
3118
3120
  return t;
3119
- }(fe)
3121
+ }(pe)
3120
3122
  ), dn = (
3121
3123
  /** @class */
3122
3124
  function(e) {
3123
- le(t, e);
3125
+ ce(t, e);
3124
3126
  function t(r, n, i) {
3125
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), V.INVALID_VALUE, i) || this;
3127
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), k.INVALID_VALUE, i) || this;
3126
3128
  }
3127
3129
  return t;
3128
- }(fe)
3129
- ), bn = (
3130
+ }(pe)
3131
+ ), gn = (
3130
3132
  /** @class */
3131
3133
  function(e) {
3132
- le(t, e);
3134
+ ce(t, e);
3133
3135
  function t(r, n) {
3134
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), V.MISSING_VALUE, n) || this;
3136
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), k.MISSING_VALUE, n) || this;
3135
3137
  }
3136
3138
  return t;
3137
- }(fe)
3139
+ }(pe)
3138
3140
  ), _;
3139
3141
  (function(e) {
3140
3142
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3141
3143
  })(_ || (_ = {}));
3142
- function gn(e) {
3144
+ function xn(e) {
3143
3145
  return e.length < 2 ? e : e.reduce(function(t, r) {
3144
3146
  var n = t[t.length - 1];
3145
3147
  return !n || n.type !== _.literal || r.type !== _.literal ? t.push(r) : n.value += r.value, t;
3146
3148
  }, []);
3147
3149
  }
3148
- function xn(e) {
3150
+ function En(e) {
3149
3151
  return typeof e == "function";
3150
3152
  }
3151
- function se(e, t, r, n, i, s, o) {
3152
- if (e.length === 1 && We(e[0]))
3153
+ function oe(e, t, r, n, i, s, o) {
3154
+ if (e.length === 1 && Ze(e[0]))
3153
3155
  return [
3154
3156
  {
3155
3157
  type: _.literal,
@@ -3158,14 +3160,14 @@ function se(e, t, r, n, i, s, o) {
3158
3160
  ];
3159
3161
  for (var a = [], h = 0, u = e; h < u.length; h++) {
3160
3162
  var l = u[h];
3161
- if (We(l)) {
3163
+ if (Ze(l)) {
3162
3164
  a.push({
3163
3165
  type: _.literal,
3164
3166
  value: l.value
3165
3167
  });
3166
3168
  continue;
3167
3169
  }
3168
- if (Gr(l)) {
3170
+ if (Dr(l)) {
3169
3171
  typeof s == "number" && a.push({
3170
3172
  type: _.literal,
3171
3173
  value: r.getNumberFormat(t).format(s)
@@ -3174,89 +3176,89 @@ function se(e, t, r, n, i, s, o) {
3174
3176
  }
3175
3177
  var c = l.value;
3176
3178
  if (!(i && c in i))
3177
- throw new bn(c, o);
3179
+ throw new gn(c, o);
3178
3180
  var f = i[c];
3179
- if (Ur(l)) {
3181
+ if (Gr(l)) {
3180
3182
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
3181
3183
  type: typeof f == "string" ? _.literal : _.object,
3182
3184
  value: f
3183
3185
  });
3184
3186
  continue;
3185
3187
  }
3186
- if (bt(l)) {
3187
- var x = typeof l.style == "string" ? n.date[l.style] : Be(l.style) ? l.style.parsedOptions : void 0;
3188
+ if (gt(l)) {
3189
+ var g = typeof l.style == "string" ? n.date[l.style] : Ae(l.style) ? l.style.parsedOptions : void 0;
3188
3190
  a.push({
3189
3191
  type: _.literal,
3190
- value: r.getDateTimeFormat(t, x).format(f)
3192
+ value: r.getDateTimeFormat(t, g).format(f)
3191
3193
  });
3192
3194
  continue;
3193
3195
  }
3194
- if (gt(l)) {
3195
- var x = typeof l.style == "string" ? n.time[l.style] : Be(l.style) ? l.style.parsedOptions : n.time.medium;
3196
+ if (xt(l)) {
3197
+ var g = typeof l.style == "string" ? n.time[l.style] : Ae(l.style) ? l.style.parsedOptions : n.time.medium;
3196
3198
  a.push({
3197
3199
  type: _.literal,
3198
- value: r.getDateTimeFormat(t, x).format(f)
3200
+ value: r.getDateTimeFormat(t, g).format(f)
3199
3201
  });
3200
3202
  continue;
3201
3203
  }
3202
3204
  if (dt(l)) {
3203
- var x = typeof l.style == "string" ? n.number[l.style] : _t(l.style) ? l.style.parsedOptions : void 0;
3204
- x && x.scale && (f = f * (x.scale || 1)), a.push({
3205
+ var g = typeof l.style == "string" ? n.number[l.style] : vt(l.style) ? l.style.parsedOptions : void 0;
3206
+ g && g.scale && (f = f * (g.scale || 1)), a.push({
3205
3207
  type: _.literal,
3206
- value: r.getNumberFormat(t, x).format(f)
3208
+ value: r.getNumberFormat(t, g).format(f)
3207
3209
  });
3208
3210
  continue;
3209
3211
  }
3210
- if (yt(l)) {
3211
- var g = l.children, y = l.value, H = i[y];
3212
- if (!xn(H))
3212
+ if (_t(l)) {
3213
+ var d = l.children, y = l.value, H = i[y];
3214
+ if (!En(H))
3213
3215
  throw new dn(y, "function", o);
3214
- var A = se(g, t, r, n, i, s), S = H(A.map(function(O) {
3215
- return O.value;
3216
+ var S = oe(d, t, r, n, i, s), A = H(S.map(function(N) {
3217
+ return N.value;
3216
3218
  }));
3217
- Array.isArray(S) || (S = [S]), a.push.apply(a, S.map(function(O) {
3219
+ Array.isArray(A) || (A = [A]), a.push.apply(a, A.map(function(N) {
3218
3220
  return {
3219
- type: typeof O == "string" ? _.literal : _.object,
3220
- value: O
3221
+ type: typeof N == "string" ? _.literal : _.object,
3222
+ value: N
3221
3223
  };
3222
3224
  }));
3223
3225
  }
3224
- if (xt(l)) {
3226
+ if (Et(l)) {
3225
3227
  var v = l.options[f] || l.options.other;
3226
3228
  if (!v)
3227
- throw new et(l.value, f, Object.keys(l.options), o);
3228
- a.push.apply(a, se(v.value, t, r, n, i));
3229
+ throw new tt(l.value, f, Object.keys(l.options), o);
3230
+ a.push.apply(a, oe(v.value, t, r, n, i));
3229
3231
  continue;
3230
3232
  }
3231
- if (Et(l)) {
3233
+ if (yt(l)) {
3232
3234
  var v = l.options["=".concat(f)];
3233
3235
  if (!v) {
3234
3236
  if (!Intl.PluralRules)
3235
- throw new fe(`Intl.PluralRules is not available in this environment.
3237
+ throw new pe(`Intl.PluralRules is not available in this environment.
3236
3238
  Try polyfilling it using "@formatjs/intl-pluralrules"
3237
- `, V.MISSING_INTL_API, o);
3238
- var N = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
3239
- v = l.options[N] || l.options.other;
3239
+ `, k.MISSING_INTL_API, o);
3240
+ var w = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
3241
+ v = l.options[w] || l.options.other;
3240
3242
  }
3241
3243
  if (!v)
3242
- throw new et(l.value, f, Object.keys(l.options), o);
3243
- a.push.apply(a, se(v.value, t, r, n, i, f - (l.offset || 0)));
3244
+ throw new tt(l.value, f, Object.keys(l.options), o);
3245
+ a.push.apply(a, oe(v.value, t, r, n, i, f - (l.offset || 0)));
3244
3246
  continue;
3245
3247
  }
3246
3248
  }
3247
- return gn(a);
3249
+ return xn(a);
3248
3250
  }
3249
- function En(e, t) {
3250
- return t ? b(b(b({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3251
- return r[n] = b(b({}, e[n]), t[n] || {}), r;
3251
+ function yn(e, t) {
3252
+ return t ? O(O(O({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3253
+ return r[n] = O(O({}, e[n]), t[n] || {}), r;
3252
3254
  }, {})) : e;
3253
3255
  }
3254
- function yn(e, t) {
3256
+ function _n(e, t) {
3255
3257
  return t ? Object.keys(e).reduce(function(r, n) {
3256
- return r[n] = En(e[n], t[n]), r;
3257
- }, b({}, e)) : e;
3258
+ return r[n] = yn(e[n], t[n]), r;
3259
+ }, O({}, e)) : e;
3258
3260
  }
3259
- function ye(e) {
3261
+ function ve(e) {
3260
3262
  return {
3261
3263
  create: function() {
3262
3264
  return {
@@ -3270,39 +3272,39 @@ function ye(e) {
3270
3272
  }
3271
3273
  };
3272
3274
  }
3273
- function _n(e) {
3275
+ function vn(e) {
3274
3276
  return e === void 0 && (e = {
3275
3277
  number: {},
3276
3278
  dateTime: {},
3277
3279
  pluralRules: {}
3278
3280
  }), {
3279
- getNumberFormat: ge(function() {
3281
+ getNumberFormat: Ee(function() {
3280
3282
  for (var t, r = [], n = 0; n < arguments.length; n++)
3281
3283
  r[n] = arguments[n];
3282
- return new ((t = Intl.NumberFormat).bind.apply(t, be([void 0], r, !1)))();
3284
+ return new ((t = Intl.NumberFormat).bind.apply(t, xe([void 0], r, !1)))();
3283
3285
  }, {
3284
- cache: ye(e.number),
3285
- strategy: xe.variadic
3286
+ cache: ve(e.number),
3287
+ strategy: ye.variadic
3286
3288
  }),
3287
- getDateTimeFormat: ge(function() {
3289
+ getDateTimeFormat: Ee(function() {
3288
3290
  for (var t, r = [], n = 0; n < arguments.length; n++)
3289
3291
  r[n] = arguments[n];
3290
- return new ((t = Intl.DateTimeFormat).bind.apply(t, be([void 0], r, !1)))();
3292
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, xe([void 0], r, !1)))();
3291
3293
  }, {
3292
- cache: ye(e.dateTime),
3293
- strategy: xe.variadic
3294
+ cache: ve(e.dateTime),
3295
+ strategy: ye.variadic
3294
3296
  }),
3295
- getPluralRules: ge(function() {
3297
+ getPluralRules: Ee(function() {
3296
3298
  for (var t, r = [], n = 0; n < arguments.length; n++)
3297
3299
  r[n] = arguments[n];
3298
- return new ((t = Intl.PluralRules).bind.apply(t, be([void 0], r, !1)))();
3300
+ return new ((t = Intl.PluralRules).bind.apply(t, xe([void 0], r, !1)))();
3299
3301
  }, {
3300
- cache: ye(e.pluralRules),
3301
- strategy: xe.variadic
3302
+ cache: ve(e.pluralRules),
3303
+ strategy: ye.variadic
3302
3304
  })
3303
3305
  };
3304
3306
  }
3305
- var vn = (
3307
+ var Hn = (
3306
3308
  /** @class */
3307
3309
  function() {
3308
3310
  function e(t, r, n, i) {
@@ -3321,7 +3323,7 @@ var vn = (
3321
3323
  }, []);
3322
3324
  return l.length <= 1 ? l[0] || "" : l;
3323
3325
  }, this.formatToParts = function(h) {
3324
- return se(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
3326
+ return oe(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
3325
3327
  }, this.resolvedOptions = function() {
3326
3328
  var h;
3327
3329
  return {
@@ -3334,13 +3336,13 @@ var vn = (
3334
3336
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3335
3337
  var o = i || {};
3336
3338
  o.formatters;
3337
- var a = Nr(o, ["formatters"]);
3338
- this.ast = e.__parse(t, b(b({}, a), { locale: this.resolvedLocale }));
3339
+ var a = wr(o, ["formatters"]);
3340
+ this.ast = e.__parse(t, O(O({}, a), { locale: this.resolvedLocale }));
3339
3341
  } else
3340
3342
  this.ast = t;
3341
3343
  if (!Array.isArray(this.ast))
3342
3344
  throw new TypeError("A message must be provided as a String or AST.");
3343
- this.formats = yn(e.formats, n), this.formatters = i && i.formatters || _n(this.formatterCache);
3345
+ this.formats = _n(e.formats, n), this.formatters = i && i.formatters || vn(this.formatterCache);
3344
3346
  }
3345
3347
  return Object.defineProperty(e, "defaultLocale", {
3346
3348
  get: function() {
@@ -3353,7 +3355,7 @@ var vn = (
3353
3355
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3354
3356
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3355
3357
  }
3356
- }, e.__parse = mn, e.formats = {
3358
+ }, e.__parse = bn, e.formats = {
3357
3359
  number: {
3358
3360
  integer: {
3359
3361
  maximumFractionDigits: 0
@@ -3414,7 +3416,7 @@ var vn = (
3414
3416
  }, e;
3415
3417
  }()
3416
3418
  );
3417
- function Hn(e, t) {
3419
+ function Tn(e, t) {
3418
3420
  if (t == null)
3419
3421
  return;
3420
3422
  if (t in e)
@@ -3435,90 +3437,90 @@ function Hn(e, t) {
3435
3437
  n = void 0;
3436
3438
  return n;
3437
3439
  }
3438
- const I = {}, Tn = (e, t, r) => r && (t in I || (I[t] = {}), e in I[t] || (I[t][e] = r), r), Ot = (e, t) => {
3440
+ const I = {}, Bn = (e, t, r) => r && (t in I || (I[t] = {}), e in I[t] || (I[t][e] = r), r), Nt = (e, t) => {
3439
3441
  if (t == null)
3440
3442
  return;
3441
3443
  if (t in I && e in I[t])
3442
3444
  return I[t][e];
3443
- const r = ce(t);
3445
+ const r = me(t);
3444
3446
  for (let n = 0; n < r.length; n++) {
3445
3447
  const i = r[n], s = An(i, e);
3446
3448
  if (s)
3447
- return Tn(e, t, s);
3449
+ return Bn(e, t, s);
3448
3450
  }
3449
3451
  };
3450
- let $e;
3451
- const z = he({});
3452
- function Bn(e) {
3453
- return $e[e] || null;
3452
+ let Ue;
3453
+ const W = fe({});
3454
+ function Sn(e) {
3455
+ return Ue[e] || null;
3454
3456
  }
3455
- function Nt(e) {
3456
- return e in $e;
3457
+ function wt(e) {
3458
+ return e in Ue;
3457
3459
  }
3458
3460
  function An(e, t) {
3459
- if (!Nt(e))
3461
+ if (!wt(e))
3460
3462
  return null;
3461
- const r = Bn(e);
3462
- return Hn(r, t);
3463
+ const r = Sn(e);
3464
+ return Tn(r, t);
3463
3465
  }
3464
- function Sn(e) {
3466
+ function Pn(e) {
3465
3467
  if (e == null)
3466
3468
  return;
3467
- const t = ce(e);
3469
+ const t = me(e);
3468
3470
  for (let r = 0; r < t.length; r++) {
3469
3471
  const n = t[r];
3470
- if (Nt(n))
3472
+ if (wt(n))
3471
3473
  return n;
3472
3474
  }
3473
3475
  }
3474
3476
  function It(e, ...t) {
3475
- delete I[e], z.update((r) => (r[e] = Or.all([r[e] || {}, ...t]), r));
3477
+ delete I[e], W.update((r) => (r[e] = Nr.all([r[e] || {}, ...t]), r));
3476
3478
  }
3477
- X(
3478
- [z],
3479
+ z(
3480
+ [W],
3479
3481
  ([e]) => Object.keys(e)
3480
3482
  );
3481
- z.subscribe((e) => $e = e);
3482
- const oe = {};
3483
- function Pn(e, t) {
3484
- oe[e].delete(t), oe[e].size === 0 && delete oe[e];
3483
+ W.subscribe((e) => Ue = e);
3484
+ const ae = {};
3485
+ function On(e, t) {
3486
+ ae[e].delete(t), ae[e].size === 0 && delete ae[e];
3485
3487
  }
3486
- function wt(e) {
3487
- return oe[e];
3488
+ function Lt(e) {
3489
+ return ae[e];
3488
3490
  }
3489
- function On(e) {
3490
- return ce(e).map((t) => {
3491
- const r = wt(t);
3491
+ function Nn(e) {
3492
+ return me(e).map((t) => {
3493
+ const r = Lt(t);
3492
3494
  return [t, r ? [...r] : []];
3493
3495
  }).filter(([, t]) => t.length > 0);
3494
3496
  }
3495
- function Ie(e) {
3496
- return e == null ? !1 : ce(e).some(
3497
+ function Le(e) {
3498
+ return e == null ? !1 : me(e).some(
3497
3499
  (t) => {
3498
3500
  var r;
3499
- return (r = wt(t)) == null ? void 0 : r.size;
3501
+ return (r = Lt(t)) == null ? void 0 : r.size;
3500
3502
  }
3501
3503
  );
3502
3504
  }
3503
- function Nn(e, t) {
3505
+ function wn(e, t) {
3504
3506
  return Promise.all(
3505
- t.map((n) => (Pn(e, n), n().then((i) => i.default || i)))
3507
+ t.map((n) => (On(e, n), n().then((i) => i.default || i)))
3506
3508
  ).then((n) => It(e, ...n));
3507
3509
  }
3508
- const Z = {};
3509
- function Lt(e) {
3510
- if (!Ie(e))
3511
- return e in Z ? Z[e] : Promise.resolve();
3512
- const t = On(e);
3513
- return Z[e] = Promise.all(
3510
+ const Q = {};
3511
+ function Ct(e) {
3512
+ if (!Le(e))
3513
+ return e in Q ? Q[e] : Promise.resolve();
3514
+ const t = Nn(e);
3515
+ return Q[e] = Promise.all(
3514
3516
  t.map(
3515
- ([r, n]) => Nn(r, n)
3517
+ ([r, n]) => wn(r, n)
3516
3518
  )
3517
3519
  ).then(() => {
3518
- if (Ie(e))
3519
- return Lt(e);
3520
- delete Z[e];
3521
- }), Z[e];
3520
+ if (Le(e))
3521
+ return Ct(e);
3522
+ delete Q[e];
3523
+ }), Q[e];
3522
3524
  }
3523
3525
  const In = {
3524
3526
  number: {
@@ -3549,150 +3551,150 @@ const In = {
3549
3551
  timeZoneName: "short"
3550
3552
  }
3551
3553
  }
3552
- }, wn = {
3554
+ }, Ln = {
3553
3555
  fallbackLocale: null,
3554
3556
  loadingDelay: 200,
3555
3557
  formats: In,
3556
3558
  warnOnMissingMessages: !0,
3557
3559
  handleMissingMessage: void 0,
3558
3560
  ignoreTag: !0
3559
- }, Ln = wn;
3560
- function k() {
3561
- return Ln;
3562
- }
3563
- const _e = he(!1);
3564
- var Cn = Object.defineProperty, Mn = Object.defineProperties, Rn = Object.getOwnPropertyDescriptors, tt = Object.getOwnPropertySymbols, $n = Object.prototype.hasOwnProperty, Un = Object.prototype.propertyIsEnumerable, rt = (e, t, r) => t in e ? Cn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Gn = (e, t) => {
3565
- for (var r in t)
3566
- $n.call(t, r) && rt(e, r, t[r]);
3567
- if (tt)
3568
- for (var r of tt(t))
3569
- Un.call(t, r) && rt(e, r, t[r]);
3561
+ }, Cn = Ln;
3562
+ function X() {
3563
+ return Cn;
3564
+ }
3565
+ const He = fe(!1);
3566
+ var Mn = Object.defineProperty, $n = Object.defineProperties, Rn = Object.getOwnPropertyDescriptors, rt = Object.getOwnPropertySymbols, Un = Object.prototype.hasOwnProperty, Gn = Object.prototype.propertyIsEnumerable, nt = (e, t, r) => t in e ? Mn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Dn = (e, t) => {
3567
+ for (var r in t || (t = {}))
3568
+ Un.call(t, r) && nt(e, r, t[r]);
3569
+ if (rt)
3570
+ for (var r of rt(t))
3571
+ Gn.call(t, r) && nt(e, r, t[r]);
3570
3572
  return e;
3571
- }, Dn = (e, t) => Mn(e, Rn(t));
3572
- let we;
3573
- const ae = he(null);
3574
- function nt(e) {
3573
+ }, Fn = (e, t) => $n(e, Rn(t));
3574
+ let Ce;
3575
+ const he = fe(null);
3576
+ function it(e) {
3575
3577
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
3576
3578
  }
3577
- function ce(e, t = k().fallbackLocale) {
3578
- const r = nt(e);
3579
- return t ? [.../* @__PURE__ */ new Set([...r, ...nt(t)])] : r;
3579
+ function me(e, t = X().fallbackLocale) {
3580
+ const r = it(e);
3581
+ return t ? [.../* @__PURE__ */ new Set([...r, ...it(t)])] : r;
3580
3582
  }
3581
- function M() {
3582
- return we != null ? we : void 0;
3583
+ function $() {
3584
+ return Ce != null ? Ce : void 0;
3583
3585
  }
3584
- ae.subscribe((e) => {
3585
- we = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3586
+ he.subscribe((e) => {
3587
+ Ce = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3586
3588
  });
3587
- const Fn = (e) => {
3588
- if (e && Sn(e) && Ie(e)) {
3589
- const { loadingDelay: t } = k();
3589
+ const jn = (e) => {
3590
+ if (e && Pn(e) && Le(e)) {
3591
+ const { loadingDelay: t } = X();
3590
3592
  let r;
3591
- return typeof window != "undefined" && M() != null && t ? r = window.setTimeout(
3592
- () => _e.set(!0),
3593
+ return typeof window != "undefined" && $() != null && t ? r = window.setTimeout(
3594
+ () => He.set(!0),
3593
3595
  t
3594
- ) : _e.set(!0), Lt(e).then(() => {
3595
- ae.set(e);
3596
+ ) : He.set(!0), Ct(e).then(() => {
3597
+ he.set(e);
3596
3598
  }).finally(() => {
3597
- clearTimeout(r), _e.set(!1);
3599
+ clearTimeout(r), He.set(!1);
3598
3600
  });
3599
3601
  }
3600
- return ae.set(e);
3601
- }, w = Dn(Gn({}, ae), {
3602
- set: Fn
3603
- }), pe = (e) => {
3602
+ return he.set(e);
3603
+ }, L = Fn(Dn({}, he), {
3604
+ set: jn
3605
+ }), be = (e) => {
3604
3606
  const t = /* @__PURE__ */ Object.create(null);
3605
3607
  return (n) => {
3606
3608
  const i = JSON.stringify(n);
3607
3609
  return i in t ? t[i] : t[i] = e(n);
3608
3610
  };
3609
3611
  };
3610
- var jn = Object.defineProperty, ue = Object.getOwnPropertySymbols, Ct = Object.prototype.hasOwnProperty, Mt = Object.prototype.propertyIsEnumerable, it = (e, t, r) => t in e ? jn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ue = (e, t) => {
3612
+ var Vn = Object.defineProperty, le = Object.getOwnPropertySymbols, Mt = Object.prototype.hasOwnProperty, $t = Object.prototype.propertyIsEnumerable, st = (e, t, r) => t in e ? Vn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ge = (e, t) => {
3611
3613
  for (var r in t || (t = {}))
3612
- Ct.call(t, r) && it(e, r, t[r]);
3613
- if (ue)
3614
- for (var r of ue(t))
3615
- Mt.call(t, r) && it(e, r, t[r]);
3614
+ Mt.call(t, r) && st(e, r, t[r]);
3615
+ if (le)
3616
+ for (var r of le(t))
3617
+ $t.call(t, r) && st(e, r, t[r]);
3616
3618
  return e;
3617
- }, W = (e, t) => {
3619
+ }, Z = (e, t) => {
3618
3620
  var r = {};
3619
3621
  for (var n in e)
3620
- Ct.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3621
- if (e != null && ue)
3622
- for (var n of ue(e))
3623
- t.indexOf(n) < 0 && Mt.call(e, n) && (r[n] = e[n]);
3622
+ Mt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3623
+ if (e != null && le)
3624
+ for (var n of le(e))
3625
+ t.indexOf(n) < 0 && $t.call(e, n) && (r[n] = e[n]);
3624
3626
  return r;
3625
3627
  };
3626
- const K = (e, t) => {
3627
- const { formats: r } = k();
3628
+ const ee = (e, t) => {
3629
+ const { formats: r } = X();
3628
3630
  if (e in r && t in r[e])
3629
3631
  return r[e][t];
3630
3632
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3631
- }, Vn = pe(
3633
+ }, kn = be(
3632
3634
  (e) => {
3633
- var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
3635
+ var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
3634
3636
  if (r == null)
3635
3637
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3636
- return n && (i = K("number", n)), new Intl.NumberFormat(r, i);
3638
+ return n && (i = ee("number", n)), new Intl.NumberFormat(r, i);
3637
3639
  }
3638
- ), kn = pe(
3640
+ ), Xn = be(
3639
3641
  (e) => {
3640
- var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
3642
+ var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
3641
3643
  if (r == null)
3642
3644
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3643
- return n ? i = K("date", n) : Object.keys(i).length === 0 && (i = K("date", "short")), new Intl.DateTimeFormat(r, i);
3645
+ return n ? i = ee("date", n) : Object.keys(i).length === 0 && (i = ee("date", "short")), new Intl.DateTimeFormat(r, i);
3644
3646
  }
3645
- ), Xn = pe(
3647
+ ), zn = be(
3646
3648
  (e) => {
3647
- var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
3649
+ var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
3648
3650
  if (r == null)
3649
3651
  throw new Error(
3650
3652
  '[svelte-i18n] A "locale" must be set to format time values'
3651
3653
  );
3652
- return n ? i = K("time", n) : Object.keys(i).length === 0 && (i = K("time", "short")), new Intl.DateTimeFormat(r, i);
3654
+ return n ? i = ee("time", n) : Object.keys(i).length === 0 && (i = ee("time", "short")), new Intl.DateTimeFormat(r, i);
3653
3655
  }
3654
- ), zn = (e = {}) => {
3656
+ ), Wn = (e = {}) => {
3655
3657
  var t = e, {
3656
- locale: r = M()
3657
- } = t, n = W(t, [
3658
+ locale: r = $()
3659
+ } = t, n = Z(t, [
3658
3660
  "locale"
3659
3661
  ]);
3660
- return Vn(Ue({ locale: r }, n));
3661
- }, Wn = (e = {}) => {
3662
+ return kn(Ge({ locale: r }, n));
3663
+ }, Zn = (e = {}) => {
3662
3664
  var t = e, {
3663
- locale: r = M()
3664
- } = t, n = W(t, [
3665
+ locale: r = $()
3666
+ } = t, n = Z(t, [
3665
3667
  "locale"
3666
3668
  ]);
3667
- return kn(Ue({ locale: r }, n));
3668
- }, Zn = (e = {}) => {
3669
+ return Xn(Ge({ locale: r }, n));
3670
+ }, Qn = (e = {}) => {
3669
3671
  var t = e, {
3670
- locale: r = M()
3671
- } = t, n = W(t, [
3672
+ locale: r = $()
3673
+ } = t, n = Z(t, [
3672
3674
  "locale"
3673
3675
  ]);
3674
- return Xn(Ue({ locale: r }, n));
3675
- }, Qn = pe(
3676
+ return zn(Ge({ locale: r }, n));
3677
+ }, Jn = be(
3676
3678
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3677
- (e, t = M()) => new vn(e, t, k().formats, {
3678
- ignoreTag: k().ignoreTag
3679
+ (e, t = $()) => new Hn(e, t, X().formats, {
3680
+ ignoreTag: X().ignoreTag
3679
3681
  })
3680
- ), Jn = (e, t = {}) => {
3682
+ ), qn = (e, t = {}) => {
3681
3683
  var r, n, i, s;
3682
3684
  let o = t;
3683
3685
  typeof e == "object" && (o = e, e = o.id);
3684
3686
  const {
3685
3687
  values: a,
3686
- locale: h = M(),
3688
+ locale: h = $(),
3687
3689
  default: u
3688
3690
  } = o;
3689
3691
  if (h == null)
3690
3692
  throw new Error(
3691
3693
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3692
3694
  );
3693
- let l = Ot(e, h);
3695
+ let l = Nt(e, h);
3694
3696
  if (!l)
3695
- l = (s = (i = (n = (r = k()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? s : e;
3697
+ l = (s = (i = (n = (r = X()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? s : e;
3696
3698
  else if (typeof l != "string")
3697
3699
  return console.warn(
3698
3700
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -3701,7 +3703,7 @@ const K = (e, t) => {
3701
3703
  return l;
3702
3704
  let c = l;
3703
3705
  try {
3704
- c = Qn(l, h).format(a);
3706
+ c = Jn(l, h).format(a);
3705
3707
  } catch (f) {
3706
3708
  f instanceof Error && console.warn(
3707
3709
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -3709,23 +3711,23 @@ const K = (e, t) => {
3709
3711
  );
3710
3712
  }
3711
3713
  return c;
3712
- }, qn = (e, t) => Zn(t).format(e), Yn = (e, t) => Wn(t).format(e), Kn = (e, t) => zn(t).format(e), ei = (e, t = M()) => Ot(e, t), ti = X([w, z], () => Jn);
3713
- X([w], () => qn);
3714
- X([w], () => Yn);
3715
- X([w], () => Kn);
3716
- X([w, z], () => ei);
3717
- function ri({ withLocale: e, translations: t }) {
3718
- w.subscribe((r) => {
3719
- r == null && (z.set(t), w.set(e));
3714
+ }, Yn = (e, t) => Qn(t).format(e), Kn = (e, t) => Zn(t).format(e), ei = (e, t) => Wn(t).format(e), ti = (e, t = $()) => Nt(e, t), ri = z([L, W], () => qn);
3715
+ z([L], () => Yn);
3716
+ z([L], () => Kn);
3717
+ z([L], () => ei);
3718
+ z([L, W], () => ti);
3719
+ function ni({ withLocale: e, translations: t }) {
3720
+ L.subscribe((r) => {
3721
+ r == null && (W.set(t), L.set(e));
3720
3722
  });
3721
3723
  }
3722
- function st(e, t) {
3724
+ function ot(e, t) {
3723
3725
  It(e, t);
3724
3726
  }
3725
- function ni(e) {
3726
- w.set(e);
3727
+ function ii(e) {
3728
+ L.set(e);
3727
3729
  }
3728
- const ot = {
3730
+ const at = {
3729
3731
  en: {
3730
3732
  bets: "bets"
3731
3733
  },
@@ -3751,81 +3753,81 @@ const ot = {
3751
3753
  bets: "bets"
3752
3754
  }
3753
3755
  };
3754
- function ii(e) {
3755
- Wt(e, "svelte-6dosur", '*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.general-icon-progress-bar{background:var(--emw--color-black, #000000);color:var(--emw--color-white, #FFFFFF);height:100%;background:rgba(0, 0, 0, 0.8);border-radius:3px}.stepBar.inactive::after{border-color:#a6a4a1 transparent transparent transparent}.stepBar.inactive{background:linear-gradient(270deg, #a2a09e 8.82%, #aba9ad 99.63%)}.stepBar.inactive span{color:rgba(112, 106, 106, 0.8)}.stepBar span{font-weight:700;font-size:11px;line-height:var(--parentElementHeight, 20px);align-items:center;color:#fff;text-align:right;position:relative;z-index:1;white-space:nowrap}.stepBar::after{content:" ";position:absolute;top:0;border-width:20px 10px 20px 0;border-top-width:var(--triangleHeight, 20px);border-right-width:var(--halfOfTriangleHeight, 10px);border-bottom-width:var(--triangleHeight, 20px);border-style:solid;border-color:#FCA452 transparent transparent transparent;text-align:right}.stepBar{position:relative;width:var(--currentStep, 0);height:100%;background:linear-gradient(270deg, #FCA452 8.82%, #600062 99.63%);text-align:right;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:var(--stepBarBorderRadius, 0px);border-bottom-right-radius:var(--stepBarBorderRadius, 0px);transition-property:width;transition-duration:0.18s;transition-timing-function:cubic-bezier(0.43, 0.8, 0.95, 0.88);transition-delay:0.3s}');
3756
- }
3757
3756
  function si(e) {
3757
+ Zt(e, "svelte-6dosur", '*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.general-icon-progress-bar{background:var(--emw--color-black, #000000);color:var(--emw--color-white, #FFFFFF);height:100%;background:rgba(0, 0, 0, 0.8);border-radius:3px}.stepBar.inactive::after{border-color:#a6a4a1 transparent transparent transparent}.stepBar.inactive{background:linear-gradient(270deg, #a2a09e 8.82%, #aba9ad 99.63%)}.stepBar.inactive span{color:rgba(112, 106, 106, 0.8)}.stepBar span{font-weight:700;font-size:11px;line-height:var(--parentElementHeight, 20px);align-items:center;color:#fff;text-align:right;position:relative;z-index:1;white-space:nowrap}.stepBar::after{content:" ";position:absolute;top:0;border-width:20px 10px 20px 0;border-top-width:var(--triangleHeight, 20px);border-right-width:var(--halfOfTriangleHeight, 10px);border-bottom-width:var(--triangleHeight, 20px);border-style:solid;border-color:#FCA452 transparent transparent transparent;text-align:right}.stepBar{position:relative;width:var(--currentStep, 0);height:100%;background:linear-gradient(270deg, #FCA452 8.82%, #600062 99.63%);text-align:right;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:var(--stepBarBorderRadius, 0px);border-bottom-right-radius:var(--stepBarBorderRadius, 0px);transition-property:width;transition-duration:0.18s;transition-timing-function:cubic-bezier(0.43, 0.8, 0.95, 0.88);transition-delay:0.3s}');
3758
+ }
3759
+ function oi(e) {
3758
3760
  let t, r, n, i, s;
3759
3761
  return {
3760
3762
  c() {
3761
- t = Q("div"), r = Q("div"), n = Q("span"), i = Jt(
3763
+ t = J("div"), r = J("div"), n = J("span"), i = qt(
3762
3764
  /*progressText*/
3763
3765
  e[3]
3764
- ), C(n, "part", "progressText"), C(r, "class", s = "stepBar " + /*curTatus*/
3765
- e[4]), C(r, "part", "stepBar"), C(t, "class", "general-icon-progress-bar"), C(t, "part", "totalBar");
3766
+ ), M(n, "part", "progressText"), M(r, "class", s = "stepBar " + /*curTatus*/
3767
+ e[4]), M(r, "part", "stepBar"), M(t, "class", "general-icon-progress-bar"), M(t, "part", "totalBar");
3766
3768
  },
3767
3769
  m(o, a) {
3768
- lt(o, t, a), ne(t, r), ne(r, n), ne(n, i), e[13](n), e[14](r), e[15](t);
3770
+ ft(o, t, a), ie(t, r), ie(r, n), ie(n, i), e[13](n), e[14](r), e[15](t);
3769
3771
  },
3770
3772
  p(o, [a]) {
3771
3773
  a & /*progressText*/
3772
- 8 && Yt(
3774
+ 8 && Kt(
3773
3775
  i,
3774
3776
  /*progressText*/
3775
3777
  o[3]
3776
3778
  ), a & /*curTatus*/
3777
3779
  16 && s !== (s = "stepBar " + /*curTatus*/
3778
- o[4]) && C(r, "class", s);
3780
+ o[4]) && M(r, "class", s);
3779
3781
  },
3780
3782
  i: B,
3781
3783
  o: B,
3782
3784
  d(o) {
3783
- o && Ce(t), e[13](null), e[14](null), e[15](null);
3785
+ o && $e(t), e[13](null), e[14](null), e[15](null);
3784
3786
  }
3785
3787
  };
3786
3788
  }
3787
- function oi(e, t, r) {
3789
+ function ai(e, t, r) {
3788
3790
  let n;
3789
- zt(e, ti, (p) => r(20, n = p));
3790
- let { currentstep: i = 0 } = t, { total: s = 1 } = t, { showaspercent: o } = t, { lang: a = "en" } = t, { status: h } = t, { translationurl: u = "" } = t, { progressfractiondigit: l = 1 } = t, { triggerreset: c } = t, f, x, g, y, H, A, S, v = "0px", N = "active";
3791
- ri({ withLocale: "en", translations: {} });
3792
- const O = () => {
3793
- fetch(u).then((L) => L.json()).then((L) => {
3794
- Object.keys(L).forEach((Ge) => {
3795
- st(Ge, L[Ge]);
3791
+ Wt(e, ri, (p) => r(20, n = p));
3792
+ let { currentstep: i = 0 } = t, { total: s = 1 } = t, { showaspercent: o } = t, { lang: a = "en" } = t, { status: h } = t, { translationurl: u = "" } = t, { progressfractiondigit: l = 1 } = t, { triggerreset: c } = t, f, g, d, y, H, S, A, v = "0px", w = "active";
3793
+ ni({ withLocale: "en", translations: {} });
3794
+ const N = () => {
3795
+ fetch(u).then((C) => C.json()).then((C) => {
3796
+ Object.keys(C).forEach((De) => {
3797
+ ot(De, C[De]);
3796
3798
  });
3797
- }).catch((L) => {
3798
- console.log(L);
3799
+ }).catch((C) => {
3800
+ console.log(C);
3799
3801
  });
3800
3802
  };
3801
- Object.keys(ot).forEach((p) => {
3802
- st(p, ot[p]);
3803
+ Object.keys(at).forEach((p) => {
3804
+ ot(p, at[p]);
3803
3805
  });
3804
3806
  const R = () => {
3805
- ni(a);
3806
- }, te = () => {
3807
+ ii(a);
3808
+ }, re = () => {
3807
3809
  let p = (i / s * 100).toFixed(l);
3808
3810
  setTimeout(
3809
3811
  () => {
3810
3812
  o || o === "true" ? r(3, y = `${p}%`) : r(3, y = `${i}/${s} ${n("bets")}`);
3811
3813
  },
3812
3814
  y ? 573 : 0
3813
- ), p == 0 || p == 100 ? (A = "0px", S = "0px", v = p == 100 ? "3px" : "0px") : (A = `${f.offsetHeight}px`, H = A, S = `${f.offsetHeight / 3}px`, v = "0px"), x.style.setProperty("--parentElementHeight", H), g.style.setProperty("--currentStep", p + "%"), g.style.setProperty("--triangleHeight", A), g.style.setProperty("--halfOfTriangleHeight", S), g.style.setProperty("--stepBarBorderRadius", v);
3815
+ ), p == 0 || p == 100 ? (S = "0px", A = "0px", v = p == 100 ? "3px" : "0px") : (S = `${f.offsetHeight}px`, H = S, A = `${f.offsetHeight / 3}px`, v = "0px"), g.style.setProperty("--parentElementHeight", H), d.style.setProperty("--currentStep", p + "%"), d.style.setProperty("--triangleHeight", S), d.style.setProperty("--halfOfTriangleHeight", A), d.style.setProperty("--stepBarBorderRadius", v);
3814
3816
  }, Rt = () => {
3815
- r(4, N = h == "active" ? "" : "inactive");
3817
+ r(4, w = h == "active" ? "" : "inactive");
3816
3818
  };
3817
- function $t(p) {
3818
- q[p ? "unshift" : "push"](() => {
3819
- x = p, r(1, x);
3820
- });
3821
- }
3822
3819
  function Ut(p) {
3823
- q[p ? "unshift" : "push"](() => {
3824
- g = p, r(2, g);
3820
+ Y[p ? "unshift" : "push"](() => {
3821
+ g = p, r(1, g);
3825
3822
  });
3826
3823
  }
3827
3824
  function Gt(p) {
3828
- q[p ? "unshift" : "push"](() => {
3825
+ Y[p ? "unshift" : "push"](() => {
3826
+ d = p, r(2, d);
3827
+ });
3828
+ }
3829
+ function Dt(p) {
3830
+ Y[p ? "unshift" : "push"](() => {
3829
3831
  f = p, r(0, f);
3830
3832
  });
3831
3833
  }
@@ -3834,17 +3836,17 @@ function oi(e, t, r) {
3834
3836
  }, e.$$.update = () => {
3835
3837
  e.$$.dirty & /*triggerreset, total*/
3836
3838
  4160 && c && s && setTimeout(() => {
3837
- te();
3839
+ re();
3838
3840
  }), e.$$.dirty & /*lang*/
3839
3841
  256 && a && R(), e.$$.dirty & /*status*/
3840
3842
  512 && h && Rt(), e.$$.dirty & /*translationurl*/
3841
- 1024 && u && O();
3843
+ 1024 && u && N();
3842
3844
  }, [
3843
3845
  f,
3844
- x,
3845
3846
  g,
3847
+ d,
3846
3848
  y,
3847
- N,
3849
+ w,
3848
3850
  i,
3849
3851
  s,
3850
3852
  o,
@@ -3853,19 +3855,19 @@ function oi(e, t, r) {
3853
3855
  u,
3854
3856
  l,
3855
3857
  c,
3856
- $t,
3857
3858
  Ut,
3858
- Gt
3859
+ Gt,
3860
+ Dt
3859
3861
  ];
3860
3862
  }
3861
- class ai extends fr {
3863
+ class ui extends cr {
3862
3864
  constructor(t) {
3863
- super(), hr(
3865
+ super(), lr(
3864
3866
  this,
3865
3867
  t,
3868
+ ai,
3866
3869
  oi,
3867
- si,
3868
- ut,
3870
+ ht,
3869
3871
  {
3870
3872
  currentstep: 5,
3871
3873
  total: 6,
@@ -3876,7 +3878,7 @@ class ai extends fr {
3876
3878
  progressfractiondigit: 11,
3877
3879
  triggerreset: 12
3878
3880
  },
3879
- ii
3881
+ si
3880
3882
  );
3881
3883
  }
3882
3884
  get currentstep() {
@@ -3928,7 +3930,7 @@ class ai extends fr {
3928
3930
  this.$$set({ triggerreset: t }), P();
3929
3931
  }
3930
3932
  }
3931
- lr(ai, { currentstep: {}, total: {}, showaspercent: {}, lang: {}, status: {}, translationurl: {}, progressfractiondigit: {}, triggerreset: {} }, [], [], !0);
3933
+ fr(ui, { currentstep: {}, total: {}, showaspercent: {}, lang: {}, status: {}, translationurl: {}, progressfractiondigit: {}, triggerreset: {} }, [], [], !0);
3932
3934
  export {
3933
- ai as default
3935
+ ui as default
3934
3936
  };