@everymatrix/player-panic-button 1.52.6 → 1.53.10

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,75 +1,46 @@
1
- var lr = Object.defineProperty, cr = Object.defineProperties;
2
- var fr = Object.getOwnPropertyDescriptors;
3
- var qe = Object.getOwnPropertySymbols;
4
- var pr = Object.prototype.hasOwnProperty, mr = Object.prototype.propertyIsEnumerable;
5
- var _e = (e, t, r) => t in e ? lr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ke = (e, t) => {
6
- for (var r in t || (t = {}))
7
- pr.call(t, r) && _e(e, r, t[r]);
8
- if (qe)
9
- for (var r of qe(t))
10
- mr.call(t, r) && _e(e, r, t[r]);
11
- return e;
12
- }, et = (e, t) => cr(e, fr(t));
13
- var S = (e, t, r) => _e(e, typeof t != "symbol" ? t + "" : t, r);
14
- var tt = (e, t, r) => new Promise((n, i) => {
15
- var o = (l) => {
16
- try {
17
- a(r.next(l));
18
- } catch (h) {
19
- i(h);
20
- }
21
- }, s = (l) => {
22
- try {
23
- a(r.throw(l));
24
- } catch (h) {
25
- i(h);
26
- }
27
- }, a = (l) => l.done ? n(l.value) : Promise.resolve(l.value).then(o, s);
28
- a((r = r.apply(e, t)).next());
29
- });
30
- function H() {
1
+ function B() {
31
2
  }
32
- function Pt(e) {
3
+ function vt(e) {
33
4
  return e();
34
5
  }
35
- function rt() {
6
+ function Ze() {
36
7
  return /* @__PURE__ */ Object.create(null);
37
8
  }
38
- function ne(e) {
39
- e.forEach(Pt);
9
+ function re(e) {
10
+ e.forEach(vt);
40
11
  }
41
- function Xe(e) {
12
+ function ke(e) {
42
13
  return typeof e == "function";
43
14
  }
44
- function Bt(e, t) {
15
+ function xt(e, t) {
45
16
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
17
  }
47
- function dr(e) {
18
+ function tr(e) {
48
19
  return Object.keys(e).length === 0;
49
20
  }
50
- function At(e, ...t) {
21
+ function Et(e, ...t) {
51
22
  if (e == null) {
52
23
  for (const n of t)
53
24
  n(void 0);
54
- return H;
25
+ return B;
55
26
  }
56
27
  const r = e.subscribe(...t);
57
28
  return r.unsubscribe ? () => r.unsubscribe() : r;
58
29
  }
59
- function br(e, t, r) {
60
- e.$$.on_destroy.push(At(t, r));
30
+ function rr(e, t, r) {
31
+ e.$$.on_destroy.push(Et(t, r));
61
32
  }
62
- function he(e, t) {
33
+ function ue(e, t) {
63
34
  e.appendChild(t);
64
35
  }
65
- function gr(e, t, r) {
66
- const n = yr(e);
36
+ function nr(e, t, r) {
37
+ const n = ir(e);
67
38
  if (!n.getElementById(t)) {
68
- const i = q("style");
69
- i.id = t, i.textContent = r, vr(n, i);
39
+ const i = Y("style");
40
+ i.id = t, i.textContent = r, or(n, i);
70
41
  }
71
42
  }
72
- function yr(e) {
43
+ function ir(e) {
73
44
  if (!e) return document;
74
45
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
75
46
  return t && /** @type {ShadowRoot} */
@@ -78,39 +49,39 @@ function yr(e) {
78
49
  t
79
50
  ) : e.ownerDocument;
80
51
  }
81
- function vr(e, t) {
82
- return he(
52
+ function or(e, t) {
53
+ return ue(
83
54
  /** @type {Document} */
84
55
  e.head || e,
85
56
  t
86
57
  ), t.sheet;
87
58
  }
88
- function Ot(e, t, r) {
59
+ function _t(e, t, r) {
89
60
  e.insertBefore(t, r || null);
90
61
  }
91
- function We(e) {
62
+ function Ve(e) {
92
63
  e.parentNode && e.parentNode.removeChild(e);
93
64
  }
94
- function q(e) {
65
+ function Y(e) {
95
66
  return document.createElement(e);
96
67
  }
97
- function Er(e) {
68
+ function sr(e) {
98
69
  return document.createTextNode(e);
99
70
  }
100
- function M(e, t, r) {
71
+ function L(e, t, r) {
101
72
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
102
73
  }
103
- function xr(e) {
74
+ function ar(e) {
104
75
  return Array.from(e.childNodes);
105
76
  }
106
- function _r(e, t) {
77
+ function ur(e, t) {
107
78
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
108
79
  t);
109
80
  }
110
- function nt(e, t, r) {
81
+ function Qe(e, t, r) {
111
82
  e.classList.toggle(t, !!r);
112
83
  }
113
- function Sr(e) {
84
+ function hr(e) {
114
85
  const t = {};
115
86
  return e.childNodes.forEach(
116
87
  /** @param {Element} node */
@@ -119,245 +90,241 @@ function Sr(e) {
119
90
  }
120
91
  ), t;
121
92
  }
122
- let ee;
123
- function K(e) {
124
- ee = e;
93
+ let K;
94
+ function q(e) {
95
+ K = e;
125
96
  }
126
- function Tr() {
127
- if (!ee) throw new Error("Function called outside component initialization");
128
- return ee;
97
+ function lr() {
98
+ if (!K) throw new Error("Function called outside component initialization");
99
+ return K;
129
100
  }
130
- function Hr(e) {
131
- Tr().$$.on_mount.push(e);
101
+ function cr(e) {
102
+ lr().$$.on_mount.push(e);
132
103
  }
133
- const G = [], me = [];
134
- let j = [];
135
- const it = [], wr = /* @__PURE__ */ Promise.resolve();
136
- let Ie = !1;
137
- function Pr() {
138
- Ie || (Ie = !0, wr.then(C));
104
+ const G = [], pe = [];
105
+ let F = [];
106
+ const Je = [], fr = /* @__PURE__ */ Promise.resolve();
107
+ let Pe = !1;
108
+ function pr() {
109
+ Pe || (Pe = !0, fr.then(I));
139
110
  }
140
- function Ce(e) {
141
- j.push(e);
111
+ function Ae(e) {
112
+ F.push(e);
142
113
  }
143
- const Se = /* @__PURE__ */ new Set();
144
- let U = 0;
145
- function C() {
146
- if (U !== 0)
114
+ const Ee = /* @__PURE__ */ new Set();
115
+ let D = 0;
116
+ function I() {
117
+ if (D !== 0)
147
118
  return;
148
- const e = ee;
119
+ const e = K;
149
120
  do {
150
121
  try {
151
- for (; U < G.length; ) {
152
- const t = G[U];
153
- U++, K(t), Br(t.$$);
122
+ for (; D < G.length; ) {
123
+ const t = G[D];
124
+ D++, q(t), dr(t.$$);
154
125
  }
155
126
  } catch (t) {
156
- throw G.length = 0, U = 0, t;
127
+ throw G.length = 0, D = 0, t;
157
128
  }
158
- for (K(null), G.length = 0, U = 0; me.length; ) me.pop()();
159
- for (let t = 0; t < j.length; t += 1) {
160
- const r = j[t];
161
- Se.has(r) || (Se.add(r), r());
129
+ for (q(null), G.length = 0, D = 0; pe.length; ) pe.pop()();
130
+ for (let t = 0; t < F.length; t += 1) {
131
+ const r = F[t];
132
+ Ee.has(r) || (Ee.add(r), r());
162
133
  }
163
- j.length = 0;
134
+ F.length = 0;
164
135
  } while (G.length);
165
- for (; it.length; )
166
- it.pop()();
167
- Ie = !1, Se.clear(), K(e);
136
+ for (; Je.length; )
137
+ Je.pop()();
138
+ Pe = !1, Ee.clear(), q(e);
168
139
  }
169
- function Br(e) {
140
+ function dr(e) {
170
141
  if (e.fragment !== null) {
171
- e.update(), ne(e.before_update);
142
+ e.update(), re(e.before_update);
172
143
  const t = e.dirty;
173
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ce);
144
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ae);
174
145
  }
175
146
  }
176
- function Ar(e) {
147
+ function mr(e) {
177
148
  const t = [], r = [];
178
- j.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), j = t;
149
+ F.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), F = t;
179
150
  }
180
- const Or = /* @__PURE__ */ new Set();
181
- function Ir(e, t) {
182
- e && e.i && (Or.delete(e), e.i(t));
151
+ const br = /* @__PURE__ */ new Set();
152
+ function gr(e, t) {
153
+ e && e.i && (br.delete(e), e.i(t));
183
154
  }
184
- function Cr(e, t, r) {
155
+ function yr(e, t, r) {
185
156
  const { fragment: n, after_update: i } = e.$$;
186
- n && n.m(t, r), Ce(() => {
187
- const o = e.$$.on_mount.map(Pt).filter(Xe);
188
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ne(o), e.$$.on_mount = [];
189
- }), i.forEach(Ce);
157
+ n && n.m(t, r), Ae(() => {
158
+ const o = e.$$.on_mount.map(vt).filter(ke);
159
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : re(o), e.$$.on_mount = [];
160
+ }), i.forEach(Ae);
190
161
  }
191
- function Lr(e, t) {
162
+ function vr(e, t) {
192
163
  const r = e.$$;
193
- r.fragment !== null && (Ar(r.after_update), ne(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
164
+ r.fragment !== null && (mr(r.after_update), re(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
194
165
  }
195
- function Nr(e, t) {
196
- e.$$.dirty[0] === -1 && (G.push(e), Pr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
166
+ function xr(e, t) {
167
+ e.$$.dirty[0] === -1 && (G.push(e), pr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
197
168
  }
198
- function Mr(e, t, r, n, i, o, s = null, a = [-1]) {
199
- const l = ee;
200
- K(e);
201
- const h = e.$$ = {
169
+ function Er(e, t, r, n, i, o, s = null, a = [-1]) {
170
+ const h = K;
171
+ q(e);
172
+ const u = e.$$ = {
202
173
  fragment: null,
203
174
  ctx: [],
204
175
  // state
205
176
  props: o,
206
- update: H,
177
+ update: B,
207
178
  not_equal: i,
208
- bound: rt(),
179
+ bound: Ze(),
209
180
  // lifecycle
210
181
  on_mount: [],
211
182
  on_destroy: [],
212
183
  on_disconnect: [],
213
184
  before_update: [],
214
185
  after_update: [],
215
- context: new Map(t.context || (l ? l.$$.context : [])),
186
+ context: new Map(t.context || (h ? h.$$.context : [])),
216
187
  // everything else
217
- callbacks: rt(),
188
+ callbacks: Ze(),
218
189
  dirty: a,
219
190
  skip_bound: !1,
220
- root: t.target || l.$$.root
191
+ root: t.target || h.$$.root
221
192
  };
222
- s && s(h.root);
223
- let u = !1;
224
- if (h.ctx = r ? r(e, t.props || {}, (c, f, ...d) => {
225
- const v = d.length ? d[0] : f;
226
- return h.ctx && i(h.ctx[c], h.ctx[c] = v) && (!h.skip_bound && h.bound[c] && h.bound[c](v), u && Nr(e, c)), f;
227
- }) : [], h.update(), u = !0, ne(h.before_update), h.fragment = n ? n(h.ctx) : !1, t.target) {
193
+ s && s(u.root);
194
+ let l = !1;
195
+ if (u.ctx = r(e, t.props || {}, (c, f, ...m) => {
196
+ const v = m.length ? m[0] : f;
197
+ return u.ctx && i(u.ctx[c], u.ctx[c] = v) && (!u.skip_bound && u.bound[c] && u.bound[c](v), l && xr(e, c)), f;
198
+ }), u.update(), l = !0, re(u.before_update), u.fragment = n(u.ctx), t.target) {
228
199
  if (t.hydrate) {
229
- const c = xr(t.target);
230
- h.fragment && h.fragment.l(c), c.forEach(We);
200
+ const c = ar(t.target);
201
+ u.fragment && u.fragment.l(c), c.forEach(Ve);
231
202
  } else
232
- h.fragment && h.fragment.c();
233
- t.intro && Ir(e.$$.fragment), Cr(e, t.target, t.anchor), C();
203
+ u.fragment && u.fragment.c();
204
+ t.intro && gr(e.$$.fragment), yr(e, t.target, t.anchor), I();
234
205
  }
235
- K(l);
236
- }
237
- let It;
238
- typeof HTMLElement == "function" && (It = class extends HTMLElement {
239
- constructor(t, r, n) {
240
- super();
241
- /** The Svelte component constructor */
242
- S(this, "$$ctor");
243
- /** Slots */
244
- S(this, "$$s");
245
- /** The Svelte component instance */
246
- S(this, "$$c");
247
- /** Whether or not the custom element is connected */
248
- S(this, "$$cn", !1);
249
- /** Component props data */
250
- S(this, "$$d", {});
251
- /** `true` if currently in the process of reflecting component props back to attributes */
252
- S(this, "$$r", !1);
253
- /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
254
- S(this, "$$p_d", {});
255
- /** @type {Record<string, Function[]>} Event listeners */
256
- S(this, "$$l", {});
257
- /** @type {Map<Function, Function>} Event listener unsubscribe functions */
258
- S(this, "$$l_u", /* @__PURE__ */ new Map());
259
- this.$$ctor = t, this.$$s = r, n && this.attachShadow({ mode: "open" });
206
+ q(h);
207
+ }
208
+ let St;
209
+ typeof HTMLElement == "function" && (St = class extends HTMLElement {
210
+ /** The Svelte component constructor */
211
+ $$ctor;
212
+ /** Slots */
213
+ $$s;
214
+ /** The Svelte component instance */
215
+ $$c;
216
+ /** Whether or not the custom element is connected */
217
+ $$cn = !1;
218
+ /** Component props data */
219
+ $$d = {};
220
+ /** `true` if currently in the process of reflecting component props back to attributes */
221
+ $$r = !1;
222
+ /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
223
+ $$p_d = {};
224
+ /** @type {Record<string, Function[]>} Event listeners */
225
+ $$l = {};
226
+ /** @type {Map<Function, Function>} Event listener unsubscribe functions */
227
+ $$l_u = /* @__PURE__ */ new Map();
228
+ constructor(e, t, r) {
229
+ super(), this.$$ctor = e, this.$$s = t, r && this.attachShadow({ mode: "open" });
260
230
  }
261
- addEventListener(t, r, n) {
262
- if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(r), this.$$c) {
263
- const i = this.$$c.$on(t, r);
264
- this.$$l_u.set(r, i);
231
+ addEventListener(e, t, r) {
232
+ if (this.$$l[e] = this.$$l[e] || [], this.$$l[e].push(t), this.$$c) {
233
+ const n = this.$$c.$on(e, t);
234
+ this.$$l_u.set(t, n);
265
235
  }
266
- super.addEventListener(t, r, n);
236
+ super.addEventListener(e, t, r);
267
237
  }
268
- removeEventListener(t, r, n) {
269
- if (super.removeEventListener(t, r, n), this.$$c) {
270
- const i = this.$$l_u.get(r);
271
- i && (i(), this.$$l_u.delete(r));
238
+ removeEventListener(e, t, r) {
239
+ if (super.removeEventListener(e, t, r), this.$$c) {
240
+ const n = this.$$l_u.get(t);
241
+ n && (n(), this.$$l_u.delete(t));
272
242
  }
273
243
  }
274
- connectedCallback() {
275
- return tt(this, null, function* () {
276
- if (this.$$cn = !0, !this.$$c) {
277
- let t = function(o) {
278
- return () => {
279
- let s;
280
- return {
281
- c: function() {
282
- s = q("slot"), o !== "default" && M(s, "name", o);
283
- },
284
- /**
285
- * @param {HTMLElement} target
286
- * @param {HTMLElement} [anchor]
287
- */
288
- m: function(h, u) {
289
- Ot(h, s, u);
290
- },
291
- d: function(h) {
292
- h && We(s);
293
- }
294
- };
244
+ async connectedCallback() {
245
+ if (this.$$cn = !0, !this.$$c) {
246
+ let e = function(i) {
247
+ return () => {
248
+ let o;
249
+ return {
250
+ c: function() {
251
+ o = Y("slot"), i !== "default" && L(o, "name", i);
252
+ },
253
+ /**
254
+ * @param {HTMLElement} target
255
+ * @param {HTMLElement} [anchor]
256
+ */
257
+ m: function(h, u) {
258
+ _t(h, o, u);
259
+ },
260
+ d: function(h) {
261
+ h && Ve(o);
262
+ }
295
263
  };
296
264
  };
297
- if (yield Promise.resolve(), !this.$$cn || this.$$c)
298
- return;
299
- const r = {}, n = Sr(this);
300
- for (const o of this.$$s)
301
- o in n && (r[o] = [t(o)]);
302
- for (const o of this.attributes) {
303
- const s = this.$$g_p(o.name);
304
- s in this.$$d || (this.$$d[s] = le(s, o.value, this.$$p_d, "toProp"));
265
+ };
266
+ if (await Promise.resolve(), !this.$$cn || this.$$c)
267
+ return;
268
+ const t = {}, r = hr(this);
269
+ for (const i of this.$$s)
270
+ i in r && (t[i] = [e(i)]);
271
+ for (const i of this.attributes) {
272
+ const o = this.$$g_p(i.name);
273
+ o in this.$$d || (this.$$d[o] = he(o, i.value, this.$$p_d, "toProp"));
274
+ }
275
+ for (const i in this.$$p_d)
276
+ !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
277
+ this.$$c = new this.$$ctor({
278
+ target: this.shadowRoot || this,
279
+ props: {
280
+ ...this.$$d,
281
+ $$slots: t,
282
+ $$scope: {
283
+ ctx: []
284
+ }
305
285
  }
306
- for (const o in this.$$p_d)
307
- !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
308
- this.$$c = new this.$$ctor({
309
- target: this.shadowRoot || this,
310
- props: et(Ke({}, this.$$d), {
311
- $$slots: r,
312
- $$scope: {
313
- ctx: []
314
- }
315
- })
316
- });
317
- const i = () => {
318
- this.$$r = !0;
319
- for (const o in this.$$p_d)
320
- if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
321
- const s = le(
322
- o,
323
- this.$$d[o],
324
- this.$$p_d,
325
- "toAttribute"
326
- );
327
- s == null ? this.removeAttribute(this.$$p_d[o].attribute || o) : this.setAttribute(this.$$p_d[o].attribute || o, s);
328
- }
329
- this.$$r = !1;
330
- };
331
- this.$$c.$$.after_update.push(i), i();
332
- for (const o in this.$$l)
333
- for (const s of this.$$l[o]) {
334
- const a = this.$$c.$on(o, s);
335
- this.$$l_u.set(s, a);
286
+ });
287
+ const n = () => {
288
+ this.$$r = !0;
289
+ for (const i in this.$$p_d)
290
+ if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
291
+ const o = he(
292
+ i,
293
+ this.$$d[i],
294
+ this.$$p_d,
295
+ "toAttribute"
296
+ );
297
+ o == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, o);
336
298
  }
337
- this.$$l = {};
338
- }
339
- });
299
+ this.$$r = !1;
300
+ };
301
+ this.$$c.$$.after_update.push(n), n();
302
+ for (const i in this.$$l)
303
+ for (const o of this.$$l[i]) {
304
+ const s = this.$$c.$on(i, o);
305
+ this.$$l_u.set(o, s);
306
+ }
307
+ this.$$l = {};
308
+ }
340
309
  }
341
310
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
342
311
  // and setting attributes through setAttribute etc, this is helpful
343
- attributeChangedCallback(t, r, n) {
344
- var i;
345
- this.$$r || (t = this.$$g_p(t), this.$$d[t] = le(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
312
+ attributeChangedCallback(e, t, r) {
313
+ this.$$r || (e = this.$$g_p(e), this.$$d[e] = he(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
346
314
  }
347
315
  disconnectedCallback() {
348
316
  this.$$cn = !1, Promise.resolve().then(() => {
349
317
  !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
350
318
  });
351
319
  }
352
- $$g_p(t) {
320
+ $$g_p(e) {
353
321
  return Object.keys(this.$$p_d).find(
354
- (r) => this.$$p_d[r].attribute === t || !this.$$p_d[r].attribute && r.toLowerCase() === t
355
- ) || t;
322
+ (t) => this.$$p_d[t].attribute === e || !this.$$p_d[t].attribute && t.toLowerCase() === e
323
+ ) || e;
356
324
  }
357
325
  });
358
- function le(e, t, r, n) {
359
- var o;
360
- const i = (o = r[e]) == null ? void 0 : o.type;
326
+ function he(e, t, r, n) {
327
+ const i = r[e]?.type;
361
328
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
362
329
  return t;
363
330
  if (n === "toAttribute")
@@ -368,7 +335,7 @@ function le(e, t, r, n) {
368
335
  case "Boolean":
369
336
  return t ? "" : null;
370
337
  case "Number":
371
- return t == null ? null : t;
338
+ return t ?? null;
372
339
  default:
373
340
  return t;
374
341
  }
@@ -385,8 +352,8 @@ function le(e, t, r, n) {
385
352
  return t;
386
353
  }
387
354
  }
388
- function $r(e, t, r, n, i, o) {
389
- let s = class extends It {
355
+ function _r(e, t, r, n, i, o) {
356
+ let s = class extends St {
390
357
  constructor() {
391
358
  super(e, r, i), this.$$p_d = t;
392
359
  }
@@ -401,43 +368,39 @@ function $r(e, t, r, n, i, o) {
401
368
  get() {
402
369
  return this.$$c && a in this.$$c ? this.$$c[a] : this.$$d[a];
403
370
  },
404
- set(l) {
405
- var h;
406
- l = le(a, l, t), this.$$d[a] = l, (h = this.$$c) == null || h.$set({ [a]: l });
371
+ set(h) {
372
+ h = he(a, h, t), this.$$d[a] = h, this.$$c?.$set({ [a]: h });
407
373
  }
408
374
  });
409
375
  }), n.forEach((a) => {
410
376
  Object.defineProperty(s.prototype, a, {
411
377
  get() {
412
- var l;
413
- return (l = this.$$c) == null ? void 0 : l[a];
378
+ return this.$$c?.[a];
414
379
  }
415
380
  });
416
381
  }), e.element = /** @type {any} */
417
382
  s, s;
418
383
  }
419
- class Rr {
420
- constructor() {
421
- /**
422
- * ### PRIVATE API
423
- *
424
- * Do not use, may change at any time
425
- *
426
- * @type {any}
427
- */
428
- S(this, "$$");
429
- /**
430
- * ### PRIVATE API
431
- *
432
- * Do not use, may change at any time
433
- *
434
- * @type {any}
435
- */
436
- S(this, "$$set");
437
- }
384
+ class Sr {
385
+ /**
386
+ * ### PRIVATE API
387
+ *
388
+ * Do not use, may change at any time
389
+ *
390
+ * @type {any}
391
+ */
392
+ $$ = void 0;
393
+ /**
394
+ * ### PRIVATE API
395
+ *
396
+ * Do not use, may change at any time
397
+ *
398
+ * @type {any}
399
+ */
400
+ $$set = void 0;
438
401
  /** @returns {void} */
439
402
  $destroy() {
440
- Lr(this, 1), this.$destroy = H;
403
+ vr(this, 1), this.$destroy = B;
441
404
  }
442
405
  /**
443
406
  * @template {Extract<keyof Events, string>} K
@@ -446,8 +409,8 @@ class Rr {
446
409
  * @returns {() => void}
447
410
  */
448
411
  $on(t, r) {
449
- if (!Xe(r))
450
- return H;
412
+ if (!ke(r))
413
+ return B;
451
414
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
452
415
  return n.push(r), () => {
453
416
  const i = n.indexOf(r);
@@ -459,22 +422,22 @@ class Rr {
459
422
  * @returns {void}
460
423
  */
461
424
  $set(t) {
462
- this.$$set && !dr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
425
+ this.$$set && !tr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
463
426
  }
464
427
  }
465
- const Dr = "4";
466
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Dr);
467
- var Le = function(e, t) {
468
- return Le = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
428
+ const Br = "4";
429
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Br);
430
+ var Oe = function(e, t) {
431
+ return Oe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
469
432
  r.__proto__ = n;
470
433
  } || function(r, n) {
471
434
  for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
472
- }, Le(e, t);
435
+ }, Oe(e, t);
473
436
  };
474
- function O(e, t) {
437
+ function A(e, t) {
475
438
  if (typeof t != "function" && t !== null)
476
439
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
477
- Le(e, t);
440
+ Oe(e, t);
478
441
  function r() {
479
442
  this.constructor = e;
480
443
  }
@@ -489,7 +452,7 @@ var b = function() {
489
452
  return t;
490
453
  }, b.apply(this, arguments);
491
454
  };
492
- function Ur(e, t) {
455
+ function Tr(e, t) {
493
456
  var r = {};
494
457
  for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
495
458
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
@@ -497,7 +460,7 @@ function Ur(e, t) {
497
460
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
498
461
  return r;
499
462
  }
500
- function Ne(e) {
463
+ function Ie(e) {
501
464
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
502
465
  if (r) return r.call(e);
503
466
  if (e && typeof e.length == "number") return {
@@ -507,7 +470,7 @@ function Ne(e) {
507
470
  };
508
471
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
509
472
  }
510
- function Me(e, t) {
473
+ function Ce(e, t) {
511
474
  var r = typeof Symbol == "function" && e[Symbol.iterator];
512
475
  if (!r) return e;
513
476
  var n = r.call(e), i, o = [], s;
@@ -524,21 +487,21 @@ function Me(e, t) {
524
487
  }
525
488
  return o;
526
489
  }
527
- function k(e, t, r) {
490
+ function j(e, t, r) {
528
491
  if (r || arguments.length === 2) for (var n = 0, i = t.length, o; n < i; n++)
529
492
  (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
530
493
  return e.concat(o || Array.prototype.slice.call(t));
531
494
  }
532
- function A(e) {
495
+ function P(e) {
533
496
  return typeof e == "function";
534
497
  }
535
- function Ct(e) {
498
+ function Bt(e) {
536
499
  var t = function(n) {
537
500
  Error.call(n), n.stack = new Error().stack;
538
501
  }, r = e(t);
539
502
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
540
503
  }
541
- var Te = Ct(function(e) {
504
+ var _e = Bt(function(e) {
542
505
  return function(r) {
543
506
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
544
507
  ` + r.map(function(n, i) {
@@ -547,13 +510,13 @@ var Te = Ct(function(e) {
547
510
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
548
511
  };
549
512
  });
550
- function $e(e, t) {
513
+ function Ne(e, t) {
551
514
  if (e) {
552
515
  var r = e.indexOf(t);
553
516
  0 <= r && e.splice(r, 1);
554
517
  }
555
518
  }
556
- var ge = function() {
519
+ var be = function() {
557
520
  function e(t) {
558
521
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
559
522
  }
@@ -565,58 +528,58 @@ var ge = function() {
565
528
  if (s)
566
529
  if (this._parentage = null, Array.isArray(s))
567
530
  try {
568
- for (var a = Ne(s), l = a.next(); !l.done; l = a.next()) {
569
- var h = l.value;
570
- h.remove(this);
531
+ for (var a = Ie(s), h = a.next(); !h.done; h = a.next()) {
532
+ var u = h.value;
533
+ u.remove(this);
571
534
  }
572
535
  } catch (y) {
573
536
  t = { error: y };
574
537
  } finally {
575
538
  try {
576
- l && !l.done && (r = a.return) && r.call(a);
539
+ h && !h.done && (r = a.return) && r.call(a);
577
540
  } finally {
578
541
  if (t) throw t.error;
579
542
  }
580
543
  }
581
544
  else
582
545
  s.remove(this);
583
- var u = this.initialTeardown;
584
- if (A(u))
546
+ var l = this.initialTeardown;
547
+ if (P(l))
585
548
  try {
586
- u();
549
+ l();
587
550
  } catch (y) {
588
- o = y instanceof Te ? y.errors : [y];
551
+ o = y instanceof _e ? y.errors : [y];
589
552
  }
590
553
  var c = this._finalizers;
591
554
  if (c) {
592
555
  this._finalizers = null;
593
556
  try {
594
- for (var f = Ne(c), d = f.next(); !d.done; d = f.next()) {
595
- var v = d.value;
557
+ for (var f = Ie(c), m = f.next(); !m.done; m = f.next()) {
558
+ var v = m.value;
596
559
  try {
597
- ot(v);
560
+ Ye(v);
598
561
  } catch (y) {
599
- o = o != null ? o : [], y instanceof Te ? o = k(k([], Me(o)), Me(y.errors)) : o.push(y);
562
+ o = o ?? [], y instanceof _e ? o = j(j([], Ce(o)), Ce(y.errors)) : o.push(y);
600
563
  }
601
564
  }
602
565
  } catch (y) {
603
566
  n = { error: y };
604
567
  } finally {
605
568
  try {
606
- d && !d.done && (i = f.return) && i.call(f);
569
+ m && !m.done && (i = f.return) && i.call(f);
607
570
  } finally {
608
571
  if (n) throw n.error;
609
572
  }
610
573
  }
611
574
  }
612
575
  if (o)
613
- throw new Te(o);
576
+ throw new _e(o);
614
577
  }
615
578
  }, e.prototype.add = function(t) {
616
579
  var r;
617
580
  if (t && t !== this)
618
581
  if (this.closed)
619
- ot(t);
582
+ Ye(t);
620
583
  else {
621
584
  if (t instanceof e) {
622
585
  if (t.closed || t._hasParent(this))
@@ -633,56 +596,56 @@ var ge = function() {
633
596
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
634
597
  }, e.prototype._removeParent = function(t) {
635
598
  var r = this._parentage;
636
- r === t ? this._parentage = null : Array.isArray(r) && $e(r, t);
599
+ r === t ? this._parentage = null : Array.isArray(r) && Ne(r, t);
637
600
  }, e.prototype.remove = function(t) {
638
601
  var r = this._finalizers;
639
- r && $e(r, t), t instanceof e && t._removeParent(this);
602
+ r && Ne(r, t), t instanceof e && t._removeParent(this);
640
603
  }, e.EMPTY = function() {
641
604
  var t = new e();
642
605
  return t.closed = !0, t;
643
606
  }(), e;
644
- }(), Lt = ge.EMPTY;
645
- function Nt(e) {
646
- return e instanceof ge || e && "closed" in e && A(e.remove) && A(e.add) && A(e.unsubscribe);
607
+ }(), Tt = be.EMPTY;
608
+ function Ht(e) {
609
+ return e instanceof be || e && "closed" in e && P(e.remove) && P(e.add) && P(e.unsubscribe);
647
610
  }
648
- function ot(e) {
649
- A(e) ? e() : e.unsubscribe();
611
+ function Ye(e) {
612
+ P(e) ? e() : e.unsubscribe();
650
613
  }
651
- var Mt = {
614
+ var Hr = {
652
615
  onUnhandledError: null,
653
616
  onStoppedNotification: null,
654
617
  Promise: void 0,
655
618
  useDeprecatedSynchronousErrorHandling: !1,
656
619
  useDeprecatedNextContext: !1
657
- }, Fr = {
620
+ }, wr = {
658
621
  setTimeout: function(e, t) {
659
622
  for (var r = [], n = 2; n < arguments.length; n++)
660
623
  r[n - 2] = arguments[n];
661
- return setTimeout.apply(void 0, k([e, t], Me(r)));
624
+ return setTimeout.apply(void 0, j([e, t], Ce(r)));
662
625
  },
663
626
  clearTimeout: function(e) {
664
627
  return clearTimeout(e);
665
628
  },
666
629
  delegate: void 0
667
630
  };
668
- function Gr(e) {
669
- Fr.setTimeout(function() {
631
+ function Pr(e) {
632
+ wr.setTimeout(function() {
670
633
  throw e;
671
634
  });
672
635
  }
673
- function st() {
636
+ function qe() {
674
637
  }
675
- function ce(e) {
638
+ function le(e) {
676
639
  e();
677
640
  }
678
- var $t = function(e) {
679
- O(t, e);
641
+ var wt = function(e) {
642
+ A(t, e);
680
643
  function t(r) {
681
644
  var n = e.call(this) || this;
682
- return n.isStopped = !1, r ? (n.destination = r, Nt(r) && r.add(n)) : n.destination = zr, n;
645
+ return n.isStopped = !1, r ? (n.destination = r, Ht(r) && r.add(n)) : n.destination = Ir, n;
683
646
  }
684
647
  return t.create = function(r, n, i) {
685
- return new Re(r, n, i);
648
+ return new Le(r, n, i);
686
649
  }, t.prototype.next = function(r) {
687
650
  this.isStopped || this._next(r);
688
651
  }, t.prototype.error = function(r) {
@@ -706,11 +669,7 @@ var $t = function(e) {
706
669
  this.unsubscribe();
707
670
  }
708
671
  }, t;
709
- }(ge), jr = Function.prototype.bind;
710
- function He(e, t) {
711
- return jr.call(e, t);
712
- }
713
- var kr = function() {
672
+ }(be), Ar = function() {
714
673
  function e(t) {
715
674
  this.partialObserver = t;
716
675
  }
@@ -720,7 +679,7 @@ var kr = function() {
720
679
  try {
721
680
  r.next(t);
722
681
  } catch (n) {
723
- se(n);
682
+ oe(n);
724
683
  }
725
684
  }, e.prototype.error = function(t) {
726
685
  var r = this.partialObserver;
@@ -728,68 +687,56 @@ var kr = function() {
728
687
  try {
729
688
  r.error(t);
730
689
  } catch (n) {
731
- se(n);
690
+ oe(n);
732
691
  }
733
692
  else
734
- se(t);
693
+ oe(t);
735
694
  }, e.prototype.complete = function() {
736
695
  var t = this.partialObserver;
737
696
  if (t.complete)
738
697
  try {
739
698
  t.complete();
740
699
  } catch (r) {
741
- se(r);
700
+ oe(r);
742
701
  }
743
702
  }, e;
744
- }(), Re = function(e) {
745
- O(t, e);
703
+ }(), Le = function(e) {
704
+ A(t, e);
746
705
  function t(r, n, i) {
747
706
  var o = e.call(this) || this, s;
748
- if (A(r) || !r)
749
- s = {
750
- next: r != null ? r : void 0,
751
- error: n != null ? n : void 0,
752
- complete: i != null ? i : void 0
753
- };
754
- else {
755
- var a;
756
- o && Mt.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
757
- return o.unsubscribe();
758
- }, s = {
759
- next: r.next && He(r.next, a),
760
- error: r.error && He(r.error, a),
761
- complete: r.complete && He(r.complete, a)
762
- }) : s = r;
763
- }
764
- return o.destination = new kr(s), o;
707
+ return P(r) || !r ? s = {
708
+ next: r ?? void 0,
709
+ error: n ?? void 0,
710
+ complete: i ?? void 0
711
+ } : s = r, o.destination = new Ar(s), o;
765
712
  }
766
713
  return t;
767
- }($t);
768
- function se(e) {
769
- Gr(e);
714
+ }(wt);
715
+ function oe(e) {
716
+ Pr(e);
770
717
  }
771
- function Vr(e) {
718
+ function Or(e) {
772
719
  throw e;
773
720
  }
774
- var zr = {
721
+ var Ir = {
775
722
  closed: !0,
776
- next: st,
777
- error: Vr,
778
- complete: st
779
- }, Xr = function() {
723
+ next: qe,
724
+ error: Or,
725
+ complete: qe
726
+ }, Cr = function() {
780
727
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
781
728
  }();
782
- function Wr(e) {
729
+ function Nr(e) {
783
730
  return e;
784
731
  }
785
- function Zr(e) {
786
- return e.length === 0 ? Wr : e.length === 1 ? e[0] : function(r) {
732
+ function Lr(e) {
733
+ return e.length === 0 ? Nr : e.length === 1 ? e[0] : function(r) {
787
734
  return e.reduce(function(n, i) {
788
735
  return i(n);
789
736
  }, r);
790
737
  };
791
738
  }
792
- var at = function() {
739
+ var Ke = function() {
793
740
  function e(t) {
794
741
  t && (this._subscribe = t);
795
742
  }
@@ -797,10 +744,10 @@ var at = function() {
797
744
  var r = new e();
798
745
  return r.source = this, r.operator = t, r;
799
746
  }, e.prototype.subscribe = function(t, r, n) {
800
- var i = this, o = Jr(t) ? t : new Re(t, r, n);
801
- return ce(function() {
802
- var s = i, a = s.operator, l = s.source;
803
- o.add(a ? a.call(o, l) : l ? i._subscribe(o) : i._trySubscribe(o));
747
+ var i = this, o = $r(t) ? t : new Le(t, r, n);
748
+ return le(function() {
749
+ var s = i, a = s.operator, h = s.source;
750
+ o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
804
751
  }), o;
805
752
  }, e.prototype._trySubscribe = function(t) {
806
753
  try {
@@ -810,13 +757,13 @@ var at = function() {
810
757
  }
811
758
  }, e.prototype.forEach = function(t, r) {
812
759
  var n = this;
813
- return r = ut(r), new r(function(i, o) {
814
- var s = new Re({
760
+ return r = et(r), new r(function(i, o) {
761
+ var s = new Le({
815
762
  next: function(a) {
816
763
  try {
817
764
  t(a);
818
- } catch (l) {
819
- o(l), s.unsubscribe();
765
+ } catch (h) {
766
+ o(h), s.unsubscribe();
820
767
  }
821
768
  },
822
769
  error: o,
@@ -827,15 +774,15 @@ var at = function() {
827
774
  }, e.prototype._subscribe = function(t) {
828
775
  var r;
829
776
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
830
- }, e.prototype[Xr] = function() {
777
+ }, e.prototype[Cr] = function() {
831
778
  return this;
832
779
  }, e.prototype.pipe = function() {
833
780
  for (var t = [], r = 0; r < arguments.length; r++)
834
781
  t[r] = arguments[r];
835
- return Zr(t)(this);
782
+ return Lr(t)(this);
836
783
  }, e.prototype.toPromise = function(t) {
837
784
  var r = this;
838
- return t = ut(t), new t(function(n, i) {
785
+ return t = et(t), new t(function(n, i) {
839
786
  var o;
840
787
  r.subscribe(function(s) {
841
788
  return o = s;
@@ -849,45 +796,45 @@ var at = function() {
849
796
  return new e(t);
850
797
  }, e;
851
798
  }();
852
- function ut(e) {
799
+ function et(e) {
853
800
  var t;
854
- return (t = e != null ? e : Mt.Promise) !== null && t !== void 0 ? t : Promise;
801
+ return (t = e ?? Hr.Promise) !== null && t !== void 0 ? t : Promise;
855
802
  }
856
- function Qr(e) {
857
- return e && A(e.next) && A(e.error) && A(e.complete);
803
+ function Mr(e) {
804
+ return e && P(e.next) && P(e.error) && P(e.complete);
858
805
  }
859
- function Jr(e) {
860
- return e && e instanceof $t || Qr(e) && Nt(e);
806
+ function $r(e) {
807
+ return e && e instanceof wt || Mr(e) && Ht(e);
861
808
  }
862
- var Yr = Ct(function(e) {
809
+ var Rr = Bt(function(e) {
863
810
  return function() {
864
811
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
865
812
  };
866
- }), Rt = function(e) {
867
- O(t, e);
813
+ }), Pt = function(e) {
814
+ A(t, e);
868
815
  function t() {
869
816
  var r = e.call(this) || this;
870
817
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
871
818
  }
872
819
  return t.prototype.lift = function(r) {
873
- var n = new ht(this, this);
820
+ var n = new tt(this, this);
874
821
  return n.operator = r, n;
875
822
  }, t.prototype._throwIfClosed = function() {
876
823
  if (this.closed)
877
- throw new Yr();
824
+ throw new Rr();
878
825
  }, t.prototype.next = function(r) {
879
826
  var n = this;
880
- ce(function() {
827
+ le(function() {
881
828
  var i, o;
882
829
  if (n._throwIfClosed(), !n.isStopped) {
883
830
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
884
831
  try {
885
- for (var s = Ne(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
886
- var l = a.value;
887
- l.next(r);
832
+ for (var s = Ie(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
833
+ var h = a.value;
834
+ h.next(r);
888
835
  }
889
- } catch (h) {
890
- i = { error: h };
836
+ } catch (u) {
837
+ i = { error: u };
891
838
  } finally {
892
839
  try {
893
840
  a && !a.done && (o = s.return) && o.call(s);
@@ -899,7 +846,7 @@ var Yr = Ct(function(e) {
899
846
  });
900
847
  }, t.prototype.error = function(r) {
901
848
  var n = this;
902
- ce(function() {
849
+ le(function() {
903
850
  if (n._throwIfClosed(), !n.isStopped) {
904
851
  n.hasError = n.isStopped = !0, n.thrownError = r;
905
852
  for (var i = n.observers; i.length; )
@@ -908,7 +855,7 @@ var Yr = Ct(function(e) {
908
855
  });
909
856
  }, t.prototype.complete = function() {
910
857
  var r = this;
911
- ce(function() {
858
+ le(function() {
912
859
  if (r._throwIfClosed(), !r.isStopped) {
913
860
  r.isStopped = !0;
914
861
  for (var n = r.observers; n.length; )
@@ -930,20 +877,20 @@ var Yr = Ct(function(e) {
930
877
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
931
878
  }, t.prototype._innerSubscribe = function(r) {
932
879
  var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
933
- return o || s ? Lt : (this.currentObservers = null, a.push(r), new ge(function() {
934
- n.currentObservers = null, $e(a, r);
880
+ return o || s ? Tt : (this.currentObservers = null, a.push(r), new be(function() {
881
+ n.currentObservers = null, Ne(a, r);
935
882
  }));
936
883
  }, t.prototype._checkFinalizedStatuses = function(r) {
937
884
  var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
938
885
  i ? r.error(o) : s && r.complete();
939
886
  }, t.prototype.asObservable = function() {
940
- var r = new at();
887
+ var r = new Ke();
941
888
  return r.source = this, r;
942
889
  }, t.create = function(r, n) {
943
- return new ht(r, n);
890
+ return new tt(r, n);
944
891
  }, t;
945
- }(at), ht = function(e) {
946
- O(t, e);
892
+ }(Ke), tt = function(e) {
893
+ A(t, e);
947
894
  function t(r, n) {
948
895
  var i = e.call(this) || this;
949
896
  return i.destination = r, i.source = n, i;
@@ -959,279 +906,281 @@ var Yr = Ct(function(e) {
959
906
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
960
907
  }, t.prototype._subscribe = function(r) {
961
908
  var n, i;
962
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Lt;
909
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Tt;
963
910
  }, t;
964
- }(Rt), Dt = {
911
+ }(Pt), At = {
965
912
  now: function() {
966
- return (Dt.delegate || Date).now();
913
+ return (At.delegate || Date).now();
967
914
  },
968
915
  delegate: void 0
969
- }, qr = function(e) {
970
- O(t, e);
916
+ }, Dr = function(e) {
917
+ A(t, e);
971
918
  function t(r, n, i) {
972
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Dt);
919
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = At);
973
920
  var o = e.call(this) || this;
974
921
  return o._bufferSize = r, o._windowTime = n, o._timestampProvider = i, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = n === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, n), o;
975
922
  }
976
923
  return t.prototype.next = function(r) {
977
- var n = this, i = n.isStopped, o = n._buffer, s = n._infiniteTimeWindow, a = n._timestampProvider, l = n._windowTime;
978
- i || (o.push(r), !s && o.push(a.now() + l)), this._trimBuffer(), e.prototype.next.call(this, r);
924
+ var n = this, i = n.isStopped, o = n._buffer, s = n._infiniteTimeWindow, a = n._timestampProvider, h = n._windowTime;
925
+ i || (o.push(r), !s && o.push(a.now() + h)), this._trimBuffer(), e.prototype.next.call(this, r);
979
926
  }, t.prototype._subscribe = function(r) {
980
927
  this._throwIfClosed(), this._trimBuffer();
981
- for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow, s = i._buffer, a = s.slice(), l = 0; l < a.length && !r.closed; l += o ? 1 : 2)
982
- r.next(a[l]);
928
+ for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow, s = i._buffer, a = s.slice(), h = 0; h < a.length && !r.closed; h += o ? 1 : 2)
929
+ r.next(a[h]);
983
930
  return this._checkFinalizedStatuses(r), n;
984
931
  }, t.prototype._trimBuffer = function() {
985
932
  var r = this, n = r._bufferSize, i = r._timestampProvider, o = r._buffer, s = r._infiniteTimeWindow, a = (s ? 1 : 2) * n;
986
933
  if (n < 1 / 0 && a < o.length && o.splice(0, o.length - a), !s) {
987
- for (var l = i.now(), h = 0, u = 1; u < o.length && o[u] <= l; u += 2)
988
- h = u;
989
- h && o.splice(0, h + 1);
934
+ for (var h = i.now(), u = 0, l = 1; l < o.length && o[l] <= h; l += 2)
935
+ u = l;
936
+ u && o.splice(0, u + 1);
990
937
  }
991
938
  }, t;
992
- }(Rt);
993
- const lt = [], ct = {}, Kr = (e, t = 0) => {
994
- if (lt.indexOf(e) == -1) {
995
- const r = new qr(t);
996
- ct[e] = r, lt.push(e);
939
+ }(Pt);
940
+ const rt = [], nt = {}, Ur = (e, t = 0) => {
941
+ if (rt.indexOf(e) == -1) {
942
+ const r = new Dr(t);
943
+ nt[e] = r, rt.push(e);
997
944
  }
998
- return ct[e];
999
- }, F = [];
1000
- function en(e, t) {
945
+ return nt[e];
946
+ }, U = [];
947
+ function Gr(e, t) {
1001
948
  return {
1002
- subscribe: ye(e, t).subscribe
949
+ subscribe: ge(e, t).subscribe
1003
950
  };
1004
951
  }
1005
- function ye(e, t = H) {
952
+ function ge(e, t = B) {
1006
953
  let r;
1007
954
  const n = /* @__PURE__ */ new Set();
1008
955
  function i(a) {
1009
- if (Bt(e, a) && (e = a, r)) {
1010
- const l = !F.length;
1011
- for (const h of n)
1012
- h[1](), F.push(h, e);
1013
- if (l) {
1014
- for (let h = 0; h < F.length; h += 2)
1015
- F[h][0](F[h + 1]);
1016
- F.length = 0;
956
+ if (xt(e, a) && (e = a, r)) {
957
+ const h = !U.length;
958
+ for (const u of n)
959
+ u[1](), U.push(u, e);
960
+ if (h) {
961
+ for (let u = 0; u < U.length; u += 2)
962
+ U[u][0](U[u + 1]);
963
+ U.length = 0;
1017
964
  }
1018
965
  }
1019
966
  }
1020
967
  function o(a) {
1021
968
  i(a(e));
1022
969
  }
1023
- function s(a, l = H) {
1024
- const h = [a, l];
1025
- return n.add(h), n.size === 1 && (r = t(i, o) || H), a(e), () => {
1026
- n.delete(h), n.size === 0 && r && (r(), r = null);
970
+ function s(a, h = B) {
971
+ const u = [a, h];
972
+ return n.add(u), n.size === 1 && (r = t(i, o) || B), a(e), () => {
973
+ n.delete(u), n.size === 0 && r && (r(), r = null);
1027
974
  };
1028
975
  }
1029
976
  return { set: i, update: o, subscribe: s };
1030
977
  }
1031
- function Z(e, t, r) {
978
+ function W(e, t, r) {
1032
979
  const n = !Array.isArray(e), i = n ? [e] : e;
1033
980
  if (!i.every(Boolean))
1034
981
  throw new Error("derived() expects stores as input, got a falsy value");
1035
982
  const o = t.length < 2;
1036
- return en(r, (s, a) => {
1037
- let l = !1;
1038
- const h = [];
1039
- let u = 0, c = H;
983
+ return Gr(r, (s, a) => {
984
+ let h = !1;
985
+ const u = [];
986
+ let l = 0, c = B;
1040
987
  const f = () => {
1041
- if (u)
988
+ if (l)
1042
989
  return;
1043
990
  c();
1044
- const v = t(n ? h[0] : h, s, a);
1045
- o ? s(v) : c = Xe(v) ? v : H;
1046
- }, d = i.map(
1047
- (v, y) => At(
991
+ const v = t(n ? u[0] : u, s, a);
992
+ o ? s(v) : c = ke(v) ? v : B;
993
+ }, m = i.map(
994
+ (v, y) => Et(
1048
995
  v,
1049
- (T) => {
1050
- h[y] = T, u &= ~(1 << y), l && f();
996
+ (S) => {
997
+ u[y] = S, l &= ~(1 << y), h && f();
1051
998
  },
1052
999
  () => {
1053
- u |= 1 << y;
1000
+ l |= 1 << y;
1054
1001
  }
1055
1002
  )
1056
1003
  );
1057
- return l = !0, f(), function() {
1058
- ne(d), c(), l = !1;
1004
+ return h = !0, f(), function() {
1005
+ re(m), c(), h = !1;
1059
1006
  };
1060
1007
  });
1061
1008
  }
1062
- function tn(e) {
1063
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1009
+ function Fr(e) {
1010
+ return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1064
1011
  }
1065
- var rn = function(t) {
1066
- return nn(t) && !on(t);
1012
+ var jr = function(t) {
1013
+ return kr(t) && !Vr(t);
1067
1014
  };
1068
- function nn(e) {
1015
+ function kr(e) {
1069
1016
  return !!e && typeof e == "object";
1070
1017
  }
1071
- function on(e) {
1018
+ function Vr(e) {
1072
1019
  var t = Object.prototype.toString.call(e);
1073
- return t === "[object RegExp]" || t === "[object Date]" || un(e);
1020
+ return t === "[object RegExp]" || t === "[object Date]" || Wr(e);
1074
1021
  }
1075
- var sn = typeof Symbol == "function" && Symbol.for, an = sn ? Symbol.for("react.element") : 60103;
1076
- function un(e) {
1077
- return e.$$typeof === an;
1022
+ var zr = typeof Symbol == "function" && Symbol.for, Xr = zr ? Symbol.for("react.element") : 60103;
1023
+ function Wr(e) {
1024
+ return e.$$typeof === Xr;
1078
1025
  }
1079
- function hn(e) {
1026
+ function Zr(e) {
1080
1027
  return Array.isArray(e) ? [] : {};
1081
1028
  }
1082
- function te(e, t) {
1083
- return t.clone !== !1 && t.isMergeableObject(e) ? V(hn(e), e, t) : e;
1029
+ function ee(e, t) {
1030
+ return t.clone !== !1 && t.isMergeableObject(e) ? k(Zr(e), e, t) : e;
1084
1031
  }
1085
- function ln(e, t, r) {
1032
+ function Qr(e, t, r) {
1086
1033
  return e.concat(t).map(function(n) {
1087
- return te(n, r);
1034
+ return ee(n, r);
1088
1035
  });
1089
1036
  }
1090
- function cn(e, t) {
1037
+ function Jr(e, t) {
1091
1038
  if (!t.customMerge)
1092
- return V;
1039
+ return k;
1093
1040
  var r = t.customMerge(e);
1094
- return typeof r == "function" ? r : V;
1041
+ return typeof r == "function" ? r : k;
1095
1042
  }
1096
- function fn(e) {
1043
+ function Yr(e) {
1097
1044
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1098
1045
  return Object.propertyIsEnumerable.call(e, t);
1099
1046
  }) : [];
1100
1047
  }
1101
- function ft(e) {
1102
- return Object.keys(e).concat(fn(e));
1048
+ function it(e) {
1049
+ return Object.keys(e).concat(Yr(e));
1103
1050
  }
1104
- function Ut(e, t) {
1051
+ function Ot(e, t) {
1105
1052
  try {
1106
1053
  return t in e;
1107
- } catch (r) {
1054
+ } catch {
1108
1055
  return !1;
1109
1056
  }
1110
1057
  }
1111
- function pn(e, t) {
1112
- return Ut(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1058
+ function qr(e, t) {
1059
+ return Ot(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1113
1060
  }
1114
- function mn(e, t, r) {
1061
+ function Kr(e, t, r) {
1115
1062
  var n = {};
1116
- return r.isMergeableObject(e) && ft(e).forEach(function(i) {
1117
- n[i] = te(e[i], r);
1118
- }), ft(t).forEach(function(i) {
1119
- pn(e, i) || (Ut(e, i) && r.isMergeableObject(t[i]) ? n[i] = cn(i, r)(e[i], t[i], r) : n[i] = te(t[i], r));
1063
+ return r.isMergeableObject(e) && it(e).forEach(function(i) {
1064
+ n[i] = ee(e[i], r);
1065
+ }), it(t).forEach(function(i) {
1066
+ qr(e, i) || (Ot(e, i) && r.isMergeableObject(t[i]) ? n[i] = Jr(i, r)(e[i], t[i], r) : n[i] = ee(t[i], r));
1120
1067
  }), n;
1121
1068
  }
1122
- function V(e, t, r) {
1123
- r = r || {}, r.arrayMerge = r.arrayMerge || ln, r.isMergeableObject = r.isMergeableObject || rn, r.cloneUnlessOtherwiseSpecified = te;
1069
+ function k(e, t, r) {
1070
+ r = r || {}, r.arrayMerge = r.arrayMerge || Qr, r.isMergeableObject = r.isMergeableObject || jr, r.cloneUnlessOtherwiseSpecified = ee;
1124
1071
  var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
1125
- return o ? n ? r.arrayMerge(e, t, r) : mn(e, t, r) : te(t, r);
1072
+ return o ? n ? r.arrayMerge(e, t, r) : Kr(e, t, r) : ee(t, r);
1126
1073
  }
1127
- V.all = function(t, r) {
1074
+ k.all = function(t, r) {
1128
1075
  if (!Array.isArray(t))
1129
1076
  throw new Error("first argument should be an array");
1130
1077
  return t.reduce(function(n, i) {
1131
- return V(n, i, r);
1078
+ return k(n, i, r);
1132
1079
  }, {});
1133
1080
  };
1134
- var dn = V, bn = dn;
1135
- const gn = /* @__PURE__ */ tn(bn);
1136
- function we(e, t) {
1137
- var r = t && t.cache ? t.cache : Sn, n = t && t.serializer ? t.serializer : _n, i = t && t.strategy ? t.strategy : vn;
1081
+ var en = k, tn = en;
1082
+ const rn = /* @__PURE__ */ Fr(tn);
1083
+ function Se(e, t) {
1084
+ var r = t && t.cache ? t.cache : ln, n = t && t.serializer ? t.serializer : un, i = t && t.strategy ? t.strategy : on;
1138
1085
  return i(e, {
1139
1086
  cache: r,
1140
1087
  serializer: n
1141
1088
  });
1142
1089
  }
1143
- function yn(e) {
1090
+ function nn(e) {
1144
1091
  return e == null || typeof e == "number" || typeof e == "boolean";
1145
1092
  }
1146
- function Ft(e, t, r, n) {
1147
- var i = yn(n) ? n : r(n), o = t.get(i);
1148
- return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
1093
+ function It(e, t, r, n) {
1094
+ var i = nn(n) ? n : r(n), o = t.get(i);
1095
+ return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
1149
1096
  }
1150
- function Gt(e, t, r) {
1097
+ function Ct(e, t, r) {
1151
1098
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1152
- return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
1099
+ return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
1153
1100
  }
1154
- function Ze(e, t, r, n, i) {
1101
+ function ze(e, t, r, n, i) {
1155
1102
  return r.bind(t, e, n, i);
1156
1103
  }
1157
- function vn(e, t) {
1158
- var r = e.length === 1 ? Ft : Gt;
1159
- return Ze(e, this, r, t.cache.create(), t.serializer);
1104
+ function on(e, t) {
1105
+ var r = e.length === 1 ? It : Ct;
1106
+ return ze(e, this, r, t.cache.create(), t.serializer);
1160
1107
  }
1161
- function En(e, t) {
1162
- return Ze(e, this, Gt, t.cache.create(), t.serializer);
1108
+ function sn(e, t) {
1109
+ return ze(e, this, Ct, t.cache.create(), t.serializer);
1163
1110
  }
1164
- function xn(e, t) {
1165
- return Ze(e, this, Ft, t.cache.create(), t.serializer);
1111
+ function an(e, t) {
1112
+ return ze(e, this, It, t.cache.create(), t.serializer);
1166
1113
  }
1167
- var _n = function() {
1114
+ var un = function() {
1168
1115
  return JSON.stringify(arguments);
1169
- };
1170
- function Qe() {
1171
- this.cache = /* @__PURE__ */ Object.create(null);
1172
- }
1173
- Qe.prototype.get = function(e) {
1174
- return this.cache[e];
1175
- };
1176
- Qe.prototype.set = function(e, t) {
1177
- this.cache[e] = t;
1178
- };
1179
- var Sn = {
1116
+ }, hn = (
1117
+ /** @class */
1118
+ function() {
1119
+ function e() {
1120
+ this.cache = /* @__PURE__ */ Object.create(null);
1121
+ }
1122
+ return e.prototype.get = function(t) {
1123
+ return this.cache[t];
1124
+ }, e.prototype.set = function(t, r) {
1125
+ this.cache[t] = r;
1126
+ }, e;
1127
+ }()
1128
+ ), ln = {
1180
1129
  create: function() {
1181
- return new Qe();
1130
+ return new hn();
1182
1131
  }
1183
- }, Pe = {
1184
- variadic: En,
1185
- monadic: xn
1132
+ }, Be = {
1133
+ variadic: sn,
1134
+ monadic: an
1186
1135
  }, p;
1187
1136
  (function(e) {
1188
1137
  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";
1189
1138
  })(p || (p = {}));
1190
- var E;
1139
+ var x;
1191
1140
  (function(e) {
1192
1141
  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";
1193
- })(E || (E = {}));
1194
- var z;
1142
+ })(x || (x = {}));
1143
+ var V;
1195
1144
  (function(e) {
1196
1145
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1197
- })(z || (z = {}));
1198
- function pt(e) {
1199
- return e.type === E.literal;
1146
+ })(V || (V = {}));
1147
+ function ot(e) {
1148
+ return e.type === x.literal;
1200
1149
  }
1201
- function Tn(e) {
1202
- return e.type === E.argument;
1150
+ function cn(e) {
1151
+ return e.type === x.argument;
1203
1152
  }
1204
- function jt(e) {
1205
- return e.type === E.number;
1153
+ function Nt(e) {
1154
+ return e.type === x.number;
1206
1155
  }
1207
- function kt(e) {
1208
- return e.type === E.date;
1156
+ function Lt(e) {
1157
+ return e.type === x.date;
1209
1158
  }
1210
- function Vt(e) {
1211
- return e.type === E.time;
1159
+ function Mt(e) {
1160
+ return e.type === x.time;
1212
1161
  }
1213
- function zt(e) {
1214
- return e.type === E.select;
1162
+ function $t(e) {
1163
+ return e.type === x.select;
1215
1164
  }
1216
- function Xt(e) {
1217
- return e.type === E.plural;
1165
+ function Rt(e) {
1166
+ return e.type === x.plural;
1218
1167
  }
1219
- function Hn(e) {
1220
- return e.type === E.pound;
1168
+ function fn(e) {
1169
+ return e.type === x.pound;
1221
1170
  }
1222
- function Wt(e) {
1223
- return e.type === E.tag;
1171
+ function Dt(e) {
1172
+ return e.type === x.tag;
1224
1173
  }
1225
- function Zt(e) {
1226
- return !!(e && typeof e == "object" && e.type === z.number);
1174
+ function Ut(e) {
1175
+ return !!(e && typeof e == "object" && e.type === V.number);
1227
1176
  }
1228
- function De(e) {
1229
- return !!(e && typeof e == "object" && e.type === z.dateTime);
1177
+ function Me(e) {
1178
+ return !!(e && typeof e == "object" && e.type === V.dateTime);
1230
1179
  }
1231
- var Qt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, wn = /(?:[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;
1232
- function Pn(e) {
1180
+ var Gt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, pn = /(?:[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;
1181
+ function dn(e) {
1233
1182
  var t = {};
1234
- return e.replace(wn, function(r) {
1183
+ return e.replace(pn, function(r) {
1235
1184
  var n = r.length;
1236
1185
  switch (r[0]) {
1237
1186
  case "G":
@@ -1320,36 +1269,36 @@ function Pn(e) {
1320
1269
  return "";
1321
1270
  }), t;
1322
1271
  }
1323
- var Bn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1324
- function An(e) {
1272
+ var mn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1273
+ function bn(e) {
1325
1274
  if (e.length === 0)
1326
1275
  throw new Error("Number skeleton cannot be empty");
1327
- for (var t = e.split(Bn).filter(function(f) {
1276
+ for (var t = e.split(mn).filter(function(f) {
1328
1277
  return f.length > 0;
1329
1278
  }), r = [], n = 0, i = t; n < i.length; n++) {
1330
1279
  var o = i[n], s = o.split("/");
1331
1280
  if (s.length === 0)
1332
1281
  throw new Error("Invalid number skeleton");
1333
- for (var a = s[0], l = s.slice(1), h = 0, u = l; h < u.length; h++) {
1334
- var c = u[h];
1282
+ for (var a = s[0], h = s.slice(1), u = 0, l = h; u < l.length; u++) {
1283
+ var c = l[u];
1335
1284
  if (c.length === 0)
1336
1285
  throw new Error("Invalid number skeleton");
1337
1286
  }
1338
- r.push({ stem: a, options: l });
1287
+ r.push({ stem: a, options: h });
1339
1288
  }
1340
1289
  return r;
1341
1290
  }
1342
- function On(e) {
1291
+ function gn(e) {
1343
1292
  return e.replace(/^(.*?)-/, "");
1344
1293
  }
1345
- var mt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Jt = /^(@+)?(\+|#+)?[rs]?$/g, In = /(\*)(0+)|(#+)(0+)|(0+)/g, Yt = /^(0+)$/;
1346
- function dt(e) {
1294
+ var st = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Ft = /^(@+)?(\+|#+)?[rs]?$/g, yn = /(\*)(0+)|(#+)(0+)|(0+)/g, jt = /^(0+)$/;
1295
+ function at(e) {
1347
1296
  var t = {};
1348
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Jt, function(r, n, i) {
1297
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Ft, function(r, n, i) {
1349
1298
  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)), "";
1350
1299
  }), t;
1351
1300
  }
1352
- function qt(e) {
1301
+ function kt(e) {
1353
1302
  switch (e) {
1354
1303
  case "sign-auto":
1355
1304
  return {
@@ -1389,7 +1338,7 @@ function qt(e) {
1389
1338
  };
1390
1339
  }
1391
1340
  }
1392
- function Cn(e) {
1341
+ function vn(e) {
1393
1342
  var t;
1394
1343
  if (e[0] === "E" && e[1] === "E" ? (t = {
1395
1344
  notation: "engineering"
@@ -1397,17 +1346,17 @@ function Cn(e) {
1397
1346
  notation: "scientific"
1398
1347
  }, e = e.slice(1)), t) {
1399
1348
  var r = e.slice(0, 2);
1400
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Yt.test(e))
1349
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !jt.test(e))
1401
1350
  throw new Error("Malformed concise eng/scientific notation");
1402
1351
  t.minimumIntegerDigits = e.length;
1403
1352
  }
1404
1353
  return t;
1405
1354
  }
1406
- function bt(e) {
1407
- var t = {}, r = qt(e);
1355
+ function ut(e) {
1356
+ var t = {}, r = kt(e);
1408
1357
  return r || t;
1409
1358
  }
1410
- function Ln(e) {
1359
+ function xn(e) {
1411
1360
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1412
1361
  var i = n[r];
1413
1362
  switch (i.stem) {
@@ -1431,7 +1380,7 @@ function Ln(e) {
1431
1380
  continue;
1432
1381
  case "measure-unit":
1433
1382
  case "unit":
1434
- t.style = "unit", t.unit = On(i.options[0]);
1383
+ t.style = "unit", t.unit = gn(i.options[0]);
1435
1384
  continue;
1436
1385
  case "compact-short":
1437
1386
  case "K":
@@ -1442,13 +1391,13 @@ function Ln(e) {
1442
1391
  t.notation = "compact", t.compactDisplay = "long";
1443
1392
  continue;
1444
1393
  case "scientific":
1445
- t = b(b(b({}, t), { notation: "scientific" }), i.options.reduce(function(l, h) {
1446
- return b(b({}, l), bt(h));
1394
+ t = b(b(b({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
1395
+ return b(b({}, h), ut(u));
1447
1396
  }, {}));
1448
1397
  continue;
1449
1398
  case "engineering":
1450
- t = b(b(b({}, t), { notation: "engineering" }), i.options.reduce(function(l, h) {
1451
- return b(b({}, l), bt(h));
1399
+ t = b(b(b({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
1400
+ return b(b({}, h), ut(u));
1452
1401
  }, {}));
1453
1402
  continue;
1454
1403
  case "notation-simple":
@@ -1493,45 +1442,45 @@ function Ln(e) {
1493
1442
  case "integer-width":
1494
1443
  if (i.options.length > 1)
1495
1444
  throw new RangeError("integer-width stems only accept a single optional option");
1496
- i.options[0].replace(In, function(l, h, u, c, f, d) {
1497
- if (h)
1498
- t.minimumIntegerDigits = u.length;
1445
+ i.options[0].replace(yn, function(h, u, l, c, f, m) {
1446
+ if (u)
1447
+ t.minimumIntegerDigits = l.length;
1499
1448
  else {
1500
1449
  if (c && f)
1501
1450
  throw new Error("We currently do not support maximum integer digits");
1502
- if (d)
1451
+ if (m)
1503
1452
  throw new Error("We currently do not support exact integer digits");
1504
1453
  }
1505
1454
  return "";
1506
1455
  });
1507
1456
  continue;
1508
1457
  }
1509
- if (Yt.test(i.stem)) {
1458
+ if (jt.test(i.stem)) {
1510
1459
  t.minimumIntegerDigits = i.stem.length;
1511
1460
  continue;
1512
1461
  }
1513
- if (mt.test(i.stem)) {
1462
+ if (st.test(i.stem)) {
1514
1463
  if (i.options.length > 1)
1515
1464
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1516
- i.stem.replace(mt, function(l, h, u, c, f, d) {
1517
- return u === "*" ? t.minimumFractionDigits = h.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && d ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + d.length) : (t.minimumFractionDigits = h.length, t.maximumFractionDigits = h.length), "";
1465
+ i.stem.replace(st, function(h, u, l, c, f, m) {
1466
+ return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1518
1467
  });
1519
1468
  var o = i.options[0];
1520
- o === "w" ? t = b(b({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = b(b({}, t), dt(o)));
1469
+ o === "w" ? t = b(b({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = b(b({}, t), at(o)));
1521
1470
  continue;
1522
1471
  }
1523
- if (Jt.test(i.stem)) {
1524
- t = b(b({}, t), dt(i.stem));
1472
+ if (Ft.test(i.stem)) {
1473
+ t = b(b({}, t), at(i.stem));
1525
1474
  continue;
1526
1475
  }
1527
- var s = qt(i.stem);
1476
+ var s = kt(i.stem);
1528
1477
  s && (t = b(b({}, t), s));
1529
- var a = Cn(i.stem);
1478
+ var a = vn(i.stem);
1530
1479
  a && (t = b(b({}, t), a));
1531
1480
  }
1532
1481
  return t;
1533
1482
  }
1534
- var ae = {
1483
+ var se = {
1535
1484
  "001": [
1536
1485
  "H",
1537
1486
  "h"
@@ -2946,22 +2895,22 @@ var ae = {
2946
2895
  "h"
2947
2896
  ]
2948
2897
  };
2949
- function Nn(e, t) {
2898
+ function En(e, t) {
2950
2899
  for (var r = "", n = 0; n < e.length; n++) {
2951
2900
  var i = e.charAt(n);
2952
2901
  if (i === "j") {
2953
2902
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2954
2903
  o++, n++;
2955
- var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), l = "a", h = Mn(t);
2956
- for ((h == "H" || h == "k") && (a = 0); a-- > 0; )
2957
- r += l;
2904
+ var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = _n(t);
2905
+ for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
2906
+ r += h;
2958
2907
  for (; s-- > 0; )
2959
- r = h + r;
2908
+ r = u + r;
2960
2909
  } else i === "J" ? r += "H" : r += i;
2961
2910
  }
2962
2911
  return r;
2963
2912
  }
2964
- function Mn(e) {
2913
+ function _n(e) {
2965
2914
  var t = e.hourCycle;
2966
2915
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2967
2916
  e.hourCycles && // @ts-ignore
@@ -2980,23 +2929,23 @@ function Mn(e) {
2980
2929
  }
2981
2930
  var r = e.language, n;
2982
2931
  r !== "root" && (n = e.maximize().region);
2983
- var i = ae[n || ""] || ae[r || ""] || ae["".concat(r, "-001")] || ae["001"];
2932
+ var i = se[n || ""] || se[r || ""] || se["".concat(r, "-001")] || se["001"];
2984
2933
  return i[0];
2985
2934
  }
2986
- var Be, $n = new RegExp("^".concat(Qt.source, "*")), Rn = new RegExp("".concat(Qt.source, "*$"));
2987
- function m(e, t) {
2935
+ var Te, Sn = new RegExp("^".concat(Gt.source, "*")), Bn = new RegExp("".concat(Gt.source, "*$"));
2936
+ function d(e, t) {
2988
2937
  return { start: e, end: t };
2989
2938
  }
2990
- var Dn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Un = !!String.fromCodePoint, Fn = !!Object.fromEntries, Gn = !!String.prototype.codePointAt, jn = !!String.prototype.trimStart, kn = !!String.prototype.trimEnd, Vn = !!Number.isSafeInteger, zn = Vn ? Number.isSafeInteger : function(e) {
2939
+ var Tn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Hn = !!String.fromCodePoint, wn = !!Object.fromEntries, Pn = !!String.prototype.codePointAt, An = !!String.prototype.trimStart, On = !!String.prototype.trimEnd, In = !!Number.isSafeInteger, Cn = In ? Number.isSafeInteger : function(e) {
2991
2940
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2992
- }, Ue = !0;
2941
+ }, $e = !0;
2993
2942
  try {
2994
- var Xn = er("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2995
- Ue = ((Be = Xn.exec("a")) === null || Be === void 0 ? void 0 : Be[0]) === "a";
2996
- } catch (e) {
2997
- Ue = !1;
2943
+ var Nn = zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2944
+ $e = ((Te = Nn.exec("a")) === null || Te === void 0 ? void 0 : Te[0]) === "a";
2945
+ } catch {
2946
+ $e = !1;
2998
2947
  }
2999
- var gt = Dn ? (
2948
+ var ht = Tn ? (
3000
2949
  // Native
3001
2950
  function(t, r, n) {
3002
2951
  return t.startsWith(r, n);
@@ -3006,7 +2955,7 @@ var gt = Dn ? (
3006
2955
  function(t, r, n) {
3007
2956
  return t.slice(n, n + r.length) === r;
3008
2957
  }
3009
- ), Fe = Un ? String.fromCodePoint : (
2958
+ ), Re = Hn ? String.fromCodePoint : (
3010
2959
  // IE11
3011
2960
  function() {
3012
2961
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -3018,9 +2967,9 @@ var gt = Dn ? (
3018
2967
  }
3019
2968
  return n;
3020
2969
  }
3021
- ), yt = (
2970
+ ), lt = (
3022
2971
  // native
3023
- Fn ? Object.fromEntries : (
2972
+ wn ? Object.fromEntries : (
3024
2973
  // Ponyfill
3025
2974
  function(t) {
3026
2975
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -3030,7 +2979,7 @@ var gt = Dn ? (
3030
2979
  return r;
3031
2980
  }
3032
2981
  )
3033
- ), Kt = Gn ? (
2982
+ ), Vt = Pn ? (
3034
2983
  // Native
3035
2984
  function(t, r) {
3036
2985
  return t.codePointAt(r);
@@ -3044,7 +2993,7 @@ var gt = Dn ? (
3044
2993
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3045
2994
  }
3046
2995
  }
3047
- ), Wn = jn ? (
2996
+ ), Ln = An ? (
3048
2997
  // Native
3049
2998
  function(t) {
3050
2999
  return t.trimStart();
@@ -3052,9 +3001,9 @@ var gt = Dn ? (
3052
3001
  ) : (
3053
3002
  // Ponyfill
3054
3003
  function(t) {
3055
- return t.replace($n, "");
3004
+ return t.replace(Sn, "");
3056
3005
  }
3057
- ), Zn = kn ? (
3006
+ ), Mn = On ? (
3058
3007
  // Native
3059
3008
  function(t) {
3060
3009
  return t.trimEnd();
@@ -3062,32 +3011,32 @@ var gt = Dn ? (
3062
3011
  ) : (
3063
3012
  // Ponyfill
3064
3013
  function(t) {
3065
- return t.replace(Rn, "");
3014
+ return t.replace(Bn, "");
3066
3015
  }
3067
3016
  );
3068
- function er(e, t) {
3017
+ function zt(e, t) {
3069
3018
  return new RegExp(e, t);
3070
3019
  }
3071
- var Ge;
3072
- if (Ue) {
3073
- var vt = er("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3074
- Ge = function(t, r) {
3020
+ var De;
3021
+ if ($e) {
3022
+ var ct = zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3023
+ De = function(t, r) {
3075
3024
  var n;
3076
- vt.lastIndex = r;
3077
- var i = vt.exec(t);
3025
+ ct.lastIndex = r;
3026
+ var i = ct.exec(t);
3078
3027
  return (n = i[1]) !== null && n !== void 0 ? n : "";
3079
3028
  };
3080
3029
  } else
3081
- Ge = function(t, r) {
3030
+ De = function(t, r) {
3082
3031
  for (var n = []; ; ) {
3083
- var i = Kt(t, r);
3084
- if (i === void 0 || tr(i) || qn(i))
3032
+ var i = Vt(t, r);
3033
+ if (i === void 0 || Xt(i) || Un(i))
3085
3034
  break;
3086
3035
  n.push(i), r += i >= 65536 ? 2 : 1;
3087
3036
  }
3088
- return Fe.apply(void 0, n);
3037
+ return Re.apply(void 0, n);
3089
3038
  };
3090
- var Qn = (
3039
+ var $n = (
3091
3040
  /** @class */
3092
3041
  function() {
3093
3042
  function e(t, r) {
@@ -3111,14 +3060,14 @@ var Qn = (
3111
3060
  if (o === 35 && (r === "plural" || r === "selectordinal")) {
3112
3061
  var a = this.clonePosition();
3113
3062
  this.bump(), i.push({
3114
- type: E.pound,
3115
- location: m(a, this.clonePosition())
3063
+ type: x.pound,
3064
+ location: d(a, this.clonePosition())
3116
3065
  });
3117
3066
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
3118
3067
  if (n)
3119
3068
  break;
3120
- return this.error(p.UNMATCHED_CLOSING_TAG, m(this.clonePosition(), this.clonePosition()));
3121
- } else if (o === 60 && !this.ignoreTag && je(this.peek() || 0)) {
3069
+ return this.error(p.UNMATCHED_CLOSING_TAG, d(this.clonePosition(), this.clonePosition()));
3070
+ } else if (o === 60 && !this.ignoreTag && Ue(this.peek() || 0)) {
3122
3071
  var s = this.parseTag(t, r);
3123
3072
  if (s.err)
3124
3073
  return s;
@@ -3139,9 +3088,9 @@ var Qn = (
3139
3088
  if (this.bumpSpace(), this.bumpIf("/>"))
3140
3089
  return {
3141
3090
  val: {
3142
- type: E.literal,
3091
+ type: x.literal,
3143
3092
  value: "<".concat(i, "/>"),
3144
- location: m(n, this.clonePosition())
3093
+ location: d(n, this.clonePosition())
3145
3094
  },
3146
3095
  err: null
3147
3096
  };
@@ -3151,25 +3100,25 @@ var Qn = (
3151
3100
  return o;
3152
3101
  var s = o.val, a = this.clonePosition();
3153
3102
  if (this.bumpIf("</")) {
3154
- if (this.isEOF() || !je(this.char()))
3155
- return this.error(p.INVALID_TAG, m(a, this.clonePosition()));
3156
- var l = this.clonePosition(), h = this.parseTagName();
3157
- return i !== h ? this.error(p.UNMATCHED_CLOSING_TAG, m(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3103
+ if (this.isEOF() || !Ue(this.char()))
3104
+ return this.error(p.INVALID_TAG, d(a, this.clonePosition()));
3105
+ var h = this.clonePosition(), u = this.parseTagName();
3106
+ return i !== u ? this.error(p.UNMATCHED_CLOSING_TAG, d(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3158
3107
  val: {
3159
- type: E.tag,
3108
+ type: x.tag,
3160
3109
  value: i,
3161
3110
  children: s,
3162
- location: m(n, this.clonePosition())
3111
+ location: d(n, this.clonePosition())
3163
3112
  },
3164
3113
  err: null
3165
- } : this.error(p.INVALID_TAG, m(a, this.clonePosition())));
3114
+ } : this.error(p.INVALID_TAG, d(a, this.clonePosition())));
3166
3115
  } else
3167
- return this.error(p.UNCLOSED_TAG, m(n, this.clonePosition()));
3116
+ return this.error(p.UNCLOSED_TAG, d(n, this.clonePosition()));
3168
3117
  } else
3169
- return this.error(p.INVALID_TAG, m(n, this.clonePosition()));
3118
+ return this.error(p.INVALID_TAG, d(n, this.clonePosition()));
3170
3119
  }, e.prototype.parseTagName = function() {
3171
3120
  var t = this.offset();
3172
- for (this.bump(); !this.isEOF() && Yn(this.char()); )
3121
+ for (this.bump(); !this.isEOF() && Dn(this.char()); )
3173
3122
  this.bump();
3174
3123
  return this.message.slice(t, this.offset());
3175
3124
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3191,14 +3140,14 @@ var Qn = (
3191
3140
  }
3192
3141
  break;
3193
3142
  }
3194
- var l = m(n, this.clonePosition());
3143
+ var h = d(n, this.clonePosition());
3195
3144
  return {
3196
- val: { type: E.literal, value: i, location: l },
3145
+ val: { type: x.literal, value: i, location: h },
3197
3146
  err: null
3198
3147
  };
3199
3148
  }, e.prototype.tryParseLeftAngleBracket = function() {
3200
3149
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3201
- !Jn(this.peek() || 0)) ? (this.bump(), "<") : null;
3150
+ !Rn(this.peek() || 0)) ? (this.bump(), "<") : null;
3202
3151
  }, e.prototype.tryParseQuote = function(t) {
3203
3152
  if (this.isEOF() || this.char() !== 39)
3204
3153
  return null;
@@ -3232,100 +3181,100 @@ var Qn = (
3232
3181
  r.push(n);
3233
3182
  this.bump();
3234
3183
  }
3235
- return Fe.apply(void 0, r);
3184
+ return Re.apply(void 0, r);
3236
3185
  }, e.prototype.tryParseUnquoted = function(t, r) {
3237
3186
  if (this.isEOF())
3238
3187
  return null;
3239
3188
  var n = this.char();
3240
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Fe(n));
3189
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Re(n));
3241
3190
  }, e.prototype.parseArgument = function(t, r) {
3242
3191
  var n = this.clonePosition();
3243
3192
  if (this.bump(), this.bumpSpace(), this.isEOF())
3244
- return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, m(n, this.clonePosition()));
3193
+ return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, d(n, this.clonePosition()));
3245
3194
  if (this.char() === 125)
3246
- return this.bump(), this.error(p.EMPTY_ARGUMENT, m(n, this.clonePosition()));
3195
+ return this.bump(), this.error(p.EMPTY_ARGUMENT, d(n, this.clonePosition()));
3247
3196
  var i = this.parseIdentifierIfPossible().value;
3248
3197
  if (!i)
3249
- return this.error(p.MALFORMED_ARGUMENT, m(n, this.clonePosition()));
3198
+ return this.error(p.MALFORMED_ARGUMENT, d(n, this.clonePosition()));
3250
3199
  if (this.bumpSpace(), this.isEOF())
3251
- return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, m(n, this.clonePosition()));
3200
+ return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, d(n, this.clonePosition()));
3252
3201
  switch (this.char()) {
3253
3202
  case 125:
3254
3203
  return this.bump(), {
3255
3204
  val: {
3256
- type: E.argument,
3205
+ type: x.argument,
3257
3206
  // value does not include the opening and closing braces.
3258
3207
  value: i,
3259
- location: m(n, this.clonePosition())
3208
+ location: d(n, this.clonePosition())
3260
3209
  },
3261
3210
  err: null
3262
3211
  };
3263
3212
  case 44:
3264
- return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, m(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
3213
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, d(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
3265
3214
  default:
3266
- return this.error(p.MALFORMED_ARGUMENT, m(n, this.clonePosition()));
3215
+ return this.error(p.MALFORMED_ARGUMENT, d(n, this.clonePosition()));
3267
3216
  }
3268
3217
  }, e.prototype.parseIdentifierIfPossible = function() {
3269
- var t = this.clonePosition(), r = this.offset(), n = Ge(this.message, r), i = r + n.length;
3218
+ var t = this.clonePosition(), r = this.offset(), n = De(this.message, r), i = r + n.length;
3270
3219
  this.bumpTo(i);
3271
- var o = this.clonePosition(), s = m(t, o);
3220
+ var o = this.clonePosition(), s = d(t, o);
3272
3221
  return { value: n, location: s };
3273
3222
  }, e.prototype.parseArgumentOptions = function(t, r, n, i) {
3274
- var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, l = this.clonePosition();
3223
+ var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, h = this.clonePosition();
3275
3224
  switch (a) {
3276
3225
  case "":
3277
- return this.error(p.EXPECT_ARGUMENT_TYPE, m(s, l));
3226
+ return this.error(p.EXPECT_ARGUMENT_TYPE, d(s, h));
3278
3227
  case "number":
3279
3228
  case "date":
3280
3229
  case "time": {
3281
3230
  this.bumpSpace();
3282
- var h = null;
3231
+ var u = null;
3283
3232
  if (this.bumpIf(",")) {
3284
3233
  this.bumpSpace();
3285
- var u = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
3234
+ var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
3286
3235
  if (c.err)
3287
3236
  return c;
3288
- var f = Zn(c.val);
3237
+ var f = Mn(c.val);
3289
3238
  if (f.length === 0)
3290
- return this.error(p.EXPECT_ARGUMENT_STYLE, m(this.clonePosition(), this.clonePosition()));
3291
- var d = m(u, this.clonePosition());
3292
- h = { style: f, styleLocation: d };
3239
+ return this.error(p.EXPECT_ARGUMENT_STYLE, d(this.clonePosition(), this.clonePosition()));
3240
+ var m = d(l, this.clonePosition());
3241
+ u = { style: f, styleLocation: m };
3293
3242
  }
3294
3243
  var v = this.tryParseArgumentClose(i);
3295
3244
  if (v.err)
3296
3245
  return v;
3297
- var y = m(i, this.clonePosition());
3298
- if (h && gt(h == null ? void 0 : h.style, "::", 0)) {
3299
- var T = Wn(h.style.slice(2));
3246
+ var y = d(i, this.clonePosition());
3247
+ if (u && ht(u?.style, "::", 0)) {
3248
+ var S = Ln(u.style.slice(2));
3300
3249
  if (a === "number") {
3301
- var c = this.parseNumberSkeletonFromString(T, h.styleLocation);
3250
+ var c = this.parseNumberSkeletonFromString(S, u.styleLocation);
3302
3251
  return c.err ? c : {
3303
- val: { type: E.number, value: n, location: y, style: c.val },
3252
+ val: { type: x.number, value: n, location: y, style: c.val },
3304
3253
  err: null
3305
3254
  };
3306
3255
  } else {
3307
- if (T.length === 0)
3256
+ if (S.length === 0)
3308
3257
  return this.error(p.EXPECT_DATE_TIME_SKELETON, y);
3309
- var N = T;
3310
- this.locale && (N = Nn(T, this.locale));
3258
+ var N = S;
3259
+ this.locale && (N = En(S, this.locale));
3311
3260
  var f = {
3312
- type: z.dateTime,
3261
+ type: V.dateTime,
3313
3262
  pattern: N,
3314
- location: h.styleLocation,
3315
- parsedOptions: this.shouldParseSkeletons ? Pn(N) : {}
3316
- }, I = a === "date" ? E.date : E.time;
3263
+ location: u.styleLocation,
3264
+ parsedOptions: this.shouldParseSkeletons ? dn(N) : {}
3265
+ }, O = a === "date" ? x.date : x.time;
3317
3266
  return {
3318
- val: { type: I, value: n, location: y, style: f },
3267
+ val: { type: O, value: n, location: y, style: f },
3319
3268
  err: null
3320
3269
  };
3321
3270
  }
3322
3271
  }
3323
3272
  return {
3324
3273
  val: {
3325
- type: a === "number" ? E.number : a === "date" ? E.date : E.time,
3274
+ type: a === "number" ? x.number : a === "date" ? x.date : x.time,
3326
3275
  value: n,
3327
3276
  location: y,
3328
- style: (o = h == null ? void 0 : h.style) !== null && o !== void 0 ? o : null
3277
+ style: (o = u?.style) !== null && o !== void 0 ? o : null
3329
3278
  },
3330
3279
  err: null
3331
3280
  };
@@ -3333,52 +3282,52 @@ var Qn = (
3333
3282
  case "plural":
3334
3283
  case "selectordinal":
3335
3284
  case "select": {
3336
- var x = this.clonePosition();
3285
+ var E = this.clonePosition();
3337
3286
  if (this.bumpSpace(), !this.bumpIf(","))
3338
- return this.error(p.EXPECT_SELECT_ARGUMENT_OPTIONS, m(x, b({}, x)));
3287
+ return this.error(p.EXPECT_SELECT_ARGUMENT_OPTIONS, d(E, b({}, E)));
3339
3288
  this.bumpSpace();
3340
- var w = this.parseIdentifierIfPossible(), P = 0;
3341
- if (a !== "select" && w.value === "offset") {
3289
+ var T = this.parseIdentifierIfPossible(), H = 0;
3290
+ if (a !== "select" && T.value === "offset") {
3342
3291
  if (!this.bumpIf(":"))
3343
- return this.error(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, m(this.clonePosition(), this.clonePosition()));
3292
+ return this.error(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, d(this.clonePosition(), this.clonePosition()));
3344
3293
  this.bumpSpace();
3345
3294
  var c = this.tryParseDecimalInteger(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, p.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3346
3295
  if (c.err)
3347
3296
  return c;
3348
- this.bumpSpace(), w = this.parseIdentifierIfPossible(), P = c.val;
3297
+ this.bumpSpace(), T = this.parseIdentifierIfPossible(), H = c.val;
3349
3298
  }
3350
- var R = this.tryParsePluralOrSelectOptions(t, a, r, w);
3351
- if (R.err)
3352
- return R;
3299
+ var $ = this.tryParsePluralOrSelectOptions(t, a, r, T);
3300
+ if ($.err)
3301
+ return $;
3353
3302
  var v = this.tryParseArgumentClose(i);
3354
3303
  if (v.err)
3355
3304
  return v;
3356
- var oe = m(i, this.clonePosition());
3305
+ var ie = d(i, this.clonePosition());
3357
3306
  return a === "select" ? {
3358
3307
  val: {
3359
- type: E.select,
3308
+ type: x.select,
3360
3309
  value: n,
3361
- options: yt(R.val),
3362
- location: oe
3310
+ options: lt($.val),
3311
+ location: ie
3363
3312
  },
3364
3313
  err: null
3365
3314
  } : {
3366
3315
  val: {
3367
- type: E.plural,
3316
+ type: x.plural,
3368
3317
  value: n,
3369
- options: yt(R.val),
3370
- offset: P,
3318
+ options: lt($.val),
3319
+ offset: H,
3371
3320
  pluralType: a === "plural" ? "cardinal" : "ordinal",
3372
- location: oe
3321
+ location: ie
3373
3322
  },
3374
3323
  err: null
3375
3324
  };
3376
3325
  }
3377
3326
  default:
3378
- return this.error(p.INVALID_ARGUMENT_TYPE, m(s, l));
3327
+ return this.error(p.INVALID_ARGUMENT_TYPE, d(s, h));
3379
3328
  }
3380
3329
  }, e.prototype.tryParseArgumentClose = function(t) {
3381
- return this.isEOF() || this.char() !== 125 ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, m(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
3330
+ return this.isEOF() || this.char() !== 125 ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, d(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
3382
3331
  }, e.prototype.parseSimpleArgStyleIfPossible = function() {
3383
3332
  for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
3384
3333
  var n = this.char();
@@ -3387,7 +3336,7 @@ var Qn = (
3387
3336
  this.bump();
3388
3337
  var i = this.clonePosition();
3389
3338
  if (!this.bumpUntil("'"))
3390
- return this.error(p.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, m(i, this.clonePosition()));
3339
+ return this.error(p.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, d(i, this.clonePosition()));
3391
3340
  this.bump();
3392
3341
  break;
3393
3342
  }
@@ -3417,52 +3366,52 @@ var Qn = (
3417
3366
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3418
3367
  var n = [];
3419
3368
  try {
3420
- n = An(t);
3421
- } catch (i) {
3369
+ n = bn(t);
3370
+ } catch {
3422
3371
  return this.error(p.INVALID_NUMBER_SKELETON, r);
3423
3372
  }
3424
3373
  return {
3425
3374
  val: {
3426
- type: z.number,
3375
+ type: V.number,
3427
3376
  tokens: n,
3428
3377
  location: r,
3429
- parsedOptions: this.shouldParseSkeletons ? Ln(n) : {}
3378
+ parsedOptions: this.shouldParseSkeletons ? xn(n) : {}
3430
3379
  },
3431
3380
  err: null
3432
3381
  };
3433
3382
  }, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
3434
- for (var o, s = !1, a = [], l = /* @__PURE__ */ new Set(), h = i.value, u = i.location; ; ) {
3435
- if (h.length === 0) {
3383
+ for (var o, s = !1, a = [], h = /* @__PURE__ */ new Set(), u = i.value, l = i.location; ; ) {
3384
+ if (u.length === 0) {
3436
3385
  var c = this.clonePosition();
3437
3386
  if (r !== "select" && this.bumpIf("=")) {
3438
3387
  var f = this.tryParseDecimalInteger(p.EXPECT_PLURAL_ARGUMENT_SELECTOR, p.INVALID_PLURAL_ARGUMENT_SELECTOR);
3439
3388
  if (f.err)
3440
3389
  return f;
3441
- u = m(c, this.clonePosition()), h = this.message.slice(c.offset, this.offset());
3390
+ l = d(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
3442
3391
  } else
3443
3392
  break;
3444
3393
  }
3445
- if (l.has(h))
3446
- return this.error(r === "select" ? p.DUPLICATE_SELECT_ARGUMENT_SELECTOR : p.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, u);
3447
- h === "other" && (s = !0), this.bumpSpace();
3448
- var d = this.clonePosition();
3394
+ if (h.has(u))
3395
+ return this.error(r === "select" ? p.DUPLICATE_SELECT_ARGUMENT_SELECTOR : p.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
3396
+ u === "other" && (s = !0), this.bumpSpace();
3397
+ var m = this.clonePosition();
3449
3398
  if (!this.bumpIf("{"))
3450
- return this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : p.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, m(this.clonePosition(), this.clonePosition()));
3399
+ return this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : p.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, d(this.clonePosition(), this.clonePosition()));
3451
3400
  var v = this.parseMessage(t + 1, r, n);
3452
3401
  if (v.err)
3453
3402
  return v;
3454
- var y = this.tryParseArgumentClose(d);
3403
+ var y = this.tryParseArgumentClose(m);
3455
3404
  if (y.err)
3456
3405
  return y;
3457
3406
  a.push([
3458
- h,
3407
+ u,
3459
3408
  {
3460
3409
  value: v.val,
3461
- location: m(d, this.clonePosition())
3410
+ location: d(m, this.clonePosition())
3462
3411
  }
3463
- ]), l.add(h), this.bumpSpace(), o = this.parseIdentifierIfPossible(), h = o.value, u = o.location;
3412
+ ]), h.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, l = o.location;
3464
3413
  }
3465
- return a.length === 0 ? this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR : p.EXPECT_PLURAL_ARGUMENT_SELECTOR, m(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !s ? this.error(p.MISSING_OTHER_CLAUSE, m(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
3414
+ return a.length === 0 ? this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR : p.EXPECT_PLURAL_ARGUMENT_SELECTOR, d(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !s ? this.error(p.MISSING_OTHER_CLAUSE, d(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
3466
3415
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
3467
3416
  var n = 1, i = this.clonePosition();
3468
3417
  this.bumpIf("+") || this.bumpIf("-") && (n = -1);
@@ -3473,8 +3422,8 @@ var Qn = (
3473
3422
  else
3474
3423
  break;
3475
3424
  }
3476
- var l = m(i, this.clonePosition());
3477
- return o ? (s *= n, zn(s) ? { val: s, err: null } : this.error(r, l)) : this.error(t, l);
3425
+ var h = d(i, this.clonePosition());
3426
+ return o ? (s *= n, Cn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3478
3427
  }, e.prototype.offset = function() {
3479
3428
  return this.position.offset;
3480
3429
  }, e.prototype.isEOF = function() {
@@ -3489,7 +3438,7 @@ var Qn = (
3489
3438
  var t = this.position.offset;
3490
3439
  if (t >= this.message.length)
3491
3440
  throw Error("out of bound");
3492
- var r = Kt(this.message, t);
3441
+ var r = Vt(this.message, t);
3493
3442
  if (r === void 0)
3494
3443
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3495
3444
  return r;
@@ -3508,7 +3457,7 @@ var Qn = (
3508
3457
  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);
3509
3458
  }
3510
3459
  }, e.prototype.bumpIf = function(t) {
3511
- if (gt(this.message, t, this.offset())) {
3460
+ if (ht(this.message, t, this.offset())) {
3512
3461
  for (var r = 0; r < t.length; r++)
3513
3462
  this.bump();
3514
3463
  return !0;
@@ -3530,56 +3479,56 @@ var Qn = (
3530
3479
  break;
3531
3480
  }
3532
3481
  }, e.prototype.bumpSpace = function() {
3533
- for (; !this.isEOF() && tr(this.char()); )
3482
+ for (; !this.isEOF() && Xt(this.char()); )
3534
3483
  this.bump();
3535
3484
  }, e.prototype.peek = function() {
3536
3485
  if (this.isEOF())
3537
3486
  return null;
3538
3487
  var t = this.char(), r = this.offset(), n = this.message.charCodeAt(r + (t >= 65536 ? 2 : 1));
3539
- return n != null ? n : null;
3488
+ return n ?? null;
3540
3489
  }, e;
3541
3490
  }()
3542
3491
  );
3543
- function je(e) {
3492
+ function Ue(e) {
3544
3493
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3545
3494
  }
3546
- function Jn(e) {
3547
- return je(e) || e === 47;
3495
+ function Rn(e) {
3496
+ return Ue(e) || e === 47;
3548
3497
  }
3549
- function Yn(e) {
3498
+ function Dn(e) {
3550
3499
  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;
3551
3500
  }
3552
- function tr(e) {
3501
+ function Xt(e) {
3553
3502
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3554
3503
  }
3555
- function qn(e) {
3504
+ function Un(e) {
3556
3505
  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;
3557
3506
  }
3558
- function ke(e) {
3507
+ function Ge(e) {
3559
3508
  e.forEach(function(t) {
3560
- if (delete t.location, zt(t) || Xt(t))
3509
+ if (delete t.location, $t(t) || Rt(t))
3561
3510
  for (var r in t.options)
3562
- delete t.options[r].location, ke(t.options[r].value);
3563
- else jt(t) && Zt(t.style) || (kt(t) || Vt(t)) && De(t.style) ? delete t.style.location : Wt(t) && ke(t.children);
3511
+ delete t.options[r].location, Ge(t.options[r].value);
3512
+ else Nt(t) && Ut(t.style) || (Lt(t) || Mt(t)) && Me(t.style) ? delete t.style.location : Dt(t) && Ge(t.children);
3564
3513
  });
3565
3514
  }
3566
- function Kn(e, t) {
3515
+ function Gn(e, t) {
3567
3516
  t === void 0 && (t = {}), t = b({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3568
- var r = new Qn(e, t).parse();
3517
+ var r = new $n(e, t).parse();
3569
3518
  if (r.err) {
3570
3519
  var n = SyntaxError(p[r.err.kind]);
3571
3520
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3572
3521
  }
3573
- return t != null && t.captureLocation || ke(r.val), r.val;
3522
+ return t?.captureLocation || Ge(r.val), r.val;
3574
3523
  }
3575
- var X;
3524
+ var z;
3576
3525
  (function(e) {
3577
3526
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3578
- })(X || (X = {}));
3579
- var ve = (
3527
+ })(z || (z = {}));
3528
+ var ye = (
3580
3529
  /** @class */
3581
3530
  function(e) {
3582
- O(t, e);
3531
+ A(t, e);
3583
3532
  function t(r, n, i) {
3584
3533
  var o = e.call(this, r) || this;
3585
3534
  return o.code = n, o.originalMessage = i, o;
@@ -3588,155 +3537,155 @@ var ve = (
3588
3537
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3589
3538
  }, t;
3590
3539
  }(Error)
3591
- ), Et = (
3540
+ ), ft = (
3592
3541
  /** @class */
3593
3542
  function(e) {
3594
- O(t, e);
3543
+ A(t, e);
3595
3544
  function t(r, n, i, o) {
3596
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), X.INVALID_VALUE, o) || this;
3545
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), z.INVALID_VALUE, o) || this;
3597
3546
  }
3598
3547
  return t;
3599
- }(ve)
3600
- ), ei = (
3548
+ }(ye)
3549
+ ), Fn = (
3601
3550
  /** @class */
3602
3551
  function(e) {
3603
- O(t, e);
3552
+ A(t, e);
3604
3553
  function t(r, n, i) {
3605
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), X.INVALID_VALUE, i) || this;
3554
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), z.INVALID_VALUE, i) || this;
3606
3555
  }
3607
3556
  return t;
3608
- }(ve)
3609
- ), ti = (
3557
+ }(ye)
3558
+ ), jn = (
3610
3559
  /** @class */
3611
3560
  function(e) {
3612
- O(t, e);
3561
+ A(t, e);
3613
3562
  function t(r, n) {
3614
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), X.MISSING_VALUE, n) || this;
3563
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), z.MISSING_VALUE, n) || this;
3615
3564
  }
3616
3565
  return t;
3617
- }(ve)
3566
+ }(ye)
3618
3567
  ), _;
3619
3568
  (function(e) {
3620
3569
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3621
3570
  })(_ || (_ = {}));
3622
- function ri(e) {
3571
+ function kn(e) {
3623
3572
  return e.length < 2 ? e : e.reduce(function(t, r) {
3624
3573
  var n = t[t.length - 1];
3625
3574
  return !n || n.type !== _.literal || r.type !== _.literal ? t.push(r) : n.value += r.value, t;
3626
3575
  }, []);
3627
3576
  }
3628
- function ni(e) {
3577
+ function Vn(e) {
3629
3578
  return typeof e == "function";
3630
3579
  }
3631
- function fe(e, t, r, n, i, o, s) {
3632
- if (e.length === 1 && pt(e[0]))
3580
+ function ce(e, t, r, n, i, o, s) {
3581
+ if (e.length === 1 && ot(e[0]))
3633
3582
  return [
3634
3583
  {
3635
3584
  type: _.literal,
3636
3585
  value: e[0].value
3637
3586
  }
3638
3587
  ];
3639
- for (var a = [], l = 0, h = e; l < h.length; l++) {
3640
- var u = h[l];
3641
- if (pt(u)) {
3588
+ for (var a = [], h = 0, u = e; h < u.length; h++) {
3589
+ var l = u[h];
3590
+ if (ot(l)) {
3642
3591
  a.push({
3643
3592
  type: _.literal,
3644
- value: u.value
3593
+ value: l.value
3645
3594
  });
3646
3595
  continue;
3647
3596
  }
3648
- if (Hn(u)) {
3597
+ if (fn(l)) {
3649
3598
  typeof o == "number" && a.push({
3650
3599
  type: _.literal,
3651
3600
  value: r.getNumberFormat(t).format(o)
3652
3601
  });
3653
3602
  continue;
3654
3603
  }
3655
- var c = u.value;
3604
+ var c = l.value;
3656
3605
  if (!(i && c in i))
3657
- throw new ti(c, s);
3606
+ throw new jn(c, s);
3658
3607
  var f = i[c];
3659
- if (Tn(u)) {
3608
+ if (cn(l)) {
3660
3609
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
3661
3610
  type: typeof f == "string" ? _.literal : _.object,
3662
3611
  value: f
3663
3612
  });
3664
3613
  continue;
3665
3614
  }
3666
- if (kt(u)) {
3667
- var d = typeof u.style == "string" ? n.date[u.style] : De(u.style) ? u.style.parsedOptions : void 0;
3615
+ if (Lt(l)) {
3616
+ var m = typeof l.style == "string" ? n.date[l.style] : Me(l.style) ? l.style.parsedOptions : void 0;
3668
3617
  a.push({
3669
3618
  type: _.literal,
3670
- value: r.getDateTimeFormat(t, d).format(f)
3619
+ value: r.getDateTimeFormat(t, m).format(f)
3671
3620
  });
3672
3621
  continue;
3673
3622
  }
3674
- if (Vt(u)) {
3675
- var d = typeof u.style == "string" ? n.time[u.style] : De(u.style) ? u.style.parsedOptions : n.time.medium;
3623
+ if (Mt(l)) {
3624
+ var m = typeof l.style == "string" ? n.time[l.style] : Me(l.style) ? l.style.parsedOptions : n.time.medium;
3676
3625
  a.push({
3677
3626
  type: _.literal,
3678
- value: r.getDateTimeFormat(t, d).format(f)
3627
+ value: r.getDateTimeFormat(t, m).format(f)
3679
3628
  });
3680
3629
  continue;
3681
3630
  }
3682
- if (jt(u)) {
3683
- var d = typeof u.style == "string" ? n.number[u.style] : Zt(u.style) ? u.style.parsedOptions : void 0;
3684
- d && d.scale && (f = f * (d.scale || 1)), a.push({
3631
+ if (Nt(l)) {
3632
+ var m = typeof l.style == "string" ? n.number[l.style] : Ut(l.style) ? l.style.parsedOptions : void 0;
3633
+ m && m.scale && (f = f * (m.scale || 1)), a.push({
3685
3634
  type: _.literal,
3686
- value: r.getNumberFormat(t, d).format(f)
3635
+ value: r.getNumberFormat(t, m).format(f)
3687
3636
  });
3688
3637
  continue;
3689
3638
  }
3690
- if (Wt(u)) {
3691
- var v = u.children, y = u.value, T = i[y];
3692
- if (!ni(T))
3693
- throw new ei(y, "function", s);
3694
- var N = fe(v, t, r, n, i, o), I = T(N.map(function(P) {
3695
- return P.value;
3639
+ if (Dt(l)) {
3640
+ var v = l.children, y = l.value, S = i[y];
3641
+ if (!Vn(S))
3642
+ throw new Fn(y, "function", s);
3643
+ var N = ce(v, t, r, n, i, o), O = S(N.map(function(H) {
3644
+ return H.value;
3696
3645
  }));
3697
- Array.isArray(I) || (I = [I]), a.push.apply(a, I.map(function(P) {
3646
+ Array.isArray(O) || (O = [O]), a.push.apply(a, O.map(function(H) {
3698
3647
  return {
3699
- type: typeof P == "string" ? _.literal : _.object,
3700
- value: P
3648
+ type: typeof H == "string" ? _.literal : _.object,
3649
+ value: H
3701
3650
  };
3702
3651
  }));
3703
3652
  }
3704
- if (zt(u)) {
3705
- var x = u.options[f] || u.options.other;
3706
- if (!x)
3707
- throw new Et(u.value, f, Object.keys(u.options), s);
3708
- a.push.apply(a, fe(x.value, t, r, n, i));
3653
+ if ($t(l)) {
3654
+ var E = l.options[f] || l.options.other;
3655
+ if (!E)
3656
+ throw new ft(l.value, f, Object.keys(l.options), s);
3657
+ a.push.apply(a, ce(E.value, t, r, n, i));
3709
3658
  continue;
3710
3659
  }
3711
- if (Xt(u)) {
3712
- var x = u.options["=".concat(f)];
3713
- if (!x) {
3660
+ if (Rt(l)) {
3661
+ var E = l.options["=".concat(f)];
3662
+ if (!E) {
3714
3663
  if (!Intl.PluralRules)
3715
- throw new ve(`Intl.PluralRules is not available in this environment.
3664
+ throw new ye(`Intl.PluralRules is not available in this environment.
3716
3665
  Try polyfilling it using "@formatjs/intl-pluralrules"
3717
- `, X.MISSING_INTL_API, s);
3718
- var w = r.getPluralRules(t, { type: u.pluralType }).select(f - (u.offset || 0));
3719
- x = u.options[w] || u.options.other;
3666
+ `, z.MISSING_INTL_API, s);
3667
+ var T = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
3668
+ E = l.options[T] || l.options.other;
3720
3669
  }
3721
- if (!x)
3722
- throw new Et(u.value, f, Object.keys(u.options), s);
3723
- a.push.apply(a, fe(x.value, t, r, n, i, f - (u.offset || 0)));
3670
+ if (!E)
3671
+ throw new ft(l.value, f, Object.keys(l.options), s);
3672
+ a.push.apply(a, ce(E.value, t, r, n, i, f - (l.offset || 0)));
3724
3673
  continue;
3725
3674
  }
3726
3675
  }
3727
- return ri(a);
3676
+ return kn(a);
3728
3677
  }
3729
- function ii(e, t) {
3678
+ function zn(e, t) {
3730
3679
  return t ? b(b(b({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3731
3680
  return r[n] = b(b({}, e[n]), t[n] || {}), r;
3732
3681
  }, {})) : e;
3733
3682
  }
3734
- function oi(e, t) {
3683
+ function Xn(e, t) {
3735
3684
  return t ? Object.keys(e).reduce(function(r, n) {
3736
- return r[n] = ii(e[n], t[n]), r;
3685
+ return r[n] = zn(e[n], t[n]), r;
3737
3686
  }, b({}, e)) : e;
3738
3687
  }
3739
- function Ae(e) {
3688
+ function He(e) {
3740
3689
  return {
3741
3690
  create: function() {
3742
3691
  return {
@@ -3750,39 +3699,39 @@ function Ae(e) {
3750
3699
  }
3751
3700
  };
3752
3701
  }
3753
- function si(e) {
3702
+ function Wn(e) {
3754
3703
  return e === void 0 && (e = {
3755
3704
  number: {},
3756
3705
  dateTime: {},
3757
3706
  pluralRules: {}
3758
3707
  }), {
3759
- getNumberFormat: we(function() {
3708
+ getNumberFormat: Se(function() {
3760
3709
  for (var t, r = [], n = 0; n < arguments.length; n++)
3761
3710
  r[n] = arguments[n];
3762
- return new ((t = Intl.NumberFormat).bind.apply(t, k([void 0], r, !1)))();
3711
+ return new ((t = Intl.NumberFormat).bind.apply(t, j([void 0], r, !1)))();
3763
3712
  }, {
3764
- cache: Ae(e.number),
3765
- strategy: Pe.variadic
3713
+ cache: He(e.number),
3714
+ strategy: Be.variadic
3766
3715
  }),
3767
- getDateTimeFormat: we(function() {
3716
+ getDateTimeFormat: Se(function() {
3768
3717
  for (var t, r = [], n = 0; n < arguments.length; n++)
3769
3718
  r[n] = arguments[n];
3770
- return new ((t = Intl.DateTimeFormat).bind.apply(t, k([void 0], r, !1)))();
3719
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, j([void 0], r, !1)))();
3771
3720
  }, {
3772
- cache: Ae(e.dateTime),
3773
- strategy: Pe.variadic
3721
+ cache: He(e.dateTime),
3722
+ strategy: Be.variadic
3774
3723
  }),
3775
- getPluralRules: we(function() {
3724
+ getPluralRules: Se(function() {
3776
3725
  for (var t, r = [], n = 0; n < arguments.length; n++)
3777
3726
  r[n] = arguments[n];
3778
- return new ((t = Intl.PluralRules).bind.apply(t, k([void 0], r, !1)))();
3727
+ return new ((t = Intl.PluralRules).bind.apply(t, j([void 0], r, !1)))();
3779
3728
  }, {
3780
- cache: Ae(e.pluralRules),
3781
- strategy: Pe.variadic
3729
+ cache: He(e.pluralRules),
3730
+ strategy: Be.variadic
3782
3731
  })
3783
3732
  };
3784
3733
  }
3785
- var ai = (
3734
+ var Zn = (
3786
3735
  /** @class */
3787
3736
  function() {
3788
3737
  function e(t, r, n, i) {
@@ -3792,20 +3741,20 @@ var ai = (
3792
3741
  number: {},
3793
3742
  dateTime: {},
3794
3743
  pluralRules: {}
3795
- }, this.format = function(l) {
3796
- var h = o.formatToParts(l);
3797
- if (h.length === 1)
3798
- return h[0].value;
3799
- var u = h.reduce(function(c, f) {
3744
+ }, this.format = function(h) {
3745
+ var u = o.formatToParts(h);
3746
+ if (u.length === 1)
3747
+ return u[0].value;
3748
+ var l = u.reduce(function(c, f) {
3800
3749
  return !c.length || f.type !== _.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3801
3750
  }, []);
3802
- return u.length <= 1 ? u[0] || "" : u;
3803
- }, this.formatToParts = function(l) {
3804
- return fe(o.ast, o.locales, o.formatters, o.formats, l, void 0, o.message);
3751
+ return l.length <= 1 ? l[0] || "" : l;
3752
+ }, this.formatToParts = function(h) {
3753
+ return ce(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
3805
3754
  }, this.resolvedOptions = function() {
3806
- var l;
3755
+ var h;
3807
3756
  return {
3808
- locale: ((l = o.resolvedLocale) === null || l === void 0 ? void 0 : l.toString()) || Intl.NumberFormat.supportedLocalesOf(o.locales)[0]
3757
+ locale: ((h = o.resolvedLocale) === null || h === void 0 ? void 0 : h.toString()) || Intl.NumberFormat.supportedLocalesOf(o.locales)[0]
3809
3758
  };
3810
3759
  }, this.getAst = function() {
3811
3760
  return o.ast;
@@ -3814,13 +3763,13 @@ var ai = (
3814
3763
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3815
3764
  var s = i || {};
3816
3765
  s.formatters;
3817
- var a = Ur(s, ["formatters"]);
3766
+ var a = Tr(s, ["formatters"]);
3818
3767
  this.ast = e.__parse(t, b(b({}, a), { locale: this.resolvedLocale }));
3819
3768
  } else
3820
3769
  this.ast = t;
3821
3770
  if (!Array.isArray(this.ast))
3822
3771
  throw new TypeError("A message must be provided as a String or AST.");
3823
- this.formats = oi(e.formats, n), this.formatters = i && i.formatters || si(this.formatterCache);
3772
+ this.formats = Xn(e.formats, n), this.formatters = i && i.formatters || Wn(this.formatterCache);
3824
3773
  }
3825
3774
  return Object.defineProperty(e, "defaultLocale", {
3826
3775
  get: function() {
@@ -3829,11 +3778,11 @@ var ai = (
3829
3778
  enumerable: !1,
3830
3779
  configurable: !0
3831
3780
  }), e.memoizedDefaultLocale = null, e.resolveLocale = function(t) {
3832
- if (typeof Intl.Locale != "undefined") {
3781
+ if (!(typeof Intl.Locale > "u")) {
3833
3782
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3834
3783
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3835
3784
  }
3836
- }, e.__parse = Kn, e.formats = {
3785
+ }, e.__parse = Gn, e.formats = {
3837
3786
  number: {
3838
3787
  integer: {
3839
3788
  maximumFractionDigits: 0
@@ -3894,7 +3843,7 @@ var ai = (
3894
3843
  }, e;
3895
3844
  }()
3896
3845
  );
3897
- function ui(e, t) {
3846
+ function Qn(e, t) {
3898
3847
  if (t == null)
3899
3848
  return;
3900
3849
  if (t in e)
@@ -3915,92 +3864,92 @@ function ui(e, t) {
3915
3864
  n = void 0;
3916
3865
  return n;
3917
3866
  }
3918
- const L = {}, hi = (e, t, r) => r && (t in L || (L[t] = {}), e in L[t] || (L[t][e] = r), r), rr = (e, t) => {
3867
+ const C = {}, Jn = (e, t, r) => r && (t in C || (C[t] = {}), e in C[t] || (C[t][e] = r), r), Wt = (e, t) => {
3919
3868
  if (t == null)
3920
3869
  return;
3921
- if (t in L && e in L[t])
3922
- return L[t][e];
3923
- const r = Ee(t);
3870
+ if (t in C && e in C[t])
3871
+ return C[t][e];
3872
+ const r = ve(t);
3924
3873
  for (let n = 0; n < r.length; n++) {
3925
- const i = r[n], o = ci(i, e);
3874
+ const i = r[n], o = qn(i, e);
3926
3875
  if (o)
3927
- return hi(e, t, o);
3876
+ return Jn(e, t, o);
3928
3877
  }
3929
3878
  };
3930
- let Je;
3931
- const ie = ye({});
3932
- function li(e) {
3933
- return Je[e] || null;
3879
+ let Xe;
3880
+ const ne = ge({});
3881
+ function Yn(e) {
3882
+ return Xe[e] || null;
3934
3883
  }
3935
- function nr(e) {
3936
- return e in Je;
3884
+ function Zt(e) {
3885
+ return e in Xe;
3937
3886
  }
3938
- function ci(e, t) {
3939
- if (!nr(e))
3887
+ function qn(e, t) {
3888
+ if (!Zt(e))
3940
3889
  return null;
3941
- const r = li(e);
3942
- return ui(r, t);
3890
+ const r = Yn(e);
3891
+ return Qn(r, t);
3943
3892
  }
3944
- function fi(e) {
3893
+ function Kn(e) {
3945
3894
  if (e == null)
3946
3895
  return;
3947
- const t = Ee(e);
3896
+ const t = ve(e);
3948
3897
  for (let r = 0; r < t.length; r++) {
3949
3898
  const n = t[r];
3950
- if (nr(n))
3899
+ if (Zt(n))
3951
3900
  return n;
3952
3901
  }
3953
3902
  }
3954
- function ir(e, ...t) {
3955
- delete L[e], ie.update((r) => (r[e] = gn.all([r[e] || {}, ...t]), r));
3903
+ function Qt(e, ...t) {
3904
+ delete C[e], ne.update((r) => (r[e] = rn.all([r[e] || {}, ...t]), r));
3956
3905
  }
3957
- Z(
3958
- [ie],
3906
+ W(
3907
+ [ne],
3959
3908
  ([e]) => Object.keys(e)
3960
3909
  );
3961
- ie.subscribe((e) => Je = e);
3962
- const pe = {};
3963
- function pi(e, t) {
3964
- pe[e].delete(t), pe[e].size === 0 && delete pe[e];
3910
+ ne.subscribe((e) => Xe = e);
3911
+ const fe = {};
3912
+ function ei(e, t) {
3913
+ fe[e].delete(t), fe[e].size === 0 && delete fe[e];
3965
3914
  }
3966
- function or(e) {
3967
- return pe[e];
3915
+ function Jt(e) {
3916
+ return fe[e];
3968
3917
  }
3969
- function mi(e) {
3970
- return Ee(e).map((t) => {
3971
- const r = or(t);
3918
+ function ti(e) {
3919
+ return ve(e).map((t) => {
3920
+ const r = Jt(t);
3972
3921
  return [t, r ? [...r] : []];
3973
3922
  }).filter(([, t]) => t.length > 0);
3974
3923
  }
3975
- function Ve(e) {
3976
- return e == null ? !1 : Ee(e).some(
3924
+ function Fe(e) {
3925
+ return e == null ? !1 : ve(e).some(
3977
3926
  (t) => {
3978
3927
  var r;
3979
- return (r = or(t)) == null ? void 0 : r.size;
3928
+ return (r = Jt(t)) == null ? void 0 : r.size;
3980
3929
  }
3981
3930
  );
3982
3931
  }
3983
- function di(e, t) {
3932
+ function ri(e, t) {
3984
3933
  return Promise.all(
3985
- t.map((n) => (pi(e, n), n().then((i) => i.default || i)))
3986
- ).then((n) => ir(e, ...n));
3987
- }
3988
- const Y = {};
3989
- function sr(e) {
3990
- if (!Ve(e))
3991
- return e in Y ? Y[e] : Promise.resolve();
3992
- const t = mi(e);
3993
- return Y[e] = Promise.all(
3934
+ t.map((n) => (ei(e, n), n().then((i) => i.default || i)))
3935
+ ).then((n) => Qt(e, ...n));
3936
+ }
3937
+ const J = {};
3938
+ function Yt(e) {
3939
+ if (!Fe(e))
3940
+ return e in J ? J[e] : Promise.resolve();
3941
+ const t = ti(e);
3942
+ return J[e] = Promise.all(
3994
3943
  t.map(
3995
- ([r, n]) => di(r, n)
3944
+ ([r, n]) => ri(r, n)
3996
3945
  )
3997
3946
  ).then(() => {
3998
- if (Ve(e))
3999
- return sr(e);
4000
- delete Y[e];
4001
- }), Y[e];
3947
+ if (Fe(e))
3948
+ return Yt(e);
3949
+ delete J[e];
3950
+ }), J[e];
4002
3951
  }
4003
- const bi = {
3952
+ const ni = {
4004
3953
  number: {
4005
3954
  scientific: { notation: "scientific" },
4006
3955
  engineering: { notation: "engineering" },
@@ -4029,57 +3978,57 @@ const bi = {
4029
3978
  timeZoneName: "short"
4030
3979
  }
4031
3980
  }
4032
- }, gi = {
3981
+ }, ii = {
4033
3982
  fallbackLocale: null,
4034
3983
  loadingDelay: 200,
4035
- formats: bi,
3984
+ formats: ni,
4036
3985
  warnOnMissingMessages: !0,
4037
3986
  handleMissingMessage: void 0,
4038
3987
  ignoreTag: !0
4039
- }, yi = gi;
4040
- function W() {
4041
- return yi;
4042
- }
4043
- const Oe = ye(!1);
4044
- var vi = Object.defineProperty, Ei = Object.defineProperties, xi = Object.getOwnPropertyDescriptors, xt = Object.getOwnPropertySymbols, _i = Object.prototype.hasOwnProperty, Si = Object.prototype.propertyIsEnumerable, _t = (e, t, r) => t in e ? vi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ti = (e, t) => {
4045
- for (var r in t || (t = {}))
4046
- _i.call(t, r) && _t(e, r, t[r]);
4047
- if (xt)
4048
- for (var r of xt(t))
4049
- Si.call(t, r) && _t(e, r, t[r]);
3988
+ }, oi = ii;
3989
+ function X() {
3990
+ return oi;
3991
+ }
3992
+ const we = ge(!1);
3993
+ var si = Object.defineProperty, ai = Object.defineProperties, ui = Object.getOwnPropertyDescriptors, pt = Object.getOwnPropertySymbols, hi = Object.prototype.hasOwnProperty, li = Object.prototype.propertyIsEnumerable, dt = (e, t, r) => t in e ? si(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ci = (e, t) => {
3994
+ for (var r in t)
3995
+ hi.call(t, r) && dt(e, r, t[r]);
3996
+ if (pt)
3997
+ for (var r of pt(t))
3998
+ li.call(t, r) && dt(e, r, t[r]);
4050
3999
  return e;
4051
- }, Hi = (e, t) => Ei(e, xi(t));
4052
- let ze;
4053
- const de = ye(null);
4054
- function St(e) {
4000
+ }, fi = (e, t) => ai(e, ui(t));
4001
+ let je;
4002
+ const de = ge(null);
4003
+ function mt(e) {
4055
4004
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4056
4005
  }
4057
- function Ee(e, t = W().fallbackLocale) {
4058
- const r = St(e);
4059
- return t ? [.../* @__PURE__ */ new Set([...r, ...St(t)])] : r;
4006
+ function ve(e, t = X().fallbackLocale) {
4007
+ const r = mt(e);
4008
+ return t ? [.../* @__PURE__ */ new Set([...r, ...mt(t)])] : r;
4060
4009
  }
4061
- function $() {
4062
- return ze != null ? ze : void 0;
4010
+ function M() {
4011
+ return je ?? void 0;
4063
4012
  }
4064
4013
  de.subscribe((e) => {
4065
- ze = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4014
+ je = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
4066
4015
  });
4067
- const wi = (e) => {
4068
- if (e && fi(e) && Ve(e)) {
4069
- const { loadingDelay: t } = W();
4016
+ const pi = (e) => {
4017
+ if (e && Kn(e) && Fe(e)) {
4018
+ const { loadingDelay: t } = X();
4070
4019
  let r;
4071
- return typeof window != "undefined" && $() != null && t ? r = window.setTimeout(
4072
- () => Oe.set(!0),
4020
+ return typeof window < "u" && M() != null && t ? r = window.setTimeout(
4021
+ () => we.set(!0),
4073
4022
  t
4074
- ) : Oe.set(!0), sr(e).then(() => {
4023
+ ) : we.set(!0), Yt(e).then(() => {
4075
4024
  de.set(e);
4076
4025
  }).finally(() => {
4077
- clearTimeout(r), Oe.set(!1);
4026
+ clearTimeout(r), we.set(!1);
4078
4027
  });
4079
4028
  }
4080
4029
  return de.set(e);
4081
- }, Q = Hi(Ti({}, de), {
4082
- set: wi
4030
+ }, Z = fi(ci({}, de), {
4031
+ set: pi
4083
4032
  }), xe = (e) => {
4084
4033
  const t = /* @__PURE__ */ Object.create(null);
4085
4034
  return (n) => {
@@ -4087,101 +4036,101 @@ const wi = (e) => {
4087
4036
  return i in t ? t[i] : t[i] = e(n);
4088
4037
  };
4089
4038
  };
4090
- var Pi = Object.defineProperty, be = Object.getOwnPropertySymbols, ar = Object.prototype.hasOwnProperty, ur = Object.prototype.propertyIsEnumerable, Tt = (e, t, r) => t in e ? Pi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ye = (e, t) => {
4039
+ var di = Object.defineProperty, me = Object.getOwnPropertySymbols, qt = Object.prototype.hasOwnProperty, Kt = Object.prototype.propertyIsEnumerable, bt = (e, t, r) => t in e ? di(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, We = (e, t) => {
4091
4040
  for (var r in t || (t = {}))
4092
- ar.call(t, r) && Tt(e, r, t[r]);
4093
- if (be)
4094
- for (var r of be(t))
4095
- ur.call(t, r) && Tt(e, r, t[r]);
4041
+ qt.call(t, r) && bt(e, r, t[r]);
4042
+ if (me)
4043
+ for (var r of me(t))
4044
+ Kt.call(t, r) && bt(e, r, t[r]);
4096
4045
  return e;
4097
- }, J = (e, t) => {
4046
+ }, Q = (e, t) => {
4098
4047
  var r = {};
4099
4048
  for (var n in e)
4100
- ar.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4101
- if (e != null && be)
4102
- for (var n of be(e))
4103
- t.indexOf(n) < 0 && ur.call(e, n) && (r[n] = e[n]);
4049
+ qt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4050
+ if (e != null && me)
4051
+ for (var n of me(e))
4052
+ t.indexOf(n) < 0 && Kt.call(e, n) && (r[n] = e[n]);
4104
4053
  return r;
4105
4054
  };
4106
- const re = (e, t) => {
4107
- const { formats: r } = W();
4055
+ const te = (e, t) => {
4056
+ const { formats: r } = X();
4108
4057
  if (e in r && t in r[e])
4109
4058
  return r[e][t];
4110
4059
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4111
- }, Bi = xe(
4060
+ }, mi = xe(
4112
4061
  (e) => {
4113
- var t = e, { locale: r, format: n } = t, i = J(t, ["locale", "format"]);
4062
+ var t = e, { locale: r, format: n } = t, i = Q(t, ["locale", "format"]);
4114
4063
  if (r == null)
4115
4064
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4116
- return n && (i = re("number", n)), new Intl.NumberFormat(r, i);
4065
+ return n && (i = te("number", n)), new Intl.NumberFormat(r, i);
4117
4066
  }
4118
- ), Ai = xe(
4067
+ ), bi = xe(
4119
4068
  (e) => {
4120
- var t = e, { locale: r, format: n } = t, i = J(t, ["locale", "format"]);
4069
+ var t = e, { locale: r, format: n } = t, i = Q(t, ["locale", "format"]);
4121
4070
  if (r == null)
4122
4071
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4123
- return n ? i = re("date", n) : Object.keys(i).length === 0 && (i = re("date", "short")), new Intl.DateTimeFormat(r, i);
4072
+ return n ? i = te("date", n) : Object.keys(i).length === 0 && (i = te("date", "short")), new Intl.DateTimeFormat(r, i);
4124
4073
  }
4125
- ), Oi = xe(
4074
+ ), gi = xe(
4126
4075
  (e) => {
4127
- var t = e, { locale: r, format: n } = t, i = J(t, ["locale", "format"]);
4076
+ var t = e, { locale: r, format: n } = t, i = Q(t, ["locale", "format"]);
4128
4077
  if (r == null)
4129
4078
  throw new Error(
4130
4079
  '[svelte-i18n] A "locale" must be set to format time values'
4131
4080
  );
4132
- return n ? i = re("time", n) : Object.keys(i).length === 0 && (i = re("time", "short")), new Intl.DateTimeFormat(r, i);
4081
+ return n ? i = te("time", n) : Object.keys(i).length === 0 && (i = te("time", "short")), new Intl.DateTimeFormat(r, i);
4133
4082
  }
4134
- ), Ii = (e = {}) => {
4083
+ ), yi = (e = {}) => {
4135
4084
  var t = e, {
4136
- locale: r = $()
4137
- } = t, n = J(t, [
4085
+ locale: r = M()
4086
+ } = t, n = Q(t, [
4138
4087
  "locale"
4139
4088
  ]);
4140
- return Bi(Ye({ locale: r }, n));
4141
- }, Ci = (e = {}) => {
4089
+ return mi(We({ locale: r }, n));
4090
+ }, vi = (e = {}) => {
4142
4091
  var t = e, {
4143
- locale: r = $()
4144
- } = t, n = J(t, [
4092
+ locale: r = M()
4093
+ } = t, n = Q(t, [
4145
4094
  "locale"
4146
4095
  ]);
4147
- return Ai(Ye({ locale: r }, n));
4148
- }, Li = (e = {}) => {
4096
+ return bi(We({ locale: r }, n));
4097
+ }, xi = (e = {}) => {
4149
4098
  var t = e, {
4150
- locale: r = $()
4151
- } = t, n = J(t, [
4099
+ locale: r = M()
4100
+ } = t, n = Q(t, [
4152
4101
  "locale"
4153
4102
  ]);
4154
- return Oi(Ye({ locale: r }, n));
4155
- }, Ni = xe(
4103
+ return gi(We({ locale: r }, n));
4104
+ }, Ei = xe(
4156
4105
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4157
- (e, t = $()) => new ai(e, t, W().formats, {
4158
- ignoreTag: W().ignoreTag
4106
+ (e, t = M()) => new Zn(e, t, X().formats, {
4107
+ ignoreTag: X().ignoreTag
4159
4108
  })
4160
- ), Mi = (e, t = {}) => {
4109
+ ), _i = (e, t = {}) => {
4161
4110
  var r, n, i, o;
4162
4111
  let s = t;
4163
4112
  typeof e == "object" && (s = e, e = s.id);
4164
4113
  const {
4165
4114
  values: a,
4166
- locale: l = $(),
4167
- default: h
4115
+ locale: h = M(),
4116
+ default: u
4168
4117
  } = s;
4169
- if (l == null)
4118
+ if (h == null)
4170
4119
  throw new Error(
4171
4120
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4172
4121
  );
4173
- let u = rr(e, l);
4174
- if (!u)
4175
- u = (o = (i = (n = (r = W()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: h })) != null ? i : h) != null ? o : e;
4176
- else if (typeof u != "string")
4122
+ let l = Wt(e, h);
4123
+ if (!l)
4124
+ l = (o = (i = (n = (r = X()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4125
+ else if (typeof l != "string")
4177
4126
  return console.warn(
4178
- `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof u}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
4179
- ), u;
4127
+ `[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.`
4128
+ ), l;
4180
4129
  if (!a)
4181
- return u;
4182
- let c = u;
4130
+ return l;
4131
+ let c = l;
4183
4132
  try {
4184
- c = Ni(u, l).format(a);
4133
+ c = Ei(l, h).format(a);
4185
4134
  } catch (f) {
4186
4135
  f instanceof Error && console.warn(
4187
4136
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4189,20 +4138,20 @@ const re = (e, t) => {
4189
4138
  );
4190
4139
  }
4191
4140
  return c;
4192
- }, $i = (e, t) => Li(t).format(e), Ri = (e, t) => Ci(t).format(e), Di = (e, t) => Ii(t).format(e), Ui = (e, t = $()) => rr(e, t), Fi = Z([Q, ie], () => Mi);
4193
- Z([Q], () => $i);
4194
- Z([Q], () => Ri);
4195
- Z([Q], () => Di);
4196
- Z([Q, ie], () => Ui);
4197
- window.emWidgets = { topic: Kr };
4198
- const ue = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4199
- function Ht(e, t) {
4200
- ir(e, t);
4201
- }
4202
- function Gi(e) {
4203
- Q.set(e);
4204
- }
4205
- const wt = {
4141
+ }, Si = (e, t) => xi(t).format(e), Bi = (e, t) => vi(t).format(e), Ti = (e, t) => yi(t).format(e), Hi = (e, t = M()) => Wt(e, t), wi = W([Z, ne], () => _i);
4142
+ W([Z], () => Si);
4143
+ W([Z], () => Bi);
4144
+ W([Z], () => Ti);
4145
+ W([Z, ne], () => Hi);
4146
+ window.emWidgets = { topic: Ur };
4147
+ const ae = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4148
+ function gt(e, t) {
4149
+ Qt(e, t);
4150
+ }
4151
+ function Pi(e) {
4152
+ Z.set(e);
4153
+ }
4154
+ const yt = {
4206
4155
  en: {
4207
4156
  panicButtonString: "Hold button for 3 seconds to take 24-hour timeout"
4208
4157
  },
@@ -4243,10 +4192,10 @@ const wt = {
4243
4192
  panicButtonString: "Hold button for 3 seconds to take 24-hour timeout"
4244
4193
  }
4245
4194
  };
4246
- function ji(e) {
4247
- gr(e, "svelte-1v7b25v", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.PanicSection{display:flex;align-items:center;gap:10px;margin:20px 0}.PanicSection .PanicButton{border-radius:5px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));font-size:10px;width:280px;height:fit-content;padding:15px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer}.PanicSectionMobile{position:absolute;top:0;left:0;width:100%;text-align:center;margin:20px 0 0 0 !important}.PanicButtonMobile{border-radius:5px;margin:0 10px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:100% !important;height:30px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.PanicButtonAnimation{background:-webkit-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-moz-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-o-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:280px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));-webkit-animation:bar-animation 2s linear}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:280px}}.PanicButtonV2 .PanicButton{border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:388px;font-size:12px}.PanicButtonV2 .PanicButtonMobile{border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));font-size:10px}.PanicButtonV2 .PanicButtonAnimation{background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:388px}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:388px}}");
4195
+ function Ai(e) {
4196
+ nr(e, "svelte-1v7b25v", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.PanicSection{display:flex;align-items:center;gap:10px;margin:20px 0}.PanicSection .PanicButton{border-radius:5px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));font-size:10px;width:280px;height:fit-content;padding:15px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer}.PanicSectionMobile{position:absolute;top:0;left:0;width:100%;text-align:center;margin:20px 0 0 0 !important}.PanicButtonMobile{border-radius:5px;margin:0 10px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:100% !important;height:30px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.PanicButtonAnimation{background:-webkit-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-moz-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-o-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:280px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));-webkit-animation:bar-animation 2s linear}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:280px}}.PanicButtonV2 .PanicButton{border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:388px;font-size:12px}.PanicButtonV2 .PanicButtonMobile{border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));font-size:10px}.PanicButtonV2 .PanicButtonAnimation{background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:388px}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:388px}}");
4248
4197
  }
4249
- function ki(e) {
4198
+ function Oi(e) {
4250
4199
  let t, r, n, i = (
4251
4200
  /*customtext*/
4252
4201
  (e[0] || /*$_*/
@@ -4254,119 +4203,119 @@ function ki(e) {
4254
4203
  ), o, s;
4255
4204
  return {
4256
4205
  c() {
4257
- t = q("div"), r = q("div"), n = q("button"), o = Er(i), M(n, "class", "PanicButton " + (ue(
4206
+ t = Y("div"), r = Y("div"), n = Y("button"), o = sr(i), L(n, "class", "PanicButton " + (ae(
4258
4207
  /*userAgent*/
4259
4208
  e[6]
4260
- ) !== "PC" ? "PanicButtonMobile" : "")), M(n, "part", "PanicButton " + (ue(
4209
+ ) !== "PC" ? "PanicButtonMobile" : "")), L(n, "part", "PanicButton " + (ae(
4261
4210
  /*userAgent*/
4262
4211
  e[6]
4263
- ) !== "PC" ? "PanicButtonMobile" : "")), nt(
4212
+ ) !== "PC" ? "PanicButtonMobile" : "")), Qe(
4264
4213
  n,
4265
4214
  "PanicButtonAnimation",
4266
4215
  /*panicLoading*/
4267
4216
  e[4]
4268
- ), M(r, "class", "PanicSection " + (ue(
4217
+ ), L(r, "class", "PanicSection " + (ae(
4269
4218
  /*userAgent*/
4270
4219
  e[6]
4271
- ) !== "PC" ? "PanicSectionMobile" : "")), M(r, "part", "PanicSection " + (ue(
4220
+ ) !== "PC" ? "PanicSectionMobile" : "")), L(r, "part", "PanicSection " + (ae(
4272
4221
  /*userAgent*/
4273
4222
  e[6]
4274
- ) !== "PC" ? "PanicSectionMobile" : "")), M(t, "class", s = /*alternativestyling*/
4223
+ ) !== "PC" ? "PanicSectionMobile" : "")), L(t, "class", s = /*alternativestyling*/
4275
4224
  e[1] == "true" ? "PanicButtonV2" : "");
4276
4225
  },
4277
- m(a, l) {
4278
- Ot(a, t, l), he(t, r), he(r, n), he(n, o), e[11](n), e[12](t);
4226
+ m(a, h) {
4227
+ _t(a, t, h), ue(t, r), ue(r, n), ue(n, o), e[11](n), e[12](t);
4279
4228
  },
4280
- p(a, [l]) {
4281
- l & /*customtext, $_*/
4229
+ p(a, [h]) {
4230
+ h & /*customtext, $_*/
4282
4231
  33 && i !== (i = /*customtext*/
4283
4232
  (a[0] || /*$_*/
4284
- a[5]("panicButtonString")) + "") && _r(o, i), l & /*panicLoading*/
4285
- 16 && nt(
4233
+ a[5]("panicButtonString")) + "") && ur(o, i), h & /*panicLoading*/
4234
+ 16 && Qe(
4286
4235
  n,
4287
4236
  "PanicButtonAnimation",
4288
4237
  /*panicLoading*/
4289
4238
  a[4]
4290
- ), l & /*alternativestyling*/
4239
+ ), h & /*alternativestyling*/
4291
4240
  2 && s !== (s = /*alternativestyling*/
4292
- a[1] == "true" ? "PanicButtonV2" : "") && M(t, "class", s);
4241
+ a[1] == "true" ? "PanicButtonV2" : "") && L(t, "class", s);
4293
4242
  },
4294
- i: H,
4295
- o: H,
4243
+ i: B,
4244
+ o: B,
4296
4245
  d(a) {
4297
- a && We(t), e[11](null), e[12](null);
4246
+ a && Ve(t), e[11](null), e[12](null);
4298
4247
  }
4299
4248
  };
4300
4249
  }
4301
- function Vi(e, t, r) {
4250
+ function Ii(e, t, r) {
4302
4251
  let n;
4303
- br(e, Fi, (g) => r(5, n = g));
4304
- let { lang: i = "en" } = t, { customtext: o = "" } = t, { clientstyling: s = "" } = t, { clientstylingurl: a = "" } = t, { alternativestyling: l = "" } = t, { translationurl: h = "" } = t, u, c, f = !1, d = 0, v, y = window.navigator.userAgent;
4305
- const T = () => {
4306
- fetch(h).then((B) => B.json()).then((B) => {
4307
- Object.keys(B).forEach((D) => {
4308
- Ht(D, B[D]);
4252
+ rr(e, wi, (g) => r(5, n = g));
4253
+ let { lang: i = "en" } = t, { customtext: o = "" } = t, { clientstyling: s = "" } = t, { clientstylingurl: a = "" } = t, { alternativestyling: h = "" } = t, { translationurl: u = "" } = t, l, c, f = !1, m = 0, v, y = window.navigator.userAgent;
4254
+ const S = () => {
4255
+ fetch(u).then((w) => w.json()).then((w) => {
4256
+ Object.keys(w).forEach((R) => {
4257
+ gt(R, w[R]);
4309
4258
  });
4310
- }).catch((B) => {
4311
- console.log(B);
4259
+ }).catch((w) => {
4260
+ console.log(w);
4312
4261
  });
4313
4262
  };
4314
- Object.keys(wt).forEach((g) => {
4315
- Ht(g, wt[g]);
4263
+ Object.keys(yt).forEach((g) => {
4264
+ gt(g, yt[g]);
4316
4265
  });
4317
4266
  const N = () => {
4318
- u == null || u.addEventListener("mousedown", x, !1), u == null || u.addEventListener("touchstart", x, !1), u == null || u.addEventListener("mouseup", w, !1), u == null || u.addEventListener("touchend", w, !1);
4319
- }, I = () => {
4320
- r(4, f = !1), u == null || u.removeEventListener("mousedown", x), u == null || u.removeEventListener("touchstart", x), u == null || u.removeEventListener("mouseup", w), u == null || u.removeEventListener("touchend", w);
4321
- }, x = () => {
4322
- d = 0, r(4, f = !0), v = setInterval(
4267
+ l?.addEventListener("mousedown", E, !1), l?.addEventListener("touchstart", E, !1), l?.addEventListener("mouseup", T, !1), l?.addEventListener("touchend", T, !1);
4268
+ }, O = () => {
4269
+ r(4, f = !1), l?.removeEventListener("mousedown", E), l?.removeEventListener("touchstart", E), l?.removeEventListener("mouseup", T), l?.removeEventListener("touchend", T);
4270
+ }, E = () => {
4271
+ m = 0, r(4, f = !0), v = setInterval(
4323
4272
  () => {
4324
- d++, d >= 2 && (window.postMessage({ type: "PanicButtonClicked" }, window.location.href), clearInterval(v), typeof gtag == "function" && gtag("event", "PanicButtonClicked", { context: "PanicButton" }));
4273
+ m++, m >= 2 && (window.postMessage({ type: "PanicButtonClicked" }, window.location.href), clearInterval(v), typeof gtag == "function" && gtag("event", "PanicButtonClicked", { context: "PanicButton" }));
4325
4274
  },
4326
4275
  1e3
4327
4276
  );
4328
- }, w = () => {
4277
+ }, T = () => {
4329
4278
  r(4, f = !1), clearInterval(v);
4330
- }, P = () => {
4279
+ }, H = () => {
4331
4280
  let g = document.createElement("style");
4332
4281
  g.innerHTML = s, c.appendChild(g);
4333
- }, R = () => {
4334
- let g = new URL(a), B = document.createElement("style");
4335
- fetch(g.href).then((D) => D.text()).then((D) => {
4336
- B.innerHTML = D, setTimeout(
4282
+ }, $ = () => {
4283
+ let g = new URL(a), w = document.createElement("style");
4284
+ fetch(g.href).then((R) => R.text()).then((R) => {
4285
+ w.innerHTML = R, setTimeout(
4337
4286
  () => {
4338
- c.appendChild(B);
4287
+ c.appendChild(w);
4339
4288
  },
4340
4289
  1
4341
4290
  );
4342
4291
  });
4343
4292
  };
4344
- Hr(() => () => {
4345
- I();
4293
+ cr(() => () => {
4294
+ O();
4346
4295
  });
4347
- function oe(g) {
4348
- me[g ? "unshift" : "push"](() => {
4349
- u = g, r(2, u);
4296
+ function ie(g) {
4297
+ pe[g ? "unshift" : "push"](() => {
4298
+ l = g, r(2, l);
4350
4299
  });
4351
4300
  }
4352
- function hr(g) {
4353
- me[g ? "unshift" : "push"](() => {
4301
+ function er(g) {
4302
+ pe[g ? "unshift" : "push"](() => {
4354
4303
  c = g, r(3, c);
4355
4304
  });
4356
4305
  }
4357
4306
  return e.$$set = (g) => {
4358
- "lang" in g && r(7, i = g.lang), "customtext" in g && r(0, o = g.customtext), "clientstyling" in g && r(8, s = g.clientstyling), "clientstylingurl" in g && r(9, a = g.clientstylingurl), "alternativestyling" in g && r(1, l = g.alternativestyling), "translationurl" in g && r(10, h = g.translationurl);
4307
+ "lang" in g && r(7, i = g.lang), "customtext" in g && r(0, o = g.customtext), "clientstyling" in g && r(8, s = g.clientstyling), "clientstylingurl" in g && r(9, a = g.clientstylingurl), "alternativestyling" in g && r(1, h = g.alternativestyling), "translationurl" in g && r(10, u = g.translationurl);
4359
4308
  }, e.$$.update = () => {
4360
4309
  e.$$.dirty & /*panicButton*/
4361
- 4 && u && N(), e.$$.dirty & /*lang*/
4362
- 128 && i && Gi(i), e.$$.dirty & /*clientstyling, customStylingContainer*/
4363
- 264 && s && c && P(), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4364
- 520 && a && c && R(), e.$$.dirty & /*translationurl*/
4365
- 1024 && h && T();
4310
+ 4 && l && N(), e.$$.dirty & /*lang*/
4311
+ 128 && i && Pi(i), e.$$.dirty & /*clientstyling, customStylingContainer*/
4312
+ 264 && s && c && H(), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4313
+ 520 && a && c && $(), e.$$.dirty & /*translationurl*/
4314
+ 1024 && u && S();
4366
4315
  }, [
4367
4316
  o,
4317
+ h,
4368
4318
  l,
4369
- u,
4370
4319
  c,
4371
4320
  f,
4372
4321
  n,
@@ -4374,19 +4323,19 @@ function Vi(e, t, r) {
4374
4323
  i,
4375
4324
  s,
4376
4325
  a,
4377
- h,
4378
- oe,
4379
- hr
4326
+ u,
4327
+ ie,
4328
+ er
4380
4329
  ];
4381
4330
  }
4382
- class zi extends Rr {
4331
+ class Ci extends Sr {
4383
4332
  constructor(t) {
4384
- super(), Mr(
4333
+ super(), Er(
4385
4334
  this,
4386
4335
  t,
4387
- Vi,
4388
- ki,
4389
- Bt,
4336
+ Ii,
4337
+ Oi,
4338
+ xt,
4390
4339
  {
4391
4340
  lang: 7,
4392
4341
  customtext: 0,
@@ -4395,47 +4344,47 @@ class zi extends Rr {
4395
4344
  alternativestyling: 1,
4396
4345
  translationurl: 10
4397
4346
  },
4398
- ji
4347
+ Ai
4399
4348
  );
4400
4349
  }
4401
4350
  get lang() {
4402
4351
  return this.$$.ctx[7];
4403
4352
  }
4404
4353
  set lang(t) {
4405
- this.$$set({ lang: t }), C();
4354
+ this.$$set({ lang: t }), I();
4406
4355
  }
4407
4356
  get customtext() {
4408
4357
  return this.$$.ctx[0];
4409
4358
  }
4410
4359
  set customtext(t) {
4411
- this.$$set({ customtext: t }), C();
4360
+ this.$$set({ customtext: t }), I();
4412
4361
  }
4413
4362
  get clientstyling() {
4414
4363
  return this.$$.ctx[8];
4415
4364
  }
4416
4365
  set clientstyling(t) {
4417
- this.$$set({ clientstyling: t }), C();
4366
+ this.$$set({ clientstyling: t }), I();
4418
4367
  }
4419
4368
  get clientstylingurl() {
4420
4369
  return this.$$.ctx[9];
4421
4370
  }
4422
4371
  set clientstylingurl(t) {
4423
- this.$$set({ clientstylingurl: t }), C();
4372
+ this.$$set({ clientstylingurl: t }), I();
4424
4373
  }
4425
4374
  get alternativestyling() {
4426
4375
  return this.$$.ctx[1];
4427
4376
  }
4428
4377
  set alternativestyling(t) {
4429
- this.$$set({ alternativestyling: t }), C();
4378
+ this.$$set({ alternativestyling: t }), I();
4430
4379
  }
4431
4380
  get translationurl() {
4432
4381
  return this.$$.ctx[10];
4433
4382
  }
4434
4383
  set translationurl(t) {
4435
- this.$$set({ translationurl: t }), C();
4384
+ this.$$set({ translationurl: t }), I();
4436
4385
  }
4437
4386
  }
4438
- $r(zi, { lang: {}, customtext: {}, clientstyling: {}, clientstylingurl: {}, alternativestyling: {}, translationurl: {} }, [], [], !0);
4387
+ _r(Ci, { lang: {}, customtext: {}, clientstyling: {}, clientstylingurl: {}, alternativestyling: {}, translationurl: {} }, [], [], !0);
4439
4388
  export {
4440
- zi as default
4389
+ Ci as P
4441
4390
  };