@everymatrix/general-navigation-bar 1.77.20 → 1.77.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  function R() {
2
2
  }
3
- function zr(e, t) {
3
+ function qr(e, t) {
4
4
  for (const r in t)
5
5
  e[r] = t[r];
6
6
  return (
@@ -8,29 +8,29 @@ function zr(e, t) {
8
8
  e
9
9
  );
10
10
  }
11
- function er(e) {
11
+ function or(e) {
12
12
  return e();
13
13
  }
14
- function yt() {
14
+ function Nt() {
15
15
  return /* @__PURE__ */ Object.create(null);
16
16
  }
17
- function ae(e) {
18
- e.forEach(er);
17
+ function oe(e) {
18
+ e.forEach(or);
19
19
  }
20
- function ht(e) {
20
+ function pt(e) {
21
21
  return typeof e == "function";
22
22
  }
23
- function tr(e, t) {
23
+ function ar(e, t) {
24
24
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
25
25
  }
26
26
  let _e;
27
- function te(e, t) {
27
+ function ee(e, t) {
28
28
  return e === t ? !0 : (_e || (_e = document.createElement("a")), _e.href = t, e === _e.href);
29
29
  }
30
- function Zr(e) {
30
+ function Kr(e) {
31
31
  return Object.keys(e).length === 0;
32
32
  }
33
- function rr(e, ...t) {
33
+ function sr(e, ...t) {
34
34
  if (e == null) {
35
35
  for (const n of t)
36
36
  n(void 0);
@@ -39,19 +39,19 @@ function rr(e, ...t) {
39
39
  const r = e.subscribe(...t);
40
40
  return r.unsubscribe ? () => r.unsubscribe() : r;
41
41
  }
42
- function Qr(e, t, r) {
43
- e.$$.on_destroy.push(rr(t, r));
42
+ function en(e, t, r) {
43
+ e.$$.on_destroy.push(sr(t, r));
44
44
  }
45
- function Yr(e, t, r, n) {
45
+ function tn(e, t, r, n) {
46
46
  if (e) {
47
- const i = nr(e, t, r, n);
47
+ const i = lr(e, t, r, n);
48
48
  return e[0](i);
49
49
  }
50
50
  }
51
- function nr(e, t, r, n) {
52
- return e[1] && n ? zr(r.ctx.slice(), e[1](n(t))) : r.ctx;
51
+ function lr(e, t, r, n) {
52
+ return e[1] && n ? qr(r.ctx.slice(), e[1](n(t))) : r.ctx;
53
53
  }
54
- function Jr(e, t, r, n) {
54
+ function rn(e, t, r, n) {
55
55
  if (e[2] && n) {
56
56
  const i = e[2](n(r));
57
57
  if (t.dirty === void 0)
@@ -66,13 +66,13 @@ function Jr(e, t, r, n) {
66
66
  }
67
67
  return t.dirty;
68
68
  }
69
- function qr(e, t, r, n, i, o) {
69
+ function nn(e, t, r, n, i, o) {
70
70
  if (i) {
71
- const a = nr(t, r, n, o);
71
+ const a = lr(t, r, n, o);
72
72
  e.p(a, i);
73
73
  }
74
74
  }
75
- function Kr(e) {
75
+ function on(e) {
76
76
  if (e.ctx.length > 32) {
77
77
  const t = [], r = e.ctx.length / 32;
78
78
  for (let n = 0; n < r; n++)
@@ -84,14 +84,14 @@ function Kr(e) {
84
84
  function y(e, t) {
85
85
  e.appendChild(t);
86
86
  }
87
- function en(e, t, r) {
88
- const n = tn(e);
87
+ function an(e, t, r) {
88
+ const n = sn(e);
89
89
  if (!n.getElementById(t)) {
90
- const i = B("style");
91
- i.id = t, i.textContent = r, rn(n, i);
90
+ const i = I("style");
91
+ i.id = t, i.textContent = r, ln(n, i);
92
92
  }
93
93
  }
94
- function tn(e) {
94
+ function sn(e) {
95
95
  if (!e)
96
96
  return document;
97
97
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -101,7 +101,7 @@ function tn(e) {
101
101
  t
102
102
  ) : e.ownerDocument;
103
103
  }
104
- function rn(e, t) {
104
+ function ln(e, t) {
105
105
  return y(
106
106
  /** @type {Document} */
107
107
  e.head || e,
@@ -114,39 +114,39 @@ function L(e, t, r) {
114
114
  function O(e) {
115
115
  e.parentNode && e.parentNode.removeChild(e);
116
116
  }
117
- function ir(e, t) {
117
+ function ur(e, t) {
118
118
  for (let r = 0; r < e.length; r += 1)
119
119
  e[r] && e[r].d(t);
120
120
  }
121
- function B(e) {
121
+ function I(e) {
122
122
  return document.createElement(e);
123
123
  }
124
124
  function H(e) {
125
125
  return document.createElementNS("http://www.w3.org/2000/svg", e);
126
126
  }
127
- function ve(e) {
127
+ function ge(e) {
128
128
  return document.createTextNode(e);
129
129
  }
130
- function $() {
131
- return ve(" ");
130
+ function k() {
131
+ return ge(" ");
132
132
  }
133
- function nn() {
134
- return ve("");
133
+ function un() {
134
+ return ge("");
135
135
  }
136
- function He(e, t, r, n) {
136
+ function Me(e, t, r, n) {
137
137
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
138
138
  }
139
139
  function c(e, t, r) {
140
140
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
141
141
  }
142
- function on(e) {
142
+ function hn(e) {
143
143
  return Array.from(e.childNodes);
144
144
  }
145
- function ct(e, t) {
145
+ function gt(e, t) {
146
146
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
147
147
  t);
148
148
  }
149
- function an(e) {
149
+ function cn(e) {
150
150
  const t = {};
151
151
  return e.childNodes.forEach(
152
152
  /** @param {Element} node */
@@ -155,69 +155,69 @@ function an(e) {
155
155
  }
156
156
  ), t;
157
157
  }
158
- let de;
159
- function fe(e) {
160
- de = e;
158
+ let fe;
159
+ function ce(e) {
160
+ fe = e;
161
161
  }
162
- function sn() {
163
- if (!de)
162
+ function fn() {
163
+ if (!fe)
164
164
  throw new Error("Function called outside component initialization");
165
- return de;
165
+ return fe;
166
166
  }
167
- function ln(e) {
168
- sn().$$.on_mount.push(e);
167
+ function dn(e) {
168
+ fn().$$.on_mount.push(e);
169
169
  }
170
- const q = [], Ze = [];
170
+ const q = [], Je = [];
171
171
  let K = [];
172
- const _t = [], un = /* @__PURE__ */ Promise.resolve();
173
- let Qe = !1;
174
- function hn() {
175
- Qe || (Qe = !0, un.then(F));
172
+ const St = [], mn = /* @__PURE__ */ Promise.resolve();
173
+ let qe = !1;
174
+ function pn() {
175
+ qe || (qe = !0, mn.then(F));
176
176
  }
177
- function Ye(e) {
177
+ function Ke(e) {
178
178
  K.push(e);
179
179
  }
180
- const $e = /* @__PURE__ */ new Set();
180
+ const je = /* @__PURE__ */ new Set();
181
181
  let Y = 0;
182
182
  function F() {
183
183
  if (Y !== 0)
184
184
  return;
185
- const e = de;
185
+ const e = fe;
186
186
  do {
187
187
  try {
188
188
  for (; Y < q.length; ) {
189
189
  const t = q[Y];
190
- Y++, fe(t), cn(t.$$);
190
+ Y++, ce(t), gn(t.$$);
191
191
  }
192
192
  } catch (t) {
193
193
  throw q.length = 0, Y = 0, t;
194
194
  }
195
- for (fe(null), q.length = 0, Y = 0; Ze.length; )
196
- Ze.pop()();
195
+ for (ce(null), q.length = 0, Y = 0; Je.length; )
196
+ Je.pop()();
197
197
  for (let t = 0; t < K.length; t += 1) {
198
198
  const r = K[t];
199
- $e.has(r) || ($e.add(r), r());
199
+ je.has(r) || (je.add(r), r());
200
200
  }
201
201
  K.length = 0;
202
202
  } while (q.length);
203
- for (; _t.length; )
204
- _t.pop()();
205
- Qe = !1, $e.clear(), fe(e);
203
+ for (; St.length; )
204
+ St.pop()();
205
+ qe = !1, je.clear(), ce(e);
206
206
  }
207
- function cn(e) {
207
+ function gn(e) {
208
208
  if (e.fragment !== null) {
209
- e.update(), ae(e.before_update);
209
+ e.update(), oe(e.before_update);
210
210
  const t = e.dirty;
211
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ye);
211
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ke);
212
212
  }
213
213
  }
214
- function fn(e) {
214
+ function vn(e) {
215
215
  const t = [], r = [];
216
216
  K.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), K = t;
217
217
  }
218
218
  const Ee = /* @__PURE__ */ new Set();
219
219
  let z;
220
- function or() {
220
+ function hr() {
221
221
  z = {
222
222
  r: 0,
223
223
  c: [],
@@ -225,13 +225,13 @@ function or() {
225
225
  // parent group
226
226
  };
227
227
  }
228
- function ar() {
229
- z.r || ae(z.c), z = z.p;
228
+ function cr() {
229
+ z.r || oe(z.c), z = z.p;
230
230
  }
231
231
  function X(e, t) {
232
232
  e && e.i && (Ee.delete(e), e.i(t));
233
233
  }
234
- function me(e, t, r, n) {
234
+ function de(e, t, r, n) {
235
235
  if (e && e.o) {
236
236
  if (Ee.has(e))
237
237
  return;
@@ -244,23 +244,23 @@ function me(e, t, r, n) {
244
244
  function Ae(e) {
245
245
  return e?.length !== void 0 ? e : Array.from(e);
246
246
  }
247
- function dn(e, t, r) {
247
+ function bn(e, t, r) {
248
248
  const { fragment: n, after_update: i } = e.$$;
249
- n && n.m(t, r), Ye(() => {
250
- const o = e.$$.on_mount.map(er).filter(ht);
251
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ae(o), e.$$.on_mount = [];
252
- }), i.forEach(Ye);
249
+ n && n.m(t, r), Ke(() => {
250
+ const o = e.$$.on_mount.map(or).filter(pt);
251
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : oe(o), e.$$.on_mount = [];
252
+ }), i.forEach(Ke);
253
253
  }
254
- function mn(e, t) {
254
+ function yn(e, t) {
255
255
  const r = e.$$;
256
- r.fragment !== null && (fn(r.after_update), ae(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
256
+ r.fragment !== null && (vn(r.after_update), oe(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
257
257
  }
258
- function pn(e, t) {
259
- e.$$.dirty[0] === -1 && (q.push(e), hn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
258
+ function _n(e, t) {
259
+ e.$$.dirty[0] === -1 && (q.push(e), pn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
260
260
  }
261
- function gn(e, t, r, n, i, o, a = null, s = [-1]) {
262
- const l = de;
263
- fe(e);
261
+ function xn(e, t, r, n, i, o, a = null, s = [-1]) {
262
+ const l = fe;
263
+ ce(e);
264
264
  const u = e.$$ = {
265
265
  fragment: null,
266
266
  ctx: [],
@@ -268,7 +268,7 @@ function gn(e, t, r, n, i, o, a = null, s = [-1]) {
268
268
  props: o,
269
269
  update: R,
270
270
  not_equal: i,
271
- bound: yt(),
271
+ bound: Nt(),
272
272
  // lifecycle
273
273
  on_mount: [],
274
274
  on_destroy: [],
@@ -277,7 +277,7 @@ function gn(e, t, r, n, i, o, a = null, s = [-1]) {
277
277
  after_update: [],
278
278
  context: new Map(t.context || (l ? l.$$.context : [])),
279
279
  // everything else
280
- callbacks: yt(),
280
+ callbacks: Nt(),
281
281
  dirty: s,
282
282
  skip_bound: !1,
283
283
  root: t.target || l.$$.root
@@ -286,19 +286,19 @@ function gn(e, t, r, n, i, o, a = null, s = [-1]) {
286
286
  let h = !1;
287
287
  if (u.ctx = r ? r(e, t.props || {}, (d, f, ...p) => {
288
288
  const g = p.length ? p[0] : f;
289
- return u.ctx && i(u.ctx[d], u.ctx[d] = g) && (!u.skip_bound && u.bound[d] && u.bound[d](g), h && pn(e, d)), f;
290
- }) : [], u.update(), h = !0, ae(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
289
+ return u.ctx && i(u.ctx[d], u.ctx[d] = g) && (!u.skip_bound && u.bound[d] && u.bound[d](g), h && _n(e, d)), f;
290
+ }) : [], u.update(), h = !0, oe(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
291
291
  if (t.hydrate) {
292
- const d = on(t.target);
292
+ const d = hn(t.target);
293
293
  u.fragment && u.fragment.l(d), d.forEach(O);
294
294
  } else
295
295
  u.fragment && u.fragment.c();
296
- t.intro && X(e.$$.fragment), dn(e, t.target, t.anchor), F();
296
+ t.intro && X(e.$$.fragment), bn(e, t.target, t.anchor), F();
297
297
  }
298
- fe(l);
298
+ ce(l);
299
299
  }
300
- let sr;
301
- typeof HTMLElement == "function" && (sr = class extends HTMLElement {
300
+ let fr;
301
+ typeof HTMLElement == "function" && (fr = class extends HTMLElement {
302
302
  /** The Svelte component constructor */
303
303
  $$ctor;
304
304
  /** Slots */
@@ -340,7 +340,7 @@ typeof HTMLElement == "function" && (sr = class extends HTMLElement {
340
340
  let o;
341
341
  return {
342
342
  c: function() {
343
- o = B("slot"), i !== "default" && c(o, "name", i);
343
+ o = I("slot"), i !== "default" && c(o, "name", i);
344
344
  },
345
345
  /**
346
346
  * @param {HTMLElement} target
@@ -357,7 +357,7 @@ typeof HTMLElement == "function" && (sr = class extends HTMLElement {
357
357
  };
358
358
  if (await Promise.resolve(), !this.$$cn || this.$$c)
359
359
  return;
360
- const t = {}, r = an(this);
360
+ const t = {}, r = cn(this);
361
361
  for (const i of this.$$s)
362
362
  i in r && (t[i] = [e(i)]);
363
363
  for (const i of this.attributes) {
@@ -444,8 +444,8 @@ function Ne(e, t, r, n) {
444
444
  return t;
445
445
  }
446
446
  }
447
- function vn(e, t, r, n, i, o) {
448
- let a = class extends sr {
447
+ function wn(e, t, r, n, i, o) {
448
+ let a = class extends fr {
449
449
  constructor() {
450
450
  super(e, r, i), this.$$p_d = t;
451
451
  }
@@ -473,7 +473,7 @@ function vn(e, t, r, n, i, o) {
473
473
  }), e.element = /** @type {any} */
474
474
  a, a;
475
475
  }
476
- class bn {
476
+ class En {
477
477
  /**
478
478
  * ### PRIVATE API
479
479
  *
@@ -492,7 +492,7 @@ class bn {
492
492
  $$set = void 0;
493
493
  /** @returns {void} */
494
494
  $destroy() {
495
- mn(this, 1), this.$destroy = R;
495
+ yn(this, 1), this.$destroy = R;
496
496
  }
497
497
  /**
498
498
  * @template {Extract<keyof Events, string>} K
@@ -501,7 +501,7 @@ class bn {
501
501
  * @returns {() => void}
502
502
  */
503
503
  $on(t, r) {
504
- if (!ht(r))
504
+ if (!pt(r))
505
505
  return R;
506
506
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
507
507
  return n.push(r), () => {
@@ -514,11 +514,11 @@ class bn {
514
514
  * @returns {void}
515
515
  */
516
516
  $set(t) {
517
- this.$$set && !Zr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
517
+ this.$$set && !Kr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
518
518
  }
519
519
  }
520
- const yn = "4";
521
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(yn);
520
+ const Nn = "4";
521
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Nn);
522
522
  /*! *****************************************************************************
523
523
  Copyright (c) Microsoft Corporation.
524
524
 
@@ -533,43 +533,24 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
533
533
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
534
534
  PERFORMANCE OF THIS SOFTWARE.
535
535
  ***************************************************************************** */
536
- var Je = function(e, t) {
537
- return Je = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
536
+ var et = function(e, t) {
537
+ return et = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
538
538
  r.__proto__ = n;
539
539
  } || function(r, n) {
540
540
  for (var i in n)
541
541
  Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
542
- }, Je(e, t);
542
+ }, et(e, t);
543
543
  };
544
- function k(e, t) {
544
+ function ve(e, t) {
545
545
  if (typeof t != "function" && t !== null)
546
546
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
547
- Je(e, t);
547
+ et(e, t);
548
548
  function r() {
549
549
  this.constructor = e;
550
550
  }
551
551
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
552
552
  }
553
- var w = function() {
554
- return w = Object.assign || function(t) {
555
- for (var r, n = 1, i = arguments.length; n < i; n++) {
556
- r = arguments[n];
557
- for (var o in r)
558
- Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
559
- }
560
- return t;
561
- }, w.apply(this, arguments);
562
- };
563
- function _n(e, t) {
564
- var r = {};
565
- for (var n in e)
566
- Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
567
- if (e != null && typeof Object.getOwnPropertySymbols == "function")
568
- for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
569
- t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
570
- return r;
571
- }
572
- function qe(e) {
553
+ function tt(e) {
573
554
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
574
555
  if (r)
575
556
  return r.call(e);
@@ -581,7 +562,7 @@ function qe(e) {
581
562
  };
582
563
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
583
564
  }
584
- function Ke(e, t) {
565
+ function rt(e, t) {
585
566
  var r = typeof Symbol == "function" && e[Symbol.iterator];
586
567
  if (!r)
587
568
  return e;
@@ -601,22 +582,22 @@ function Ke(e, t) {
601
582
  }
602
583
  return o;
603
584
  }
604
- function ee(e, t, r) {
605
- if (r || arguments.length === 2)
585
+ function nt(e, t, r) {
586
+ if (arguments.length === 2)
606
587
  for (var n = 0, i = t.length, o; n < i; n++)
607
588
  (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
608
589
  return e.concat(o || t);
609
590
  }
610
- function G(e) {
591
+ function $(e) {
611
592
  return typeof e == "function";
612
593
  }
613
- function lr(e) {
594
+ function dr(e) {
614
595
  var t = function(n) {
615
596
  Error.call(n), n.stack = new Error().stack;
616
597
  }, r = e(t);
617
598
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
618
599
  }
619
- var ke = lr(function(e) {
600
+ var We = dr(function(e) {
620
601
  return function(r) {
621
602
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
622
603
  ` + r.map(function(n, i) {
@@ -625,13 +606,13 @@ var ke = lr(function(e) {
625
606
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
626
607
  };
627
608
  });
628
- function et(e, t) {
609
+ function it(e, t) {
629
610
  if (e) {
630
611
  var r = e.indexOf(t);
631
612
  0 <= r && e.splice(r, 1);
632
613
  }
633
614
  }
634
- var Me = function() {
615
+ var Oe = function() {
635
616
  function e(t) {
636
617
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
637
618
  }
@@ -643,7 +624,7 @@ var Me = function() {
643
624
  if (a)
644
625
  if (this._parentage = null, Array.isArray(a))
645
626
  try {
646
- for (var s = qe(a), l = s.next(); !l.done; l = s.next()) {
627
+ for (var s = tt(a), l = s.next(); !l.done; l = s.next()) {
647
628
  var u = l.value;
648
629
  u.remove(this);
649
630
  }
@@ -660,22 +641,22 @@ var Me = function() {
660
641
  else
661
642
  a.remove(this);
662
643
  var h = this.initialTeardown;
663
- if (G(h))
644
+ if ($(h))
664
645
  try {
665
646
  h();
666
647
  } catch (v) {
667
- o = v instanceof ke ? v.errors : [v];
648
+ o = v instanceof We ? v.errors : [v];
668
649
  }
669
650
  var d = this._finalizers;
670
651
  if (d) {
671
652
  this._finalizers = null;
672
653
  try {
673
- for (var f = qe(d), p = f.next(); !p.done; p = f.next()) {
654
+ for (var f = tt(d), p = f.next(); !p.done; p = f.next()) {
674
655
  var g = p.value;
675
656
  try {
676
- xt(g);
657
+ It(g);
677
658
  } catch (v) {
678
- o = o ?? [], v instanceof ke ? o = ee(ee([], Ke(o)), Ke(v.errors)) : o.push(v);
659
+ o = o ?? [], v instanceof We ? o = nt(nt([], rt(o)), rt(v.errors)) : o.push(v);
679
660
  }
680
661
  }
681
662
  } catch (v) {
@@ -690,13 +671,13 @@ var Me = function() {
690
671
  }
691
672
  }
692
673
  if (o)
693
- throw new ke(o);
674
+ throw new We(o);
694
675
  }
695
676
  }, e.prototype.add = function(t) {
696
677
  var r;
697
678
  if (t && t !== this)
698
679
  if (this.closed)
699
- xt(t);
680
+ It(t);
700
681
  else {
701
682
  if (t instanceof e) {
702
683
  if (t.closed || t._hasParent(this))
@@ -713,52 +694,52 @@ var Me = function() {
713
694
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
714
695
  }, e.prototype._removeParent = function(t) {
715
696
  var r = this._parentage;
716
- r === t ? this._parentage = null : Array.isArray(r) && et(r, t);
697
+ r === t ? this._parentage = null : Array.isArray(r) && it(r, t);
717
698
  }, e.prototype.remove = function(t) {
718
699
  var r = this._finalizers;
719
- r && et(r, t), t instanceof e && t._removeParent(this);
700
+ r && it(r, t), t instanceof e && t._removeParent(this);
720
701
  }, e.EMPTY = function() {
721
702
  var t = new e();
722
703
  return t.closed = !0, t;
723
704
  }(), e;
724
- }(), ur = Me.EMPTY;
725
- function hr(e) {
726
- return e instanceof Me || e && "closed" in e && G(e.remove) && G(e.add) && G(e.unsubscribe);
705
+ }(), mr = Oe.EMPTY;
706
+ function pr(e) {
707
+ return e instanceof Oe || e && "closed" in e && $(e.remove) && $(e.add) && $(e.unsubscribe);
727
708
  }
728
- function xt(e) {
729
- G(e) ? e() : e.unsubscribe();
709
+ function It(e) {
710
+ $(e) ? e() : e.unsubscribe();
730
711
  }
731
- var xn = {
712
+ var Sn = {
732
713
  Promise: void 0
733
- }, wn = {
714
+ }, In = {
734
715
  setTimeout: function(e, t) {
735
716
  for (var r = [], n = 2; n < arguments.length; n++)
736
717
  r[n - 2] = arguments[n];
737
- return setTimeout.apply(void 0, ee([e, t], Ke(r)));
718
+ return setTimeout.apply(void 0, nt([e, t], rt(r)));
738
719
  },
739
720
  clearTimeout: function(e) {
740
721
  return clearTimeout(e);
741
722
  },
742
723
  delegate: void 0
743
724
  };
744
- function En(e) {
745
- wn.setTimeout(function() {
725
+ function Bn(e) {
726
+ In.setTimeout(function() {
746
727
  throw e;
747
728
  });
748
729
  }
749
- function wt() {
730
+ function Bt() {
750
731
  }
751
732
  function Se(e) {
752
733
  e();
753
734
  }
754
- var cr = function(e) {
755
- k(t, e);
735
+ var gr = function(e) {
736
+ ve(t, e);
756
737
  function t(r) {
757
738
  var n = e.call(this) || this;
758
- return n.isStopped = !1, r ? (n.destination = r, hr(r) && r.add(n)) : n.destination = In, n;
739
+ return n.isStopped = !1, r ? (n.destination = r, pr(r) && r.add(n)) : n.destination = Pn, n;
759
740
  }
760
741
  return t.create = function(r, n, i) {
761
- return new tt(r, n, i);
742
+ return new ot(r, n, i);
762
743
  }, t.prototype.next = function(r) {
763
744
  this.isStopped || this._next(r);
764
745
  }, t.prototype.error = function(r) {
@@ -782,7 +763,7 @@ var cr = function(e) {
782
763
  this.unsubscribe();
783
764
  }
784
765
  }, t;
785
- }(Me), Nn = function() {
766
+ }(Oe), An = function() {
786
767
  function e(t) {
787
768
  this.partialObserver = t;
788
769
  }
@@ -813,43 +794,43 @@ var cr = function(e) {
813
794
  xe(r);
814
795
  }
815
796
  }, e;
816
- }(), tt = function(e) {
817
- k(t, e);
797
+ }(), ot = function(e) {
798
+ ve(t, e);
818
799
  function t(r, n, i) {
819
800
  var o = e.call(this) || this, a;
820
- return G(r) || !r ? a = {
801
+ return $(r) || !r ? a = {
821
802
  next: r ?? void 0,
822
803
  error: n ?? void 0,
823
804
  complete: i ?? void 0
824
- } : a = r, o.destination = new Nn(a), o;
805
+ } : a = r, o.destination = new An(a), o;
825
806
  }
826
807
  return t;
827
- }(cr);
808
+ }(gr);
828
809
  function xe(e) {
829
- En(e);
810
+ Bn(e);
830
811
  }
831
- function Sn(e) {
812
+ function Tn(e) {
832
813
  throw e;
833
814
  }
834
- var In = {
815
+ var Pn = {
835
816
  closed: !0,
836
- next: wt,
837
- error: Sn,
838
- complete: wt
839
- }, Bn = function() {
817
+ next: Bt,
818
+ error: Tn,
819
+ complete: Bt
820
+ }, Hn = function() {
840
821
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
841
822
  }();
842
- function An(e) {
823
+ function Mn(e) {
843
824
  return e;
844
825
  }
845
- function Tn(e) {
846
- return e.length === 0 ? An : e.length === 1 ? e[0] : function(r) {
826
+ function On(e) {
827
+ return e.length === 0 ? Mn : e.length === 1 ? e[0] : function(r) {
847
828
  return e.reduce(function(n, i) {
848
829
  return i(n);
849
830
  }, r);
850
831
  };
851
832
  }
852
- var Et = function() {
833
+ var At = function() {
853
834
  function e(t) {
854
835
  t && (this._subscribe = t);
855
836
  }
@@ -857,7 +838,7 @@ var Et = function() {
857
838
  var r = new e();
858
839
  return r.source = this, r.operator = t, r;
859
840
  }, e.prototype.subscribe = function(t, r, n) {
860
- var i = this, o = Hn(t) ? t : new tt(t, r, n);
841
+ var i = this, o = Cn(t) ? t : new ot(t, r, n);
861
842
  return Se(function() {
862
843
  var a = i, s = a.operator, l = a.source;
863
844
  o.add(s ? s.call(o, l) : l ? i._subscribe(o) : i._trySubscribe(o));
@@ -870,8 +851,8 @@ var Et = function() {
870
851
  }
871
852
  }, e.prototype.forEach = function(t, r) {
872
853
  var n = this;
873
- return r = Nt(r), new r(function(i, o) {
874
- var a = new tt({
854
+ return r = Tt(r), new r(function(i, o) {
855
+ var a = new ot({
875
856
  next: function(s) {
876
857
  try {
877
858
  t(s);
@@ -887,15 +868,15 @@ var Et = function() {
887
868
  }, e.prototype._subscribe = function(t) {
888
869
  var r;
889
870
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
890
- }, e.prototype[Bn] = function() {
871
+ }, e.prototype[Hn] = function() {
891
872
  return this;
892
873
  }, e.prototype.pipe = function() {
893
874
  for (var t = [], r = 0; r < arguments.length; r++)
894
875
  t[r] = arguments[r];
895
- return Tn(t)(this);
876
+ return On(t)(this);
896
877
  }, e.prototype.toPromise = function(t) {
897
878
  var r = this;
898
- return t = Nt(t), new t(function(n, i) {
879
+ return t = Tt(t), new t(function(n, i) {
899
880
  var o;
900
881
  r.subscribe(function(a) {
901
882
  return o = a;
@@ -909,32 +890,32 @@ var Et = function() {
909
890
  return new e(t);
910
891
  }, e;
911
892
  }();
912
- function Nt(e) {
893
+ function Tt(e) {
913
894
  var t;
914
- return (t = e ?? xn.Promise) !== null && t !== void 0 ? t : Promise;
895
+ return (t = e ?? Sn.Promise) !== null && t !== void 0 ? t : Promise;
915
896
  }
916
- function Pn(e) {
917
- return e && G(e.next) && G(e.error) && G(e.complete);
897
+ function Ln(e) {
898
+ return e && $(e.next) && $(e.error) && $(e.complete);
918
899
  }
919
- function Hn(e) {
920
- return e && e instanceof cr || Pn(e) && hr(e);
900
+ function Cn(e) {
901
+ return e && e instanceof gr || Ln(e) && pr(e);
921
902
  }
922
- var Mn = lr(function(e) {
903
+ var Fn = dr(function(e) {
923
904
  return function() {
924
905
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
925
906
  };
926
- }), fr = function(e) {
927
- k(t, e);
907
+ }), vr = function(e) {
908
+ ve(t, e);
928
909
  function t() {
929
910
  var r = e.call(this) || this;
930
911
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
931
912
  }
932
913
  return t.prototype.lift = function(r) {
933
- var n = new St(this, this);
914
+ var n = new Pt(this, this);
934
915
  return n.operator = r, n;
935
916
  }, t.prototype._throwIfClosed = function() {
936
917
  if (this.closed)
937
- throw new Mn();
918
+ throw new Fn();
938
919
  }, t.prototype.next = function(r) {
939
920
  var n = this;
940
921
  Se(function() {
@@ -942,7 +923,7 @@ var Mn = lr(function(e) {
942
923
  if (n._throwIfClosed(), !n.isStopped) {
943
924
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
944
925
  try {
945
- for (var a = qe(n.currentObservers), s = a.next(); !s.done; s = a.next()) {
926
+ for (var a = tt(n.currentObservers), s = a.next(); !s.done; s = a.next()) {
946
927
  var l = s.value;
947
928
  l.next(r);
948
929
  }
@@ -991,20 +972,20 @@ var Mn = lr(function(e) {
991
972
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
992
973
  }, t.prototype._innerSubscribe = function(r) {
993
974
  var n = this, i = this, o = i.hasError, a = i.isStopped, s = i.observers;
994
- return o || a ? ur : (this.currentObservers = null, s.push(r), new Me(function() {
995
- n.currentObservers = null, et(s, r);
975
+ return o || a ? mr : (this.currentObservers = null, s.push(r), new Oe(function() {
976
+ n.currentObservers = null, it(s, r);
996
977
  }));
997
978
  }, t.prototype._checkFinalizedStatuses = function(r) {
998
979
  var n = this, i = n.hasError, o = n.thrownError, a = n.isStopped;
999
980
  i ? r.error(o) : a && r.complete();
1000
981
  }, t.prototype.asObservable = function() {
1001
- var r = new Et();
982
+ var r = new At();
1002
983
  return r.source = this, r;
1003
984
  }, t.create = function(r, n) {
1004
- return new St(r, n);
985
+ return new Pt(r, n);
1005
986
  }, t;
1006
- }(Et), St = function(e) {
1007
- k(t, e);
987
+ }(At), Pt = function(e) {
988
+ ve(t, e);
1008
989
  function t(r, n) {
1009
990
  var i = e.call(this) || this;
1010
991
  return i.destination = r, i.source = n, i;
@@ -1020,17 +1001,17 @@ var Mn = lr(function(e) {
1020
1001
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
1021
1002
  }, t.prototype._subscribe = function(r) {
1022
1003
  var n, i;
1023
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : ur;
1004
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : mr;
1024
1005
  }, t;
1025
- }(fr), dr = {
1006
+ }(vr), br = {
1026
1007
  now: function() {
1027
- return (dr.delegate || Date).now();
1008
+ return (br.delegate || Date).now();
1028
1009
  },
1029
1010
  delegate: void 0
1030
- }, On = function(e) {
1031
- k(t, e);
1011
+ }, Rn = function(e) {
1012
+ ve(t, e);
1032
1013
  function t(r, n, i) {
1033
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = dr);
1014
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = br);
1034
1015
  var o = e.call(this) || this;
1035
1016
  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;
1036
1017
  }
@@ -1050,24 +1031,24 @@ var Mn = lr(function(e) {
1050
1031
  u && o.splice(0, u + 1);
1051
1032
  }
1052
1033
  }, t;
1053
- }(fr);
1054
- const It = [], Bt = {}, Ln = (e, t = 0) => {
1055
- if (It.indexOf(e) == -1) {
1056
- const r = new On(t);
1057
- Bt[e] = r, It.push(e);
1034
+ }(vr);
1035
+ const Ht = [], Mt = {}, Un = (e, t = 0) => {
1036
+ if (Ht.indexOf(e) == -1) {
1037
+ const r = new Rn(t);
1038
+ Mt[e] = r, Ht.push(e);
1058
1039
  }
1059
- return Bt[e];
1040
+ return Mt[e];
1060
1041
  }, J = [];
1061
- function Cn(e, t) {
1042
+ function Dn(e, t) {
1062
1043
  return {
1063
- subscribe: Oe(e, t).subscribe
1044
+ subscribe: Le(e, t).subscribe
1064
1045
  };
1065
1046
  }
1066
- function Oe(e, t = R) {
1047
+ function Le(e, t = R) {
1067
1048
  let r;
1068
1049
  const n = /* @__PURE__ */ new Set();
1069
1050
  function i(s) {
1070
- if (tr(e, s) && (e = s, r)) {
1051
+ if (ar(e, s) && (e = s, r)) {
1071
1052
  const l = !J.length;
1072
1053
  for (const u of n)
1073
1054
  u[1](), J.push(u, e);
@@ -1089,12 +1070,12 @@ function Oe(e, t = R) {
1089
1070
  }
1090
1071
  return { set: i, update: o, subscribe: a };
1091
1072
  }
1092
- function se(e, t, r) {
1073
+ function ae(e, t, r) {
1093
1074
  const n = !Array.isArray(e), i = n ? [e] : e;
1094
1075
  if (!i.every(Boolean))
1095
1076
  throw new Error("derived() expects stores as input, got a falsy value");
1096
1077
  const o = t.length < 2;
1097
- return Cn(r, (a, s) => {
1078
+ return Dn(r, (a, s) => {
1098
1079
  let l = !1;
1099
1080
  const u = [];
1100
1081
  let h = 0, d = R;
@@ -1103,12 +1084,12 @@ function se(e, t, r) {
1103
1084
  return;
1104
1085
  d();
1105
1086
  const g = t(n ? u[0] : u, a, s);
1106
- o ? a(g) : d = ht(g) ? g : R;
1087
+ o ? a(g) : d = pt(g) ? g : R;
1107
1088
  }, p = i.map(
1108
- (g, v) => rr(
1089
+ (g, v) => sr(
1109
1090
  g,
1110
- (A) => {
1111
- u[v] = A, h &= ~(1 << v), l && f();
1091
+ (B) => {
1092
+ u[v] = B, h &= ~(1 << v), l && f();
1112
1093
  },
1113
1094
  () => {
1114
1095
  h |= 1 << v;
@@ -1116,115 +1097,157 @@ function se(e, t, r) {
1116
1097
  )
1117
1098
  );
1118
1099
  return l = !0, f(), function() {
1119
- ae(p), d(), l = !1;
1100
+ oe(p), d(), l = !1;
1120
1101
  };
1121
1102
  });
1122
1103
  }
1123
- function Fn(e) {
1104
+ function Gn(e) {
1124
1105
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1125
1106
  }
1126
- var Rn = function(t) {
1127
- return Un(t) && !Dn(t);
1107
+ var $n = function(t) {
1108
+ return kn(t) && !jn(t);
1128
1109
  };
1129
- function Un(e) {
1110
+ function kn(e) {
1130
1111
  return !!e && typeof e == "object";
1131
1112
  }
1132
- function Dn(e) {
1113
+ function jn(e) {
1133
1114
  var t = Object.prototype.toString.call(e);
1134
- return t === "[object RegExp]" || t === "[object Date]" || kn(e);
1115
+ return t === "[object RegExp]" || t === "[object Date]" || Xn(e);
1135
1116
  }
1136
- var Gn = typeof Symbol == "function" && Symbol.for, $n = Gn ? Symbol.for("react.element") : 60103;
1137
- function kn(e) {
1138
- return e.$$typeof === $n;
1117
+ var Wn = typeof Symbol == "function" && Symbol.for, Vn = Wn ? Symbol.for("react.element") : 60103;
1118
+ function Xn(e) {
1119
+ return e.$$typeof === Vn;
1139
1120
  }
1140
- function jn(e) {
1121
+ function zn(e) {
1141
1122
  return Array.isArray(e) ? [] : {};
1142
1123
  }
1143
- function pe(e, t) {
1144
- return t.clone !== !1 && t.isMergeableObject(e) ? re(jn(e), e, t) : e;
1124
+ function me(e, t) {
1125
+ return t.clone !== !1 && t.isMergeableObject(e) ? te(zn(e), e, t) : e;
1145
1126
  }
1146
- function Wn(e, t, r) {
1127
+ function Zn(e, t, r) {
1147
1128
  return e.concat(t).map(function(n) {
1148
- return pe(n, r);
1129
+ return me(n, r);
1149
1130
  });
1150
1131
  }
1151
- function Vn(e, t) {
1132
+ function Qn(e, t) {
1152
1133
  if (!t.customMerge)
1153
- return re;
1134
+ return te;
1154
1135
  var r = t.customMerge(e);
1155
- return typeof r == "function" ? r : re;
1136
+ return typeof r == "function" ? r : te;
1156
1137
  }
1157
- function Xn(e) {
1138
+ function Yn(e) {
1158
1139
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1159
1140
  return Object.propertyIsEnumerable.call(e, t);
1160
1141
  }) : [];
1161
1142
  }
1162
- function At(e) {
1163
- return Object.keys(e).concat(Xn(e));
1143
+ function Ot(e) {
1144
+ return Object.keys(e).concat(Yn(e));
1164
1145
  }
1165
- function mr(e, t) {
1146
+ function yr(e, t) {
1166
1147
  try {
1167
1148
  return t in e;
1168
1149
  } catch {
1169
1150
  return !1;
1170
1151
  }
1171
1152
  }
1172
- function zn(e, t) {
1173
- return mr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1153
+ function Jn(e, t) {
1154
+ return yr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1174
1155
  }
1175
- function Zn(e, t, r) {
1156
+ function qn(e, t, r) {
1176
1157
  var n = {};
1177
- return r.isMergeableObject(e) && At(e).forEach(function(i) {
1178
- n[i] = pe(e[i], r);
1179
- }), At(t).forEach(function(i) {
1180
- zn(e, i) || (mr(e, i) && r.isMergeableObject(t[i]) ? n[i] = Vn(i, r)(e[i], t[i], r) : n[i] = pe(t[i], r));
1158
+ return r.isMergeableObject(e) && Ot(e).forEach(function(i) {
1159
+ n[i] = me(e[i], r);
1160
+ }), Ot(t).forEach(function(i) {
1161
+ Jn(e, i) || (yr(e, i) && r.isMergeableObject(t[i]) ? n[i] = Qn(i, r)(e[i], t[i], r) : n[i] = me(t[i], r));
1181
1162
  }), n;
1182
1163
  }
1183
- function re(e, t, r) {
1184
- r = r || {}, r.arrayMerge = r.arrayMerge || Wn, r.isMergeableObject = r.isMergeableObject || Rn, r.cloneUnlessOtherwiseSpecified = pe;
1164
+ function te(e, t, r) {
1165
+ r = r || {}, r.arrayMerge = r.arrayMerge || Zn, r.isMergeableObject = r.isMergeableObject || $n, r.cloneUnlessOtherwiseSpecified = me;
1185
1166
  var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
1186
- return o ? n ? r.arrayMerge(e, t, r) : Zn(e, t, r) : pe(t, r);
1167
+ return o ? n ? r.arrayMerge(e, t, r) : qn(e, t, r) : me(t, r);
1187
1168
  }
1188
- re.all = function(t, r) {
1169
+ te.all = function(t, r) {
1189
1170
  if (!Array.isArray(t))
1190
1171
  throw new Error("first argument should be an array");
1191
1172
  return t.reduce(function(n, i) {
1192
- return re(n, i, r);
1173
+ return te(n, i, r);
1193
1174
  }, {});
1194
1175
  };
1195
- var Qn = re, Yn = Qn;
1196
- const Jn = /* @__PURE__ */ Fn(Yn);
1197
- function je(e, t) {
1198
- var r = t && t.cache ? t.cache : ii, n = t && t.serializer ? t.serializer : ri, i = t && t.strategy ? t.strategy : ei;
1176
+ var Kn = te, ei = Kn;
1177
+ const ti = /* @__PURE__ */ Gn(ei);
1178
+ var at = function(e, t) {
1179
+ return at = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
1180
+ r.__proto__ = n;
1181
+ } || function(r, n) {
1182
+ for (var i in n)
1183
+ Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
1184
+ }, at(e, t);
1185
+ };
1186
+ function Ce(e, t) {
1187
+ if (typeof t != "function" && t !== null)
1188
+ throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
1189
+ at(e, t);
1190
+ function r() {
1191
+ this.constructor = e;
1192
+ }
1193
+ e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
1194
+ }
1195
+ var D = function() {
1196
+ return D = Object.assign || function(t) {
1197
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1198
+ r = arguments[n];
1199
+ for (var o in r)
1200
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1201
+ }
1202
+ return t;
1203
+ }, D.apply(this, arguments);
1204
+ };
1205
+ function ri(e, t) {
1206
+ var r = {};
1207
+ for (var n in e)
1208
+ Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
1209
+ if (e != null && typeof Object.getOwnPropertySymbols == "function")
1210
+ for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
1211
+ t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
1212
+ return r;
1213
+ }
1214
+ function Ve(e, t, r) {
1215
+ if (r || arguments.length === 2)
1216
+ for (var n = 0, i = t.length, o; n < i; n++)
1217
+ (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
1218
+ return e.concat(o || Array.prototype.slice.call(t));
1219
+ }
1220
+ function Xe(e, t) {
1221
+ var r = t && t.cache ? t.cache : ui, n = t && t.serializer ? t.serializer : si, i = t && t.strategy ? t.strategy : oi;
1199
1222
  return i(e, {
1200
1223
  cache: r,
1201
1224
  serializer: n
1202
1225
  });
1203
1226
  }
1204
- function qn(e) {
1227
+ function ni(e) {
1205
1228
  return e == null || typeof e == "number" || typeof e == "boolean";
1206
1229
  }
1207
- function Kn(e, t, r, n) {
1208
- var i = qn(n) ? n : r(n), o = t.get(i);
1230
+ function ii(e, t, r, n) {
1231
+ var i = ni(n) ? n : r(n), o = t.get(i);
1209
1232
  return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
1210
1233
  }
1211
- function pr(e, t, r) {
1234
+ function _r(e, t, r) {
1212
1235
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1213
1236
  return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
1214
1237
  }
1215
- function gr(e, t, r, n, i) {
1238
+ function xr(e, t, r, n, i) {
1216
1239
  return r.bind(t, e, n, i);
1217
1240
  }
1218
- function ei(e, t) {
1219
- var r = e.length === 1 ? Kn : pr;
1220
- return gr(e, this, r, t.cache.create(), t.serializer);
1241
+ function oi(e, t) {
1242
+ var r = e.length === 1 ? ii : _r;
1243
+ return xr(e, this, r, t.cache.create(), t.serializer);
1221
1244
  }
1222
- function ti(e, t) {
1223
- return gr(e, this, pr, t.cache.create(), t.serializer);
1245
+ function ai(e, t) {
1246
+ return xr(e, this, _r, t.cache.create(), t.serializer);
1224
1247
  }
1225
- var ri = function() {
1248
+ var si = function() {
1226
1249
  return JSON.stringify(arguments);
1227
- }, ni = (
1250
+ }, li = (
1228
1251
  /** @class */
1229
1252
  function() {
1230
1253
  function e() {
@@ -1236,61 +1259,71 @@ var ri = function() {
1236
1259
  this.cache[t] = r;
1237
1260
  }, e;
1238
1261
  }()
1239
- ), ii = {
1262
+ ), ui = {
1240
1263
  create: function() {
1241
- return new ni();
1264
+ return new li();
1242
1265
  }
1243
- }, We = {
1244
- variadic: ti
1245
- }, _;
1266
+ }, ze = {
1267
+ variadic: ai
1268
+ }, Te = function() {
1269
+ return Te = Object.assign || function(t) {
1270
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1271
+ r = arguments[n];
1272
+ for (var o in r)
1273
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1274
+ }
1275
+ return t;
1276
+ }, Te.apply(this, arguments);
1277
+ };
1278
+ var _;
1246
1279
  (function(e) {
1247
1280
  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";
1248
1281
  })(_ || (_ = {}));
1249
- var I;
1282
+ var S;
1250
1283
  (function(e) {
1251
1284
  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";
1252
- })(I || (I = {}));
1253
- var ne;
1285
+ })(S || (S = {}));
1286
+ var re;
1254
1287
  (function(e) {
1255
1288
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1256
- })(ne || (ne = {}));
1257
- function Tt(e) {
1258
- return e.type === I.literal;
1289
+ })(re || (re = {}));
1290
+ function Lt(e) {
1291
+ return e.type === S.literal;
1259
1292
  }
1260
- function oi(e) {
1261
- return e.type === I.argument;
1293
+ function hi(e) {
1294
+ return e.type === S.argument;
1262
1295
  }
1263
- function vr(e) {
1264
- return e.type === I.number;
1296
+ function wr(e) {
1297
+ return e.type === S.number;
1265
1298
  }
1266
- function br(e) {
1267
- return e.type === I.date;
1299
+ function Er(e) {
1300
+ return e.type === S.date;
1268
1301
  }
1269
- function yr(e) {
1270
- return e.type === I.time;
1302
+ function Nr(e) {
1303
+ return e.type === S.time;
1271
1304
  }
1272
- function _r(e) {
1273
- return e.type === I.select;
1305
+ function Sr(e) {
1306
+ return e.type === S.select;
1274
1307
  }
1275
- function xr(e) {
1276
- return e.type === I.plural;
1308
+ function Ir(e) {
1309
+ return e.type === S.plural;
1277
1310
  }
1278
- function ai(e) {
1279
- return e.type === I.pound;
1311
+ function ci(e) {
1312
+ return e.type === S.pound;
1280
1313
  }
1281
- function wr(e) {
1282
- return e.type === I.tag;
1314
+ function Br(e) {
1315
+ return e.type === S.tag;
1283
1316
  }
1284
- function Er(e) {
1285
- return !!(e && typeof e == "object" && e.type === ne.number);
1317
+ function Ar(e) {
1318
+ return !!(e && typeof e == "object" && e.type === re.number);
1286
1319
  }
1287
- function rt(e) {
1288
- return !!(e && typeof e == "object" && e.type === ne.dateTime);
1320
+ function st(e) {
1321
+ return !!(e && typeof e == "object" && e.type === re.dateTime);
1289
1322
  }
1290
- var Nr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, si = /(?:[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;
1291
- function li(e) {
1323
+ var Tr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, fi = /(?:[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;
1324
+ function di(e) {
1292
1325
  var t = {};
1293
- return e.replace(si, function(r) {
1326
+ return e.replace(fi, function(r) {
1294
1327
  var n = r.length;
1295
1328
  switch (r[0]) {
1296
1329
  case "G":
@@ -1379,11 +1412,21 @@ function li(e) {
1379
1412
  return "";
1380
1413
  }), t;
1381
1414
  }
1382
- var ui = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1383
- function hi(e) {
1415
+ var A = function() {
1416
+ return A = Object.assign || function(t) {
1417
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1418
+ r = arguments[n];
1419
+ for (var o in r)
1420
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1421
+ }
1422
+ return t;
1423
+ }, A.apply(this, arguments);
1424
+ };
1425
+ var mi = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1426
+ function pi(e) {
1384
1427
  if (e.length === 0)
1385
1428
  throw new Error("Number skeleton cannot be empty");
1386
- for (var t = e.split(ui).filter(function(f) {
1429
+ for (var t = e.split(mi).filter(function(f) {
1387
1430
  return f.length > 0;
1388
1431
  }), r = [], n = 0, i = t; n < i.length; n++) {
1389
1432
  var o = i[n], a = o.split("/");
@@ -1398,17 +1441,17 @@ function hi(e) {
1398
1441
  }
1399
1442
  return r;
1400
1443
  }
1401
- function ci(e) {
1444
+ function gi(e) {
1402
1445
  return e.replace(/^(.*?)-/, "");
1403
1446
  }
1404
- var Pt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Sr = /^(@+)?(\+|#+)?[rs]?$/g, fi = /(\*)(0+)|(#+)(0+)|(0+)/g, Ir = /^(0+)$/;
1405
- function Ht(e) {
1447
+ var Ct = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Pr = /^(@+)?(\+|#+)?[rs]?$/g, vi = /(\*)(0+)|(#+)(0+)|(0+)/g, Hr = /^(0+)$/;
1448
+ function Ft(e) {
1406
1449
  var t = {};
1407
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Sr, function(r, n, i) {
1450
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Pr, function(r, n, i) {
1408
1451
  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)), "";
1409
1452
  }), t;
1410
1453
  }
1411
- function Br(e) {
1454
+ function Mr(e) {
1412
1455
  switch (e) {
1413
1456
  case "sign-auto":
1414
1457
  return {
@@ -1448,7 +1491,7 @@ function Br(e) {
1448
1491
  };
1449
1492
  }
1450
1493
  }
1451
- function di(e) {
1494
+ function bi(e) {
1452
1495
  var t;
1453
1496
  if (e[0] === "E" && e[1] === "E" ? (t = {
1454
1497
  notation: "engineering"
@@ -1456,17 +1499,17 @@ function di(e) {
1456
1499
  notation: "scientific"
1457
1500
  }, e = e.slice(1)), t) {
1458
1501
  var r = e.slice(0, 2);
1459
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Ir.test(e))
1502
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Hr.test(e))
1460
1503
  throw new Error("Malformed concise eng/scientific notation");
1461
1504
  t.minimumIntegerDigits = e.length;
1462
1505
  }
1463
1506
  return t;
1464
1507
  }
1465
- function Mt(e) {
1466
- var t = {}, r = Br(e);
1508
+ function Rt(e) {
1509
+ var t = {}, r = Mr(e);
1467
1510
  return r || t;
1468
1511
  }
1469
- function mi(e) {
1512
+ function yi(e) {
1470
1513
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1471
1514
  var i = n[r];
1472
1515
  switch (i.stem) {
@@ -1490,7 +1533,7 @@ function mi(e) {
1490
1533
  continue;
1491
1534
  case "measure-unit":
1492
1535
  case "unit":
1493
- t.style = "unit", t.unit = ci(i.options[0]);
1536
+ t.style = "unit", t.unit = gi(i.options[0]);
1494
1537
  continue;
1495
1538
  case "compact-short":
1496
1539
  case "K":
@@ -1501,13 +1544,13 @@ function mi(e) {
1501
1544
  t.notation = "compact", t.compactDisplay = "long";
1502
1545
  continue;
1503
1546
  case "scientific":
1504
- t = w(w(w({}, t), { notation: "scientific" }), i.options.reduce(function(l, u) {
1505
- return w(w({}, l), Mt(u));
1547
+ t = A(A(A({}, t), { notation: "scientific" }), i.options.reduce(function(l, u) {
1548
+ return A(A({}, l), Rt(u));
1506
1549
  }, {}));
1507
1550
  continue;
1508
1551
  case "engineering":
1509
- t = w(w(w({}, t), { notation: "engineering" }), i.options.reduce(function(l, u) {
1510
- return w(w({}, l), Mt(u));
1552
+ t = A(A(A({}, t), { notation: "engineering" }), i.options.reduce(function(l, u) {
1553
+ return A(A({}, l), Rt(u));
1511
1554
  }, {}));
1512
1555
  continue;
1513
1556
  case "notation-simple":
@@ -1552,7 +1595,7 @@ function mi(e) {
1552
1595
  case "integer-width":
1553
1596
  if (i.options.length > 1)
1554
1597
  throw new RangeError("integer-width stems only accept a single optional option");
1555
- i.options[0].replace(fi, function(l, u, h, d, f, p) {
1598
+ i.options[0].replace(vi, function(l, u, h, d, f, p) {
1556
1599
  if (u)
1557
1600
  t.minimumIntegerDigits = h.length;
1558
1601
  else {
@@ -1565,28 +1608,28 @@ function mi(e) {
1565
1608
  });
1566
1609
  continue;
1567
1610
  }
1568
- if (Ir.test(i.stem)) {
1611
+ if (Hr.test(i.stem)) {
1569
1612
  t.minimumIntegerDigits = i.stem.length;
1570
1613
  continue;
1571
1614
  }
1572
- if (Pt.test(i.stem)) {
1615
+ if (Ct.test(i.stem)) {
1573
1616
  if (i.options.length > 1)
1574
1617
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1575
- i.stem.replace(Pt, function(l, u, h, d, f, p) {
1618
+ i.stem.replace(Ct, function(l, u, h, d, f, p) {
1576
1619
  return h === "*" ? t.minimumFractionDigits = u.length : d && d[0] === "#" ? t.maximumFractionDigits = d.length : f && p ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1577
1620
  });
1578
1621
  var o = i.options[0];
1579
- o === "w" ? t = w(w({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = w(w({}, t), Ht(o)));
1622
+ o === "w" ? t = A(A({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = A(A({}, t), Ft(o)));
1580
1623
  continue;
1581
1624
  }
1582
- if (Sr.test(i.stem)) {
1583
- t = w(w({}, t), Ht(i.stem));
1625
+ if (Pr.test(i.stem)) {
1626
+ t = A(A({}, t), Ft(i.stem));
1584
1627
  continue;
1585
1628
  }
1586
- var a = Br(i.stem);
1587
- a && (t = w(w({}, t), a));
1588
- var s = di(i.stem);
1589
- s && (t = w(w({}, t), s));
1629
+ var a = Mr(i.stem);
1630
+ a && (t = A(A({}, t), a));
1631
+ var s = bi(i.stem);
1632
+ s && (t = A(A({}, t), s));
1590
1633
  }
1591
1634
  return t;
1592
1635
  }
@@ -3005,13 +3048,13 @@ var we = {
3005
3048
  "h"
3006
3049
  ]
3007
3050
  };
3008
- function pi(e, t) {
3051
+ function _i(e, t) {
3009
3052
  for (var r = "", n = 0; n < e.length; n++) {
3010
3053
  var i = e.charAt(n);
3011
3054
  if (i === "j") {
3012
3055
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
3013
3056
  o++, n++;
3014
- var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = gi(t);
3057
+ var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = xi(t);
3015
3058
  for ((u == "H" || u == "k") && (s = 0); s-- > 0; )
3016
3059
  r += l;
3017
3060
  for (; a-- > 0; )
@@ -3021,7 +3064,7 @@ function pi(e, t) {
3021
3064
  }
3022
3065
  return r;
3023
3066
  }
3024
- function gi(e) {
3067
+ function xi(e) {
3025
3068
  var t = e.hourCycle;
3026
3069
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
3027
3070
  e.hourCycles && // @ts-ignore
@@ -3043,20 +3086,20 @@ function gi(e) {
3043
3086
  var i = we[n || ""] || we[r || ""] || we["".concat(r, "-001")] || we["001"];
3044
3087
  return i[0];
3045
3088
  }
3046
- var Ve, vi = new RegExp("^".concat(Nr.source, "*")), bi = new RegExp("".concat(Nr.source, "*$"));
3089
+ var Ze, wi = new RegExp("^".concat(Tr.source, "*")), Ei = new RegExp("".concat(Tr.source, "*$"));
3047
3090
  function x(e, t) {
3048
3091
  return { start: e, end: t };
3049
3092
  }
3050
- var yi = !!String.prototype.startsWith && "_a".startsWith("a", 1), _i = !!String.fromCodePoint, xi = !!Object.fromEntries, wi = !!String.prototype.codePointAt, Ei = !!String.prototype.trimStart, Ni = !!String.prototype.trimEnd, Si = !!Number.isSafeInteger, Ii = Si ? Number.isSafeInteger : function(e) {
3093
+ var Ni = !!String.prototype.startsWith && "_a".startsWith("a", 1), Si = !!String.fromCodePoint, Ii = !!Object.fromEntries, Bi = !!String.prototype.codePointAt, Ai = !!String.prototype.trimStart, Ti = !!String.prototype.trimEnd, Pi = !!Number.isSafeInteger, Hi = Pi ? Number.isSafeInteger : function(e) {
3051
3094
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3052
- }, nt = !0;
3095
+ }, lt = !0;
3053
3096
  try {
3054
- var Bi = Tr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3055
- nt = ((Ve = Bi.exec("a")) === null || Ve === void 0 ? void 0 : Ve[0]) === "a";
3097
+ var Mi = Lr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3098
+ lt = ((Ze = Mi.exec("a")) === null || Ze === void 0 ? void 0 : Ze[0]) === "a";
3056
3099
  } catch {
3057
- nt = !1;
3100
+ lt = !1;
3058
3101
  }
3059
- var Ot = yi ? (
3102
+ var Ut = Ni ? (
3060
3103
  // Native
3061
3104
  function(t, r, n) {
3062
3105
  return t.startsWith(r, n);
@@ -3066,7 +3109,7 @@ var Ot = yi ? (
3066
3109
  function(t, r, n) {
3067
3110
  return t.slice(n, n + r.length) === r;
3068
3111
  }
3069
- ), it = _i ? String.fromCodePoint : (
3112
+ ), ut = Si ? String.fromCodePoint : (
3070
3113
  // IE11
3071
3114
  function() {
3072
3115
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -3078,9 +3121,9 @@ var Ot = yi ? (
3078
3121
  }
3079
3122
  return n;
3080
3123
  }
3081
- ), Lt = (
3124
+ ), Dt = (
3082
3125
  // native
3083
- xi ? Object.fromEntries : (
3126
+ Ii ? Object.fromEntries : (
3084
3127
  // Ponyfill
3085
3128
  function(t) {
3086
3129
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -3090,7 +3133,7 @@ var Ot = yi ? (
3090
3133
  return r;
3091
3134
  }
3092
3135
  )
3093
- ), Ar = wi ? (
3136
+ ), Or = Bi ? (
3094
3137
  // Native
3095
3138
  function(t, r) {
3096
3139
  return t.codePointAt(r);
@@ -3104,7 +3147,7 @@ var Ot = yi ? (
3104
3147
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3105
3148
  }
3106
3149
  }
3107
- ), Ai = Ei ? (
3150
+ ), Oi = Ai ? (
3108
3151
  // Native
3109
3152
  function(t) {
3110
3153
  return t.trimStart();
@@ -3112,9 +3155,9 @@ var Ot = yi ? (
3112
3155
  ) : (
3113
3156
  // Ponyfill
3114
3157
  function(t) {
3115
- return t.replace(vi, "");
3158
+ return t.replace(wi, "");
3116
3159
  }
3117
- ), Ti = Ni ? (
3160
+ ), Li = Ti ? (
3118
3161
  // Native
3119
3162
  function(t) {
3120
3163
  return t.trimEnd();
@@ -3122,32 +3165,32 @@ var Ot = yi ? (
3122
3165
  ) : (
3123
3166
  // Ponyfill
3124
3167
  function(t) {
3125
- return t.replace(bi, "");
3168
+ return t.replace(Ei, "");
3126
3169
  }
3127
3170
  );
3128
- function Tr(e, t) {
3171
+ function Lr(e, t) {
3129
3172
  return new RegExp(e, t);
3130
3173
  }
3131
- var ot;
3132
- if (nt) {
3133
- var Ct = Tr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3134
- ot = function(t, r) {
3174
+ var ht;
3175
+ if (lt) {
3176
+ var Gt = Lr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3177
+ ht = function(t, r) {
3135
3178
  var n;
3136
- Ct.lastIndex = r;
3137
- var i = Ct.exec(t);
3179
+ Gt.lastIndex = r;
3180
+ var i = Gt.exec(t);
3138
3181
  return (n = i[1]) !== null && n !== void 0 ? n : "";
3139
3182
  };
3140
3183
  } else
3141
- ot = function(t, r) {
3184
+ ht = function(t, r) {
3142
3185
  for (var n = []; ; ) {
3143
- var i = Ar(t, r);
3144
- if (i === void 0 || Pr(i) || Oi(i))
3186
+ var i = Or(t, r);
3187
+ if (i === void 0 || Cr(i) || Ui(i))
3145
3188
  break;
3146
3189
  n.push(i), r += i >= 65536 ? 2 : 1;
3147
3190
  }
3148
- return it.apply(void 0, n);
3191
+ return ut.apply(void 0, n);
3149
3192
  };
3150
- var Pi = (
3193
+ var Ci = (
3151
3194
  /** @class */
3152
3195
  function() {
3153
3196
  function e(t, r) {
@@ -3171,14 +3214,14 @@ var Pi = (
3171
3214
  if (o === 35 && (r === "plural" || r === "selectordinal")) {
3172
3215
  var s = this.clonePosition();
3173
3216
  this.bump(), i.push({
3174
- type: I.pound,
3217
+ type: S.pound,
3175
3218
  location: x(s, this.clonePosition())
3176
3219
  });
3177
3220
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
3178
3221
  if (n)
3179
3222
  break;
3180
3223
  return this.error(_.UNMATCHED_CLOSING_TAG, x(this.clonePosition(), this.clonePosition()));
3181
- } else if (o === 60 && !this.ignoreTag && at(this.peek() || 0)) {
3224
+ } else if (o === 60 && !this.ignoreTag && ct(this.peek() || 0)) {
3182
3225
  var a = this.parseTag(t, r);
3183
3226
  if (a.err)
3184
3227
  return a;
@@ -3199,7 +3242,7 @@ var Pi = (
3199
3242
  if (this.bumpSpace(), this.bumpIf("/>"))
3200
3243
  return {
3201
3244
  val: {
3202
- type: I.literal,
3245
+ type: S.literal,
3203
3246
  value: "<".concat(i, "/>"),
3204
3247
  location: x(n, this.clonePosition())
3205
3248
  },
@@ -3211,12 +3254,12 @@ var Pi = (
3211
3254
  return o;
3212
3255
  var a = o.val, s = this.clonePosition();
3213
3256
  if (this.bumpIf("</")) {
3214
- if (this.isEOF() || !at(this.char()))
3257
+ if (this.isEOF() || !ct(this.char()))
3215
3258
  return this.error(_.INVALID_TAG, x(s, this.clonePosition()));
3216
3259
  var l = this.clonePosition(), u = this.parseTagName();
3217
3260
  return i !== u ? this.error(_.UNMATCHED_CLOSING_TAG, x(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3218
3261
  val: {
3219
- type: I.tag,
3262
+ type: S.tag,
3220
3263
  value: i,
3221
3264
  children: a,
3222
3265
  location: x(n, this.clonePosition())
@@ -3229,7 +3272,7 @@ var Pi = (
3229
3272
  return this.error(_.INVALID_TAG, x(n, this.clonePosition()));
3230
3273
  }, e.prototype.parseTagName = function() {
3231
3274
  var t = this.offset();
3232
- for (this.bump(); !this.isEOF() && Mi(this.char()); )
3275
+ for (this.bump(); !this.isEOF() && Ri(this.char()); )
3233
3276
  this.bump();
3234
3277
  return this.message.slice(t, this.offset());
3235
3278
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3253,12 +3296,12 @@ var Pi = (
3253
3296
  }
3254
3297
  var l = x(n, this.clonePosition());
3255
3298
  return {
3256
- val: { type: I.literal, value: i, location: l },
3299
+ val: { type: S.literal, value: i, location: l },
3257
3300
  err: null
3258
3301
  };
3259
3302
  }, e.prototype.tryParseLeftAngleBracket = function() {
3260
3303
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3261
- !Hi(this.peek() || 0)) ? (this.bump(), "<") : null;
3304
+ !Fi(this.peek() || 0)) ? (this.bump(), "<") : null;
3262
3305
  }, e.prototype.tryParseQuote = function(t) {
3263
3306
  if (this.isEOF() || this.char() !== 39)
3264
3307
  return null;
@@ -3292,12 +3335,12 @@ var Pi = (
3292
3335
  r.push(n);
3293
3336
  this.bump();
3294
3337
  }
3295
- return it.apply(void 0, r);
3338
+ return ut.apply(void 0, r);
3296
3339
  }, e.prototype.tryParseUnquoted = function(t, r) {
3297
3340
  if (this.isEOF())
3298
3341
  return null;
3299
3342
  var n = this.char();
3300
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), it(n));
3343
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), ut(n));
3301
3344
  }, e.prototype.parseArgument = function(t, r) {
3302
3345
  var n = this.clonePosition();
3303
3346
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -3313,7 +3356,7 @@ var Pi = (
3313
3356
  case 125:
3314
3357
  return this.bump(), {
3315
3358
  val: {
3316
- type: I.argument,
3359
+ type: S.argument,
3317
3360
  // value does not include the opening and closing braces.
3318
3361
  value: i,
3319
3362
  location: x(n, this.clonePosition())
@@ -3326,7 +3369,7 @@ var Pi = (
3326
3369
  return this.error(_.MALFORMED_ARGUMENT, x(n, this.clonePosition()));
3327
3370
  }
3328
3371
  }, e.prototype.parseIdentifierIfPossible = function() {
3329
- var t = this.clonePosition(), r = this.offset(), n = ot(this.message, r), i = r + n.length;
3372
+ var t = this.clonePosition(), r = this.offset(), n = ht(this.message, r), i = r + n.length;
3330
3373
  this.bumpTo(i);
3331
3374
  var o = this.clonePosition(), a = x(t, o);
3332
3375
  return { value: n, location: a };
@@ -3345,7 +3388,7 @@ var Pi = (
3345
3388
  var h = this.clonePosition(), d = this.parseSimpleArgStyleIfPossible();
3346
3389
  if (d.err)
3347
3390
  return d;
3348
- var f = Ti(d.val);
3391
+ var f = Li(d.val);
3349
3392
  if (f.length === 0)
3350
3393
  return this.error(_.EXPECT_ARGUMENT_STYLE, x(this.clonePosition(), this.clonePosition()));
3351
3394
  var p = x(h, this.clonePosition());
@@ -3355,25 +3398,25 @@ var Pi = (
3355
3398
  if (g.err)
3356
3399
  return g;
3357
3400
  var v = x(i, this.clonePosition());
3358
- if (u && Ot(u?.style, "::", 0)) {
3359
- var A = Ai(u.style.slice(2));
3401
+ if (u && Ut(u?.style, "::", 0)) {
3402
+ var B = Oi(u.style.slice(2));
3360
3403
  if (s === "number") {
3361
- var d = this.parseNumberSkeletonFromString(A, u.styleLocation);
3404
+ var d = this.parseNumberSkeletonFromString(B, u.styleLocation);
3362
3405
  return d.err ? d : {
3363
- val: { type: I.number, value: n, location: v, style: d.val },
3406
+ val: { type: S.number, value: n, location: v, style: d.val },
3364
3407
  err: null
3365
3408
  };
3366
3409
  } else {
3367
- if (A.length === 0)
3410
+ if (B.length === 0)
3368
3411
  return this.error(_.EXPECT_DATE_TIME_SKELETON, v);
3369
- var S = A;
3370
- this.locale && (S = pi(A, this.locale));
3412
+ var N = B;
3413
+ this.locale && (N = _i(B, this.locale));
3371
3414
  var f = {
3372
- type: ne.dateTime,
3373
- pattern: S,
3415
+ type: re.dateTime,
3416
+ pattern: N,
3374
3417
  location: u.styleLocation,
3375
- parsedOptions: this.shouldParseSkeletons ? li(S) : {}
3376
- }, b = s === "date" ? I.date : I.time;
3418
+ parsedOptions: this.shouldParseSkeletons ? di(N) : {}
3419
+ }, b = s === "date" ? S.date : S.time;
3377
3420
  return {
3378
3421
  val: { type: b, value: n, location: v, style: f },
3379
3422
  err: null
@@ -3382,7 +3425,7 @@ var Pi = (
3382
3425
  }
3383
3426
  return {
3384
3427
  val: {
3385
- type: s === "number" ? I.number : s === "date" ? I.date : I.time,
3428
+ type: s === "number" ? S.number : s === "date" ? S.date : S.time,
3386
3429
  value: n,
3387
3430
  location: v,
3388
3431
  style: (o = u?.style) !== null && o !== void 0 ? o : null
@@ -3393,21 +3436,21 @@ var Pi = (
3393
3436
  case "plural":
3394
3437
  case "selectordinal":
3395
3438
  case "select": {
3396
- var N = this.clonePosition();
3439
+ var E = this.clonePosition();
3397
3440
  if (this.bumpSpace(), !this.bumpIf(","))
3398
- return this.error(_.EXPECT_SELECT_ARGUMENT_OPTIONS, x(N, w({}, N)));
3441
+ return this.error(_.EXPECT_SELECT_ARGUMENT_OPTIONS, x(E, Te({}, E)));
3399
3442
  this.bumpSpace();
3400
- var E = this.parseIdentifierIfPossible(), T = 0;
3401
- if (s !== "select" && E.value === "offset") {
3443
+ var w = this.parseIdentifierIfPossible(), T = 0;
3444
+ if (s !== "select" && w.value === "offset") {
3402
3445
  if (!this.bumpIf(":"))
3403
3446
  return this.error(_.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, x(this.clonePosition(), this.clonePosition()));
3404
3447
  this.bumpSpace();
3405
3448
  var d = this.tryParseDecimalInteger(_.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, _.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3406
3449
  if (d.err)
3407
3450
  return d;
3408
- this.bumpSpace(), E = this.parseIdentifierIfPossible(), T = d.val;
3451
+ this.bumpSpace(), w = this.parseIdentifierIfPossible(), T = d.val;
3409
3452
  }
3410
- var j = this.tryParsePluralOrSelectOptions(t, s, r, E);
3453
+ var j = this.tryParsePluralOrSelectOptions(t, s, r, w);
3411
3454
  if (j.err)
3412
3455
  return j;
3413
3456
  var g = this.tryParseArgumentClose(i);
@@ -3416,17 +3459,17 @@ var Pi = (
3416
3459
  var Q = x(i, this.clonePosition());
3417
3460
  return s === "select" ? {
3418
3461
  val: {
3419
- type: I.select,
3462
+ type: S.select,
3420
3463
  value: n,
3421
- options: Lt(j.val),
3464
+ options: Dt(j.val),
3422
3465
  location: Q
3423
3466
  },
3424
3467
  err: null
3425
3468
  } : {
3426
3469
  val: {
3427
- type: I.plural,
3470
+ type: S.plural,
3428
3471
  value: n,
3429
- options: Lt(j.val),
3472
+ options: Dt(j.val),
3430
3473
  offset: T,
3431
3474
  pluralType: s === "plural" ? "cardinal" : "ordinal",
3432
3475
  location: Q
@@ -3477,16 +3520,16 @@ var Pi = (
3477
3520
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3478
3521
  var n = [];
3479
3522
  try {
3480
- n = hi(t);
3523
+ n = pi(t);
3481
3524
  } catch {
3482
3525
  return this.error(_.INVALID_NUMBER_SKELETON, r);
3483
3526
  }
3484
3527
  return {
3485
3528
  val: {
3486
- type: ne.number,
3529
+ type: re.number,
3487
3530
  tokens: n,
3488
3531
  location: r,
3489
- parsedOptions: this.shouldParseSkeletons ? mi(n) : {}
3532
+ parsedOptions: this.shouldParseSkeletons ? yi(n) : {}
3490
3533
  },
3491
3534
  err: null
3492
3535
  };
@@ -3534,7 +3577,7 @@ var Pi = (
3534
3577
  break;
3535
3578
  }
3536
3579
  var l = x(i, this.clonePosition());
3537
- return o ? (a *= n, Ii(a) ? { val: a, err: null } : this.error(r, l)) : this.error(t, l);
3580
+ return o ? (a *= n, Hi(a) ? { val: a, err: null } : this.error(r, l)) : this.error(t, l);
3538
3581
  }, e.prototype.offset = function() {
3539
3582
  return this.position.offset;
3540
3583
  }, e.prototype.isEOF = function() {
@@ -3549,7 +3592,7 @@ var Pi = (
3549
3592
  var t = this.position.offset;
3550
3593
  if (t >= this.message.length)
3551
3594
  throw Error("out of bound");
3552
- var r = Ar(this.message, t);
3595
+ var r = Or(this.message, t);
3553
3596
  if (r === void 0)
3554
3597
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3555
3598
  return r;
@@ -3568,7 +3611,7 @@ var Pi = (
3568
3611
  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);
3569
3612
  }
3570
3613
  }, e.prototype.bumpIf = function(t) {
3571
- if (Ot(this.message, t, this.offset())) {
3614
+ if (Ut(this.message, t, this.offset())) {
3572
3615
  for (var r = 0; r < t.length; r++)
3573
3616
  this.bump();
3574
3617
  return !0;
@@ -3590,7 +3633,7 @@ var Pi = (
3590
3633
  break;
3591
3634
  }
3592
3635
  }, e.prototype.bumpSpace = function() {
3593
- for (; !this.isEOF() && Pr(this.char()); )
3636
+ for (; !this.isEOF() && Cr(this.char()); )
3594
3637
  this.bump();
3595
3638
  }, e.prototype.peek = function() {
3596
3639
  if (this.isEOF())
@@ -3600,47 +3643,47 @@ var Pi = (
3600
3643
  }, e;
3601
3644
  }()
3602
3645
  );
3603
- function at(e) {
3646
+ function ct(e) {
3604
3647
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3605
3648
  }
3606
- function Hi(e) {
3607
- return at(e) || e === 47;
3649
+ function Fi(e) {
3650
+ return ct(e) || e === 47;
3608
3651
  }
3609
- function Mi(e) {
3652
+ function Ri(e) {
3610
3653
  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;
3611
3654
  }
3612
- function Pr(e) {
3655
+ function Cr(e) {
3613
3656
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3614
3657
  }
3615
- function Oi(e) {
3658
+ function Ui(e) {
3616
3659
  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;
3617
3660
  }
3618
- function st(e) {
3661
+ function ft(e) {
3619
3662
  e.forEach(function(t) {
3620
- if (delete t.location, _r(t) || xr(t))
3663
+ if (delete t.location, Sr(t) || Ir(t))
3621
3664
  for (var r in t.options)
3622
- delete t.options[r].location, st(t.options[r].value);
3665
+ delete t.options[r].location, ft(t.options[r].value);
3623
3666
  else
3624
- vr(t) && Er(t.style) || (br(t) || yr(t)) && rt(t.style) ? delete t.style.location : wr(t) && st(t.children);
3667
+ wr(t) && Ar(t.style) || (Er(t) || Nr(t)) && st(t.style) ? delete t.style.location : Br(t) && ft(t.children);
3625
3668
  });
3626
3669
  }
3627
- function Li(e, t) {
3628
- t === void 0 && (t = {}), t = w({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3629
- var r = new Pi(e, t).parse();
3670
+ function Di(e, t) {
3671
+ t === void 0 && (t = {}), t = Te({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3672
+ var r = new Ci(e, t).parse();
3630
3673
  if (r.err) {
3631
3674
  var n = SyntaxError(_[r.err.kind]);
3632
3675
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3633
3676
  }
3634
- return t?.captureLocation || st(r.val), r.val;
3677
+ return t?.captureLocation || ft(r.val), r.val;
3635
3678
  }
3636
- var ie;
3679
+ var ne;
3637
3680
  (function(e) {
3638
3681
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3639
- })(ie || (ie = {}));
3640
- var Le = (
3682
+ })(ne || (ne = {}));
3683
+ var Fe = (
3641
3684
  /** @class */
3642
3685
  function(e) {
3643
- k(t, e);
3686
+ Ce(t, e);
3644
3687
  function t(r, n, i) {
3645
3688
  var o = e.call(this, r) || this;
3646
3689
  return o.code = n, o.originalMessage = i, o;
@@ -3649,48 +3692,48 @@ var Le = (
3649
3692
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3650
3693
  }, t;
3651
3694
  }(Error)
3652
- ), Ft = (
3695
+ ), $t = (
3653
3696
  /** @class */
3654
3697
  function(e) {
3655
- k(t, e);
3698
+ Ce(t, e);
3656
3699
  function t(r, n, i, o) {
3657
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), ie.INVALID_VALUE, o) || this;
3700
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), ne.INVALID_VALUE, o) || this;
3658
3701
  }
3659
3702
  return t;
3660
- }(Le)
3661
- ), Ci = (
3703
+ }(Fe)
3704
+ ), Gi = (
3662
3705
  /** @class */
3663
3706
  function(e) {
3664
- k(t, e);
3707
+ Ce(t, e);
3665
3708
  function t(r, n, i) {
3666
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), ie.INVALID_VALUE, i) || this;
3709
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), ne.INVALID_VALUE, i) || this;
3667
3710
  }
3668
3711
  return t;
3669
- }(Le)
3670
- ), Fi = (
3712
+ }(Fe)
3713
+ ), $i = (
3671
3714
  /** @class */
3672
3715
  function(e) {
3673
- k(t, e);
3716
+ Ce(t, e);
3674
3717
  function t(r, n) {
3675
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), ie.MISSING_VALUE, n) || this;
3718
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), ne.MISSING_VALUE, n) || this;
3676
3719
  }
3677
3720
  return t;
3678
- }(Le)
3721
+ }(Fe)
3679
3722
  ), M;
3680
3723
  (function(e) {
3681
3724
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3682
3725
  })(M || (M = {}));
3683
- function Ri(e) {
3726
+ function ki(e) {
3684
3727
  return e.length < 2 ? e : e.reduce(function(t, r) {
3685
3728
  var n = t[t.length - 1];
3686
3729
  return !n || n.type !== M.literal || r.type !== M.literal ? t.push(r) : n.value += r.value, t;
3687
3730
  }, []);
3688
3731
  }
3689
- function Ui(e) {
3732
+ function ji(e) {
3690
3733
  return typeof e == "function";
3691
3734
  }
3692
3735
  function Ie(e, t, r, n, i, o, a) {
3693
- if (e.length === 1 && Tt(e[0]))
3736
+ if (e.length === 1 && Lt(e[0]))
3694
3737
  return [
3695
3738
  {
3696
3739
  type: M.literal,
@@ -3699,14 +3742,14 @@ function Ie(e, t, r, n, i, o, a) {
3699
3742
  ];
3700
3743
  for (var s = [], l = 0, u = e; l < u.length; l++) {
3701
3744
  var h = u[l];
3702
- if (Tt(h)) {
3745
+ if (Lt(h)) {
3703
3746
  s.push({
3704
3747
  type: M.literal,
3705
3748
  value: h.value
3706
3749
  });
3707
3750
  continue;
3708
3751
  }
3709
- if (ai(h)) {
3752
+ if (ci(h)) {
3710
3753
  typeof o == "number" && s.push({
3711
3754
  type: M.literal,
3712
3755
  value: r.getNumberFormat(t).format(o)
@@ -3715,44 +3758,44 @@ function Ie(e, t, r, n, i, o, a) {
3715
3758
  }
3716
3759
  var d = h.value;
3717
3760
  if (!(i && d in i))
3718
- throw new Fi(d, a);
3761
+ throw new $i(d, a);
3719
3762
  var f = i[d];
3720
- if (oi(h)) {
3763
+ if (hi(h)) {
3721
3764
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), s.push({
3722
3765
  type: typeof f == "string" ? M.literal : M.object,
3723
3766
  value: f
3724
3767
  });
3725
3768
  continue;
3726
3769
  }
3727
- if (br(h)) {
3728
- var p = typeof h.style == "string" ? n.date[h.style] : rt(h.style) ? h.style.parsedOptions : void 0;
3770
+ if (Er(h)) {
3771
+ var p = typeof h.style == "string" ? n.date[h.style] : st(h.style) ? h.style.parsedOptions : void 0;
3729
3772
  s.push({
3730
3773
  type: M.literal,
3731
3774
  value: r.getDateTimeFormat(t, p).format(f)
3732
3775
  });
3733
3776
  continue;
3734
3777
  }
3735
- if (yr(h)) {
3736
- var p = typeof h.style == "string" ? n.time[h.style] : rt(h.style) ? h.style.parsedOptions : n.time.medium;
3778
+ if (Nr(h)) {
3779
+ var p = typeof h.style == "string" ? n.time[h.style] : st(h.style) ? h.style.parsedOptions : n.time.medium;
3737
3780
  s.push({
3738
3781
  type: M.literal,
3739
3782
  value: r.getDateTimeFormat(t, p).format(f)
3740
3783
  });
3741
3784
  continue;
3742
3785
  }
3743
- if (vr(h)) {
3744
- var p = typeof h.style == "string" ? n.number[h.style] : Er(h.style) ? h.style.parsedOptions : void 0;
3786
+ if (wr(h)) {
3787
+ var p = typeof h.style == "string" ? n.number[h.style] : Ar(h.style) ? h.style.parsedOptions : void 0;
3745
3788
  p && p.scale && (f = f * (p.scale || 1)), s.push({
3746
3789
  type: M.literal,
3747
3790
  value: r.getNumberFormat(t, p).format(f)
3748
3791
  });
3749
3792
  continue;
3750
3793
  }
3751
- if (wr(h)) {
3752
- var g = h.children, v = h.value, A = i[v];
3753
- if (!Ui(A))
3754
- throw new Ci(v, "function", a);
3755
- var S = Ie(g, t, r, n, i, o), b = A(S.map(function(T) {
3794
+ if (Br(h)) {
3795
+ var g = h.children, v = h.value, B = i[v];
3796
+ if (!ji(B))
3797
+ throw new Gi(v, "function", a);
3798
+ var N = Ie(g, t, r, n, i, o), b = B(N.map(function(T) {
3756
3799
  return T.value;
3757
3800
  }));
3758
3801
  Array.isArray(b) || (b = [b]), s.push.apply(s, b.map(function(T) {
@@ -3762,42 +3805,42 @@ function Ie(e, t, r, n, i, o, a) {
3762
3805
  };
3763
3806
  }));
3764
3807
  }
3765
- if (_r(h)) {
3766
- var N = h.options[f] || h.options.other;
3767
- if (!N)
3768
- throw new Ft(h.value, f, Object.keys(h.options), a);
3769
- s.push.apply(s, Ie(N.value, t, r, n, i));
3808
+ if (Sr(h)) {
3809
+ var E = h.options[f] || h.options.other;
3810
+ if (!E)
3811
+ throw new $t(h.value, f, Object.keys(h.options), a);
3812
+ s.push.apply(s, Ie(E.value, t, r, n, i));
3770
3813
  continue;
3771
3814
  }
3772
- if (xr(h)) {
3773
- var N = h.options["=".concat(f)];
3774
- if (!N) {
3815
+ if (Ir(h)) {
3816
+ var E = h.options["=".concat(f)];
3817
+ if (!E) {
3775
3818
  if (!Intl.PluralRules)
3776
- throw new Le(`Intl.PluralRules is not available in this environment.
3819
+ throw new Fe(`Intl.PluralRules is not available in this environment.
3777
3820
  Try polyfilling it using "@formatjs/intl-pluralrules"
3778
- `, ie.MISSING_INTL_API, a);
3779
- var E = r.getPluralRules(t, { type: h.pluralType }).select(f - (h.offset || 0));
3780
- N = h.options[E] || h.options.other;
3821
+ `, ne.MISSING_INTL_API, a);
3822
+ var w = r.getPluralRules(t, { type: h.pluralType }).select(f - (h.offset || 0));
3823
+ E = h.options[w] || h.options.other;
3781
3824
  }
3782
- if (!N)
3783
- throw new Ft(h.value, f, Object.keys(h.options), a);
3784
- s.push.apply(s, Ie(N.value, t, r, n, i, f - (h.offset || 0)));
3825
+ if (!E)
3826
+ throw new $t(h.value, f, Object.keys(h.options), a);
3827
+ s.push.apply(s, Ie(E.value, t, r, n, i, f - (h.offset || 0)));
3785
3828
  continue;
3786
3829
  }
3787
3830
  }
3788
- return Ri(s);
3831
+ return ki(s);
3789
3832
  }
3790
- function Di(e, t) {
3791
- return t ? w(w(w({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3792
- return r[n] = w(w({}, e[n]), t[n] || {}), r;
3833
+ function Wi(e, t) {
3834
+ return t ? D(D(D({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3835
+ return r[n] = D(D({}, e[n]), t[n] || {}), r;
3793
3836
  }, {})) : e;
3794
3837
  }
3795
- function Gi(e, t) {
3838
+ function Vi(e, t) {
3796
3839
  return t ? Object.keys(e).reduce(function(r, n) {
3797
- return r[n] = Di(e[n], t[n]), r;
3798
- }, w({}, e)) : e;
3840
+ return r[n] = Wi(e[n], t[n]), r;
3841
+ }, D({}, e)) : e;
3799
3842
  }
3800
- function Xe(e) {
3843
+ function Qe(e) {
3801
3844
  return {
3802
3845
  create: function() {
3803
3846
  return {
@@ -3811,39 +3854,39 @@ function Xe(e) {
3811
3854
  }
3812
3855
  };
3813
3856
  }
3814
- function $i(e) {
3857
+ function Xi(e) {
3815
3858
  return e === void 0 && (e = {
3816
3859
  number: {},
3817
3860
  dateTime: {},
3818
3861
  pluralRules: {}
3819
3862
  }), {
3820
- getNumberFormat: je(function() {
3863
+ getNumberFormat: Xe(function() {
3821
3864
  for (var t, r = [], n = 0; n < arguments.length; n++)
3822
3865
  r[n] = arguments[n];
3823
- return new ((t = Intl.NumberFormat).bind.apply(t, ee([void 0], r, !1)))();
3866
+ return new ((t = Intl.NumberFormat).bind.apply(t, Ve([void 0], r, !1)))();
3824
3867
  }, {
3825
- cache: Xe(e.number),
3826
- strategy: We.variadic
3868
+ cache: Qe(e.number),
3869
+ strategy: ze.variadic
3827
3870
  }),
3828
- getDateTimeFormat: je(function() {
3871
+ getDateTimeFormat: Xe(function() {
3829
3872
  for (var t, r = [], n = 0; n < arguments.length; n++)
3830
3873
  r[n] = arguments[n];
3831
- return new ((t = Intl.DateTimeFormat).bind.apply(t, ee([void 0], r, !1)))();
3874
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, Ve([void 0], r, !1)))();
3832
3875
  }, {
3833
- cache: Xe(e.dateTime),
3834
- strategy: We.variadic
3876
+ cache: Qe(e.dateTime),
3877
+ strategy: ze.variadic
3835
3878
  }),
3836
- getPluralRules: je(function() {
3879
+ getPluralRules: Xe(function() {
3837
3880
  for (var t, r = [], n = 0; n < arguments.length; n++)
3838
3881
  r[n] = arguments[n];
3839
- return new ((t = Intl.PluralRules).bind.apply(t, ee([void 0], r, !1)))();
3882
+ return new ((t = Intl.PluralRules).bind.apply(t, Ve([void 0], r, !1)))();
3840
3883
  }, {
3841
- cache: Xe(e.pluralRules),
3842
- strategy: We.variadic
3884
+ cache: Qe(e.pluralRules),
3885
+ strategy: ze.variadic
3843
3886
  })
3844
3887
  };
3845
3888
  }
3846
- var ki = (
3889
+ var zi = (
3847
3890
  /** @class */
3848
3891
  function() {
3849
3892
  function e(t, r, n, i) {
@@ -3875,13 +3918,13 @@ var ki = (
3875
3918
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3876
3919
  var a = i || {};
3877
3920
  a.formatters;
3878
- var s = _n(a, ["formatters"]);
3879
- this.ast = e.__parse(t, w(w({}, s), { locale: this.resolvedLocale }));
3921
+ var s = ri(a, ["formatters"]);
3922
+ this.ast = e.__parse(t, D(D({}, s), { locale: this.resolvedLocale }));
3880
3923
  } else
3881
3924
  this.ast = t;
3882
3925
  if (!Array.isArray(this.ast))
3883
3926
  throw new TypeError("A message must be provided as a String or AST.");
3884
- this.formats = Gi(e.formats, n), this.formatters = i && i.formatters || $i(this.formatterCache);
3927
+ this.formats = Vi(e.formats, n), this.formatters = i && i.formatters || Xi(this.formatterCache);
3885
3928
  }
3886
3929
  return Object.defineProperty(e, "defaultLocale", {
3887
3930
  get: function() {
@@ -3894,7 +3937,7 @@ var ki = (
3894
3937
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3895
3938
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3896
3939
  }
3897
- }, e.__parse = Li, e.formats = {
3940
+ }, e.__parse = Di, e.formats = {
3898
3941
  number: {
3899
3942
  integer: {
3900
3943
  maximumFractionDigits: 0
@@ -3955,7 +3998,7 @@ var ki = (
3955
3998
  }, e;
3956
3999
  }()
3957
4000
  );
3958
- function ji(e, t) {
4001
+ function Zi(e, t) {
3959
4002
  if (t == null)
3960
4003
  return;
3961
4004
  if (t in e)
@@ -3976,92 +4019,92 @@ function ji(e, t) {
3976
4019
  n = void 0;
3977
4020
  return n;
3978
4021
  }
3979
- const V = {}, Wi = (e, t, r) => r && (t in V || (V[t] = {}), e in V[t] || (V[t][e] = r), r), Hr = (e, t) => {
4022
+ const V = {}, Qi = (e, t, r) => r && (t in V || (V[t] = {}), e in V[t] || (V[t][e] = r), r), Fr = (e, t) => {
3980
4023
  if (t == null)
3981
4024
  return;
3982
4025
  if (t in V && e in V[t])
3983
4026
  return V[t][e];
3984
- const r = Ce(t);
4027
+ const r = Re(t);
3985
4028
  for (let n = 0; n < r.length; n++) {
3986
- const i = r[n], o = Xi(i, e);
4029
+ const i = r[n], o = Ji(i, e);
3987
4030
  if (o)
3988
- return Wi(e, t, o);
4031
+ return Qi(e, t, o);
3989
4032
  }
3990
4033
  };
3991
- let ft;
3992
- const be = Oe({});
3993
- function Vi(e) {
3994
- return ft[e] || null;
4034
+ let vt;
4035
+ const be = Le({});
4036
+ function Yi(e) {
4037
+ return vt[e] || null;
3995
4038
  }
3996
- function Mr(e) {
3997
- return e in ft;
4039
+ function Rr(e) {
4040
+ return e in vt;
3998
4041
  }
3999
- function Xi(e, t) {
4000
- if (!Mr(e))
4042
+ function Ji(e, t) {
4043
+ if (!Rr(e))
4001
4044
  return null;
4002
- const r = Vi(e);
4003
- return ji(r, t);
4045
+ const r = Yi(e);
4046
+ return Zi(r, t);
4004
4047
  }
4005
- function zi(e) {
4048
+ function qi(e) {
4006
4049
  if (e == null)
4007
4050
  return;
4008
- const t = Ce(e);
4051
+ const t = Re(e);
4009
4052
  for (let r = 0; r < t.length; r++) {
4010
4053
  const n = t[r];
4011
- if (Mr(n))
4054
+ if (Rr(n))
4012
4055
  return n;
4013
4056
  }
4014
4057
  }
4015
- function Or(e, ...t) {
4016
- delete V[e], be.update((r) => (r[e] = Jn.all([r[e] || {}, ...t]), r));
4058
+ function Ur(e, ...t) {
4059
+ delete V[e], be.update((r) => (r[e] = ti.all([r[e] || {}, ...t]), r));
4017
4060
  }
4018
- se(
4061
+ ae(
4019
4062
  [be],
4020
4063
  ([e]) => Object.keys(e)
4021
4064
  );
4022
- be.subscribe((e) => ft = e);
4065
+ be.subscribe((e) => vt = e);
4023
4066
  const Be = {};
4024
- function Zi(e, t) {
4067
+ function Ki(e, t) {
4025
4068
  Be[e].delete(t), Be[e].size === 0 && delete Be[e];
4026
4069
  }
4027
- function Lr(e) {
4070
+ function Dr(e) {
4028
4071
  return Be[e];
4029
4072
  }
4030
- function Qi(e) {
4031
- return Ce(e).map((t) => {
4032
- const r = Lr(t);
4073
+ function eo(e) {
4074
+ return Re(e).map((t) => {
4075
+ const r = Dr(t);
4033
4076
  return [t, r ? [...r] : []];
4034
4077
  }).filter(([, t]) => t.length > 0);
4035
4078
  }
4036
- function lt(e) {
4037
- return e == null ? !1 : Ce(e).some(
4079
+ function dt(e) {
4080
+ return e == null ? !1 : Re(e).some(
4038
4081
  (t) => {
4039
4082
  var r;
4040
- return (r = Lr(t)) == null ? void 0 : r.size;
4083
+ return (r = Dr(t)) == null ? void 0 : r.size;
4041
4084
  }
4042
4085
  );
4043
4086
  }
4044
- function Yi(e, t) {
4087
+ function to(e, t) {
4045
4088
  return Promise.all(
4046
- t.map((n) => (Zi(e, n), n().then((i) => i.default || i)))
4047
- ).then((n) => Or(e, ...n));
4048
- }
4049
- const ce = {};
4050
- function Cr(e) {
4051
- if (!lt(e))
4052
- return e in ce ? ce[e] : Promise.resolve();
4053
- const t = Qi(e);
4054
- return ce[e] = Promise.all(
4089
+ t.map((n) => (Ki(e, n), n().then((i) => i.default || i)))
4090
+ ).then((n) => Ur(e, ...n));
4091
+ }
4092
+ const he = {};
4093
+ function Gr(e) {
4094
+ if (!dt(e))
4095
+ return e in he ? he[e] : Promise.resolve();
4096
+ const t = eo(e);
4097
+ return he[e] = Promise.all(
4055
4098
  t.map(
4056
- ([r, n]) => Yi(r, n)
4099
+ ([r, n]) => to(r, n)
4057
4100
  )
4058
4101
  ).then(() => {
4059
- if (lt(e))
4060
- return Cr(e);
4061
- delete ce[e];
4062
- }), ce[e];
4102
+ if (dt(e))
4103
+ return Gr(e);
4104
+ delete he[e];
4105
+ }), he[e];
4063
4106
  }
4064
- const Ji = {
4107
+ const ro = {
4065
4108
  number: {
4066
4109
  scientific: { notation: "scientific" },
4067
4110
  engineering: { notation: "engineering" },
@@ -4090,135 +4133,135 @@ const Ji = {
4090
4133
  timeZoneName: "short"
4091
4134
  }
4092
4135
  }
4093
- }, qi = {
4136
+ }, no = {
4094
4137
  fallbackLocale: null,
4095
4138
  loadingDelay: 200,
4096
- formats: Ji,
4139
+ formats: ro,
4097
4140
  warnOnMissingMessages: !0,
4098
4141
  handleMissingMessage: void 0,
4099
4142
  ignoreTag: !0
4100
- }, Ki = qi;
4101
- function oe() {
4102
- return Ki;
4143
+ }, io = no;
4144
+ function ie() {
4145
+ return io;
4103
4146
  }
4104
- const ze = Oe(!1);
4105
- var eo = Object.defineProperty, to = Object.defineProperties, ro = Object.getOwnPropertyDescriptors, Rt = Object.getOwnPropertySymbols, no = Object.prototype.hasOwnProperty, io = Object.prototype.propertyIsEnumerable, Ut = (e, t, r) => t in e ? eo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, oo = (e, t) => {
4147
+ const Ye = Le(!1);
4148
+ var oo = Object.defineProperty, ao = Object.defineProperties, so = Object.getOwnPropertyDescriptors, kt = Object.getOwnPropertySymbols, lo = Object.prototype.hasOwnProperty, uo = Object.prototype.propertyIsEnumerable, jt = (e, t, r) => t in e ? oo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ho = (e, t) => {
4106
4149
  for (var r in t || (t = {}))
4107
- no.call(t, r) && Ut(e, r, t[r]);
4108
- if (Rt)
4109
- for (var r of Rt(t))
4110
- io.call(t, r) && Ut(e, r, t[r]);
4150
+ lo.call(t, r) && jt(e, r, t[r]);
4151
+ if (kt)
4152
+ for (var r of kt(t))
4153
+ uo.call(t, r) && jt(e, r, t[r]);
4111
4154
  return e;
4112
- }, ao = (e, t) => to(e, ro(t));
4113
- let ut;
4114
- const Te = Oe(null);
4115
- function Dt(e) {
4155
+ }, co = (e, t) => ao(e, so(t));
4156
+ let mt;
4157
+ const Pe = Le(null);
4158
+ function Wt(e) {
4116
4159
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4117
4160
  }
4118
- function Ce(e, t = oe().fallbackLocale) {
4119
- const r = Dt(e);
4120
- return t ? [.../* @__PURE__ */ new Set([...r, ...Dt(t)])] : r;
4161
+ function Re(e, t = ie().fallbackLocale) {
4162
+ const r = Wt(e);
4163
+ return t ? [.../* @__PURE__ */ new Set([...r, ...Wt(t)])] : r;
4121
4164
  }
4122
4165
  function Z() {
4123
- return ut ?? void 0;
4166
+ return mt ?? void 0;
4124
4167
  }
4125
- Te.subscribe((e) => {
4126
- ut = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
4168
+ Pe.subscribe((e) => {
4169
+ mt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
4127
4170
  });
4128
- const so = (e) => {
4129
- if (e && zi(e) && lt(e)) {
4130
- const { loadingDelay: t } = oe();
4171
+ const fo = (e) => {
4172
+ if (e && qi(e) && dt(e)) {
4173
+ const { loadingDelay: t } = ie();
4131
4174
  let r;
4132
4175
  return typeof window < "u" && Z() != null && t ? r = window.setTimeout(
4133
- () => ze.set(!0),
4176
+ () => Ye.set(!0),
4134
4177
  t
4135
- ) : ze.set(!0), Cr(e).then(() => {
4136
- Te.set(e);
4178
+ ) : Ye.set(!0), Gr(e).then(() => {
4179
+ Pe.set(e);
4137
4180
  }).finally(() => {
4138
- clearTimeout(r), ze.set(!1);
4181
+ clearTimeout(r), Ye.set(!1);
4139
4182
  });
4140
4183
  }
4141
- return Te.set(e);
4142
- }, le = ao(oo({}, Te), {
4143
- set: so
4144
- }), Fe = (e) => {
4184
+ return Pe.set(e);
4185
+ }, se = co(ho({}, Pe), {
4186
+ set: fo
4187
+ }), Ue = (e) => {
4145
4188
  const t = /* @__PURE__ */ Object.create(null);
4146
4189
  return (n) => {
4147
4190
  const i = JSON.stringify(n);
4148
4191
  return i in t ? t[i] : t[i] = e(n);
4149
4192
  };
4150
4193
  };
4151
- var lo = Object.defineProperty, Pe = Object.getOwnPropertySymbols, Fr = Object.prototype.hasOwnProperty, Rr = Object.prototype.propertyIsEnumerable, Gt = (e, t, r) => t in e ? lo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, dt = (e, t) => {
4194
+ var mo = Object.defineProperty, He = Object.getOwnPropertySymbols, $r = Object.prototype.hasOwnProperty, kr = Object.prototype.propertyIsEnumerable, Vt = (e, t, r) => t in e ? mo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, bt = (e, t) => {
4152
4195
  for (var r in t || (t = {}))
4153
- Fr.call(t, r) && Gt(e, r, t[r]);
4154
- if (Pe)
4155
- for (var r of Pe(t))
4156
- Rr.call(t, r) && Gt(e, r, t[r]);
4196
+ $r.call(t, r) && Vt(e, r, t[r]);
4197
+ if (He)
4198
+ for (var r of He(t))
4199
+ kr.call(t, r) && Vt(e, r, t[r]);
4157
4200
  return e;
4158
- }, ue = (e, t) => {
4201
+ }, le = (e, t) => {
4159
4202
  var r = {};
4160
4203
  for (var n in e)
4161
- Fr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4162
- if (e != null && Pe)
4163
- for (var n of Pe(e))
4164
- t.indexOf(n) < 0 && Rr.call(e, n) && (r[n] = e[n]);
4204
+ $r.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4205
+ if (e != null && He)
4206
+ for (var n of He(e))
4207
+ t.indexOf(n) < 0 && kr.call(e, n) && (r[n] = e[n]);
4165
4208
  return r;
4166
4209
  };
4167
- const ge = (e, t) => {
4168
- const { formats: r } = oe();
4210
+ const pe = (e, t) => {
4211
+ const { formats: r } = ie();
4169
4212
  if (e in r && t in r[e])
4170
4213
  return r[e][t];
4171
4214
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4172
- }, uo = Fe(
4215
+ }, po = Ue(
4173
4216
  (e) => {
4174
- var t = e, { locale: r, format: n } = t, i = ue(t, ["locale", "format"]);
4217
+ var t = e, { locale: r, format: n } = t, i = le(t, ["locale", "format"]);
4175
4218
  if (r == null)
4176
4219
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4177
- return n && (i = ge("number", n)), new Intl.NumberFormat(r, i);
4220
+ return n && (i = pe("number", n)), new Intl.NumberFormat(r, i);
4178
4221
  }
4179
- ), ho = Fe(
4222
+ ), go = Ue(
4180
4223
  (e) => {
4181
- var t = e, { locale: r, format: n } = t, i = ue(t, ["locale", "format"]);
4224
+ var t = e, { locale: r, format: n } = t, i = le(t, ["locale", "format"]);
4182
4225
  if (r == null)
4183
4226
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4184
- return n ? i = ge("date", n) : Object.keys(i).length === 0 && (i = ge("date", "short")), new Intl.DateTimeFormat(r, i);
4227
+ return n ? i = pe("date", n) : Object.keys(i).length === 0 && (i = pe("date", "short")), new Intl.DateTimeFormat(r, i);
4185
4228
  }
4186
- ), co = Fe(
4229
+ ), vo = Ue(
4187
4230
  (e) => {
4188
- var t = e, { locale: r, format: n } = t, i = ue(t, ["locale", "format"]);
4231
+ var t = e, { locale: r, format: n } = t, i = le(t, ["locale", "format"]);
4189
4232
  if (r == null)
4190
4233
  throw new Error(
4191
4234
  '[svelte-i18n] A "locale" must be set to format time values'
4192
4235
  );
4193
- return n ? i = ge("time", n) : Object.keys(i).length === 0 && (i = ge("time", "short")), new Intl.DateTimeFormat(r, i);
4236
+ return n ? i = pe("time", n) : Object.keys(i).length === 0 && (i = pe("time", "short")), new Intl.DateTimeFormat(r, i);
4194
4237
  }
4195
- ), fo = (e = {}) => {
4238
+ ), bo = (e = {}) => {
4196
4239
  var t = e, {
4197
4240
  locale: r = Z()
4198
- } = t, n = ue(t, [
4241
+ } = t, n = le(t, [
4199
4242
  "locale"
4200
4243
  ]);
4201
- return uo(dt({ locale: r }, n));
4202
- }, mo = (e = {}) => {
4244
+ return po(bt({ locale: r }, n));
4245
+ }, yo = (e = {}) => {
4203
4246
  var t = e, {
4204
4247
  locale: r = Z()
4205
- } = t, n = ue(t, [
4248
+ } = t, n = le(t, [
4206
4249
  "locale"
4207
4250
  ]);
4208
- return ho(dt({ locale: r }, n));
4209
- }, po = (e = {}) => {
4251
+ return go(bt({ locale: r }, n));
4252
+ }, _o = (e = {}) => {
4210
4253
  var t = e, {
4211
4254
  locale: r = Z()
4212
- } = t, n = ue(t, [
4255
+ } = t, n = le(t, [
4213
4256
  "locale"
4214
4257
  ]);
4215
- return co(dt({ locale: r }, n));
4216
- }, go = Fe(
4258
+ return vo(bt({ locale: r }, n));
4259
+ }, xo = Ue(
4217
4260
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4218
- (e, t = Z()) => new ki(e, t, oe().formats, {
4219
- ignoreTag: oe().ignoreTag
4261
+ (e, t = Z()) => new zi(e, t, ie().formats, {
4262
+ ignoreTag: ie().ignoreTag
4220
4263
  })
4221
- ), vo = (e, t = {}) => {
4264
+ ), wo = (e, t = {}) => {
4222
4265
  var r, n, i, o;
4223
4266
  let a = t;
4224
4267
  typeof e == "object" && (a = e, e = a.id);
@@ -4231,9 +4274,9 @@ const ge = (e, t) => {
4231
4274
  throw new Error(
4232
4275
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4233
4276
  );
4234
- let h = Hr(e, l);
4277
+ let h = Fr(e, l);
4235
4278
  if (!h)
4236
- h = (o = (i = (n = (r = oe()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4279
+ h = (o = (i = (n = (r = ie()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4237
4280
  else if (typeof h != "string")
4238
4281
  return console.warn(
4239
4282
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -4242,7 +4285,7 @@ const ge = (e, t) => {
4242
4285
  return h;
4243
4286
  let d = h;
4244
4287
  try {
4245
- d = go(h, l).format(s);
4288
+ d = xo(h, l).format(s);
4246
4289
  } catch (f) {
4247
4290
  f instanceof Error && console.warn(
4248
4291
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4250,20 +4293,20 @@ const ge = (e, t) => {
4250
4293
  );
4251
4294
  }
4252
4295
  return d;
4253
- }, bo = (e, t) => po(t).format(e), yo = (e, t) => mo(t).format(e), _o = (e, t) => fo(t).format(e), xo = (e, t = Z()) => Hr(e, t), wo = se([le, be], () => vo);
4254
- se([le], () => bo);
4255
- se([le], () => yo);
4256
- se([le], () => _o);
4257
- se([le, be], () => xo);
4258
- window.emWidgets = { topic: Ln };
4259
- const $t = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4260
- function kt(e, t) {
4261
- Or(e, t);
4262
- }
4263
- function Eo(e) {
4264
- le.set(e);
4265
- }
4266
- const jt = {
4296
+ }, Eo = (e, t) => _o(t).format(e), No = (e, t) => yo(t).format(e), So = (e, t) => bo(t).format(e), Io = (e, t = Z()) => Fr(e, t), Bo = ae([se, be], () => wo);
4297
+ ae([se], () => Eo);
4298
+ ae([se], () => No);
4299
+ ae([se], () => So);
4300
+ ae([se, be], () => Io);
4301
+ window.emWidgets = { topic: Un };
4302
+ const Xt = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4303
+ function zt(e, t) {
4304
+ Ur(e, t);
4305
+ }
4306
+ function Ao(e) {
4307
+ se.set(e);
4308
+ }
4309
+ const Zt = {
4267
4310
  en: {
4268
4311
  secondaryMenuTitle: "Categories"
4269
4312
  },
@@ -4298,13 +4341,13 @@ const jt = {
4298
4341
  secondaryMenuTitle: "Categories"
4299
4342
  }
4300
4343
  };
4301
- function No(e, t) {
4344
+ function To(e, t) {
4302
4345
  if (e) {
4303
4346
  const r = document.createElement("style");
4304
4347
  r.innerHTML = t, e.appendChild(r);
4305
4348
  }
4306
4349
  }
4307
- function So(e, t) {
4350
+ function Po(e, t) {
4308
4351
  const r = new URL(t);
4309
4352
  fetch(r.href).then((n) => n.text()).then((n) => {
4310
4353
  const i = document.createElement("style");
@@ -4313,7 +4356,7 @@ function So(e, t) {
4313
4356
  console.error("There was an error while trying to load client styling from URL", n);
4314
4357
  });
4315
4358
  }
4316
- function Io(e, t, r) {
4359
+ function Ho(e, t, r) {
4317
4360
  if (window.emMessageBus) {
4318
4361
  const n = document.createElement("style");
4319
4362
  window.emMessageBus.subscribe(t, (i) => {
@@ -4321,34 +4364,34 @@ function Io(e, t, r) {
4321
4364
  });
4322
4365
  }
4323
4366
  }
4324
- function Bo(e) {
4325
- en(e, "svelte-5kntrg", '.NavigationWrapper{background:var(--emw--color-gray-50, #F9F8F8);width:100%}.NavigationPanel{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);width:calc(100% - 30px);max-width:450px;height:70px;z-index:30}.NavigationWindow{display:flex;flex-direction:column;background:var(--emw--color-white, #FFFFFF);position:absolute;bottom:30px;left:0;opacity:0;transform:translateY(100%);border-radius:5px 5px 0 0;transition:0.25s ease;width:100%;max-height:40vh}.NavigationWindow.NavigationWindowOpened{opacity:1;padding-bottom:60px;transform:translateY(5px)}.NavigationWindow .ModalCloseBtn{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:100%;color:var(--emw--color-secondary, var(--emw--color-secondary, #FD2839));background:rgba(255, 255, 255, 0.1);cursor:pointer;transition:all 150ms ease-in-out;z-index:1}.NavigationWindow .ModalCloseBtn svg{width:24px;height:24px;margin:50%;transform:translate(-50%, -50%)}.NavigationWindow .ModalCloseBtn:hover{background:rgba(255, 255, 255, 0.2)}.NavigationWindow .NavigationWindowTitle{padding:16px 10px;margin:0;color:var(--emw--color-black, #000000);font-size:12px;flex-grow:0}.NavigationWindow .NavigationSecondaryWrapper{display:flex;flex-wrap:wrap;padding:0 10px;flex-grow:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.NavigationPrimaryItemAnchor.NavItem0{grid-area:item0}.NavigationPrimaryItemAnchor.NavItem1{grid-area:item1}.NavigationPrimaryItemAnchor.NavItem2{grid-area:item2}.NavigationPrimaryItemAnchor.NavItem3{grid-area:item3}.NavigationPrimaryItemAnchor.NavItem4{grid-area:item4}.NavigationBar{background:var(--emw--color-white, #FFFFFF);display:grid;grid-auto-flow:column;grid-template-columns:1fr 1fr 20% 1fr 1fr;grid-template-areas:"item0 item1 . item2 item3";height:70px;border-radius:5px;position:relative}.NavigationBar.NavigationBarSimple{grid-template-columns:repeat(5, 20%);grid-template-areas:"item0 item1 item2 item3 item4"}.NavigationBar.NavigationBarOpened{box-shadow:0 0 11px rgba(0, 0, 0, 0.09)}.NavigationPrimaryItemAnchor,.NavigationSecondaryItemAnchor{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-decoration:none;color:var(--emw--color-black, #000000);font-size:9px;overflow:hidden;white-space:nowrap;padding-bottom:12px}.NavigationPrimaryItemAnchor .NavigationPrimaryItemImg,.NavigationPrimaryItemAnchor .NavigationSecondaryItemImg,.NavigationSecondaryItemAnchor .NavigationPrimaryItemImg,.NavigationSecondaryItemAnchor .NavigationSecondaryItemImg{width:20px}.NavigationPrimaryItemAnchor .NavigationPrimaryItemLabel,.NavigationPrimaryItemAnchor .NavigationSecondaryItemLabel,.NavigationSecondaryItemAnchor .NavigationPrimaryItemLabel,.NavigationSecondaryItemAnchor .NavigationSecondaryItemLabel{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%;text-align:center}.NavigationSecondaryItemAnchor{width:25%;padding:10px 0}.ActiveItem{background-color:var(--emw--color-primary-50, var(--emw--color-pink-20, #FBECF4))}.NavigationButton{background:var(--emw--color-white, #FFFFFF);border:none;width:20%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:0;padding-bottom:12px}.NavigationButton .middleIcon{width:32px;height:32px}.NavigationButton .middleIcon .a{fill:var(--emw--color-white, #FFFFFF);stroke:var(--emw--color-primary, #22B04E);stroke-linecap:round;stroke-linejoin:round}.NavigationButton .middleIcon .b{stroke:none}.NavigationButton .middleIcon .c{fill:none}.NavigationButton:before{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--emw--color-gray-50, #F9F8F8);content:"";height:0;left:50%;opacity:0;position:absolute;top:0;transform:translateX(-50%);width:0}.NavigationButton.NavigationButtonActive:before{opacity:1;transition:0.7s ease}.FlowerMenu.NavigationWrapper{background:var(--emw--color-gray-50, #F9F8F8);width:100%}.FlowerMenu .NavigationPanel{position:fixed;display:flex;flex-direction:column;bottom:0;width:100%;z-index:30}.FlowerMenu .NavigationWindow{display:flex;flex-direction:column;backdrop-filter:blur(2px);background:linear-gradient(0deg, var(--emw--color-black, #000000) 0%, transparent 100%);opacity:0;transition:0.25s ease;width:100%;max-height:0vh}.FlowerMenu .NavigationWindow.NavigationWindowOpened{opacity:1;max-height:200px}.FlowerMenu .NavigationWindow.NavigationWindowOpened .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor:nth-child(1){transform:translate3d(-210%, 50%, 0);transition:transform 0.1s}.FlowerMenu .NavigationWindow.NavigationWindowOpened .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor:nth-child(2){transform:translate3d(-150%, -50%, 0);transition:transform 0.1s 0.1s}.FlowerMenu .NavigationWindow.NavigationWindowOpened .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor:nth-child(3){transform:translate3d(-50%, -100%, 0);transition:transform 0.1s 0.2s}.FlowerMenu .NavigationWindow.NavigationWindowOpened .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor:nth-child(4){transform:translate3d(50%, -50%, 0);transition:transform 0.1s 0.3s}.FlowerMenu .NavigationWindow.NavigationWindowOpened .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor:nth-child(5){transform:translate3d(110%, 50%, 0);transition:transform 0.1s 0.4s}.FlowerMenu .NavigationWindow .ModalCloseBtn,.FlowerMenu .NavigationWindow .NavigationWindowTitle{display:none}.FlowerMenu .NavigationWindow .NavigationSecondaryWrapper{position:relative;width:100%;height:170px;list-style:none}.FlowerMenu .NavigationWindow .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor{display:flex;width:60px;position:absolute;top:50%;left:50%;padding:0px;flex-direction:column;transform:translate(-50%, 150%)}.FlowerMenu .NavigationWindow .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor .NavigationSecondaryItemLabel{width:100%;height:20px;text-wrap:pretty;line-height:10px;color:var(--emw--color-white, #FFFFFF)}.FlowerMenu .NavigationPrimaryItemAnchor.NavItem0{grid-area:item0}.FlowerMenu .NavigationPrimaryItemAnchor.NavItem1{grid-area:item1}.FlowerMenu .NavigationPrimaryItemAnchor.NavItem2{grid-area:item2}.FlowerMenu .NavigationPrimaryItemAnchor.NavItem3{grid-area:item3}.FlowerMenu .NavigationPrimaryItemAnchor.NavItem4{grid-area:item4}.FlowerMenu .NavigationBar{background:var(--emw--color-white, #FFFFFF);display:grid;grid-auto-flow:column;grid-template-columns:1fr 1fr 20% 1fr 1fr;grid-template-areas:"item0 item1 . item2 item3";border-radius:5px;position:relative}.FlowerMenu .NavigationBar.NavigationBarSimple{grid-template-columns:repeat(5, 20%);grid-template-areas:"item0 item1 item2 item3 item4"}.FlowerMenu .NavigationBar.NavigationBarOpened{box-shadow:0 0 11px rgba(0, 0, 0, 0.09)}.FlowerMenu .NavigationPrimaryItemAnchor,.FlowerMenu .NavigationSecondaryItemAnchor{display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;color:var(--emw--color-black, #000000);font-size:9px;overflow:hidden;white-space:nowrap;padding:10px}.FlowerMenu .NavigationPrimaryItemAnchor .NavigationPrimaryItemImg,.FlowerMenu .NavigationSecondaryItemAnchor .NavigationPrimaryItemImg{width:20px;height:20px}.FlowerMenu .NavigationPrimaryItemAnchor .NavigationSecondaryItemImgWrapper,.FlowerMenu .NavigationSecondaryItemAnchor .NavigationSecondaryItemImgWrapper{display:flex;justify-content:center;align-items:center;padding:5px;border-radius:100%;background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E))}.FlowerMenu .NavigationPrimaryItemAnchor .NavigationSecondaryItemImgWrapper .NavigationSecondaryItemImg,.FlowerMenu .NavigationSecondaryItemAnchor .NavigationSecondaryItemImgWrapper .NavigationSecondaryItemImg{width:25px;height:25px}.FlowerMenu .NavigationPrimaryItemAnchor .NavigationPrimaryItemLabel,.FlowerMenu .NavigationPrimaryItemAnchor .NavigationSecondaryItemLabel,.FlowerMenu .NavigationSecondaryItemAnchor .NavigationPrimaryItemLabel,.FlowerMenu .NavigationSecondaryItemAnchor .NavigationSecondaryItemLabel{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.FlowerMenu .NavigationButton{background:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));border:none;position:absolute;border-radius:100%;top:20%;left:50%;transform:translate(-50%, -50%);padding:10px}.FlowerMenu .NavigationButton .NavigationButtonSpan{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.FlowerMenu .NavigationButton .labelMiddleIcon{cursor:pointer;display:grid;align-items:center;justify-content:center;width:20px;height:20px;padding:4px;overflow:hidden}.FlowerMenu .NavigationButton .labelMiddleIcon .middleIconLine{background:var(--emw--color-white, #FFFFFF);content:"";height:2px;width:20px;grid-row-start:1;grid-column-start:1;transition:transform ease 0.2s, margin-top ease 0.2s 0.2s, width ease 0.2s 0.4s}.FlowerMenu .NavigationButton .labelMiddleIcon .middleIconLine:nth-child(1){margin-top:10px}.FlowerMenu .NavigationButton .labelMiddleIcon .middleIconLine:nth-child(2){margin:auto}.FlowerMenu .NavigationButton .labelMiddleIcon .middleIconLine:nth-child(3){margin-top:-10px}.FlowerMenu .NavigationButton .labelMiddleIconActive .middleIconLine:nth-child(1){margin-top:0px;transform:rotate(-45deg);transition:margin-top ease 0.2s 0.2s, transform ease 0.2s 0.4s}.FlowerMenu .NavigationButton .labelMiddleIconActive .middleIconLine:nth-child(2){width:0px;transition:width ease 0.2s}.FlowerMenu .NavigationButton .labelMiddleIconActive .middleIconLine:nth-child(3){margin-top:0px;transform:rotate(45deg);transition:margin-top ease 0.2s 0.2s, transform ease 0.2s 0.4s}');
4367
+ function Mo(e) {
4368
+ an(e, "svelte-5kntrg", '.NavigationWrapper{background:var(--emw--color-gray-50, #F9F8F8);width:100%}.NavigationPanel{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);width:calc(100% - 30px);max-width:450px;height:70px;z-index:30}.NavigationWindow{display:flex;flex-direction:column;background:var(--emw--color-white, #FFFFFF);position:absolute;bottom:30px;left:0;opacity:0;transform:translateY(100%);border-radius:5px 5px 0 0;transition:0.25s ease;width:100%;max-height:40vh}.NavigationWindow.NavigationWindowOpened{opacity:1;padding-bottom:60px;transform:translateY(5px)}.NavigationWindow .ModalCloseBtn{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:100%;color:var(--emw--color-secondary, var(--emw--color-secondary, #FD2839));background:rgba(255, 255, 255, 0.1);cursor:pointer;transition:all 150ms ease-in-out;z-index:1}.NavigationWindow .ModalCloseBtn svg{width:24px;height:24px;margin:50%;transform:translate(-50%, -50%)}.NavigationWindow .ModalCloseBtn:hover{background:rgba(255, 255, 255, 0.2)}.NavigationWindow .NavigationWindowTitle{padding:16px 10px;margin:0;color:var(--emw--color-black, #000000);font-size:12px;flex-grow:0}.NavigationWindow .NavigationSecondaryWrapper{display:flex;flex-wrap:wrap;padding:0 10px;flex-grow:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.NavigationPrimaryItemAnchor.NavItem0{grid-area:item0}.NavigationPrimaryItemAnchor.NavItem1{grid-area:item1}.NavigationPrimaryItemAnchor.NavItem2{grid-area:item2}.NavigationPrimaryItemAnchor.NavItem3{grid-area:item3}.NavigationPrimaryItemAnchor.NavItem4{grid-area:item4}.NavigationBar{background:var(--emw--color-white, #FFFFFF);display:grid;grid-auto-flow:column;grid-template-columns:1fr 1fr 20% 1fr 1fr;grid-template-areas:"item0 item1 . item2 item3";height:70px;border-radius:5px;position:relative}.NavigationBar.NavigationBarSimple{grid-template-columns:repeat(5, 20%);grid-template-areas:"item0 item1 item2 item3 item4"}.NavigationBar.NavigationBarOpened{box-shadow:0 0 11px rgba(0, 0, 0, 0.09)}.NavigationPrimaryItemAnchor,.NavigationSecondaryItemAnchor{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-decoration:none;color:var(--emw--color-black, #000000);font-size:9px;overflow:hidden;white-space:nowrap;padding-bottom:12px}.NavigationPrimaryItemAnchor .NavigationPrimaryItemImg,.NavigationPrimaryItemAnchor .NavigationSecondaryItemImg,.NavigationSecondaryItemAnchor .NavigationPrimaryItemImg,.NavigationSecondaryItemAnchor .NavigationSecondaryItemImg{width:20px}.NavigationPrimaryItemAnchor .NavigationPrimaryItemLabel,.NavigationPrimaryItemAnchor .NavigationSecondaryItemLabel,.NavigationSecondaryItemAnchor .NavigationPrimaryItemLabel,.NavigationSecondaryItemAnchor .NavigationSecondaryItemLabel{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%;text-align:center}.NavigationSecondaryItemAnchor{width:25%;padding:10px 0}.ActiveItem{background-color:var(--emw--color-primary-50, var(--emw--color-pink-20, #FBECF4))}.NavigationButton{background:var(--emw--color-white, #FFFFFF);border:none;width:20%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:0;padding-bottom:12px}.NavigationButton .middleIcon{width:32px;height:32px}.NavigationButton .middleIcon .a{fill:var(--emw--color-white, #FFFFFF);stroke:var(--emw--color-primary, #22B04E);stroke-linecap:round;stroke-linejoin:round}.NavigationButton .middleIcon .b{stroke:none}.NavigationButton .middleIcon .c{fill:none}.NavigationButton:before{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--emw--color-gray-50, #F9F8F8);content:"";height:0;left:50%;opacity:0;position:absolute;top:0;transform:translateX(-50%);width:0}.NavigationButton.NavigationButtonActive:before{opacity:1;transition:0.7s ease}.FlowerMenu.NavigationWrapper{background:var(--emw--color-gray-50, #F9F8F8);width:100%}.FlowerMenu .NavigationPanel{position:fixed;display:flex;flex-direction:column;bottom:0;width:100%;z-index:30}.FlowerMenu .NavigationWindow{display:flex;flex-direction:column;backdrop-filter:blur(2px);background:linear-gradient(0deg, var(--emw--color-black, #000000) 0%, transparent 100%);opacity:0;transition:0.25s ease;width:100%;max-height:0vh}.FlowerMenu .NavigationWindow.NavigationWindowOpened{opacity:1;max-height:200px}.FlowerMenu .NavigationWindow.NavigationWindowOpened .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor:nth-child(1){transform:translate3d(-210%, 50%, 0);transition:transform 0.1s}.FlowerMenu .NavigationWindow.NavigationWindowOpened .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor:nth-child(2){transform:translate3d(-150%, -50%, 0);transition:transform 0.1s 0.1s}.FlowerMenu .NavigationWindow.NavigationWindowOpened .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor:nth-child(3){transform:translate3d(-50%, -100%, 0);transition:transform 0.1s 0.2s}.FlowerMenu .NavigationWindow.NavigationWindowOpened .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor:nth-child(4){transform:translate3d(50%, -50%, 0);transition:transform 0.1s 0.3s}.FlowerMenu .NavigationWindow.NavigationWindowOpened .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor:nth-child(5){transform:translate3d(110%, 50%, 0);transition:transform 0.1s 0.4s}.FlowerMenu .NavigationWindow .ModalCloseBtn,.FlowerMenu .NavigationWindow .NavigationWindowTitle{display:none}.FlowerMenu .NavigationWindow .NavigationSecondaryWrapper{position:relative;width:100%;height:170px;list-style:none}.FlowerMenu .NavigationWindow .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor{display:flex;width:60px;position:absolute;top:50%;left:50%;padding:0px;flex-direction:column;transform:translate(-50%, 150%)}.FlowerMenu .NavigationWindow .NavigationSecondaryWrapper .NavigationSecondaryItemAnchor .NavigationSecondaryItemLabel{width:100%;height:20px;text-wrap:pretty;line-height:10px;color:var(--emw--color-white, #FFFFFF)}.FlowerMenu .NavigationPrimaryItemAnchor.NavItem0{grid-area:item0}.FlowerMenu .NavigationPrimaryItemAnchor.NavItem1{grid-area:item1}.FlowerMenu .NavigationPrimaryItemAnchor.NavItem2{grid-area:item2}.FlowerMenu .NavigationPrimaryItemAnchor.NavItem3{grid-area:item3}.FlowerMenu .NavigationPrimaryItemAnchor.NavItem4{grid-area:item4}.FlowerMenu .NavigationBar{background:var(--emw--color-white, #FFFFFF);display:grid;grid-auto-flow:column;grid-template-columns:1fr 1fr 20% 1fr 1fr;grid-template-areas:"item0 item1 . item2 item3";border-radius:5px;position:relative}.FlowerMenu .NavigationBar.NavigationBarSimple{grid-template-columns:repeat(5, 20%);grid-template-areas:"item0 item1 item2 item3 item4"}.FlowerMenu .NavigationBar.NavigationBarOpened{box-shadow:0 0 11px rgba(0, 0, 0, 0.09)}.FlowerMenu .NavigationPrimaryItemAnchor,.FlowerMenu .NavigationSecondaryItemAnchor{display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;color:var(--emw--color-black, #000000);font-size:9px;overflow:hidden;white-space:nowrap;padding:10px}.FlowerMenu .NavigationPrimaryItemAnchor .NavigationPrimaryItemImg,.FlowerMenu .NavigationSecondaryItemAnchor .NavigationPrimaryItemImg{width:20px;height:20px}.FlowerMenu .NavigationPrimaryItemAnchor .NavigationSecondaryItemImgWrapper,.FlowerMenu .NavigationSecondaryItemAnchor .NavigationSecondaryItemImgWrapper{display:flex;justify-content:center;align-items:center;padding:5px;border-radius:100%;background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E))}.FlowerMenu .NavigationPrimaryItemAnchor .NavigationSecondaryItemImgWrapper .NavigationSecondaryItemImg,.FlowerMenu .NavigationSecondaryItemAnchor .NavigationSecondaryItemImgWrapper .NavigationSecondaryItemImg{width:25px;height:25px}.FlowerMenu .NavigationPrimaryItemAnchor .NavigationPrimaryItemLabel,.FlowerMenu .NavigationPrimaryItemAnchor .NavigationSecondaryItemLabel,.FlowerMenu .NavigationSecondaryItemAnchor .NavigationPrimaryItemLabel,.FlowerMenu .NavigationSecondaryItemAnchor .NavigationSecondaryItemLabel{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.FlowerMenu .NavigationButton{background:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));border:none;position:absolute;border-radius:100%;top:20%;left:50%;transform:translate(-50%, -50%);padding:10px}.FlowerMenu .NavigationButton .NavigationButtonSpan{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.FlowerMenu .NavigationButton .labelMiddleIcon{cursor:pointer;display:grid;align-items:center;justify-content:center;width:20px;height:20px;padding:4px;overflow:hidden}.FlowerMenu .NavigationButton .labelMiddleIcon .middleIconLine{background:var(--emw--color-white, #FFFFFF);content:"";height:2px;width:20px;grid-row-start:1;grid-column-start:1;transition:transform ease 0.2s, margin-top ease 0.2s 0.2s, width ease 0.2s 0.4s}.FlowerMenu .NavigationButton .labelMiddleIcon .middleIconLine:nth-child(1){margin-top:10px}.FlowerMenu .NavigationButton .labelMiddleIcon .middleIconLine:nth-child(2){margin:auto}.FlowerMenu .NavigationButton .labelMiddleIcon .middleIconLine:nth-child(3){margin-top:-10px}.FlowerMenu .NavigationButton .labelMiddleIconActive .middleIconLine:nth-child(1){margin-top:0px;transform:rotate(-45deg);transition:margin-top ease 0.2s 0.2s, transform ease 0.2s 0.4s}.FlowerMenu .NavigationButton .labelMiddleIconActive .middleIconLine:nth-child(2){width:0px;transition:width ease 0.2s}.FlowerMenu .NavigationButton .labelMiddleIconActive .middleIconLine:nth-child(3){margin-top:0px;transform:rotate(45deg);transition:margin-top ease 0.2s 0.2s, transform ease 0.2s 0.4s}');
4326
4369
  }
4327
- function Wt(e, t, r) {
4370
+ function Qt(e, t, r) {
4328
4371
  const n = e.slice();
4329
4372
  return n[44] = t[r], n[46] = r, n;
4330
4373
  }
4331
- function Vt(e, t, r) {
4374
+ function Yt(e, t, r) {
4332
4375
  const n = e.slice();
4333
4376
  return n[44] = t[r], n;
4334
4377
  }
4335
- const Ao = (e) => ({}), Xt = (e) => ({});
4336
- function zt(e) {
4378
+ const Oo = (e) => ({}), Jt = (e) => ({});
4379
+ function qt(e) {
4337
4380
  let t, r, n, i, o, a, s, l = !/*navigationBarSimple*/
4338
- e[6] && Zt(e), u = Ae(
4381
+ e[6] && Kt(e), u = Ae(
4339
4382
  /*primaryMenuSpliced*/
4340
4383
  e[7]
4341
4384
  ), h = [];
4342
4385
  for (let f = 0; f < u.length; f += 1)
4343
- h[f] = qt(Wt(e, u, f));
4386
+ h[f] = nr(Qt(e, u, f));
4344
4387
  let d = !/*navigationBarSimple*/
4345
- e[6] && Kt(e);
4388
+ e[6] && ir(e);
4346
4389
  return {
4347
4390
  c() {
4348
- t = B("div"), l && l.c(), r = $(), n = B("div");
4391
+ t = I("div"), l && l.c(), r = k(), n = I("div");
4349
4392
  for (let f = 0; f < h.length; f += 1)
4350
4393
  h[f].c();
4351
- i = $(), d && d.c(), c(n, "class", o = "NavigationBar " + /*navigationWindowOpened*/
4394
+ i = k(), d && d.c(), c(n, "class", o = "NavigationBar " + /*navigationWindowOpened*/
4352
4395
  (e[4] ? "NavigationBarOpened" : "") + " " + /*navigationBarSimple*/
4353
4396
  (e[6] ? "NavigationBarSimple" : "")), c(n, "part", a = "NavigationBar " + /*navigationWindowOpened*/
4354
4397
  (e[4] ? "NavigationBarOpened" : "") + " " + /*navigationBarSimple*/
@@ -4362,10 +4405,10 @@ function zt(e) {
4362
4405
  },
4363
4406
  p(f, p) {
4364
4407
  if (/*navigationBarSimple*/
4365
- f[6] ? l && (or(), me(l, 1, 1, () => {
4408
+ f[6] ? l && (hr(), de(l, 1, 1, () => {
4366
4409
  l = null;
4367
- }), ar()) : l ? (l.p(f, p), p[0] & /*navigationBarSimple*/
4368
- 64 && X(l, 1)) : (l = Zt(f), l.c(), X(l, 1), l.m(t, r)), p[0] & /*activeMenuItemId, primaryMenuSpliced, triggerNavigation*/
4410
+ }), cr()) : l ? (l.p(f, p), p[0] & /*navigationBarSimple*/
4411
+ 64 && X(l, 1)) : (l = Kt(f), l.c(), X(l, 1), l.m(t, r)), p[0] & /*activeMenuItemId, primaryMenuSpliced, triggerNavigation*/
4369
4412
  32928) {
4370
4413
  u = Ae(
4371
4414
  /*primaryMenuSpliced*/
@@ -4373,15 +4416,15 @@ function zt(e) {
4373
4416
  );
4374
4417
  let g;
4375
4418
  for (g = 0; g < u.length; g += 1) {
4376
- const v = Wt(f, u, g);
4377
- h[g] ? h[g].p(v, p) : (h[g] = qt(v), h[g].c(), h[g].m(n, i));
4419
+ const v = Qt(f, u, g);
4420
+ h[g] ? h[g].p(v, p) : (h[g] = nr(v), h[g].c(), h[g].m(n, i));
4378
4421
  }
4379
4422
  for (; g < h.length; g += 1)
4380
4423
  h[g].d(1);
4381
4424
  h.length = u.length;
4382
4425
  }
4383
4426
  /*navigationBarSimple*/
4384
- f[6] ? d && (d.d(1), d = null) : d ? d.p(f, p) : (d = Kt(f), d.c(), d.m(n, null)), (!s || p[0] & /*navigationWindowOpened, navigationBarSimple*/
4427
+ f[6] ? d && (d.d(1), d = null) : d ? d.p(f, p) : (d = ir(f), d.c(), d.m(n, null)), (!s || p[0] & /*navigationWindowOpened, navigationBarSimple*/
4385
4428
  80 && o !== (o = "NavigationBar " + /*navigationWindowOpened*/
4386
4429
  (f[4] ? "NavigationBarOpened" : "") + " " + /*navigationBarSimple*/
4387
4430
  (f[6] ? "NavigationBarSimple" : ""))) && c(n, "class", o), (!s || p[0] & /*navigationWindowOpened, navigationBarSimple*/
@@ -4393,14 +4436,14 @@ function zt(e) {
4393
4436
  s || (X(l), s = !0);
4394
4437
  },
4395
4438
  o(f) {
4396
- me(l), s = !1;
4439
+ de(l), s = !1;
4397
4440
  },
4398
4441
  d(f) {
4399
- f && O(t), l && l.d(), ir(h, f), d && d.d();
4442
+ f && O(t), l && l.d(), ur(h, f), d && d.d();
4400
4443
  }
4401
4444
  };
4402
4445
  }
4403
- function Zt(e) {
4446
+ function Kt(e) {
4404
4447
  let t, r, n, i, o = (
4405
4448
  /*secondarymenutitle*/
4406
4449
  (e[0] || /*$_*/
@@ -4409,76 +4452,76 @@ function Zt(e) {
4409
4452
  const p = (
4410
4453
  /*#slots*/
4411
4454
  e[27].close
4412
- ), g = Yr(
4455
+ ), g = tn(
4413
4456
  p,
4414
4457
  e,
4415
4458
  /*$$scope*/
4416
4459
  e[26],
4417
- Xt
4418
- ), v = g || To();
4419
- let A = Ae(
4460
+ Jt
4461
+ ), v = g || Lo();
4462
+ let B = Ae(
4420
4463
  /*secondaryMenu*/
4421
4464
  e[8]
4422
- ), S = [];
4423
- for (let b = 0; b < A.length; b += 1)
4424
- S[b] = Yt(Vt(e, A, b));
4465
+ ), N = [];
4466
+ for (let b = 0; b < B.length; b += 1)
4467
+ N[b] = tr(Yt(e, B, b));
4425
4468
  return {
4426
4469
  c() {
4427
- t = B("div"), r = B("span"), v && v.c(), n = $(), i = B("h3"), a = ve(o), s = $(), l = B("div");
4428
- for (let b = 0; b < S.length; b += 1)
4429
- S[b].c();
4470
+ t = I("div"), r = I("span"), v && v.c(), n = k(), i = I("h3"), a = ge(o), s = k(), l = I("div");
4471
+ for (let b = 0; b < N.length; b += 1)
4472
+ N[b].c();
4430
4473
  c(r, "class", "ModalCloseBtn"), c(r, "part", "ModalCloseBtn"), c(r, "role", "button"), c(i, "class", "NavigationWindowTitle"), c(l, "class", "NavigationSecondaryWrapper"), c(t, "class", u = "NavigationWindow " + /*navigationWindowOpened*/
4431
4474
  (e[4] ? "NavigationWindowOpened" : ""));
4432
4475
  },
4433
- m(b, N) {
4434
- L(b, t, N), y(t, r), v && v.m(r, null), y(t, n), y(t, i), y(i, a), y(t, s), y(t, l);
4435
- for (let E = 0; E < S.length; E += 1)
4436
- S[E] && S[E].m(l, null);
4437
- h = !0, d || (f = He(
4476
+ m(b, E) {
4477
+ L(b, t, E), y(t, r), v && v.m(r, null), y(t, n), y(t, i), y(i, a), y(t, s), y(t, l);
4478
+ for (let w = 0; w < N.length; w += 1)
4479
+ N[w] && N[w].m(l, null);
4480
+ h = !0, d || (f = Me(
4438
4481
  r,
4439
4482
  "click",
4440
4483
  /*navigationWindowToggle*/
4441
4484
  e[14]
4442
4485
  ), d = !0);
4443
4486
  },
4444
- p(b, N) {
4445
- if (g && g.p && (!h || N[0] & /*$$scope*/
4446
- 67108864) && qr(
4487
+ p(b, E) {
4488
+ if (g && g.p && (!h || E[0] & /*$$scope*/
4489
+ 67108864) && nn(
4447
4490
  g,
4448
4491
  p,
4449
4492
  b,
4450
4493
  /*$$scope*/
4451
4494
  b[26],
4452
- h ? Jr(
4495
+ h ? rn(
4453
4496
  p,
4454
4497
  /*$$scope*/
4455
4498
  b[26],
4456
- N,
4457
- Ao
4458
- ) : Kr(
4499
+ E,
4500
+ Oo
4501
+ ) : on(
4459
4502
  /*$$scope*/
4460
4503
  b[26]
4461
4504
  ),
4462
- Xt
4463
- ), (!h || N[0] & /*secondarymenutitle, $_*/
4505
+ Jt
4506
+ ), (!h || E[0] & /*secondarymenutitle, $_*/
4464
4507
  4097) && o !== (o = /*secondarymenutitle*/
4465
4508
  (b[0] || /*$_*/
4466
- b[12]("secondaryMenuTitle")) + "") && ct(a, o), N[0] & /*activeMenuItemId, secondaryMenu, triggerNavigation*/
4509
+ b[12]("secondaryMenuTitle")) + "") && gt(a, o), E[0] & /*activeMenuItemId, secondaryMenu, triggerNavigation*/
4467
4510
  33056) {
4468
- A = Ae(
4511
+ B = Ae(
4469
4512
  /*secondaryMenu*/
4470
4513
  b[8]
4471
4514
  );
4472
- let E;
4473
- for (E = 0; E < A.length; E += 1) {
4474
- const T = Vt(b, A, E);
4475
- S[E] ? S[E].p(T, N) : (S[E] = Yt(T), S[E].c(), S[E].m(l, null));
4515
+ let w;
4516
+ for (w = 0; w < B.length; w += 1) {
4517
+ const T = Yt(b, B, w);
4518
+ N[w] ? N[w].p(T, E) : (N[w] = tr(T), N[w].c(), N[w].m(l, null));
4476
4519
  }
4477
- for (; E < S.length; E += 1)
4478
- S[E].d(1);
4479
- S.length = A.length;
4520
+ for (; w < N.length; w += 1)
4521
+ N[w].d(1);
4522
+ N.length = B.length;
4480
4523
  }
4481
- (!h || N[0] & /*navigationWindowOpened*/
4524
+ (!h || E[0] & /*navigationWindowOpened*/
4482
4525
  16 && u !== (u = "NavigationWindow " + /*navigationWindowOpened*/
4483
4526
  (b[4] ? "NavigationWindowOpened" : ""))) && c(t, "class", u);
4484
4527
  },
@@ -4486,14 +4529,14 @@ function Zt(e) {
4486
4529
  h || (X(v, b), h = !0);
4487
4530
  },
4488
4531
  o(b) {
4489
- me(v, b), h = !1;
4532
+ de(v, b), h = !1;
4490
4533
  },
4491
4534
  d(b) {
4492
- b && O(t), v && v.d(b), ir(S, b), d = !1, f();
4535
+ b && O(t), v && v.d(b), ur(N, b), d = !1, f();
4493
4536
  }
4494
4537
  };
4495
4538
  }
4496
- function To(e) {
4539
+ function Lo(e) {
4497
4540
  let t, r;
4498
4541
  return {
4499
4542
  c() {
@@ -4508,11 +4551,11 @@ function To(e) {
4508
4551
  }
4509
4552
  };
4510
4553
  }
4511
- function Qt(e) {
4554
+ function er(e) {
4512
4555
  let t, r, n, i;
4513
4556
  return {
4514
4557
  c() {
4515
- t = B("div"), r = B("img"), c(r, "class", "NavigationSecondaryItemImg"), c(r, "part", "NavigationSecondaryItemImg"), te(r.src, n = /*item*/
4558
+ t = I("div"), r = I("img"), c(r, "class", "NavigationSecondaryItemImg"), c(r, "part", "NavigationSecondaryItemImg"), ee(r.src, n = /*item*/
4516
4559
  e[44].img) || c(r, "src", n), c(r, "alt", i = /*item*/
4517
4560
  e[44].label), c(t, "class", "NavigationSecondaryItemImgWrapper"), c(t, "part", "NavigationSecondaryItemImgWrapper");
4518
4561
  },
@@ -4521,7 +4564,7 @@ function Qt(e) {
4521
4564
  },
4522
4565
  p(o, a) {
4523
4566
  a[0] & /*secondaryMenu*/
4524
- 256 && !te(r.src, n = /*item*/
4567
+ 256 && !ee(r.src, n = /*item*/
4525
4568
  o[44].img) && c(r, "src", n), a[0] & /*secondaryMenu*/
4526
4569
  256 && i !== (i = /*item*/
4527
4570
  o[44].label) && c(r, "alt", i);
@@ -4531,13 +4574,13 @@ function Qt(e) {
4531
4574
  }
4532
4575
  };
4533
4576
  }
4534
- function Yt(e) {
4577
+ function tr(e) {
4535
4578
  let t, r, n, i = (
4536
4579
  /*item*/
4537
4580
  e[44].label + ""
4538
4581
  ), o, a, s, l, u, h = (
4539
4582
  /*item*/
4540
- e[44].img && Qt(e)
4583
+ e[44].img && er(e)
4541
4584
  );
4542
4585
  function d() {
4543
4586
  return (
@@ -4550,18 +4593,18 @@ function Yt(e) {
4550
4593
  }
4551
4594
  return {
4552
4595
  c() {
4553
- t = B("div"), h && h.c(), r = $(), n = B("p"), o = ve(i), a = $(), c(n, "class", "NavigationSecondaryItemLabel"), c(n, "part", "NavigationSecondaryItemLabel"), c(t, "class", s = "NavigationSecondaryItemAnchor " + /*activeMenuItemId*/
4596
+ t = I("div"), h && h.c(), r = k(), n = I("p"), o = ge(i), a = k(), c(n, "class", "NavigationSecondaryItemLabel"), c(n, "part", "NavigationSecondaryItemLabel"), c(t, "class", s = "NavigationSecondaryItemAnchor " + /*activeMenuItemId*/
4554
4597
  (e[5] === /*item*/
4555
4598
  e[44].id ? "ActiveItem" : ""));
4556
4599
  },
4557
4600
  m(f, p) {
4558
- L(f, t, p), h && h.m(t, null), y(t, r), y(t, n), y(n, o), y(t, a), l || (u = He(t, "click", d), l = !0);
4601
+ L(f, t, p), h && h.m(t, null), y(t, r), y(t, n), y(n, o), y(t, a), l || (u = Me(t, "click", d), l = !0);
4559
4602
  },
4560
4603
  p(f, p) {
4561
4604
  e = f, /*item*/
4562
- e[44].img ? h ? h.p(e, p) : (h = Qt(e), h.c(), h.m(t, r)) : h && (h.d(1), h = null), p[0] & /*secondaryMenu*/
4605
+ e[44].img ? h ? h.p(e, p) : (h = er(e), h.c(), h.m(t, r)) : h && (h.d(1), h = null), p[0] & /*secondaryMenu*/
4563
4606
  256 && i !== (i = /*item*/
4564
- e[44].label + "") && ct(o, i), p[0] & /*activeMenuItemId, secondaryMenu*/
4607
+ e[44].label + "") && gt(o, i), p[0] & /*activeMenuItemId, secondaryMenu*/
4565
4608
  288 && s !== (s = "NavigationSecondaryItemAnchor " + /*activeMenuItemId*/
4566
4609
  (e[5] === /*item*/
4567
4610
  e[44].id ? "ActiveItem" : "")) && c(t, "class", s);
@@ -4571,11 +4614,11 @@ function Yt(e) {
4571
4614
  }
4572
4615
  };
4573
4616
  }
4574
- function Jt(e) {
4617
+ function rr(e) {
4575
4618
  let t, r, n, i;
4576
4619
  return {
4577
4620
  c() {
4578
- t = B("div"), r = B("img"), c(r, "class", "NavigationPrimaryItemImg"), te(r.src, n = /*item*/
4621
+ t = I("div"), r = I("img"), c(r, "class", "NavigationPrimaryItemImg"), ee(r.src, n = /*item*/
4579
4622
  e[44].img) || c(r, "src", n), c(r, "alt", i = /*item*/
4580
4623
  e[44].label), c(t, "class", "NavigationPrimaryItemImgWrapper");
4581
4624
  },
@@ -4584,7 +4627,7 @@ function Jt(e) {
4584
4627
  },
4585
4628
  p(o, a) {
4586
4629
  a[0] & /*primaryMenuSpliced*/
4587
- 128 && !te(r.src, n = /*item*/
4630
+ 128 && !ee(r.src, n = /*item*/
4588
4631
  o[44].img) && c(r, "src", n), a[0] & /*primaryMenuSpliced*/
4589
4632
  128 && i !== (i = /*item*/
4590
4633
  o[44].label) && c(r, "alt", i);
@@ -4594,13 +4637,13 @@ function Jt(e) {
4594
4637
  }
4595
4638
  };
4596
4639
  }
4597
- function qt(e) {
4640
+ function nr(e) {
4598
4641
  let t, r, n, i = (
4599
4642
  /*item*/
4600
4643
  e[44].label + ""
4601
4644
  ), o, a, s, l, u = (
4602
4645
  /*item*/
4603
- e[44].img && Jt(e)
4646
+ e[44].img && rr(e)
4604
4647
  );
4605
4648
  function h() {
4606
4649
  return (
@@ -4613,19 +4656,19 @@ function qt(e) {
4613
4656
  }
4614
4657
  return {
4615
4658
  c() {
4616
- t = B("div"), u && u.c(), r = $(), n = B("p"), o = ve(i), c(n, "class", "NavigationPrimaryItemLabel"), c(t, "class", a = "NavigationPrimaryItemAnchor NavItem" + /*i*/
4659
+ t = I("div"), u && u.c(), r = k(), n = I("p"), o = ge(i), c(n, "class", "NavigationPrimaryItemLabel"), c(t, "class", a = "NavigationPrimaryItemAnchor NavItem" + /*i*/
4617
4660
  e[46] + " " + /*activeMenuItemId*/
4618
4661
  (e[5] === /*item*/
4619
4662
  e[44].id ? "ActiveItem" : ""));
4620
4663
  },
4621
4664
  m(d, f) {
4622
- L(d, t, f), u && u.m(t, null), y(t, r), y(t, n), y(n, o), s || (l = He(t, "click", h), s = !0);
4665
+ L(d, t, f), u && u.m(t, null), y(t, r), y(t, n), y(n, o), s || (l = Me(t, "click", h), s = !0);
4623
4666
  },
4624
4667
  p(d, f) {
4625
4668
  e = d, /*item*/
4626
- e[44].img ? u ? u.p(e, f) : (u = Jt(e), u.c(), u.m(t, r)) : u && (u.d(1), u = null), f[0] & /*primaryMenuSpliced*/
4669
+ e[44].img ? u ? u.p(e, f) : (u = rr(e), u.c(), u.m(t, r)) : u && (u.d(1), u = null), f[0] & /*primaryMenuSpliced*/
4627
4670
  128 && i !== (i = /*item*/
4628
- e[44].label + "") && ct(o, i), f[0] & /*activeMenuItemId, primaryMenuSpliced*/
4671
+ e[44].label + "") && gt(o, i), f[0] & /*activeMenuItemId, primaryMenuSpliced*/
4629
4672
  160 && a !== (a = "NavigationPrimaryItemAnchor NavItem" + /*i*/
4630
4673
  e[46] + " " + /*activeMenuItemId*/
4631
4674
  (e[5] === /*item*/
@@ -4636,22 +4679,22 @@ function qt(e) {
4636
4679
  }
4637
4680
  };
4638
4681
  }
4639
- function Kt(e) {
4682
+ function ir(e) {
4640
4683
  let t, r, n, i, o;
4641
4684
  function a(u, h) {
4642
4685
  return (
4643
4686
  /*isFlowerMenu*/
4644
- u[11] ? Po : Ho
4687
+ u[11] ? Co : Fo
4645
4688
  );
4646
4689
  }
4647
4690
  let s = a(e), l = s(e);
4648
4691
  return {
4649
4692
  c() {
4650
- t = B("button"), r = B("span"), l.c(), c(r, "class", "NavigationButtonSpan"), c(r, "part", "NavigationButtonSpan"), c(t, "class", n = "NavigationButton " + /*navigationWindowOpened*/
4693
+ t = I("button"), r = I("span"), l.c(), c(r, "class", "NavigationButtonSpan"), c(r, "part", "NavigationButtonSpan"), c(t, "class", n = "NavigationButton " + /*navigationWindowOpened*/
4651
4694
  (e[4] ? "NavigationButtonActive" : ""));
4652
4695
  },
4653
4696
  m(u, h) {
4654
- L(u, t, h), y(t, r), l.m(r, null), i || (o = He(
4697
+ L(u, t, h), y(t, r), l.m(r, null), i || (o = Me(
4655
4698
  t,
4656
4699
  "click",
4657
4700
  /*navigationWindowToggle*/
@@ -4668,11 +4711,11 @@ function Kt(e) {
4668
4711
  }
4669
4712
  };
4670
4713
  }
4671
- function Po(e) {
4714
+ function Co(e) {
4672
4715
  let t, r, n, i, o, a, s;
4673
4716
  return {
4674
4717
  c() {
4675
- t = B("div"), r = B("span"), n = $(), i = B("span"), o = $(), a = B("span"), c(r, "class", "middleIconLine"), c(i, "class", "middleIconLine"), c(a, "class", "middleIconLine"), c(t, "class", s = "labelMiddleIcon " + /*navigationWindowOpened*/
4718
+ t = I("div"), r = I("span"), n = k(), i = I("span"), o = k(), a = I("span"), c(r, "class", "middleIconLine"), c(i, "class", "middleIconLine"), c(a, "class", "middleIconLine"), c(t, "class", s = "labelMiddleIcon " + /*navigationWindowOpened*/
4676
4719
  (e[4] ? "labelMiddleIconActive" : ""));
4677
4720
  },
4678
4721
  m(l, u) {
@@ -4688,18 +4731,18 @@ function Po(e) {
4688
4731
  }
4689
4732
  };
4690
4733
  }
4691
- function Ho(e) {
4734
+ function Fo(e) {
4692
4735
  let t;
4693
4736
  function r(o, a) {
4694
4737
  return (
4695
4738
  /*imageIconUrl*/
4696
- o[9] ? Oo : Mo
4739
+ o[9] ? Uo : Ro
4697
4740
  );
4698
4741
  }
4699
4742
  let n = r(e), i = n(e);
4700
4743
  return {
4701
4744
  c() {
4702
- i.c(), t = nn();
4745
+ i.c(), t = un();
4703
4746
  },
4704
4747
  m(o, a) {
4705
4748
  i.m(o, a), L(o, t, a);
@@ -4712,14 +4755,14 @@ function Ho(e) {
4712
4755
  }
4713
4756
  };
4714
4757
  }
4715
- function Mo(e) {
4758
+ function Ro(e) {
4716
4759
  let t, r, n, i, o, a, s, l, u, h, d, f, p, g;
4717
4760
  return {
4718
4761
  c() {
4719
4762
  t = H("svg"), r = H("g"), n = H("g"), i = H("rect"), o = H("rect"), a = H("g"), s = H("rect"), l = H("rect"), u = H("g"), h = H("rect"), d = H("rect"), f = H("g"), p = H("rect"), g = H("rect"), c(i, "class", "b"), c(i, "part", "b"), c(i, "width", "10"), c(i, "height", "10"), c(i, "rx", "2"), c(o, "class", "c"), c(o, "part", "c"), c(o, "x", "0.5"), c(o, "y", "0.5"), c(o, "width", "9"), c(o, "height", "9"), c(o, "rx", "1.5"), c(n, "class", "a"), c(n, "part", "a"), c(n, "transform", "translate(150 514)"), c(s, "class", "b"), c(s, "part", "b"), c(s, "width", "10"), c(s, "height", "10"), c(s, "rx", "2"), c(l, "class", "c"), c(l, "part", "c"), c(l, "x", "0.5"), c(l, "y", "0.5"), c(l, "width", "9"), c(l, "height", "9"), c(l, "rx", "1.5"), c(a, "class", "a"), c(a, "part", "a"), c(a, "transform", "translate(161 514)"), c(h, "class", "b"), c(h, "part", "b"), c(h, "width", "10"), c(h, "height", "10"), c(h, "rx", "2"), c(d, "class", "c"), c(d, "part", "c"), c(d, "x", "0.5"), c(d, "y", "0.5"), c(d, "width", "9"), c(d, "height", "9"), c(d, "rx", "1.5"), c(u, "class", "a"), c(u, "part", "a"), c(u, "transform", "translate(161 525)"), c(p, "class", "b"), c(p, "part", "b"), c(p, "width", "10"), c(p, "height", "10"), c(p, "rx", "2"), c(g, "class", "c"), c(g, "part", "c"), c(g, "x", "0.5"), c(g, "y", "0.5"), c(g, "width", "9"), c(g, "height", "9"), c(g, "rx", "1.5"), c(f, "class", "a"), c(f, "part", "a"), c(f, "transform", "translate(150 525)"), c(r, "transform", "translate(-150 -514)"), c(t, "class", "middleIcon"), c(t, "xmlns", "http://www.w3.org/2000/svg"), c(t, "width", "21"), c(t, "height", "21"), c(t, "viewBox", "0 0 21 21");
4720
4763
  },
4721
- m(v, A) {
4722
- L(v, t, A), y(t, r), y(r, n), y(n, i), y(n, o), y(r, a), y(a, s), y(a, l), y(r, u), y(u, h), y(u, d), y(r, f), y(f, p), y(f, g);
4764
+ m(v, B) {
4765
+ L(v, t, B), y(t, r), y(r, n), y(n, i), y(n, o), y(r, a), y(a, s), y(a, l), y(r, u), y(u, h), y(u, d), y(r, f), y(f, p), y(f, g);
4723
4766
  },
4724
4767
  p: R,
4725
4768
  d(v) {
@@ -4727,11 +4770,11 @@ function Mo(e) {
4727
4770
  }
4728
4771
  };
4729
4772
  }
4730
- function Oo(e) {
4773
+ function Uo(e) {
4731
4774
  let t, r;
4732
4775
  return {
4733
4776
  c() {
4734
- t = B("img"), te(t.src, r = /*imageIconUrl*/
4777
+ t = I("img"), ee(t.src, r = /*imageIconUrl*/
4735
4778
  e[9]) || c(t, "src", r), c(t, "class", "middleIcon"), c(
4736
4779
  t,
4737
4780
  "alt",
@@ -4744,7 +4787,7 @@ function Oo(e) {
4744
4787
  },
4745
4788
  p(n, i) {
4746
4789
  i[0] & /*imageIconUrl*/
4747
- 512 && !te(t.src, r = /*imageIconUrl*/
4790
+ 512 && !ee(t.src, r = /*imageIconUrl*/
4748
4791
  n[9]) && c(t, "src", r), i[0] & /*imageIconUrl*/
4749
4792
  512 && c(
4750
4793
  t,
@@ -4758,14 +4801,14 @@ function Oo(e) {
4758
4801
  }
4759
4802
  };
4760
4803
  }
4761
- function Lo(e) {
4804
+ function Do(e) {
4762
4805
  let t, r, n, i = !/*isLoading*/
4763
4806
  e[1] && /*isMobile*/
4764
4807
  e[13] && /*showNavigation*/
4765
- e[3] && zt(e);
4808
+ e[3] && qt(e);
4766
4809
  return {
4767
4810
  c() {
4768
- t = B("div"), i && i.c(), c(t, "class", r = /*isFlowerMenu*/
4811
+ t = I("div"), i && i.c(), c(t, "class", r = /*isFlowerMenu*/
4769
4812
  (e[11] ? "FlowerMenu" : "") + " NavigationWrapper " + /*mobileLandscapeView*/
4770
4813
  (e[10] ? "NavigationWrapperLandScape" : ""));
4771
4814
  },
@@ -4777,9 +4820,9 @@ function Lo(e) {
4777
4820
  o[1] && /*isMobile*/
4778
4821
  o[13] && /*showNavigation*/
4779
4822
  o[3] ? i ? (i.p(o, a), a[0] & /*isLoading, showNavigation*/
4780
- 10 && X(i, 1)) : (i = zt(o), i.c(), X(i, 1), i.m(t, null)) : i && (or(), me(i, 1, 1, () => {
4823
+ 10 && X(i, 1)) : (i = qt(o), i.c(), X(i, 1), i.m(t, null)) : i && (hr(), de(i, 1, 1, () => {
4781
4824
  i = null;
4782
- }), ar()), (!n || a[0] & /*isFlowerMenu, mobileLandscapeView*/
4825
+ }), cr()), (!n || a[0] & /*isFlowerMenu, mobileLandscapeView*/
4783
4826
  3072 && r !== (r = /*isFlowerMenu*/
4784
4827
  (o[11] ? "FlowerMenu" : "") + " NavigationWrapper " + /*mobileLandscapeView*/
4785
4828
  (o[10] ? "NavigationWrapperLandScape" : ""))) && c(t, "class", r);
@@ -4788,30 +4831,30 @@ function Lo(e) {
4788
4831
  n || (X(i), n = !0);
4789
4832
  },
4790
4833
  o(o) {
4791
- me(i), n = !1;
4834
+ de(i), n = !1;
4792
4835
  },
4793
4836
  d(o) {
4794
4837
  o && O(t), i && i.d(), e[30](null);
4795
4838
  }
4796
4839
  };
4797
4840
  }
4798
- function Co(e, t, r) {
4841
+ function Go(e, t, r) {
4799
4842
  let n;
4800
- Qr(e, wo, (m) => r(12, n = m));
4801
- let { $$slots: i = {}, $$scope: o } = t, { cmsendpoint: a = "" } = t, { lang: s = "" } = t, { env: l = "" } = t, { secondarymenutitle: u = "" } = t, { userroles: h = "" } = t, { mbsource: d } = t, { clientstyling: f = "" } = t, { clientstylingurl: p = "" } = t, { translationurl: g = "" } = t, { activecategory: v = "" } = t, { flowermenustyle: A = "false" } = t, S = window.navigator.userAgent, b = $t(S) !== "PC", N = !0, E = !1, T = !1, j = "", Q = !1, Re = [], ye = [], W = [], D, mt = "", Ue = {}, pt, De = !1;
4802
- const Ur = () => {
4843
+ en(e, Bo, (m) => r(12, n = m));
4844
+ let { $$slots: i = {}, $$scope: o } = t, { cmsendpoint: a = "" } = t, { lang: s = "" } = t, { env: l = "" } = t, { secondarymenutitle: u = "" } = t, { userroles: h = "" } = t, { mbsource: d } = t, { clientstyling: f = "" } = t, { clientstylingurl: p = "" } = t, { translationurl: g = "" } = t, { activecategory: v = "" } = t, { flowermenustyle: B = "false" } = t, N = window.navigator.userAgent, b = Xt(N) !== "PC", E = !0, w = !1, T = !1, j = "", Q = !1, De = [], ye = [], W = [], G, yt = "", Ge = {}, _t, $e = !1;
4845
+ const jr = () => {
4803
4846
  fetch(g).then((P) => P.json()).then((P) => {
4804
4847
  Object.keys(P).forEach((C) => {
4805
- kt(C, P[C]);
4848
+ zt(C, P[C]);
4806
4849
  });
4807
4850
  }).catch((P) => {
4808
4851
  console.log(P);
4809
4852
  });
4810
4853
  };
4811
- Object.keys(jt).forEach((m) => {
4812
- kt(m, jt[m]);
4854
+ Object.keys(Zt).forEach((m) => {
4855
+ zt(m, Zt[m]);
4813
4856
  });
4814
- const gt = (m) => {
4857
+ const xt = (m) => {
4815
4858
  if (m.data)
4816
4859
  switch (m.data.type) {
4817
4860
  case "PlayerAccountMenuActive":
@@ -4824,9 +4867,9 @@ function Co(e, t, r) {
4824
4867
  r(4, T = !1);
4825
4868
  break;
4826
4869
  }
4827
- }, Dr = () => {
4828
- r(11, De = A.toLowerCase() === "true");
4829
- }, Gr = () => {
4870
+ }, Wr = () => {
4871
+ r(11, $e = B.toLowerCase() === "true");
4872
+ }, Vr = () => {
4830
4873
  r(4, T = !T), window.postMessage(
4831
4874
  {
4832
4875
  type: "MobileBottomNav",
@@ -4834,26 +4877,26 @@ function Co(e, t, r) {
4834
4877
  },
4835
4878
  window.location.href
4836
4879
  );
4837
- }, $r = (m) => {
4838
- r(7, ye = []), r(7, ye = Q ? m.splice(0, 5) : m.splice(0, 4)), v && vt();
4839
- }, kr = () => {
4840
- Ge(), r(1, N = !0);
4841
- let m = $t(S), P = new URL(`${a}/${s}/bottom-mobile-menu?env=${l}`);
4880
+ }, Xr = (m) => {
4881
+ r(7, ye = []), r(7, ye = Q ? m.splice(0, 5) : m.splice(0, 4)), v && wt();
4882
+ }, zr = () => {
4883
+ ke(), r(1, E = !0);
4884
+ let m = Xt(N), P = new URL(`${a}/${s}/bottom-mobile-menu?env=${l}`);
4842
4885
  P.searchParams.append("userRoles", h), m && P.searchParams.append("device", "mtWeb"), fetch(P.href).then((C) => C.json()).then((C) => {
4843
- Re = [], r(8, W = []), r(3, E = C.length > 0), C.forEach((U) => {
4844
- Ue[U.label] = U.eventTrigger ? U.path : null, U.path == "/menu-item" ? (r(9, mt = U?.img), r(8, W = U.children)) : Re.push(U);
4845
- }), r(6, Q = W.length == 0), W.length >= 5 && De && r(8, W = W.splice(0, 5)), $r(Re), r(1, N = !1);
4886
+ De = [], r(8, W = []), r(3, w = C.length > 0), C.forEach((U) => {
4887
+ Ge[U.label] = U.eventTrigger ? U.path : null, U.path == "/menu-item" ? (r(9, yt = U?.img), r(8, W = U.children)) : De.push(U);
4888
+ }), r(6, Q = W.length == 0), W.length >= 5 && $e && r(8, W = W.splice(0, 5)), Xr(De), r(1, E = !1);
4846
4889
  }).catch((C) => {
4847
- r(1, N = !1), console.error(C);
4890
+ r(1, E = !1), console.error(C);
4848
4891
  });
4849
- }, vt = () => {
4892
+ }, wt = () => {
4850
4893
  const P = ye.concat(W).find((C) => C.path.includes(v));
4851
4894
  P ? r(5, j = P.id) : r(5, j = "");
4852
- }, he = (m, P, C, U) => {
4853
- Ue[U] ? window.postMessage(
4895
+ }, ue = (m, P, C, U) => {
4896
+ Ge[U] ? window.postMessage(
4854
4897
  {
4855
4898
  type: "MobileBottomNavigationEvent",
4856
- event: Ue[U]
4899
+ event: Ge[U]
4857
4900
  },
4858
4901
  window.location.href
4859
4902
  ) : window.postMessage(
@@ -4868,55 +4911,55 @@ function Co(e, t, r) {
4868
4911
  context: "MobileBottomNavigation",
4869
4912
  menuItem: `${m}`
4870
4913
  });
4871
- }, jr = () => {
4872
- Eo(s);
4873
- }, Ge = () => {
4874
- r(10, pt = b && window.innerHeight / window.innerWidth < 1);
4875
- }, bt = () => {
4914
+ }, Zr = () => {
4915
+ Ao(s);
4916
+ }, ke = () => {
4917
+ r(10, _t = b && window.innerHeight / window.innerWidth < 1);
4918
+ }, Et = () => {
4876
4919
  T && r(4, T = !1);
4877
4920
  };
4878
- ln(() => (window.addEventListener("message", gt, !1), document.addEventListener("focusin", bt), b && window.screen.orientation.addEventListener("change", Ge), () => {
4879
- window.removeEventListener("message", gt), document.removeEventListener("focusin", bt), b && window.screen.orientation.removeEventListener("change", Ge);
4921
+ dn(() => (window.addEventListener("message", xt, !1), document.addEventListener("focusin", Et), b && window.screen.orientation.addEventListener("change", ke), () => {
4922
+ window.removeEventListener("message", xt), document.removeEventListener("focusin", Et), b && window.screen.orientation.removeEventListener("change", ke);
4880
4923
  }));
4881
- const Wr = (m) => {
4882
- m.attrs?.target ? he(m.path, m.attrs?.target, m?.externalLink, m.label) : he(m.path, null, m?.externalLink, m.label);
4883
- }, Vr = (m) => {
4884
- m.attrs?.target ? he(m.path, m.attrs?.target, m?.externalLink, m.label) : he(m.path, null, m?.externalLink, m.label);
4924
+ const Qr = (m) => {
4925
+ m.attrs?.target ? ue(m.path, m.attrs?.target, m?.externalLink, m.label) : ue(m.path, null, m?.externalLink, m.label);
4926
+ }, Yr = (m) => {
4927
+ m.attrs?.target ? ue(m.path, m.attrs?.target, m?.externalLink, m.label) : ue(m.path, null, m?.externalLink, m.label);
4885
4928
  };
4886
- function Xr(m) {
4887
- Ze[m ? "unshift" : "push"](() => {
4888
- D = m, r(2, D);
4929
+ function Jr(m) {
4930
+ Je[m ? "unshift" : "push"](() => {
4931
+ G = m, r(2, G);
4889
4932
  });
4890
4933
  }
4891
4934
  return e.$$set = (m) => {
4892
- "cmsendpoint" in m && r(16, a = m.cmsendpoint), "lang" in m && r(17, s = m.lang), "env" in m && r(18, l = m.env), "secondarymenutitle" in m && r(0, u = m.secondarymenutitle), "userroles" in m && r(19, h = m.userroles), "mbsource" in m && r(20, d = m.mbsource), "clientstyling" in m && r(21, f = m.clientstyling), "clientstylingurl" in m && r(22, p = m.clientstylingurl), "translationurl" in m && r(23, g = m.translationurl), "activecategory" in m && r(24, v = m.activecategory), "flowermenustyle" in m && r(25, A = m.flowermenustyle), "$$scope" in m && r(26, o = m.$$scope);
4935
+ "cmsendpoint" in m && r(16, a = m.cmsendpoint), "lang" in m && r(17, s = m.lang), "env" in m && r(18, l = m.env), "secondarymenutitle" in m && r(0, u = m.secondarymenutitle), "userroles" in m && r(19, h = m.userroles), "mbsource" in m && r(20, d = m.mbsource), "clientstyling" in m && r(21, f = m.clientstyling), "clientstylingurl" in m && r(22, p = m.clientstylingurl), "translationurl" in m && r(23, g = m.translationurl), "activecategory" in m && r(24, v = m.activecategory), "flowermenustyle" in m && r(25, B = m.flowermenustyle), "$$scope" in m && r(26, o = m.$$scope);
4893
4936
  }, e.$$.update = () => {
4894
4937
  e.$$.dirty[0] & /*flowermenustyle*/
4895
- 33554432 && A && Dr(), e.$$.dirty[0] & /*activecategory, isLoading*/
4896
- 16777218 && v && !N && vt(), e.$$.dirty[0] & /*lang*/
4897
- 131072 && s && jr(), e.$$.dirty[0] & /*cmsendpoint, lang, env, userroles*/
4898
- 983040 && a && s && l && h && kr(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4899
- 2097156 && f && D && No(D, f), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
4900
- 4194308 && p && D && So(D, p), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
4901
- 1048580 && d && D && Io(D, `${d}.Style`), e.$$.dirty[0] & /*translationurl*/
4902
- 8388608 && g && Ur();
4938
+ 33554432 && B && Wr(), e.$$.dirty[0] & /*activecategory, isLoading*/
4939
+ 16777218 && v && !E && wt(), e.$$.dirty[0] & /*lang*/
4940
+ 131072 && s && Zr(), e.$$.dirty[0] & /*cmsendpoint, lang, env, userroles*/
4941
+ 983040 && a && s && l && h && zr(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4942
+ 2097156 && f && G && To(G, f), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
4943
+ 4194308 && p && G && Po(G, p), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
4944
+ 1048580 && d && G && Ho(G, `${d}.Style`), e.$$.dirty[0] & /*translationurl*/
4945
+ 8388608 && g && jr();
4903
4946
  }, [
4904
4947
  u,
4905
- N,
4906
- D,
4907
4948
  E,
4949
+ G,
4950
+ w,
4908
4951
  T,
4909
4952
  j,
4910
4953
  Q,
4911
4954
  ye,
4912
4955
  W,
4913
- mt,
4914
- pt,
4915
- De,
4956
+ yt,
4957
+ _t,
4958
+ $e,
4916
4959
  n,
4917
4960
  b,
4918
- Gr,
4919
- he,
4961
+ Vr,
4962
+ ue,
4920
4963
  a,
4921
4964
  s,
4922
4965
  l,
@@ -4926,22 +4969,22 @@ function Co(e, t, r) {
4926
4969
  p,
4927
4970
  g,
4928
4971
  v,
4929
- A,
4972
+ B,
4930
4973
  o,
4931
4974
  i,
4932
- Wr,
4933
- Vr,
4934
- Xr
4975
+ Qr,
4976
+ Yr,
4977
+ Jr
4935
4978
  ];
4936
4979
  }
4937
- class Fo extends bn {
4980
+ class $o extends En {
4938
4981
  constructor(t) {
4939
- super(), gn(
4982
+ super(), xn(
4940
4983
  this,
4941
4984
  t,
4942
- Co,
4943
- Lo,
4944
- tr,
4985
+ Go,
4986
+ Do,
4987
+ ar,
4945
4988
  {
4946
4989
  cmsendpoint: 16,
4947
4990
  lang: 17,
@@ -4955,7 +4998,7 @@ class Fo extends bn {
4955
4998
  activecategory: 24,
4956
4999
  flowermenustyle: 25
4957
5000
  },
4958
- Bo,
5001
+ Mo,
4959
5002
  [-1, -1]
4960
5003
  );
4961
5004
  }
@@ -5026,7 +5069,7 @@ class Fo extends bn {
5026
5069
  this.$$set({ flowermenustyle: t }), F();
5027
5070
  }
5028
5071
  }
5029
- vn(Fo, { cmsendpoint: {}, lang: {}, env: {}, secondarymenutitle: {}, userroles: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, activecategory: {}, flowermenustyle: {} }, ["close"], [], !0);
5072
+ wn($o, { cmsendpoint: {}, lang: {}, env: {}, secondarymenutitle: {}, userroles: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, activecategory: {}, flowermenustyle: {} }, ["close"], [], !0);
5030
5073
  export {
5031
- Fo as G
5074
+ $o as G
5032
5075
  };