@everymatrix/player-change-password-nd 1.53.12 → 1.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,46 +1,75 @@
1
- function te() {
1
+ var qr = Object.defineProperty, Kr = Object.defineProperties;
2
+ var en = Object.getOwnPropertyDescriptors;
3
+ var Ut = Object.getOwnPropertySymbols;
4
+ var tn = Object.prototype.hasOwnProperty, rn = Object.prototype.propertyIsEnumerable;
5
+ var pt = (e, t, r) => t in e ? qr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, $t = (e, t) => {
6
+ for (var r in t || (t = {}))
7
+ tn.call(t, r) && pt(e, r, t[r]);
8
+ if (Ut)
9
+ for (var r of Ut(t))
10
+ rn.call(t, r) && pt(e, r, t[r]);
11
+ return e;
12
+ }, Gt = (e, t) => Kr(e, en(t));
13
+ var ee = (e, t, r) => pt(e, typeof t != "symbol" ? t + "" : t, r);
14
+ var Vt = (e, t, r) => new Promise((n, a) => {
15
+ var s = (u) => {
16
+ try {
17
+ l(r.next(u));
18
+ } catch (h) {
19
+ a(h);
20
+ }
21
+ }, i = (u) => {
22
+ try {
23
+ l(r.throw(u));
24
+ } catch (h) {
25
+ a(h);
26
+ }
27
+ }, l = (u) => u.done ? n(u.value) : Promise.resolve(u.value).then(s, i);
28
+ l((r = r.apply(e, t)).next());
29
+ });
30
+ function re() {
2
31
  }
3
- function cr(e) {
32
+ function br(e) {
4
33
  return e();
5
34
  }
6
- function kt() {
35
+ function jt() {
7
36
  return /* @__PURE__ */ Object.create(null);
8
37
  }
9
- function Re(e) {
10
- e.forEach(cr);
38
+ function Le(e) {
39
+ e.forEach(br);
11
40
  }
12
- function Se(e) {
41
+ function Ae(e) {
13
42
  return typeof e == "function";
14
43
  }
15
- function fr(e, t) {
44
+ function wr(e, t) {
16
45
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
17
46
  }
18
- function Wr(e) {
47
+ function nn(e) {
19
48
  return Object.keys(e).length === 0;
20
49
  }
21
- function dr(e, ...t) {
50
+ function yr(e, ...t) {
22
51
  if (e == null) {
23
52
  for (const n of t)
24
53
  n(void 0);
25
- return te;
54
+ return re;
26
55
  }
27
56
  const r = e.subscribe(...t);
28
57
  return r.unsubscribe ? () => r.unsubscribe() : r;
29
58
  }
30
- function Xr(e, t, r) {
31
- e.$$.on_destroy.push(dr(t, r));
59
+ function an(e, t, r) {
60
+ e.$$.on_destroy.push(yr(t, r));
32
61
  }
33
62
  function f(e, t) {
34
63
  e.appendChild(t);
35
64
  }
36
- function Zr(e, t, r) {
37
- const n = Qr(e);
65
+ function sn(e, t, r) {
66
+ const n = on(e);
38
67
  if (!n.getElementById(t)) {
39
68
  const a = _("style");
40
- a.id = t, a.textContent = r, Yr(n, a);
69
+ a.id = t, a.textContent = r, ln(n, a);
41
70
  }
42
71
  }
43
- function Qr(e) {
72
+ function on(e) {
44
73
  if (!e) return document;
45
74
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
46
75
  return t && /** @type {ShadowRoot} */
@@ -49,7 +78,7 @@ function Qr(e) {
49
78
  t
50
79
  ) : e.ownerDocument;
51
80
  }
52
- function Yr(e, t) {
81
+ function ln(e, t) {
53
82
  return f(
54
83
  /** @type {Document} */
55
84
  e.head || e,
@@ -74,7 +103,7 @@ function H(e) {
74
103
  function L() {
75
104
  return H(" ");
76
105
  }
77
- function pr() {
106
+ function vr() {
78
107
  return H("");
79
108
  }
80
109
  function z(e, t, r, n) {
@@ -83,20 +112,20 @@ function z(e, t, r, n) {
83
112
  function o(e, t, r) {
84
113
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
85
114
  }
86
- function Jr(e) {
115
+ function un(e) {
87
116
  return Array.from(e.childNodes);
88
117
  }
89
118
  function D(e, t) {
90
119
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
91
120
  t);
92
121
  }
93
- function xe(e, t) {
94
- e.value = t ?? "";
122
+ function Ee(e, t) {
123
+ e.value = t == null ? "" : t;
95
124
  }
96
- function qr(e, t, r, n) {
125
+ function hn(e, t, r, n) {
97
126
  e.style.setProperty(t, r, "");
98
127
  }
99
- function Kr(e) {
128
+ function cn(e) {
100
129
  const t = {};
101
130
  return e.childNodes.forEach(
102
131
  /** @param {Element} node */
@@ -105,93 +134,93 @@ function Kr(e) {
105
134
  }
106
135
  ), t;
107
136
  }
108
- let ze;
109
- function je(e) {
110
- ze = e;
137
+ let We;
138
+ function ze(e) {
139
+ We = e;
111
140
  }
112
- function en() {
113
- if (!ze) throw new Error("Function called outside component initialization");
114
- return ze;
141
+ function fn() {
142
+ if (!We) throw new Error("Function called outside component initialization");
143
+ return We;
115
144
  }
116
- function tn(e) {
117
- en().$$.on_mount.push(e);
145
+ function dn(e) {
146
+ fn().$$.on_mount.push(e);
118
147
  }
119
- const Te = [], Be = [];
120
- let Ae = [];
121
- const Dt = [], rn = /* @__PURE__ */ Promise.resolve();
122
- let vt = !1;
123
- function nn() {
124
- vt || (vt = !0, rn.then(he));
148
+ const Be = [], Se = [];
149
+ let Ie = [];
150
+ const zt = [], pn = /* @__PURE__ */ Promise.resolve();
151
+ let _t = !1;
152
+ function mn() {
153
+ _t || (_t = !0, pn.then(ce));
125
154
  }
126
- function Pt(e) {
127
- Ae.push(e);
155
+ function xt(e) {
156
+ Ie.push(e);
128
157
  }
129
- const dt = /* @__PURE__ */ new Set();
130
- let Ee = 0;
131
- function he() {
132
- if (Ee !== 0)
158
+ const mt = /* @__PURE__ */ new Set();
159
+ let Ce = 0;
160
+ function ce() {
161
+ if (Ce !== 0)
133
162
  return;
134
- const e = ze;
163
+ const e = We;
135
164
  do {
136
165
  try {
137
- for (; Ee < Te.length; ) {
138
- const t = Te[Ee];
139
- Ee++, je(t), an(t.$$);
166
+ for (; Ce < Be.length; ) {
167
+ const t = Be[Ce];
168
+ Ce++, ze(t), gn(t.$$);
140
169
  }
141
170
  } catch (t) {
142
- throw Te.length = 0, Ee = 0, t;
171
+ throw Be.length = 0, Ce = 0, t;
143
172
  }
144
- for (je(null), Te.length = 0, Ee = 0; Be.length; ) Be.pop()();
145
- for (let t = 0; t < Ae.length; t += 1) {
146
- const r = Ae[t];
147
- dt.has(r) || (dt.add(r), r());
173
+ for (ze(null), Be.length = 0, Ce = 0; Se.length; ) Se.pop()();
174
+ for (let t = 0; t < Ie.length; t += 1) {
175
+ const r = Ie[t];
176
+ mt.has(r) || (mt.add(r), r());
148
177
  }
149
- Ae.length = 0;
150
- } while (Te.length);
151
- for (; Dt.length; )
152
- Dt.pop()();
153
- vt = !1, dt.clear(), je(e);
178
+ Ie.length = 0;
179
+ } while (Be.length);
180
+ for (; zt.length; )
181
+ zt.pop()();
182
+ _t = !1, mt.clear(), ze(e);
154
183
  }
155
- function an(e) {
184
+ function gn(e) {
156
185
  if (e.fragment !== null) {
157
- e.update(), Re(e.before_update);
186
+ e.update(), Le(e.before_update);
158
187
  const t = e.dirty;
159
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Pt);
188
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(xt);
160
189
  }
161
190
  }
162
- function sn(e) {
191
+ function bn(e) {
163
192
  const t = [], r = [];
164
- Ae.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), Ae = t;
193
+ Ie.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), Ie = t;
165
194
  }
166
- const on = /* @__PURE__ */ new Set();
167
- function ln(e, t) {
168
- e && e.i && (on.delete(e), e.i(t));
195
+ const wn = /* @__PURE__ */ new Set();
196
+ function yn(e, t) {
197
+ e && e.i && (wn.delete(e), e.i(t));
169
198
  }
170
- function un(e, t, r) {
199
+ function vn(e, t, r) {
171
200
  const { fragment: n, after_update: a } = e.$$;
172
- n && n.m(t, r), Pt(() => {
173
- const s = e.$$.on_mount.map(cr).filter(Se);
174
- e.$$.on_destroy ? e.$$.on_destroy.push(...s) : Re(s), e.$$.on_mount = [];
175
- }), a.forEach(Pt);
201
+ n && n.m(t, r), xt(() => {
202
+ const s = e.$$.on_mount.map(br).filter(Ae);
203
+ e.$$.on_destroy ? e.$$.on_destroy.push(...s) : Le(s), e.$$.on_mount = [];
204
+ }), a.forEach(xt);
176
205
  }
177
- function hn(e, t) {
206
+ function Pn(e, t) {
178
207
  const r = e.$$;
179
- r.fragment !== null && (sn(r.after_update), Re(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
208
+ r.fragment !== null && (bn(r.after_update), Le(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
180
209
  }
181
- function cn(e, t) {
182
- e.$$.dirty[0] === -1 && (Te.push(e), nn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
210
+ function _n(e, t) {
211
+ e.$$.dirty[0] === -1 && (Be.push(e), mn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
183
212
  }
184
- function fn(e, t, r, n, a, s, i = null, l = [-1]) {
185
- const u = ze;
186
- je(e);
213
+ function xn(e, t, r, n, a, s, i = null, l = [-1]) {
214
+ const u = We;
215
+ ze(e);
187
216
  const h = e.$$ = {
188
217
  fragment: null,
189
218
  ctx: [],
190
219
  // state
191
220
  props: s,
192
- update: te,
221
+ update: re,
193
222
  not_equal: a,
194
- bound: kt(),
223
+ bound: jt(),
195
224
  // lifecycle
196
225
  on_mount: [],
197
226
  on_destroy: [],
@@ -200,7 +229,7 @@ function fn(e, t, r, n, a, s, i = null, l = [-1]) {
200
229
  after_update: [],
201
230
  context: new Map(t.context || (u ? u.$$.context : [])),
202
231
  // everything else
203
- callbacks: kt(),
232
+ callbacks: jt(),
204
233
  dirty: l,
205
234
  skip_bound: !1,
206
235
  root: t.target || u.$$.root
@@ -209,137 +238,141 @@ function fn(e, t, r, n, a, s, i = null, l = [-1]) {
209
238
  let c = !1;
210
239
  if (h.ctx = r(e, t.props || {}, (d, p, ...g) => {
211
240
  const y = g.length ? g[0] : p;
212
- return h.ctx && a(h.ctx[d], h.ctx[d] = y) && (!h.skip_bound && h.bound[d] && h.bound[d](y), c && cn(e, d)), p;
213
- }), h.update(), c = !0, Re(h.before_update), h.fragment = n(h.ctx), t.target) {
241
+ return h.ctx && a(h.ctx[d], h.ctx[d] = y) && (!h.skip_bound && h.bound[d] && h.bound[d](y), c && _n(e, d)), p;
242
+ }), h.update(), c = !0, Le(h.before_update), h.fragment = n(h.ctx), t.target) {
214
243
  if (t.hydrate) {
215
- const d = Jr(t.target);
244
+ const d = un(t.target);
216
245
  h.fragment && h.fragment.l(d), d.forEach(A);
217
246
  } else
218
247
  h.fragment && h.fragment.c();
219
- t.intro && ln(e.$$.fragment), un(e, t.target, t.anchor), he();
248
+ t.intro && yn(e.$$.fragment), vn(e, t.target, t.anchor), ce();
220
249
  }
221
- je(u);
222
- }
223
- let mr;
224
- typeof HTMLElement == "function" && (mr = class extends HTMLElement {
225
- /** The Svelte component constructor */
226
- $$ctor;
227
- /** Slots */
228
- $$s;
229
- /** The Svelte component instance */
230
- $$c;
231
- /** Whether or not the custom element is connected */
232
- $$cn = !1;
233
- /** Component props data */
234
- $$d = {};
235
- /** `true` if currently in the process of reflecting component props back to attributes */
236
- $$r = !1;
237
- /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
238
- $$p_d = {};
239
- /** @type {Record<string, Function[]>} Event listeners */
240
- $$l = {};
241
- /** @type {Map<Function, Function>} Event listener unsubscribe functions */
242
- $$l_u = /* @__PURE__ */ new Map();
243
- constructor(e, t, r) {
244
- super(), this.$$ctor = e, this.$$s = t, r && this.attachShadow({ mode: "open" });
250
+ ze(u);
251
+ }
252
+ let Pr;
253
+ typeof HTMLElement == "function" && (Pr = class extends HTMLElement {
254
+ constructor(t, r, n) {
255
+ super();
256
+ /** The Svelte component constructor */
257
+ ee(this, "$$ctor");
258
+ /** Slots */
259
+ ee(this, "$$s");
260
+ /** The Svelte component instance */
261
+ ee(this, "$$c");
262
+ /** Whether or not the custom element is connected */
263
+ ee(this, "$$cn", !1);
264
+ /** Component props data */
265
+ ee(this, "$$d", {});
266
+ /** `true` if currently in the process of reflecting component props back to attributes */
267
+ ee(this, "$$r", !1);
268
+ /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
269
+ ee(this, "$$p_d", {});
270
+ /** @type {Record<string, Function[]>} Event listeners */
271
+ ee(this, "$$l", {});
272
+ /** @type {Map<Function, Function>} Event listener unsubscribe functions */
273
+ ee(this, "$$l_u", /* @__PURE__ */ new Map());
274
+ this.$$ctor = t, this.$$s = r, n && this.attachShadow({ mode: "open" });
245
275
  }
246
- addEventListener(e, t, r) {
247
- if (this.$$l[e] = this.$$l[e] || [], this.$$l[e].push(t), this.$$c) {
248
- const n = this.$$c.$on(e, t);
249
- this.$$l_u.set(t, n);
276
+ addEventListener(t, r, n) {
277
+ if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(r), this.$$c) {
278
+ const a = this.$$c.$on(t, r);
279
+ this.$$l_u.set(r, a);
250
280
  }
251
- super.addEventListener(e, t, r);
281
+ super.addEventListener(t, r, n);
252
282
  }
253
- removeEventListener(e, t, r) {
254
- if (super.removeEventListener(e, t, r), this.$$c) {
255
- const n = this.$$l_u.get(t);
256
- n && (n(), this.$$l_u.delete(t));
283
+ removeEventListener(t, r, n) {
284
+ if (super.removeEventListener(t, r, n), this.$$c) {
285
+ const a = this.$$l_u.get(r);
286
+ a && (a(), this.$$l_u.delete(r));
257
287
  }
258
288
  }
259
- async connectedCallback() {
260
- if (this.$$cn = !0, !this.$$c) {
261
- let e = function(a) {
262
- return () => {
263
- let s;
264
- return {
265
- c: function() {
266
- s = _("slot"), a !== "default" && o(s, "name", a);
267
- },
268
- /**
269
- * @param {HTMLElement} target
270
- * @param {HTMLElement} [anchor]
271
- */
272
- m: function(u, h) {
273
- I(u, s, h);
274
- },
275
- d: function(u) {
276
- u && A(s);
277
- }
289
+ connectedCallback() {
290
+ return Vt(this, null, function* () {
291
+ if (this.$$cn = !0, !this.$$c) {
292
+ let t = function(s) {
293
+ return () => {
294
+ let i;
295
+ return {
296
+ c: function() {
297
+ i = _("slot"), s !== "default" && o(i, "name", s);
298
+ },
299
+ /**
300
+ * @param {HTMLElement} target
301
+ * @param {HTMLElement} [anchor]
302
+ */
303
+ m: function(h, c) {
304
+ I(h, i, c);
305
+ },
306
+ d: function(h) {
307
+ h && A(i);
308
+ }
309
+ };
278
310
  };
279
311
  };
280
- };
281
- if (await Promise.resolve(), !this.$$cn || this.$$c)
282
- return;
283
- const t = {}, r = Kr(this);
284
- for (const a of this.$$s)
285
- a in r && (t[a] = [e(a)]);
286
- for (const a of this.attributes) {
287
- const s = this.$$g_p(a.name);
288
- s in this.$$d || (this.$$d[s] = rt(s, a.value, this.$$p_d, "toProp"));
289
- }
290
- for (const a in this.$$p_d)
291
- !(a in this.$$d) && this[a] !== void 0 && (this.$$d[a] = this[a], delete this[a]);
292
- this.$$c = new this.$$ctor({
293
- target: this.shadowRoot || this,
294
- props: {
295
- ...this.$$d,
296
- $$slots: t,
297
- $$scope: {
298
- ctx: []
299
- }
312
+ if (yield Promise.resolve(), !this.$$cn || this.$$c)
313
+ return;
314
+ const r = {}, n = cn(this);
315
+ for (const s of this.$$s)
316
+ s in n && (r[s] = [t(s)]);
317
+ for (const s of this.attributes) {
318
+ const i = this.$$g_p(s.name);
319
+ i in this.$$d || (this.$$d[i] = nt(i, s.value, this.$$p_d, "toProp"));
300
320
  }
301
- });
302
- const n = () => {
303
- this.$$r = !0;
304
- for (const a in this.$$p_d)
305
- if (this.$$d[a] = this.$$c.$$.ctx[this.$$c.$$.props[a]], this.$$p_d[a].reflect) {
306
- const s = rt(
307
- a,
308
- this.$$d[a],
309
- this.$$p_d,
310
- "toAttribute"
311
- );
312
- s == null ? this.removeAttribute(this.$$p_d[a].attribute || a) : this.setAttribute(this.$$p_d[a].attribute || a, s);
321
+ for (const s in this.$$p_d)
322
+ !(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
323
+ this.$$c = new this.$$ctor({
324
+ target: this.shadowRoot || this,
325
+ props: Gt($t({}, this.$$d), {
326
+ $$slots: r,
327
+ $$scope: {
328
+ ctx: []
329
+ }
330
+ })
331
+ });
332
+ const a = () => {
333
+ this.$$r = !0;
334
+ for (const s in this.$$p_d)
335
+ if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
336
+ const i = nt(
337
+ s,
338
+ this.$$d[s],
339
+ this.$$p_d,
340
+ "toAttribute"
341
+ );
342
+ i == null ? this.removeAttribute(this.$$p_d[s].attribute || s) : this.setAttribute(this.$$p_d[s].attribute || s, i);
343
+ }
344
+ this.$$r = !1;
345
+ };
346
+ this.$$c.$$.after_update.push(a), a();
347
+ for (const s in this.$$l)
348
+ for (const i of this.$$l[s]) {
349
+ const l = this.$$c.$on(s, i);
350
+ this.$$l_u.set(i, l);
313
351
  }
314
- this.$$r = !1;
315
- };
316
- this.$$c.$$.after_update.push(n), n();
317
- for (const a in this.$$l)
318
- for (const s of this.$$l[a]) {
319
- const i = this.$$c.$on(a, s);
320
- this.$$l_u.set(s, i);
321
- }
322
- this.$$l = {};
323
- }
352
+ this.$$l = {};
353
+ }
354
+ });
324
355
  }
325
356
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
326
357
  // and setting attributes through setAttribute etc, this is helpful
327
- attributeChangedCallback(e, t, r) {
328
- this.$$r || (e = this.$$g_p(e), this.$$d[e] = rt(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
358
+ attributeChangedCallback(t, r, n) {
359
+ var a;
360
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = nt(t, n, this.$$p_d, "toProp"), (a = this.$$c) == null || a.$set({ [t]: this.$$d[t] }));
329
361
  }
330
362
  disconnectedCallback() {
331
363
  this.$$cn = !1, Promise.resolve().then(() => {
332
364
  !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
333
365
  });
334
366
  }
335
- $$g_p(e) {
367
+ $$g_p(t) {
336
368
  return Object.keys(this.$$p_d).find(
337
- (t) => this.$$p_d[t].attribute === e || !this.$$p_d[t].attribute && t.toLowerCase() === e
338
- ) || e;
369
+ (r) => this.$$p_d[r].attribute === t || !this.$$p_d[r].attribute && r.toLowerCase() === t
370
+ ) || t;
339
371
  }
340
372
  });
341
- function rt(e, t, r, n) {
342
- const a = r[e]?.type;
373
+ function nt(e, t, r, n) {
374
+ var s;
375
+ const a = (s = r[e]) == null ? void 0 : s.type;
343
376
  if (t = a === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
344
377
  return t;
345
378
  if (n === "toAttribute")
@@ -350,7 +383,7 @@ function rt(e, t, r, n) {
350
383
  case "Boolean":
351
384
  return t ? "" : null;
352
385
  case "Number":
353
- return t ?? null;
386
+ return t == null ? null : t;
354
387
  default:
355
388
  return t;
356
389
  }
@@ -367,8 +400,8 @@ function rt(e, t, r, n) {
367
400
  return t;
368
401
  }
369
402
  }
370
- function dn(e, t, r, n, a, s) {
371
- let i = class extends mr {
403
+ function En(e, t, r, n, a, s) {
404
+ let i = class extends Pr {
372
405
  constructor() {
373
406
  super(e, r, a), this.$$p_d = t;
374
407
  }
@@ -384,38 +417,42 @@ function dn(e, t, r, n, a, s) {
384
417
  return this.$$c && l in this.$$c ? this.$$c[l] : this.$$d[l];
385
418
  },
386
419
  set(u) {
387
- u = rt(l, u, t), this.$$d[l] = u, this.$$c?.$set({ [l]: u });
420
+ var h;
421
+ u = nt(l, u, t), this.$$d[l] = u, (h = this.$$c) == null || h.$set({ [l]: u });
388
422
  }
389
423
  });
390
424
  }), n.forEach((l) => {
391
425
  Object.defineProperty(i.prototype, l, {
392
426
  get() {
393
- return this.$$c?.[l];
427
+ var u;
428
+ return (u = this.$$c) == null ? void 0 : u[l];
394
429
  }
395
430
  });
396
431
  }), e.element = /** @type {any} */
397
432
  i, i;
398
433
  }
399
- class pn {
400
- /**
401
- * ### PRIVATE API
402
- *
403
- * Do not use, may change at any time
404
- *
405
- * @type {any}
406
- */
407
- $$ = void 0;
408
- /**
409
- * ### PRIVATE API
410
- *
411
- * Do not use, may change at any time
412
- *
413
- * @type {any}
414
- */
415
- $$set = void 0;
434
+ class Cn {
435
+ constructor() {
436
+ /**
437
+ * ### PRIVATE API
438
+ *
439
+ * Do not use, may change at any time
440
+ *
441
+ * @type {any}
442
+ */
443
+ ee(this, "$$");
444
+ /**
445
+ * ### PRIVATE API
446
+ *
447
+ * Do not use, may change at any time
448
+ *
449
+ * @type {any}
450
+ */
451
+ ee(this, "$$set");
452
+ }
416
453
  /** @returns {void} */
417
454
  $destroy() {
418
- hn(this, 1), this.$destroy = te;
455
+ Pn(this, 1), this.$destroy = re;
419
456
  }
420
457
  /**
421
458
  * @template {Extract<keyof Events, string>} K
@@ -424,8 +461,8 @@ class pn {
424
461
  * @returns {() => void}
425
462
  */
426
463
  $on(t, r) {
427
- if (!Se(r))
428
- return te;
464
+ if (!Ae(r))
465
+ return re;
429
466
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
430
467
  return n.push(r), () => {
431
468
  const a = n.indexOf(r);
@@ -437,22 +474,22 @@ class pn {
437
474
  * @returns {void}
438
475
  */
439
476
  $set(t) {
440
- this.$$set && !Wr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
477
+ this.$$set && !nn(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
441
478
  }
442
479
  }
443
- const mn = "4";
444
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(mn);
445
- var _t = function(e, t) {
446
- return _t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
480
+ const Tn = "4";
481
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Tn);
482
+ var Et = function(e, t) {
483
+ return Et = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
447
484
  r.__proto__ = n;
448
485
  } || function(r, n) {
449
486
  for (var a in n) Object.prototype.hasOwnProperty.call(n, a) && (r[a] = n[a]);
450
- }, _t(e, t);
487
+ }, Et(e, t);
451
488
  };
452
- function ie(e, t) {
489
+ function oe(e, t) {
453
490
  if (typeof t != "function" && t !== null)
454
491
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
455
- _t(e, t);
492
+ Et(e, t);
456
493
  function r() {
457
494
  this.constructor = e;
458
495
  }
@@ -467,7 +504,7 @@ var S = function() {
467
504
  return t;
468
505
  }, S.apply(this, arguments);
469
506
  };
470
- function gn(e, t) {
507
+ function Bn(e, t) {
471
508
  var r = {};
472
509
  for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
473
510
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
@@ -475,7 +512,7 @@ function gn(e, t) {
475
512
  t.indexOf(n[a]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[a]) && (r[n[a]] = e[n[a]]);
476
513
  return r;
477
514
  }
478
- function xt(e) {
515
+ function Ct(e) {
479
516
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
480
517
  if (r) return r.call(e);
481
518
  if (e && typeof e.length == "number") return {
@@ -485,7 +522,7 @@ function xt(e) {
485
522
  };
486
523
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
487
524
  }
488
- function Et(e, t) {
525
+ function Tt(e, t) {
489
526
  var r = typeof Symbol == "function" && e[Symbol.iterator];
490
527
  if (!r) return e;
491
528
  var n = r.call(e), a, s = [], i;
@@ -502,21 +539,21 @@ function Et(e, t) {
502
539
  }
503
540
  return s;
504
541
  }
505
- function Ie(e, t, r) {
542
+ function He(e, t, r) {
506
543
  if (r || arguments.length === 2) for (var n = 0, a = t.length, s; n < a; n++)
507
544
  (s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
508
545
  return e.concat(s || Array.prototype.slice.call(t));
509
546
  }
510
- function se(e) {
547
+ function ie(e) {
511
548
  return typeof e == "function";
512
549
  }
513
- function gr(e) {
550
+ function _r(e) {
514
551
  var t = function(n) {
515
552
  Error.call(n), n.stack = new Error().stack;
516
553
  }, r = e(t);
517
554
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
518
555
  }
519
- var pt = gr(function(e) {
556
+ var gt = _r(function(e) {
520
557
  return function(r) {
521
558
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
522
559
  ` + r.map(function(n, a) {
@@ -525,13 +562,13 @@ var pt = gr(function(e) {
525
562
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
526
563
  };
527
564
  });
528
- function Ct(e, t) {
565
+ function Bt(e, t) {
529
566
  if (e) {
530
567
  var r = e.indexOf(t);
531
568
  0 <= r && e.splice(r, 1);
532
569
  }
533
570
  }
534
- var lt = function() {
571
+ var ut = function() {
535
572
  function e(t) {
536
573
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
537
574
  }
@@ -543,7 +580,7 @@ var lt = function() {
543
580
  if (i)
544
581
  if (this._parentage = null, Array.isArray(i))
545
582
  try {
546
- for (var l = xt(i), u = l.next(); !u.done; u = l.next()) {
583
+ for (var l = Ct(i), u = l.next(); !u.done; u = l.next()) {
547
584
  var h = u.value;
548
585
  h.remove(this);
549
586
  }
@@ -559,22 +596,22 @@ var lt = function() {
559
596
  else
560
597
  i.remove(this);
561
598
  var c = this.initialTeardown;
562
- if (se(c))
599
+ if (ie(c))
563
600
  try {
564
601
  c();
565
602
  } catch (w) {
566
- s = w instanceof pt ? w.errors : [w];
603
+ s = w instanceof gt ? w.errors : [w];
567
604
  }
568
605
  var d = this._finalizers;
569
606
  if (d) {
570
607
  this._finalizers = null;
571
608
  try {
572
- for (var p = xt(d), g = p.next(); !g.done; g = p.next()) {
609
+ for (var p = Ct(d), g = p.next(); !g.done; g = p.next()) {
573
610
  var y = g.value;
574
611
  try {
575
- Ut(y);
612
+ Wt(y);
576
613
  } catch (w) {
577
- s = s ?? [], w instanceof pt ? s = Ie(Ie([], Et(s)), Et(w.errors)) : s.push(w);
614
+ s = s != null ? s : [], w instanceof gt ? s = He(He([], Tt(s)), Tt(w.errors)) : s.push(w);
578
615
  }
579
616
  }
580
617
  } catch (w) {
@@ -588,13 +625,13 @@ var lt = function() {
588
625
  }
589
626
  }
590
627
  if (s)
591
- throw new pt(s);
628
+ throw new gt(s);
592
629
  }
593
630
  }, e.prototype.add = function(t) {
594
631
  var r;
595
632
  if (t && t !== this)
596
633
  if (this.closed)
597
- Ut(t);
634
+ Wt(t);
598
635
  else {
599
636
  if (t instanceof e) {
600
637
  if (t.closed || t._hasParent(this))
@@ -611,56 +648,56 @@ var lt = function() {
611
648
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
612
649
  }, e.prototype._removeParent = function(t) {
613
650
  var r = this._parentage;
614
- r === t ? this._parentage = null : Array.isArray(r) && Ct(r, t);
651
+ r === t ? this._parentage = null : Array.isArray(r) && Bt(r, t);
615
652
  }, e.prototype.remove = function(t) {
616
653
  var r = this._finalizers;
617
- r && Ct(r, t), t instanceof e && t._removeParent(this);
654
+ r && Bt(r, t), t instanceof e && t._removeParent(this);
618
655
  }, e.EMPTY = function() {
619
656
  var t = new e();
620
657
  return t.closed = !0, t;
621
658
  }(), e;
622
- }(), br = lt.EMPTY;
623
- function wr(e) {
624
- return e instanceof lt || e && "closed" in e && se(e.remove) && se(e.add) && se(e.unsubscribe);
659
+ }(), xr = ut.EMPTY;
660
+ function Er(e) {
661
+ return e instanceof ut || e && "closed" in e && ie(e.remove) && ie(e.add) && ie(e.unsubscribe);
625
662
  }
626
- function Ut(e) {
627
- se(e) ? e() : e.unsubscribe();
663
+ function Wt(e) {
664
+ ie(e) ? e() : e.unsubscribe();
628
665
  }
629
- var bn = {
666
+ var Sn = {
630
667
  onUnhandledError: null,
631
668
  onStoppedNotification: null,
632
669
  Promise: void 0,
633
670
  useDeprecatedSynchronousErrorHandling: !1,
634
671
  useDeprecatedNextContext: !1
635
- }, wn = {
672
+ }, An = {
636
673
  setTimeout: function(e, t) {
637
674
  for (var r = [], n = 2; n < arguments.length; n++)
638
675
  r[n - 2] = arguments[n];
639
- return setTimeout.apply(void 0, Ie([e, t], Et(r)));
676
+ return setTimeout.apply(void 0, He([e, t], Tt(r)));
640
677
  },
641
678
  clearTimeout: function(e) {
642
679
  return clearTimeout(e);
643
680
  },
644
681
  delegate: void 0
645
682
  };
646
- function yn(e) {
647
- wn.setTimeout(function() {
683
+ function In(e) {
684
+ An.setTimeout(function() {
648
685
  throw e;
649
686
  });
650
687
  }
651
- function $t() {
688
+ function Xt() {
652
689
  }
653
- function nt(e) {
690
+ function at(e) {
654
691
  e();
655
692
  }
656
- var yr = function(e) {
657
- ie(t, e);
693
+ var Cr = function(e) {
694
+ oe(t, e);
658
695
  function t(r) {
659
696
  var n = e.call(this) || this;
660
- return n.isStopped = !1, r ? (n.destination = r, wr(r) && r.add(n)) : n.destination = _n, n;
697
+ return n.isStopped = !1, r ? (n.destination = r, Er(r) && r.add(n)) : n.destination = Nn, n;
661
698
  }
662
699
  return t.create = function(r, n, a) {
663
- return new Tt(r, n, a);
700
+ return new St(r, n, a);
664
701
  }, t.prototype.next = function(r) {
665
702
  this.isStopped || this._next(r);
666
703
  }, t.prototype.error = function(r) {
@@ -684,7 +721,7 @@ var yr = function(e) {
684
721
  this.unsubscribe();
685
722
  }
686
723
  }, t;
687
- }(lt), vn = function() {
724
+ }(ut), Hn = function() {
688
725
  function e(t) {
689
726
  this.partialObserver = t;
690
727
  }
@@ -694,7 +731,7 @@ var yr = function(e) {
694
731
  try {
695
732
  r.next(t);
696
733
  } catch (n) {
697
- et(n);
734
+ tt(n);
698
735
  }
699
736
  }, e.prototype.error = function(t) {
700
737
  var r = this.partialObserver;
@@ -702,56 +739,56 @@ var yr = function(e) {
702
739
  try {
703
740
  r.error(t);
704
741
  } catch (n) {
705
- et(n);
742
+ tt(n);
706
743
  }
707
744
  else
708
- et(t);
745
+ tt(t);
709
746
  }, e.prototype.complete = function() {
710
747
  var t = this.partialObserver;
711
748
  if (t.complete)
712
749
  try {
713
750
  t.complete();
714
751
  } catch (r) {
715
- et(r);
752
+ tt(r);
716
753
  }
717
754
  }, e;
718
- }(), Tt = function(e) {
719
- ie(t, e);
755
+ }(), St = function(e) {
756
+ oe(t, e);
720
757
  function t(r, n, a) {
721
758
  var s = e.call(this) || this, i;
722
- return se(r) || !r ? i = {
723
- next: r ?? void 0,
724
- error: n ?? void 0,
725
- complete: a ?? void 0
726
- } : i = r, s.destination = new vn(i), s;
759
+ return ie(r) || !r ? i = {
760
+ next: r != null ? r : void 0,
761
+ error: n != null ? n : void 0,
762
+ complete: a != null ? a : void 0
763
+ } : i = r, s.destination = new Hn(i), s;
727
764
  }
728
765
  return t;
729
- }(yr);
730
- function et(e) {
731
- yn(e);
766
+ }(Cr);
767
+ function tt(e) {
768
+ In(e);
732
769
  }
733
- function Pn(e) {
770
+ function Mn(e) {
734
771
  throw e;
735
772
  }
736
- var _n = {
773
+ var Nn = {
737
774
  closed: !0,
738
- next: $t,
739
- error: Pn,
740
- complete: $t
741
- }, xn = function() {
775
+ next: Xt,
776
+ error: Mn,
777
+ complete: Xt
778
+ }, On = function() {
742
779
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
743
780
  }();
744
- function En(e) {
781
+ function Rn(e) {
745
782
  return e;
746
783
  }
747
- function Cn(e) {
748
- return e.length === 0 ? En : e.length === 1 ? e[0] : function(r) {
784
+ function Ln(e) {
785
+ return e.length === 0 ? Rn : e.length === 1 ? e[0] : function(r) {
749
786
  return e.reduce(function(n, a) {
750
787
  return a(n);
751
788
  }, r);
752
789
  };
753
790
  }
754
- var Gt = function() {
791
+ var Zt = function() {
755
792
  function e(t) {
756
793
  t && (this._subscribe = t);
757
794
  }
@@ -759,8 +796,8 @@ var Gt = function() {
759
796
  var r = new e();
760
797
  return r.source = this, r.operator = t, r;
761
798
  }, e.prototype.subscribe = function(t, r, n) {
762
- var a = this, s = Bn(t) ? t : new Tt(t, r, n);
763
- return nt(function() {
799
+ var a = this, s = kn(t) ? t : new St(t, r, n);
800
+ return at(function() {
764
801
  var i = a, l = i.operator, u = i.source;
765
802
  s.add(l ? l.call(s, u) : u ? a._subscribe(s) : a._trySubscribe(s));
766
803
  }), s;
@@ -772,8 +809,8 @@ var Gt = function() {
772
809
  }
773
810
  }, e.prototype.forEach = function(t, r) {
774
811
  var n = this;
775
- return r = Vt(r), new r(function(a, s) {
776
- var i = new Tt({
812
+ return r = Qt(r), new r(function(a, s) {
813
+ var i = new St({
777
814
  next: function(l) {
778
815
  try {
779
816
  t(l);
@@ -789,15 +826,15 @@ var Gt = function() {
789
826
  }, e.prototype._subscribe = function(t) {
790
827
  var r;
791
828
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
792
- }, e.prototype[xn] = function() {
829
+ }, e.prototype[On] = function() {
793
830
  return this;
794
831
  }, e.prototype.pipe = function() {
795
832
  for (var t = [], r = 0; r < arguments.length; r++)
796
833
  t[r] = arguments[r];
797
- return Cn(t)(this);
834
+ return Ln(t)(this);
798
835
  }, e.prototype.toPromise = function(t) {
799
836
  var r = this;
800
- return t = Vt(t), new t(function(n, a) {
837
+ return t = Qt(t), new t(function(n, a) {
801
838
  var s;
802
839
  r.subscribe(function(i) {
803
840
  return s = i;
@@ -811,40 +848,40 @@ var Gt = function() {
811
848
  return new e(t);
812
849
  }, e;
813
850
  }();
814
- function Vt(e) {
851
+ function Qt(e) {
815
852
  var t;
816
- return (t = e ?? bn.Promise) !== null && t !== void 0 ? t : Promise;
853
+ return (t = e != null ? e : Sn.Promise) !== null && t !== void 0 ? t : Promise;
817
854
  }
818
- function Tn(e) {
819
- return e && se(e.next) && se(e.error) && se(e.complete);
855
+ function Fn(e) {
856
+ return e && ie(e.next) && ie(e.error) && ie(e.complete);
820
857
  }
821
- function Bn(e) {
822
- return e && e instanceof yr || Tn(e) && wr(e);
858
+ function kn(e) {
859
+ return e && e instanceof Cr || Fn(e) && Er(e);
823
860
  }
824
- var Sn = gr(function(e) {
861
+ var Dn = _r(function(e) {
825
862
  return function() {
826
863
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
827
864
  };
828
- }), vr = function(e) {
829
- ie(t, e);
865
+ }), Tr = function(e) {
866
+ oe(t, e);
830
867
  function t() {
831
868
  var r = e.call(this) || this;
832
869
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
833
870
  }
834
871
  return t.prototype.lift = function(r) {
835
- var n = new jt(this, this);
872
+ var n = new Yt(this, this);
836
873
  return n.operator = r, n;
837
874
  }, t.prototype._throwIfClosed = function() {
838
875
  if (this.closed)
839
- throw new Sn();
876
+ throw new Dn();
840
877
  }, t.prototype.next = function(r) {
841
878
  var n = this;
842
- nt(function() {
879
+ at(function() {
843
880
  var a, s;
844
881
  if (n._throwIfClosed(), !n.isStopped) {
845
882
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
846
883
  try {
847
- for (var i = xt(n.currentObservers), l = i.next(); !l.done; l = i.next()) {
884
+ for (var i = Ct(n.currentObservers), l = i.next(); !l.done; l = i.next()) {
848
885
  var u = l.value;
849
886
  u.next(r);
850
887
  }
@@ -861,7 +898,7 @@ var Sn = gr(function(e) {
861
898
  });
862
899
  }, t.prototype.error = function(r) {
863
900
  var n = this;
864
- nt(function() {
901
+ at(function() {
865
902
  if (n._throwIfClosed(), !n.isStopped) {
866
903
  n.hasError = n.isStopped = !0, n.thrownError = r;
867
904
  for (var a = n.observers; a.length; )
@@ -870,7 +907,7 @@ var Sn = gr(function(e) {
870
907
  });
871
908
  }, t.prototype.complete = function() {
872
909
  var r = this;
873
- nt(function() {
910
+ at(function() {
874
911
  if (r._throwIfClosed(), !r.isStopped) {
875
912
  r.isStopped = !0;
876
913
  for (var n = r.observers; n.length; )
@@ -892,20 +929,20 @@ var Sn = gr(function(e) {
892
929
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
893
930
  }, t.prototype._innerSubscribe = function(r) {
894
931
  var n = this, a = this, s = a.hasError, i = a.isStopped, l = a.observers;
895
- return s || i ? br : (this.currentObservers = null, l.push(r), new lt(function() {
896
- n.currentObservers = null, Ct(l, r);
932
+ return s || i ? xr : (this.currentObservers = null, l.push(r), new ut(function() {
933
+ n.currentObservers = null, Bt(l, r);
897
934
  }));
898
935
  }, t.prototype._checkFinalizedStatuses = function(r) {
899
936
  var n = this, a = n.hasError, s = n.thrownError, i = n.isStopped;
900
937
  a ? r.error(s) : i && r.complete();
901
938
  }, t.prototype.asObservable = function() {
902
- var r = new Gt();
939
+ var r = new Zt();
903
940
  return r.source = this, r;
904
941
  }, t.create = function(r, n) {
905
- return new jt(r, n);
942
+ return new Yt(r, n);
906
943
  }, t;
907
- }(Gt), jt = function(e) {
908
- ie(t, e);
944
+ }(Zt), Yt = function(e) {
945
+ oe(t, e);
909
946
  function t(r, n) {
910
947
  var a = e.call(this) || this;
911
948
  return a.destination = r, a.source = n, a;
@@ -921,17 +958,17 @@ var Sn = gr(function(e) {
921
958
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
922
959
  }, t.prototype._subscribe = function(r) {
923
960
  var n, a;
924
- return (a = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && a !== void 0 ? a : br;
961
+ return (a = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && a !== void 0 ? a : xr;
925
962
  }, t;
926
- }(vr), Pr = {
963
+ }(Tr), Br = {
927
964
  now: function() {
928
- return (Pr.delegate || Date).now();
965
+ return (Br.delegate || Date).now();
929
966
  },
930
967
  delegate: void 0
931
- }, An = function(e) {
932
- ie(t, e);
968
+ }, Un = function(e) {
969
+ oe(t, e);
933
970
  function t(r, n, a) {
934
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), a === void 0 && (a = Pr);
971
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), a === void 0 && (a = Br);
935
972
  var s = e.call(this) || this;
936
973
  return s._bufferSize = r, s._windowTime = n, s._timestampProvider = a, s._buffer = [], s._infiniteTimeWindow = !0, s._infiniteTimeWindow = n === 1 / 0, s._bufferSize = Math.max(1, r), s._windowTime = Math.max(1, n), s;
937
974
  }
@@ -951,62 +988,62 @@ var Sn = gr(function(e) {
951
988
  h && s.splice(0, h + 1);
952
989
  }
953
990
  }, t;
954
- }(vr);
955
- const zt = [], Wt = {}, In = (e, t = 0) => {
956
- if (zt.indexOf(e) == -1) {
957
- const r = new An(t);
958
- Wt[e] = r, zt.push(e);
991
+ }(Tr);
992
+ const Jt = [], qt = {}, $n = (e, t = 0) => {
993
+ if (Jt.indexOf(e) == -1) {
994
+ const r = new Un(t);
995
+ qt[e] = r, Jt.push(e);
959
996
  }
960
- return Wt[e];
961
- }, Ce = [];
962
- function Hn(e, t) {
997
+ return qt[e];
998
+ }, Te = [];
999
+ function Gn(e, t) {
963
1000
  return {
964
- subscribe: ut(e, t).subscribe
1001
+ subscribe: ht(e, t).subscribe
965
1002
  };
966
1003
  }
967
- function ut(e, t = te) {
1004
+ function ht(e, t = re) {
968
1005
  let r;
969
1006
  const n = /* @__PURE__ */ new Set();
970
1007
  function a(l) {
971
- if (fr(e, l) && (e = l, r)) {
972
- const u = !Ce.length;
1008
+ if (wr(e, l) && (e = l, r)) {
1009
+ const u = !Te.length;
973
1010
  for (const h of n)
974
- h[1](), Ce.push(h, e);
1011
+ h[1](), Te.push(h, e);
975
1012
  if (u) {
976
- for (let h = 0; h < Ce.length; h += 2)
977
- Ce[h][0](Ce[h + 1]);
978
- Ce.length = 0;
1013
+ for (let h = 0; h < Te.length; h += 2)
1014
+ Te[h][0](Te[h + 1]);
1015
+ Te.length = 0;
979
1016
  }
980
1017
  }
981
1018
  }
982
1019
  function s(l) {
983
1020
  a(l(e));
984
1021
  }
985
- function i(l, u = te) {
1022
+ function i(l, u = re) {
986
1023
  const h = [l, u];
987
- return n.add(h), n.size === 1 && (r = t(a, s) || te), l(e), () => {
1024
+ return n.add(h), n.size === 1 && (r = t(a, s) || re), l(e), () => {
988
1025
  n.delete(h), n.size === 0 && r && (r(), r = null);
989
1026
  };
990
1027
  }
991
1028
  return { set: a, update: s, subscribe: i };
992
1029
  }
993
- function Le(e, t, r) {
1030
+ function Fe(e, t, r) {
994
1031
  const n = !Array.isArray(e), a = n ? [e] : e;
995
1032
  if (!a.every(Boolean))
996
1033
  throw new Error("derived() expects stores as input, got a falsy value");
997
1034
  const s = t.length < 2;
998
- return Hn(r, (i, l) => {
1035
+ return Gn(r, (i, l) => {
999
1036
  let u = !1;
1000
1037
  const h = [];
1001
- let c = 0, d = te;
1038
+ let c = 0, d = re;
1002
1039
  const p = () => {
1003
1040
  if (c)
1004
1041
  return;
1005
1042
  d();
1006
1043
  const y = t(n ? h[0] : h, i, l);
1007
- s ? i(y) : d = Se(y) ? y : te;
1044
+ s ? i(y) : d = Ae(y) ? y : re;
1008
1045
  }, g = a.map(
1009
- (y, w) => dr(
1046
+ (y, w) => yr(
1010
1047
  y,
1011
1048
  (T) => {
1012
1049
  h[w] = T, c &= ~(1 << w), u && p();
@@ -1017,118 +1054,118 @@ function Le(e, t, r) {
1017
1054
  )
1018
1055
  );
1019
1056
  return u = !0, p(), function() {
1020
- Re(g), d(), u = !1;
1057
+ Le(g), d(), u = !1;
1021
1058
  };
1022
1059
  });
1023
1060
  }
1024
- function Mn(e) {
1061
+ function Vn(e) {
1025
1062
  return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1026
1063
  }
1027
- var Nn = function(t) {
1028
- return On(t) && !Rn(t);
1064
+ var jn = function(t) {
1065
+ return zn(t) && !Wn(t);
1029
1066
  };
1030
- function On(e) {
1067
+ function zn(e) {
1031
1068
  return !!e && typeof e == "object";
1032
1069
  }
1033
- function Rn(e) {
1070
+ function Wn(e) {
1034
1071
  var t = Object.prototype.toString.call(e);
1035
- return t === "[object RegExp]" || t === "[object Date]" || kn(e);
1072
+ return t === "[object RegExp]" || t === "[object Date]" || Qn(e);
1036
1073
  }
1037
- var Ln = typeof Symbol == "function" && Symbol.for, Fn = Ln ? Symbol.for("react.element") : 60103;
1038
- function kn(e) {
1039
- return e.$$typeof === Fn;
1074
+ var Xn = typeof Symbol == "function" && Symbol.for, Zn = Xn ? Symbol.for("react.element") : 60103;
1075
+ function Qn(e) {
1076
+ return e.$$typeof === Zn;
1040
1077
  }
1041
- function Dn(e) {
1078
+ function Yn(e) {
1042
1079
  return Array.isArray(e) ? [] : {};
1043
1080
  }
1044
- function We(e, t) {
1045
- return t.clone !== !1 && t.isMergeableObject(e) ? He(Dn(e), e, t) : e;
1081
+ function Xe(e, t) {
1082
+ return t.clone !== !1 && t.isMergeableObject(e) ? Me(Yn(e), e, t) : e;
1046
1083
  }
1047
- function Un(e, t, r) {
1084
+ function Jn(e, t, r) {
1048
1085
  return e.concat(t).map(function(n) {
1049
- return We(n, r);
1086
+ return Xe(n, r);
1050
1087
  });
1051
1088
  }
1052
- function $n(e, t) {
1089
+ function qn(e, t) {
1053
1090
  if (!t.customMerge)
1054
- return He;
1091
+ return Me;
1055
1092
  var r = t.customMerge(e);
1056
- return typeof r == "function" ? r : He;
1093
+ return typeof r == "function" ? r : Me;
1057
1094
  }
1058
- function Gn(e) {
1095
+ function Kn(e) {
1059
1096
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1060
1097
  return Object.propertyIsEnumerable.call(e, t);
1061
1098
  }) : [];
1062
1099
  }
1063
- function Xt(e) {
1064
- return Object.keys(e).concat(Gn(e));
1100
+ function Kt(e) {
1101
+ return Object.keys(e).concat(Kn(e));
1065
1102
  }
1066
- function _r(e, t) {
1103
+ function Sr(e, t) {
1067
1104
  try {
1068
1105
  return t in e;
1069
- } catch {
1106
+ } catch (r) {
1070
1107
  return !1;
1071
1108
  }
1072
1109
  }
1073
- function Vn(e, t) {
1074
- return _r(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1110
+ function ea(e, t) {
1111
+ return Sr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1075
1112
  }
1076
- function jn(e, t, r) {
1113
+ function ta(e, t, r) {
1077
1114
  var n = {};
1078
- return r.isMergeableObject(e) && Xt(e).forEach(function(a) {
1079
- n[a] = We(e[a], r);
1080
- }), Xt(t).forEach(function(a) {
1081
- Vn(e, a) || (_r(e, a) && r.isMergeableObject(t[a]) ? n[a] = $n(a, r)(e[a], t[a], r) : n[a] = We(t[a], r));
1115
+ return r.isMergeableObject(e) && Kt(e).forEach(function(a) {
1116
+ n[a] = Xe(e[a], r);
1117
+ }), Kt(t).forEach(function(a) {
1118
+ ea(e, a) || (Sr(e, a) && r.isMergeableObject(t[a]) ? n[a] = qn(a, r)(e[a], t[a], r) : n[a] = Xe(t[a], r));
1082
1119
  }), n;
1083
1120
  }
1084
- function He(e, t, r) {
1085
- r = r || {}, r.arrayMerge = r.arrayMerge || Un, r.isMergeableObject = r.isMergeableObject || Nn, r.cloneUnlessOtherwiseSpecified = We;
1121
+ function Me(e, t, r) {
1122
+ r = r || {}, r.arrayMerge = r.arrayMerge || Jn, r.isMergeableObject = r.isMergeableObject || jn, r.cloneUnlessOtherwiseSpecified = Xe;
1086
1123
  var n = Array.isArray(t), a = Array.isArray(e), s = n === a;
1087
- return s ? n ? r.arrayMerge(e, t, r) : jn(e, t, r) : We(t, r);
1124
+ return s ? n ? r.arrayMerge(e, t, r) : ta(e, t, r) : Xe(t, r);
1088
1125
  }
1089
- He.all = function(t, r) {
1126
+ Me.all = function(t, r) {
1090
1127
  if (!Array.isArray(t))
1091
1128
  throw new Error("first argument should be an array");
1092
1129
  return t.reduce(function(n, a) {
1093
- return He(n, a, r);
1130
+ return Me(n, a, r);
1094
1131
  }, {});
1095
1132
  };
1096
- var zn = He, Wn = zn;
1097
- const Xn = /* @__PURE__ */ Mn(Wn);
1098
- function mt(e, t) {
1099
- var r = t && t.cache ? t.cache : ea, n = t && t.serializer ? t.serializer : qn, a = t && t.strategy ? t.strategy : Qn;
1133
+ var ra = Me, na = ra;
1134
+ const aa = /* @__PURE__ */ Vn(na);
1135
+ function bt(e, t) {
1136
+ var r = t && t.cache ? t.cache : ca, n = t && t.serializer ? t.serializer : ua, a = t && t.strategy ? t.strategy : ia;
1100
1137
  return a(e, {
1101
1138
  cache: r,
1102
1139
  serializer: n
1103
1140
  });
1104
1141
  }
1105
- function Zn(e) {
1142
+ function sa(e) {
1106
1143
  return e == null || typeof e == "number" || typeof e == "boolean";
1107
1144
  }
1108
- function xr(e, t, r, n) {
1109
- var a = Zn(n) ? n : r(n), s = t.get(a);
1110
- return typeof s > "u" && (s = e.call(this, n), t.set(a, s)), s;
1145
+ function Ar(e, t, r, n) {
1146
+ var a = sa(n) ? n : r(n), s = t.get(a);
1147
+ return typeof s == "undefined" && (s = e.call(this, n), t.set(a, s)), s;
1111
1148
  }
1112
- function Er(e, t, r) {
1149
+ function Ir(e, t, r) {
1113
1150
  var n = Array.prototype.slice.call(arguments, 3), a = r(n), s = t.get(a);
1114
- return typeof s > "u" && (s = e.apply(this, n), t.set(a, s)), s;
1151
+ return typeof s == "undefined" && (s = e.apply(this, n), t.set(a, s)), s;
1115
1152
  }
1116
- function Rt(e, t, r, n, a) {
1153
+ function Ft(e, t, r, n, a) {
1117
1154
  return r.bind(t, e, n, a);
1118
1155
  }
1119
- function Qn(e, t) {
1120
- var r = e.length === 1 ? xr : Er;
1121
- return Rt(e, this, r, t.cache.create(), t.serializer);
1156
+ function ia(e, t) {
1157
+ var r = e.length === 1 ? Ar : Ir;
1158
+ return Ft(e, this, r, t.cache.create(), t.serializer);
1122
1159
  }
1123
- function Yn(e, t) {
1124
- return Rt(e, this, Er, t.cache.create(), t.serializer);
1160
+ function oa(e, t) {
1161
+ return Ft(e, this, Ir, t.cache.create(), t.serializer);
1125
1162
  }
1126
- function Jn(e, t) {
1127
- return Rt(e, this, xr, t.cache.create(), t.serializer);
1163
+ function la(e, t) {
1164
+ return Ft(e, this, Ar, t.cache.create(), t.serializer);
1128
1165
  }
1129
- var qn = function() {
1166
+ var ua = function() {
1130
1167
  return JSON.stringify(arguments);
1131
- }, Kn = (
1168
+ }, ha = (
1132
1169
  /** @class */
1133
1170
  function() {
1134
1171
  function e() {
@@ -1140,13 +1177,13 @@ var qn = function() {
1140
1177
  this.cache[t] = r;
1141
1178
  }, e;
1142
1179
  }()
1143
- ), ea = {
1180
+ ), ca = {
1144
1181
  create: function() {
1145
- return new Kn();
1182
+ return new ha();
1146
1183
  }
1147
- }, gt = {
1148
- variadic: Yn,
1149
- monadic: Jn
1184
+ }, wt = {
1185
+ variadic: oa,
1186
+ monadic: la
1150
1187
  }, x;
1151
1188
  (function(e) {
1152
1189
  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";
@@ -1155,47 +1192,47 @@ var R;
1155
1192
  (function(e) {
1156
1193
  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";
1157
1194
  })(R || (R = {}));
1158
- var Me;
1195
+ var Ne;
1159
1196
  (function(e) {
1160
1197
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1161
- })(Me || (Me = {}));
1162
- function Zt(e) {
1198
+ })(Ne || (Ne = {}));
1199
+ function er(e) {
1163
1200
  return e.type === R.literal;
1164
1201
  }
1165
- function ta(e) {
1202
+ function fa(e) {
1166
1203
  return e.type === R.argument;
1167
1204
  }
1168
- function Cr(e) {
1205
+ function Hr(e) {
1169
1206
  return e.type === R.number;
1170
1207
  }
1171
- function Tr(e) {
1208
+ function Mr(e) {
1172
1209
  return e.type === R.date;
1173
1210
  }
1174
- function Br(e) {
1211
+ function Nr(e) {
1175
1212
  return e.type === R.time;
1176
1213
  }
1177
- function Sr(e) {
1214
+ function Or(e) {
1178
1215
  return e.type === R.select;
1179
1216
  }
1180
- function Ar(e) {
1217
+ function Rr(e) {
1181
1218
  return e.type === R.plural;
1182
1219
  }
1183
- function ra(e) {
1220
+ function da(e) {
1184
1221
  return e.type === R.pound;
1185
1222
  }
1186
- function Ir(e) {
1223
+ function Lr(e) {
1187
1224
  return e.type === R.tag;
1188
1225
  }
1189
- function Hr(e) {
1190
- return !!(e && typeof e == "object" && e.type === Me.number);
1226
+ function Fr(e) {
1227
+ return !!(e && typeof e == "object" && e.type === Ne.number);
1191
1228
  }
1192
- function Bt(e) {
1193
- return !!(e && typeof e == "object" && e.type === Me.dateTime);
1229
+ function At(e) {
1230
+ return !!(e && typeof e == "object" && e.type === Ne.dateTime);
1194
1231
  }
1195
- var Mr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, na = /(?:[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;
1196
- function aa(e) {
1232
+ var kr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, pa = /(?:[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;
1233
+ function ma(e) {
1197
1234
  var t = {};
1198
- return e.replace(na, function(r) {
1235
+ return e.replace(pa, function(r) {
1199
1236
  var n = r.length;
1200
1237
  switch (r[0]) {
1201
1238
  case "G":
@@ -1284,11 +1321,11 @@ function aa(e) {
1284
1321
  return "";
1285
1322
  }), t;
1286
1323
  }
1287
- var sa = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1288
- function ia(e) {
1324
+ var ga = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1325
+ function ba(e) {
1289
1326
  if (e.length === 0)
1290
1327
  throw new Error("Number skeleton cannot be empty");
1291
- for (var t = e.split(sa).filter(function(p) {
1328
+ for (var t = e.split(ga).filter(function(p) {
1292
1329
  return p.length > 0;
1293
1330
  }), r = [], n = 0, a = t; n < a.length; n++) {
1294
1331
  var s = a[n], i = s.split("/");
@@ -1303,17 +1340,17 @@ function ia(e) {
1303
1340
  }
1304
1341
  return r;
1305
1342
  }
1306
- function oa(e) {
1343
+ function wa(e) {
1307
1344
  return e.replace(/^(.*?)-/, "");
1308
1345
  }
1309
- var Qt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Nr = /^(@+)?(\+|#+)?[rs]?$/g, la = /(\*)(0+)|(#+)(0+)|(0+)/g, Or = /^(0+)$/;
1310
- function Yt(e) {
1346
+ var tr = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Dr = /^(@+)?(\+|#+)?[rs]?$/g, ya = /(\*)(0+)|(#+)(0+)|(0+)/g, Ur = /^(0+)$/;
1347
+ function rr(e) {
1311
1348
  var t = {};
1312
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Nr, function(r, n, a) {
1349
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Dr, function(r, n, a) {
1313
1350
  return typeof a != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : a === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof a == "string" ? a.length : 0)), "";
1314
1351
  }), t;
1315
1352
  }
1316
- function Rr(e) {
1353
+ function $r(e) {
1317
1354
  switch (e) {
1318
1355
  case "sign-auto":
1319
1356
  return {
@@ -1353,7 +1390,7 @@ function Rr(e) {
1353
1390
  };
1354
1391
  }
1355
1392
  }
1356
- function ua(e) {
1393
+ function va(e) {
1357
1394
  var t;
1358
1395
  if (e[0] === "E" && e[1] === "E" ? (t = {
1359
1396
  notation: "engineering"
@@ -1361,17 +1398,17 @@ function ua(e) {
1361
1398
  notation: "scientific"
1362
1399
  }, e = e.slice(1)), t) {
1363
1400
  var r = e.slice(0, 2);
1364
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Or.test(e))
1401
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Ur.test(e))
1365
1402
  throw new Error("Malformed concise eng/scientific notation");
1366
1403
  t.minimumIntegerDigits = e.length;
1367
1404
  }
1368
1405
  return t;
1369
1406
  }
1370
- function Jt(e) {
1371
- var t = {}, r = Rr(e);
1407
+ function nr(e) {
1408
+ var t = {}, r = $r(e);
1372
1409
  return r || t;
1373
1410
  }
1374
- function ha(e) {
1411
+ function Pa(e) {
1375
1412
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1376
1413
  var a = n[r];
1377
1414
  switch (a.stem) {
@@ -1395,7 +1432,7 @@ function ha(e) {
1395
1432
  continue;
1396
1433
  case "measure-unit":
1397
1434
  case "unit":
1398
- t.style = "unit", t.unit = oa(a.options[0]);
1435
+ t.style = "unit", t.unit = wa(a.options[0]);
1399
1436
  continue;
1400
1437
  case "compact-short":
1401
1438
  case "K":
@@ -1407,12 +1444,12 @@ function ha(e) {
1407
1444
  continue;
1408
1445
  case "scientific":
1409
1446
  t = S(S(S({}, t), { notation: "scientific" }), a.options.reduce(function(u, h) {
1410
- return S(S({}, u), Jt(h));
1447
+ return S(S({}, u), nr(h));
1411
1448
  }, {}));
1412
1449
  continue;
1413
1450
  case "engineering":
1414
1451
  t = S(S(S({}, t), { notation: "engineering" }), a.options.reduce(function(u, h) {
1415
- return S(S({}, u), Jt(h));
1452
+ return S(S({}, u), nr(h));
1416
1453
  }, {}));
1417
1454
  continue;
1418
1455
  case "notation-simple":
@@ -1457,7 +1494,7 @@ function ha(e) {
1457
1494
  case "integer-width":
1458
1495
  if (a.options.length > 1)
1459
1496
  throw new RangeError("integer-width stems only accept a single optional option");
1460
- a.options[0].replace(la, function(u, h, c, d, p, g) {
1497
+ a.options[0].replace(ya, function(u, h, c, d, p, g) {
1461
1498
  if (h)
1462
1499
  t.minimumIntegerDigits = c.length;
1463
1500
  else {
@@ -1470,32 +1507,32 @@ function ha(e) {
1470
1507
  });
1471
1508
  continue;
1472
1509
  }
1473
- if (Or.test(a.stem)) {
1510
+ if (Ur.test(a.stem)) {
1474
1511
  t.minimumIntegerDigits = a.stem.length;
1475
1512
  continue;
1476
1513
  }
1477
- if (Qt.test(a.stem)) {
1514
+ if (tr.test(a.stem)) {
1478
1515
  if (a.options.length > 1)
1479
1516
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1480
- a.stem.replace(Qt, function(u, h, c, d, p, g) {
1517
+ a.stem.replace(tr, function(u, h, c, d, p, g) {
1481
1518
  return c === "*" ? t.minimumFractionDigits = h.length : d && d[0] === "#" ? t.maximumFractionDigits = d.length : p && g ? (t.minimumFractionDigits = p.length, t.maximumFractionDigits = p.length + g.length) : (t.minimumFractionDigits = h.length, t.maximumFractionDigits = h.length), "";
1482
1519
  });
1483
1520
  var s = a.options[0];
1484
- s === "w" ? t = S(S({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = S(S({}, t), Yt(s)));
1521
+ s === "w" ? t = S(S({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = S(S({}, t), rr(s)));
1485
1522
  continue;
1486
1523
  }
1487
- if (Nr.test(a.stem)) {
1488
- t = S(S({}, t), Yt(a.stem));
1524
+ if (Dr.test(a.stem)) {
1525
+ t = S(S({}, t), rr(a.stem));
1489
1526
  continue;
1490
1527
  }
1491
- var i = Rr(a.stem);
1528
+ var i = $r(a.stem);
1492
1529
  i && (t = S(S({}, t), i));
1493
- var l = ua(a.stem);
1530
+ var l = va(a.stem);
1494
1531
  l && (t = S(S({}, t), l));
1495
1532
  }
1496
1533
  return t;
1497
1534
  }
1498
- var tt = {
1535
+ var rt = {
1499
1536
  "001": [
1500
1537
  "H",
1501
1538
  "h"
@@ -2910,13 +2947,13 @@ var tt = {
2910
2947
  "h"
2911
2948
  ]
2912
2949
  };
2913
- function ca(e, t) {
2950
+ function _a(e, t) {
2914
2951
  for (var r = "", n = 0; n < e.length; n++) {
2915
2952
  var a = e.charAt(n);
2916
2953
  if (a === "j") {
2917
2954
  for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === a; )
2918
2955
  s++, n++;
2919
- var i = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), u = "a", h = fa(t);
2956
+ var i = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), u = "a", h = xa(t);
2920
2957
  for ((h == "H" || h == "k") && (l = 0); l-- > 0; )
2921
2958
  r += u;
2922
2959
  for (; i-- > 0; )
@@ -2925,7 +2962,7 @@ function ca(e, t) {
2925
2962
  }
2926
2963
  return r;
2927
2964
  }
2928
- function fa(e) {
2965
+ function xa(e) {
2929
2966
  var t = e.hourCycle;
2930
2967
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2931
2968
  e.hourCycles && // @ts-ignore
@@ -2944,23 +2981,23 @@ function fa(e) {
2944
2981
  }
2945
2982
  var r = e.language, n;
2946
2983
  r !== "root" && (n = e.maximize().region);
2947
- var a = tt[n || ""] || tt[r || ""] || tt["".concat(r, "-001")] || tt["001"];
2984
+ var a = rt[n || ""] || rt[r || ""] || rt["".concat(r, "-001")] || rt["001"];
2948
2985
  return a[0];
2949
2986
  }
2950
- var bt, da = new RegExp("^".concat(Mr.source, "*")), pa = new RegExp("".concat(Mr.source, "*$"));
2987
+ var yt, Ea = new RegExp("^".concat(kr.source, "*")), Ca = new RegExp("".concat(kr.source, "*$"));
2951
2988
  function C(e, t) {
2952
2989
  return { start: e, end: t };
2953
2990
  }
2954
- var ma = !!String.prototype.startsWith && "_a".startsWith("a", 1), ga = !!String.fromCodePoint, ba = !!Object.fromEntries, wa = !!String.prototype.codePointAt, ya = !!String.prototype.trimStart, va = !!String.prototype.trimEnd, Pa = !!Number.isSafeInteger, _a = Pa ? Number.isSafeInteger : function(e) {
2991
+ var Ta = !!String.prototype.startsWith && "_a".startsWith("a", 1), Ba = !!String.fromCodePoint, Sa = !!Object.fromEntries, Aa = !!String.prototype.codePointAt, Ia = !!String.prototype.trimStart, Ha = !!String.prototype.trimEnd, Ma = !!Number.isSafeInteger, Na = Ma ? Number.isSafeInteger : function(e) {
2955
2992
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2956
- }, St = !0;
2993
+ }, It = !0;
2957
2994
  try {
2958
- var xa = Fr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2959
- St = ((bt = xa.exec("a")) === null || bt === void 0 ? void 0 : bt[0]) === "a";
2960
- } catch {
2961
- St = !1;
2995
+ var Oa = Vr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2996
+ It = ((yt = Oa.exec("a")) === null || yt === void 0 ? void 0 : yt[0]) === "a";
2997
+ } catch (e) {
2998
+ It = !1;
2962
2999
  }
2963
- var qt = ma ? (
3000
+ var ar = Ta ? (
2964
3001
  // Native
2965
3002
  function(t, r, n) {
2966
3003
  return t.startsWith(r, n);
@@ -2970,7 +3007,7 @@ var qt = ma ? (
2970
3007
  function(t, r, n) {
2971
3008
  return t.slice(n, n + r.length) === r;
2972
3009
  }
2973
- ), At = ga ? String.fromCodePoint : (
3010
+ ), Ht = Ba ? String.fromCodePoint : (
2974
3011
  // IE11
2975
3012
  function() {
2976
3013
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -2982,9 +3019,9 @@ var qt = ma ? (
2982
3019
  }
2983
3020
  return n;
2984
3021
  }
2985
- ), Kt = (
3022
+ ), sr = (
2986
3023
  // native
2987
- ba ? Object.fromEntries : (
3024
+ Sa ? Object.fromEntries : (
2988
3025
  // Ponyfill
2989
3026
  function(t) {
2990
3027
  for (var r = {}, n = 0, a = t; n < a.length; n++) {
@@ -2994,7 +3031,7 @@ var qt = ma ? (
2994
3031
  return r;
2995
3032
  }
2996
3033
  )
2997
- ), Lr = wa ? (
3034
+ ), Gr = Aa ? (
2998
3035
  // Native
2999
3036
  function(t, r) {
3000
3037
  return t.codePointAt(r);
@@ -3008,7 +3045,7 @@ var qt = ma ? (
3008
3045
  return a < 55296 || a > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? a : (a - 55296 << 10) + (s - 56320) + 65536;
3009
3046
  }
3010
3047
  }
3011
- ), Ea = ya ? (
3048
+ ), Ra = Ia ? (
3012
3049
  // Native
3013
3050
  function(t) {
3014
3051
  return t.trimStart();
@@ -3016,9 +3053,9 @@ var qt = ma ? (
3016
3053
  ) : (
3017
3054
  // Ponyfill
3018
3055
  function(t) {
3019
- return t.replace(da, "");
3056
+ return t.replace(Ea, "");
3020
3057
  }
3021
- ), Ca = va ? (
3058
+ ), La = Ha ? (
3022
3059
  // Native
3023
3060
  function(t) {
3024
3061
  return t.trimEnd();
@@ -3026,32 +3063,32 @@ var qt = ma ? (
3026
3063
  ) : (
3027
3064
  // Ponyfill
3028
3065
  function(t) {
3029
- return t.replace(pa, "");
3066
+ return t.replace(Ca, "");
3030
3067
  }
3031
3068
  );
3032
- function Fr(e, t) {
3069
+ function Vr(e, t) {
3033
3070
  return new RegExp(e, t);
3034
3071
  }
3035
- var It;
3036
- if (St) {
3037
- var er = Fr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3038
- It = function(t, r) {
3072
+ var Mt;
3073
+ if (It) {
3074
+ var ir = Vr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3075
+ Mt = function(t, r) {
3039
3076
  var n;
3040
- er.lastIndex = r;
3041
- var a = er.exec(t);
3077
+ ir.lastIndex = r;
3078
+ var a = ir.exec(t);
3042
3079
  return (n = a[1]) !== null && n !== void 0 ? n : "";
3043
3080
  };
3044
3081
  } else
3045
- It = function(t, r) {
3082
+ Mt = function(t, r) {
3046
3083
  for (var n = []; ; ) {
3047
- var a = Lr(t, r);
3048
- if (a === void 0 || kr(a) || Aa(a))
3084
+ var a = Gr(t, r);
3085
+ if (a === void 0 || jr(a) || Ua(a))
3049
3086
  break;
3050
3087
  n.push(a), r += a >= 65536 ? 2 : 1;
3051
3088
  }
3052
- return At.apply(void 0, n);
3089
+ return Ht.apply(void 0, n);
3053
3090
  };
3054
- var Ta = (
3091
+ var Fa = (
3055
3092
  /** @class */
3056
3093
  function() {
3057
3094
  function e(t, r) {
@@ -3082,7 +3119,7 @@ var Ta = (
3082
3119
  if (n)
3083
3120
  break;
3084
3121
  return this.error(x.UNMATCHED_CLOSING_TAG, C(this.clonePosition(), this.clonePosition()));
3085
- } else if (s === 60 && !this.ignoreTag && Ht(this.peek() || 0)) {
3122
+ } else if (s === 60 && !this.ignoreTag && Nt(this.peek() || 0)) {
3086
3123
  var i = this.parseTag(t, r);
3087
3124
  if (i.err)
3088
3125
  return i;
@@ -3115,7 +3152,7 @@ var Ta = (
3115
3152
  return s;
3116
3153
  var i = s.val, l = this.clonePosition();
3117
3154
  if (this.bumpIf("</")) {
3118
- if (this.isEOF() || !Ht(this.char()))
3155
+ if (this.isEOF() || !Nt(this.char()))
3119
3156
  return this.error(x.INVALID_TAG, C(l, this.clonePosition()));
3120
3157
  var u = this.clonePosition(), h = this.parseTagName();
3121
3158
  return a !== h ? this.error(x.UNMATCHED_CLOSING_TAG, C(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
@@ -3133,7 +3170,7 @@ var Ta = (
3133
3170
  return this.error(x.INVALID_TAG, C(n, this.clonePosition()));
3134
3171
  }, e.prototype.parseTagName = function() {
3135
3172
  var t = this.offset();
3136
- for (this.bump(); !this.isEOF() && Sa(this.char()); )
3173
+ for (this.bump(); !this.isEOF() && Da(this.char()); )
3137
3174
  this.bump();
3138
3175
  return this.message.slice(t, this.offset());
3139
3176
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3162,7 +3199,7 @@ var Ta = (
3162
3199
  };
3163
3200
  }, e.prototype.tryParseLeftAngleBracket = function() {
3164
3201
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3165
- !Ba(this.peek() || 0)) ? (this.bump(), "<") : null;
3202
+ !ka(this.peek() || 0)) ? (this.bump(), "<") : null;
3166
3203
  }, e.prototype.tryParseQuote = function(t) {
3167
3204
  if (this.isEOF() || this.char() !== 39)
3168
3205
  return null;
@@ -3196,12 +3233,12 @@ var Ta = (
3196
3233
  r.push(n);
3197
3234
  this.bump();
3198
3235
  }
3199
- return At.apply(void 0, r);
3236
+ return Ht.apply(void 0, r);
3200
3237
  }, e.prototype.tryParseUnquoted = function(t, r) {
3201
3238
  if (this.isEOF())
3202
3239
  return null;
3203
3240
  var n = this.char();
3204
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), At(n));
3241
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ht(n));
3205
3242
  }, e.prototype.parseArgument = function(t, r) {
3206
3243
  var n = this.clonePosition();
3207
3244
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -3230,7 +3267,7 @@ var Ta = (
3230
3267
  return this.error(x.MALFORMED_ARGUMENT, C(n, this.clonePosition()));
3231
3268
  }
3232
3269
  }, e.prototype.parseIdentifierIfPossible = function() {
3233
- var t = this.clonePosition(), r = this.offset(), n = It(this.message, r), a = r + n.length;
3270
+ var t = this.clonePosition(), r = this.offset(), n = Mt(this.message, r), a = r + n.length;
3234
3271
  this.bumpTo(a);
3235
3272
  var s = this.clonePosition(), i = C(t, s);
3236
3273
  return { value: n, location: i };
@@ -3249,7 +3286,7 @@ var Ta = (
3249
3286
  var c = this.clonePosition(), d = this.parseSimpleArgStyleIfPossible();
3250
3287
  if (d.err)
3251
3288
  return d;
3252
- var p = Ca(d.val);
3289
+ var p = La(d.val);
3253
3290
  if (p.length === 0)
3254
3291
  return this.error(x.EXPECT_ARGUMENT_STYLE, C(this.clonePosition(), this.clonePosition()));
3255
3292
  var g = C(c, this.clonePosition());
@@ -3259,8 +3296,8 @@ var Ta = (
3259
3296
  if (y.err)
3260
3297
  return y;
3261
3298
  var w = C(a, this.clonePosition());
3262
- if (h && qt(h?.style, "::", 0)) {
3263
- var T = Ea(h.style.slice(2));
3299
+ if (h && ar(h == null ? void 0 : h.style, "::", 0)) {
3300
+ var T = Ra(h.style.slice(2));
3264
3301
  if (l === "number") {
3265
3302
  var d = this.parseNumberSkeletonFromString(T, h.styleLocation);
3266
3303
  return d.err ? d : {
@@ -3271,12 +3308,12 @@ var Ta = (
3271
3308
  if (T.length === 0)
3272
3309
  return this.error(x.EXPECT_DATE_TIME_SKELETON, w);
3273
3310
  var P = T;
3274
- this.locale && (P = ca(T, this.locale));
3311
+ this.locale && (P = _a(T, this.locale));
3275
3312
  var p = {
3276
- type: Me.dateTime,
3313
+ type: Ne.dateTime,
3277
3314
  pattern: P,
3278
3315
  location: h.styleLocation,
3279
- parsedOptions: this.shouldParseSkeletons ? aa(P) : {}
3316
+ parsedOptions: this.shouldParseSkeletons ? ma(P) : {}
3280
3317
  }, B = l === "date" ? R.date : R.time;
3281
3318
  return {
3282
3319
  val: { type: B, value: n, location: w, style: p },
@@ -3289,7 +3326,7 @@ var Ta = (
3289
3326
  type: l === "number" ? R.number : l === "date" ? R.date : R.time,
3290
3327
  value: n,
3291
3328
  location: w,
3292
- style: (s = h?.style) !== null && s !== void 0 ? s : null
3329
+ style: (s = h == null ? void 0 : h.style) !== null && s !== void 0 ? s : null
3293
3330
  },
3294
3331
  err: null
3295
3332
  };
@@ -3322,7 +3359,7 @@ var Ta = (
3322
3359
  val: {
3323
3360
  type: R.select,
3324
3361
  value: n,
3325
- options: Kt(N.val),
3362
+ options: sr(N.val),
3326
3363
  location: X
3327
3364
  },
3328
3365
  err: null
@@ -3330,7 +3367,7 @@ var Ta = (
3330
3367
  val: {
3331
3368
  type: R.plural,
3332
3369
  value: n,
3333
- options: Kt(N.val),
3370
+ options: sr(N.val),
3334
3371
  offset: k,
3335
3372
  pluralType: l === "plural" ? "cardinal" : "ordinal",
3336
3373
  location: X
@@ -3381,16 +3418,16 @@ var Ta = (
3381
3418
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3382
3419
  var n = [];
3383
3420
  try {
3384
- n = ia(t);
3385
- } catch {
3421
+ n = ba(t);
3422
+ } catch (a) {
3386
3423
  return this.error(x.INVALID_NUMBER_SKELETON, r);
3387
3424
  }
3388
3425
  return {
3389
3426
  val: {
3390
- type: Me.number,
3427
+ type: Ne.number,
3391
3428
  tokens: n,
3392
3429
  location: r,
3393
- parsedOptions: this.shouldParseSkeletons ? ha(n) : {}
3430
+ parsedOptions: this.shouldParseSkeletons ? Pa(n) : {}
3394
3431
  },
3395
3432
  err: null
3396
3433
  };
@@ -3438,7 +3475,7 @@ var Ta = (
3438
3475
  break;
3439
3476
  }
3440
3477
  var u = C(a, this.clonePosition());
3441
- return s ? (i *= n, _a(i) ? { val: i, err: null } : this.error(r, u)) : this.error(t, u);
3478
+ return s ? (i *= n, Na(i) ? { val: i, err: null } : this.error(r, u)) : this.error(t, u);
3442
3479
  }, e.prototype.offset = function() {
3443
3480
  return this.position.offset;
3444
3481
  }, e.prototype.isEOF = function() {
@@ -3453,7 +3490,7 @@ var Ta = (
3453
3490
  var t = this.position.offset;
3454
3491
  if (t >= this.message.length)
3455
3492
  throw Error("out of bound");
3456
- var r = Lr(this.message, t);
3493
+ var r = Gr(this.message, t);
3457
3494
  if (r === void 0)
3458
3495
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3459
3496
  return r;
@@ -3472,7 +3509,7 @@ var Ta = (
3472
3509
  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);
3473
3510
  }
3474
3511
  }, e.prototype.bumpIf = function(t) {
3475
- if (qt(this.message, t, this.offset())) {
3512
+ if (ar(this.message, t, this.offset())) {
3476
3513
  for (var r = 0; r < t.length; r++)
3477
3514
  this.bump();
3478
3515
  return !0;
@@ -3494,56 +3531,56 @@ var Ta = (
3494
3531
  break;
3495
3532
  }
3496
3533
  }, e.prototype.bumpSpace = function() {
3497
- for (; !this.isEOF() && kr(this.char()); )
3534
+ for (; !this.isEOF() && jr(this.char()); )
3498
3535
  this.bump();
3499
3536
  }, e.prototype.peek = function() {
3500
3537
  if (this.isEOF())
3501
3538
  return null;
3502
3539
  var t = this.char(), r = this.offset(), n = this.message.charCodeAt(r + (t >= 65536 ? 2 : 1));
3503
- return n ?? null;
3540
+ return n != null ? n : null;
3504
3541
  }, e;
3505
3542
  }()
3506
3543
  );
3507
- function Ht(e) {
3544
+ function Nt(e) {
3508
3545
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3509
3546
  }
3510
- function Ba(e) {
3511
- return Ht(e) || e === 47;
3547
+ function ka(e) {
3548
+ return Nt(e) || e === 47;
3512
3549
  }
3513
- function Sa(e) {
3550
+ function Da(e) {
3514
3551
  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;
3515
3552
  }
3516
- function kr(e) {
3553
+ function jr(e) {
3517
3554
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3518
3555
  }
3519
- function Aa(e) {
3556
+ function Ua(e) {
3520
3557
  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;
3521
3558
  }
3522
- function Mt(e) {
3559
+ function Ot(e) {
3523
3560
  e.forEach(function(t) {
3524
- if (delete t.location, Sr(t) || Ar(t))
3561
+ if (delete t.location, Or(t) || Rr(t))
3525
3562
  for (var r in t.options)
3526
- delete t.options[r].location, Mt(t.options[r].value);
3527
- else Cr(t) && Hr(t.style) || (Tr(t) || Br(t)) && Bt(t.style) ? delete t.style.location : Ir(t) && Mt(t.children);
3563
+ delete t.options[r].location, Ot(t.options[r].value);
3564
+ else Hr(t) && Fr(t.style) || (Mr(t) || Nr(t)) && At(t.style) ? delete t.style.location : Lr(t) && Ot(t.children);
3528
3565
  });
3529
3566
  }
3530
- function Ia(e, t) {
3567
+ function $a(e, t) {
3531
3568
  t === void 0 && (t = {}), t = S({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3532
- var r = new Ta(e, t).parse();
3569
+ var r = new Fa(e, t).parse();
3533
3570
  if (r.err) {
3534
3571
  var n = SyntaxError(x[r.err.kind]);
3535
3572
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3536
3573
  }
3537
- return t?.captureLocation || Mt(r.val), r.val;
3574
+ return t != null && t.captureLocation || Ot(r.val), r.val;
3538
3575
  }
3539
- var Ne;
3576
+ var Oe;
3540
3577
  (function(e) {
3541
3578
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3542
- })(Ne || (Ne = {}));
3543
- var ht = (
3579
+ })(Oe || (Oe = {}));
3580
+ var ct = (
3544
3581
  /** @class */
3545
3582
  function(e) {
3546
- ie(t, e);
3583
+ oe(t, e);
3547
3584
  function t(r, n, a) {
3548
3585
  var s = e.call(this, r) || this;
3549
3586
  return s.code = n, s.originalMessage = a, s;
@@ -3552,48 +3589,48 @@ var ht = (
3552
3589
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3553
3590
  }, t;
3554
3591
  }(Error)
3555
- ), tr = (
3592
+ ), or = (
3556
3593
  /** @class */
3557
3594
  function(e) {
3558
- ie(t, e);
3595
+ oe(t, e);
3559
3596
  function t(r, n, a, s) {
3560
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(a).join('", "'), '"'), Ne.INVALID_VALUE, s) || this;
3597
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(a).join('", "'), '"'), Oe.INVALID_VALUE, s) || this;
3561
3598
  }
3562
3599
  return t;
3563
- }(ht)
3564
- ), Ha = (
3600
+ }(ct)
3601
+ ), Ga = (
3565
3602
  /** @class */
3566
3603
  function(e) {
3567
- ie(t, e);
3604
+ oe(t, e);
3568
3605
  function t(r, n, a) {
3569
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Ne.INVALID_VALUE, a) || this;
3606
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Oe.INVALID_VALUE, a) || this;
3570
3607
  }
3571
3608
  return t;
3572
- }(ht)
3573
- ), Ma = (
3609
+ }(ct)
3610
+ ), Va = (
3574
3611
  /** @class */
3575
3612
  function(e) {
3576
- ie(t, e);
3613
+ oe(t, e);
3577
3614
  function t(r, n) {
3578
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Ne.MISSING_VALUE, n) || this;
3615
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Oe.MISSING_VALUE, n) || this;
3579
3616
  }
3580
3617
  return t;
3581
- }(ht)
3618
+ }(ct)
3582
3619
  ), W;
3583
3620
  (function(e) {
3584
3621
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3585
3622
  })(W || (W = {}));
3586
- function Na(e) {
3623
+ function ja(e) {
3587
3624
  return e.length < 2 ? e : e.reduce(function(t, r) {
3588
3625
  var n = t[t.length - 1];
3589
3626
  return !n || n.type !== W.literal || r.type !== W.literal ? t.push(r) : n.value += r.value, t;
3590
3627
  }, []);
3591
3628
  }
3592
- function Oa(e) {
3629
+ function za(e) {
3593
3630
  return typeof e == "function";
3594
3631
  }
3595
- function at(e, t, r, n, a, s, i) {
3596
- if (e.length === 1 && Zt(e[0]))
3632
+ function st(e, t, r, n, a, s, i) {
3633
+ if (e.length === 1 && er(e[0]))
3597
3634
  return [
3598
3635
  {
3599
3636
  type: W.literal,
@@ -3602,14 +3639,14 @@ function at(e, t, r, n, a, s, i) {
3602
3639
  ];
3603
3640
  for (var l = [], u = 0, h = e; u < h.length; u++) {
3604
3641
  var c = h[u];
3605
- if (Zt(c)) {
3642
+ if (er(c)) {
3606
3643
  l.push({
3607
3644
  type: W.literal,
3608
3645
  value: c.value
3609
3646
  });
3610
3647
  continue;
3611
3648
  }
3612
- if (ra(c)) {
3649
+ if (da(c)) {
3613
3650
  typeof s == "number" && l.push({
3614
3651
  type: W.literal,
3615
3652
  value: r.getNumberFormat(t).format(s)
@@ -3618,44 +3655,44 @@ function at(e, t, r, n, a, s, i) {
3618
3655
  }
3619
3656
  var d = c.value;
3620
3657
  if (!(a && d in a))
3621
- throw new Ma(d, i);
3658
+ throw new Va(d, i);
3622
3659
  var p = a[d];
3623
- if (ta(c)) {
3660
+ if (fa(c)) {
3624
3661
  (!p || typeof p == "string" || typeof p == "number") && (p = typeof p == "string" || typeof p == "number" ? String(p) : ""), l.push({
3625
3662
  type: typeof p == "string" ? W.literal : W.object,
3626
3663
  value: p
3627
3664
  });
3628
3665
  continue;
3629
3666
  }
3630
- if (Tr(c)) {
3631
- var g = typeof c.style == "string" ? n.date[c.style] : Bt(c.style) ? c.style.parsedOptions : void 0;
3667
+ if (Mr(c)) {
3668
+ var g = typeof c.style == "string" ? n.date[c.style] : At(c.style) ? c.style.parsedOptions : void 0;
3632
3669
  l.push({
3633
3670
  type: W.literal,
3634
3671
  value: r.getDateTimeFormat(t, g).format(p)
3635
3672
  });
3636
3673
  continue;
3637
3674
  }
3638
- if (Br(c)) {
3639
- var g = typeof c.style == "string" ? n.time[c.style] : Bt(c.style) ? c.style.parsedOptions : n.time.medium;
3675
+ if (Nr(c)) {
3676
+ var g = typeof c.style == "string" ? n.time[c.style] : At(c.style) ? c.style.parsedOptions : n.time.medium;
3640
3677
  l.push({
3641
3678
  type: W.literal,
3642
3679
  value: r.getDateTimeFormat(t, g).format(p)
3643
3680
  });
3644
3681
  continue;
3645
3682
  }
3646
- if (Cr(c)) {
3647
- var g = typeof c.style == "string" ? n.number[c.style] : Hr(c.style) ? c.style.parsedOptions : void 0;
3683
+ if (Hr(c)) {
3684
+ var g = typeof c.style == "string" ? n.number[c.style] : Fr(c.style) ? c.style.parsedOptions : void 0;
3648
3685
  g && g.scale && (p = p * (g.scale || 1)), l.push({
3649
3686
  type: W.literal,
3650
3687
  value: r.getNumberFormat(t, g).format(p)
3651
3688
  });
3652
3689
  continue;
3653
3690
  }
3654
- if (Ir(c)) {
3691
+ if (Lr(c)) {
3655
3692
  var y = c.children, w = c.value, T = a[w];
3656
- if (!Oa(T))
3657
- throw new Ha(w, "function", i);
3658
- var P = at(y, t, r, n, a, s), B = T(P.map(function(k) {
3693
+ if (!za(T))
3694
+ throw new Ga(w, "function", i);
3695
+ var P = st(y, t, r, n, a, s), B = T(P.map(function(k) {
3659
3696
  return k.value;
3660
3697
  }));
3661
3698
  Array.isArray(B) || (B = [B]), l.push.apply(l, B.map(function(k) {
@@ -3665,42 +3702,42 @@ function at(e, t, r, n, a, s, i) {
3665
3702
  };
3666
3703
  }));
3667
3704
  }
3668
- if (Sr(c)) {
3705
+ if (Or(c)) {
3669
3706
  var O = c.options[p] || c.options.other;
3670
3707
  if (!O)
3671
- throw new tr(c.value, p, Object.keys(c.options), i);
3672
- l.push.apply(l, at(O.value, t, r, n, a));
3708
+ throw new or(c.value, p, Object.keys(c.options), i);
3709
+ l.push.apply(l, st(O.value, t, r, n, a));
3673
3710
  continue;
3674
3711
  }
3675
- if (Ar(c)) {
3712
+ if (Rr(c)) {
3676
3713
  var O = c.options["=".concat(p)];
3677
3714
  if (!O) {
3678
3715
  if (!Intl.PluralRules)
3679
- throw new ht(`Intl.PluralRules is not available in this environment.
3716
+ throw new ct(`Intl.PluralRules is not available in this environment.
3680
3717
  Try polyfilling it using "@formatjs/intl-pluralrules"
3681
- `, Ne.MISSING_INTL_API, i);
3718
+ `, Oe.MISSING_INTL_API, i);
3682
3719
  var F = r.getPluralRules(t, { type: c.pluralType }).select(p - (c.offset || 0));
3683
3720
  O = c.options[F] || c.options.other;
3684
3721
  }
3685
3722
  if (!O)
3686
- throw new tr(c.value, p, Object.keys(c.options), i);
3687
- l.push.apply(l, at(O.value, t, r, n, a, p - (c.offset || 0)));
3723
+ throw new or(c.value, p, Object.keys(c.options), i);
3724
+ l.push.apply(l, st(O.value, t, r, n, a, p - (c.offset || 0)));
3688
3725
  continue;
3689
3726
  }
3690
3727
  }
3691
- return Na(l);
3728
+ return ja(l);
3692
3729
  }
3693
- function Ra(e, t) {
3730
+ function Wa(e, t) {
3694
3731
  return t ? S(S(S({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3695
3732
  return r[n] = S(S({}, e[n]), t[n] || {}), r;
3696
3733
  }, {})) : e;
3697
3734
  }
3698
- function La(e, t) {
3735
+ function Xa(e, t) {
3699
3736
  return t ? Object.keys(e).reduce(function(r, n) {
3700
- return r[n] = Ra(e[n], t[n]), r;
3737
+ return r[n] = Wa(e[n], t[n]), r;
3701
3738
  }, S({}, e)) : e;
3702
3739
  }
3703
- function wt(e) {
3740
+ function vt(e) {
3704
3741
  return {
3705
3742
  create: function() {
3706
3743
  return {
@@ -3714,39 +3751,39 @@ function wt(e) {
3714
3751
  }
3715
3752
  };
3716
3753
  }
3717
- function Fa(e) {
3754
+ function Za(e) {
3718
3755
  return e === void 0 && (e = {
3719
3756
  number: {},
3720
3757
  dateTime: {},
3721
3758
  pluralRules: {}
3722
3759
  }), {
3723
- getNumberFormat: mt(function() {
3760
+ getNumberFormat: bt(function() {
3724
3761
  for (var t, r = [], n = 0; n < arguments.length; n++)
3725
3762
  r[n] = arguments[n];
3726
- return new ((t = Intl.NumberFormat).bind.apply(t, Ie([void 0], r, !1)))();
3763
+ return new ((t = Intl.NumberFormat).bind.apply(t, He([void 0], r, !1)))();
3727
3764
  }, {
3728
- cache: wt(e.number),
3729
- strategy: gt.variadic
3765
+ cache: vt(e.number),
3766
+ strategy: wt.variadic
3730
3767
  }),
3731
- getDateTimeFormat: mt(function() {
3768
+ getDateTimeFormat: bt(function() {
3732
3769
  for (var t, r = [], n = 0; n < arguments.length; n++)
3733
3770
  r[n] = arguments[n];
3734
- return new ((t = Intl.DateTimeFormat).bind.apply(t, Ie([void 0], r, !1)))();
3771
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, He([void 0], r, !1)))();
3735
3772
  }, {
3736
- cache: wt(e.dateTime),
3737
- strategy: gt.variadic
3773
+ cache: vt(e.dateTime),
3774
+ strategy: wt.variadic
3738
3775
  }),
3739
- getPluralRules: mt(function() {
3776
+ getPluralRules: bt(function() {
3740
3777
  for (var t, r = [], n = 0; n < arguments.length; n++)
3741
3778
  r[n] = arguments[n];
3742
- return new ((t = Intl.PluralRules).bind.apply(t, Ie([void 0], r, !1)))();
3779
+ return new ((t = Intl.PluralRules).bind.apply(t, He([void 0], r, !1)))();
3743
3780
  }, {
3744
- cache: wt(e.pluralRules),
3745
- strategy: gt.variadic
3781
+ cache: vt(e.pluralRules),
3782
+ strategy: wt.variadic
3746
3783
  })
3747
3784
  };
3748
3785
  }
3749
- var ka = (
3786
+ var Qa = (
3750
3787
  /** @class */
3751
3788
  function() {
3752
3789
  function e(t, r, n, a) {
@@ -3765,7 +3802,7 @@ var ka = (
3765
3802
  }, []);
3766
3803
  return c.length <= 1 ? c[0] || "" : c;
3767
3804
  }, this.formatToParts = function(u) {
3768
- return at(s.ast, s.locales, s.formatters, s.formats, u, void 0, s.message);
3805
+ return st(s.ast, s.locales, s.formatters, s.formats, u, void 0, s.message);
3769
3806
  }, this.resolvedOptions = function() {
3770
3807
  var u;
3771
3808
  return {
@@ -3778,13 +3815,13 @@ var ka = (
3778
3815
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3779
3816
  var i = a || {};
3780
3817
  i.formatters;
3781
- var l = gn(i, ["formatters"]);
3818
+ var l = Bn(i, ["formatters"]);
3782
3819
  this.ast = e.__parse(t, S(S({}, l), { locale: this.resolvedLocale }));
3783
3820
  } else
3784
3821
  this.ast = t;
3785
3822
  if (!Array.isArray(this.ast))
3786
3823
  throw new TypeError("A message must be provided as a String or AST.");
3787
- this.formats = La(e.formats, n), this.formatters = a && a.formatters || Fa(this.formatterCache);
3824
+ this.formats = Xa(e.formats, n), this.formatters = a && a.formatters || Za(this.formatterCache);
3788
3825
  }
3789
3826
  return Object.defineProperty(e, "defaultLocale", {
3790
3827
  get: function() {
@@ -3793,11 +3830,11 @@ var ka = (
3793
3830
  enumerable: !1,
3794
3831
  configurable: !0
3795
3832
  }), e.memoizedDefaultLocale = null, e.resolveLocale = function(t) {
3796
- if (!(typeof Intl.Locale > "u")) {
3833
+ if (typeof Intl.Locale != "undefined") {
3797
3834
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3798
3835
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3799
3836
  }
3800
- }, e.__parse = Ia, e.formats = {
3837
+ }, e.__parse = $a, e.formats = {
3801
3838
  number: {
3802
3839
  integer: {
3803
3840
  maximumFractionDigits: 0
@@ -3858,7 +3895,7 @@ var ka = (
3858
3895
  }, e;
3859
3896
  }()
3860
3897
  );
3861
- function Da(e, t) {
3898
+ function Ya(e, t) {
3862
3899
  if (t == null)
3863
3900
  return;
3864
3901
  if (t in e)
@@ -3879,92 +3916,92 @@ function Da(e, t) {
3879
3916
  n = void 0;
3880
3917
  return n;
3881
3918
  }
3882
- const ce = {}, Ua = (e, t, r) => r && (t in ce || (ce[t] = {}), e in ce[t] || (ce[t][e] = r), r), Dr = (e, t) => {
3919
+ const fe = {}, Ja = (e, t, r) => r && (t in fe || (fe[t] = {}), e in fe[t] || (fe[t][e] = r), r), zr = (e, t) => {
3883
3920
  if (t == null)
3884
3921
  return;
3885
- if (t in ce && e in ce[t])
3886
- return ce[t][e];
3887
- const r = ct(t);
3922
+ if (t in fe && e in fe[t])
3923
+ return fe[t][e];
3924
+ const r = ft(t);
3888
3925
  for (let n = 0; n < r.length; n++) {
3889
- const a = r[n], s = Ga(a, e);
3926
+ const a = r[n], s = Ka(a, e);
3890
3927
  if (s)
3891
- return Ua(e, t, s);
3928
+ return Ja(e, t, s);
3892
3929
  }
3893
3930
  };
3894
- let Lt;
3895
- const Ze = ut({});
3896
- function $a(e) {
3897
- return Lt[e] || null;
3931
+ let kt;
3932
+ const Qe = ht({});
3933
+ function qa(e) {
3934
+ return kt[e] || null;
3898
3935
  }
3899
- function Ur(e) {
3900
- return e in Lt;
3936
+ function Wr(e) {
3937
+ return e in kt;
3901
3938
  }
3902
- function Ga(e, t) {
3903
- if (!Ur(e))
3939
+ function Ka(e, t) {
3940
+ if (!Wr(e))
3904
3941
  return null;
3905
- const r = $a(e);
3906
- return Da(r, t);
3942
+ const r = qa(e);
3943
+ return Ya(r, t);
3907
3944
  }
3908
- function Va(e) {
3945
+ function es(e) {
3909
3946
  if (e == null)
3910
3947
  return;
3911
- const t = ct(e);
3948
+ const t = ft(e);
3912
3949
  for (let r = 0; r < t.length; r++) {
3913
3950
  const n = t[r];
3914
- if (Ur(n))
3951
+ if (Wr(n))
3915
3952
  return n;
3916
3953
  }
3917
3954
  }
3918
- function $r(e, ...t) {
3919
- delete ce[e], Ze.update((r) => (r[e] = Xn.all([r[e] || {}, ...t]), r));
3955
+ function Xr(e, ...t) {
3956
+ delete fe[e], Qe.update((r) => (r[e] = aa.all([r[e] || {}, ...t]), r));
3920
3957
  }
3921
- Le(
3922
- [Ze],
3958
+ Fe(
3959
+ [Qe],
3923
3960
  ([e]) => Object.keys(e)
3924
3961
  );
3925
- Ze.subscribe((e) => Lt = e);
3926
- const st = {};
3927
- function ja(e, t) {
3928
- st[e].delete(t), st[e].size === 0 && delete st[e];
3962
+ Qe.subscribe((e) => kt = e);
3963
+ const it = {};
3964
+ function ts(e, t) {
3965
+ it[e].delete(t), it[e].size === 0 && delete it[e];
3929
3966
  }
3930
- function Gr(e) {
3931
- return st[e];
3967
+ function Zr(e) {
3968
+ return it[e];
3932
3969
  }
3933
- function za(e) {
3934
- return ct(e).map((t) => {
3935
- const r = Gr(t);
3970
+ function rs(e) {
3971
+ return ft(e).map((t) => {
3972
+ const r = Zr(t);
3936
3973
  return [t, r ? [...r] : []];
3937
3974
  }).filter(([, t]) => t.length > 0);
3938
3975
  }
3939
- function Nt(e) {
3940
- return e == null ? !1 : ct(e).some(
3976
+ function Rt(e) {
3977
+ return e == null ? !1 : ft(e).some(
3941
3978
  (t) => {
3942
3979
  var r;
3943
- return (r = Gr(t)) == null ? void 0 : r.size;
3980
+ return (r = Zr(t)) == null ? void 0 : r.size;
3944
3981
  }
3945
3982
  );
3946
3983
  }
3947
- function Wa(e, t) {
3984
+ function ns(e, t) {
3948
3985
  return Promise.all(
3949
- t.map((n) => (ja(e, n), n().then((a) => a.default || a)))
3950
- ).then((n) => $r(e, ...n));
3951
- }
3952
- const Ve = {};
3953
- function Vr(e) {
3954
- if (!Nt(e))
3955
- return e in Ve ? Ve[e] : Promise.resolve();
3956
- const t = za(e);
3957
- return Ve[e] = Promise.all(
3986
+ t.map((n) => (ts(e, n), n().then((a) => a.default || a)))
3987
+ ).then((n) => Xr(e, ...n));
3988
+ }
3989
+ const je = {};
3990
+ function Qr(e) {
3991
+ if (!Rt(e))
3992
+ return e in je ? je[e] : Promise.resolve();
3993
+ const t = rs(e);
3994
+ return je[e] = Promise.all(
3958
3995
  t.map(
3959
- ([r, n]) => Wa(r, n)
3996
+ ([r, n]) => ns(r, n)
3960
3997
  )
3961
3998
  ).then(() => {
3962
- if (Nt(e))
3963
- return Vr(e);
3964
- delete Ve[e];
3965
- }), Ve[e];
3999
+ if (Rt(e))
4000
+ return Qr(e);
4001
+ delete je[e];
4002
+ }), je[e];
3966
4003
  }
3967
- const Xa = {
4004
+ const as = {
3968
4005
  number: {
3969
4006
  scientific: { notation: "scientific" },
3970
4007
  engineering: { notation: "engineering" },
@@ -3993,150 +4030,150 @@ const Xa = {
3993
4030
  timeZoneName: "short"
3994
4031
  }
3995
4032
  }
3996
- }, Za = {
4033
+ }, ss = {
3997
4034
  fallbackLocale: null,
3998
4035
  loadingDelay: 200,
3999
- formats: Xa,
4036
+ formats: as,
4000
4037
  warnOnMissingMessages: !0,
4001
4038
  handleMissingMessage: void 0,
4002
4039
  ignoreTag: !0
4003
- }, Qa = Za;
4004
- function Oe() {
4005
- return Qa;
4040
+ }, is = ss;
4041
+ function Re() {
4042
+ return is;
4006
4043
  }
4007
- const yt = ut(!1);
4008
- var Ya = Object.defineProperty, Ja = Object.defineProperties, qa = Object.getOwnPropertyDescriptors, rr = Object.getOwnPropertySymbols, Ka = Object.prototype.hasOwnProperty, es = Object.prototype.propertyIsEnumerable, nr = (e, t, r) => t in e ? Ya(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ts = (e, t) => {
4044
+ const Pt = ht(!1);
4045
+ var os = Object.defineProperty, ls = Object.defineProperties, us = Object.getOwnPropertyDescriptors, lr = Object.getOwnPropertySymbols, hs = Object.prototype.hasOwnProperty, cs = Object.prototype.propertyIsEnumerable, ur = (e, t, r) => t in e ? os(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, fs = (e, t) => {
4009
4046
  for (var r in t)
4010
- Ka.call(t, r) && nr(e, r, t[r]);
4011
- if (rr)
4012
- for (var r of rr(t))
4013
- es.call(t, r) && nr(e, r, t[r]);
4047
+ hs.call(t, r) && ur(e, r, t[r]);
4048
+ if (lr)
4049
+ for (var r of lr(t))
4050
+ cs.call(t, r) && ur(e, r, t[r]);
4014
4051
  return e;
4015
- }, rs = (e, t) => Ja(e, qa(t));
4016
- let Ot;
4017
- const it = ut(null);
4018
- function ar(e) {
4052
+ }, ds = (e, t) => ls(e, us(t));
4053
+ let Lt;
4054
+ const ot = ht(null);
4055
+ function hr(e) {
4019
4056
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4020
4057
  }
4021
- function ct(e, t = Oe().fallbackLocale) {
4022
- const r = ar(e);
4023
- return t ? [.../* @__PURE__ */ new Set([...r, ...ar(t)])] : r;
4058
+ function ft(e, t = Re().fallbackLocale) {
4059
+ const r = hr(e);
4060
+ return t ? [.../* @__PURE__ */ new Set([...r, ...hr(t)])] : r;
4024
4061
  }
4025
- function ge() {
4026
- return Ot ?? void 0;
4062
+ function be() {
4063
+ return Lt != null ? Lt : void 0;
4027
4064
  }
4028
- it.subscribe((e) => {
4029
- Ot = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
4065
+ ot.subscribe((e) => {
4066
+ Lt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4030
4067
  });
4031
- const ns = (e) => {
4032
- if (e && Va(e) && Nt(e)) {
4033
- const { loadingDelay: t } = Oe();
4068
+ const ps = (e) => {
4069
+ if (e && es(e) && Rt(e)) {
4070
+ const { loadingDelay: t } = Re();
4034
4071
  let r;
4035
- return typeof window < "u" && ge() != null && t ? r = window.setTimeout(
4036
- () => yt.set(!0),
4072
+ return typeof window != "undefined" && be() != null && t ? r = window.setTimeout(
4073
+ () => Pt.set(!0),
4037
4074
  t
4038
- ) : yt.set(!0), Vr(e).then(() => {
4039
- it.set(e);
4075
+ ) : Pt.set(!0), Qr(e).then(() => {
4076
+ ot.set(e);
4040
4077
  }).finally(() => {
4041
- clearTimeout(r), yt.set(!1);
4078
+ clearTimeout(r), Pt.set(!1);
4042
4079
  });
4043
4080
  }
4044
- return it.set(e);
4045
- }, Fe = rs(ts({}, it), {
4046
- set: ns
4047
- }), ft = (e) => {
4081
+ return ot.set(e);
4082
+ }, ke = ds(fs({}, ot), {
4083
+ set: ps
4084
+ }), dt = (e) => {
4048
4085
  const t = /* @__PURE__ */ Object.create(null);
4049
4086
  return (n) => {
4050
4087
  const a = JSON.stringify(n);
4051
4088
  return a in t ? t[a] : t[a] = e(n);
4052
4089
  };
4053
4090
  };
4054
- var as = Object.defineProperty, ot = Object.getOwnPropertySymbols, jr = Object.prototype.hasOwnProperty, zr = Object.prototype.propertyIsEnumerable, sr = (e, t, r) => t in e ? as(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ft = (e, t) => {
4091
+ var ms = Object.defineProperty, lt = Object.getOwnPropertySymbols, Yr = Object.prototype.hasOwnProperty, Jr = Object.prototype.propertyIsEnumerable, cr = (e, t, r) => t in e ? ms(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Dt = (e, t) => {
4055
4092
  for (var r in t || (t = {}))
4056
- jr.call(t, r) && sr(e, r, t[r]);
4057
- if (ot)
4058
- for (var r of ot(t))
4059
- zr.call(t, r) && sr(e, r, t[r]);
4093
+ Yr.call(t, r) && cr(e, r, t[r]);
4094
+ if (lt)
4095
+ for (var r of lt(t))
4096
+ Jr.call(t, r) && cr(e, r, t[r]);
4060
4097
  return e;
4061
- }, ke = (e, t) => {
4098
+ }, De = (e, t) => {
4062
4099
  var r = {};
4063
4100
  for (var n in e)
4064
- jr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4065
- if (e != null && ot)
4066
- for (var n of ot(e))
4067
- t.indexOf(n) < 0 && zr.call(e, n) && (r[n] = e[n]);
4101
+ Yr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4102
+ if (e != null && lt)
4103
+ for (var n of lt(e))
4104
+ t.indexOf(n) < 0 && Jr.call(e, n) && (r[n] = e[n]);
4068
4105
  return r;
4069
4106
  };
4070
- const Xe = (e, t) => {
4071
- const { formats: r } = Oe();
4107
+ const Ze = (e, t) => {
4108
+ const { formats: r } = Re();
4072
4109
  if (e in r && t in r[e])
4073
4110
  return r[e][t];
4074
4111
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4075
- }, ss = ft(
4112
+ }, gs = dt(
4076
4113
  (e) => {
4077
- var t = e, { locale: r, format: n } = t, a = ke(t, ["locale", "format"]);
4114
+ var t = e, { locale: r, format: n } = t, a = De(t, ["locale", "format"]);
4078
4115
  if (r == null)
4079
4116
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4080
- return n && (a = Xe("number", n)), new Intl.NumberFormat(r, a);
4117
+ return n && (a = Ze("number", n)), new Intl.NumberFormat(r, a);
4081
4118
  }
4082
- ), is = ft(
4119
+ ), bs = dt(
4083
4120
  (e) => {
4084
- var t = e, { locale: r, format: n } = t, a = ke(t, ["locale", "format"]);
4121
+ var t = e, { locale: r, format: n } = t, a = De(t, ["locale", "format"]);
4085
4122
  if (r == null)
4086
4123
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4087
- return n ? a = Xe("date", n) : Object.keys(a).length === 0 && (a = Xe("date", "short")), new Intl.DateTimeFormat(r, a);
4124
+ return n ? a = Ze("date", n) : Object.keys(a).length === 0 && (a = Ze("date", "short")), new Intl.DateTimeFormat(r, a);
4088
4125
  }
4089
- ), os = ft(
4126
+ ), ws = dt(
4090
4127
  (e) => {
4091
- var t = e, { locale: r, format: n } = t, a = ke(t, ["locale", "format"]);
4128
+ var t = e, { locale: r, format: n } = t, a = De(t, ["locale", "format"]);
4092
4129
  if (r == null)
4093
4130
  throw new Error(
4094
4131
  '[svelte-i18n] A "locale" must be set to format time values'
4095
4132
  );
4096
- return n ? a = Xe("time", n) : Object.keys(a).length === 0 && (a = Xe("time", "short")), new Intl.DateTimeFormat(r, a);
4133
+ return n ? a = Ze("time", n) : Object.keys(a).length === 0 && (a = Ze("time", "short")), new Intl.DateTimeFormat(r, a);
4097
4134
  }
4098
- ), ls = (e = {}) => {
4135
+ ), ys = (e = {}) => {
4099
4136
  var t = e, {
4100
- locale: r = ge()
4101
- } = t, n = ke(t, [
4137
+ locale: r = be()
4138
+ } = t, n = De(t, [
4102
4139
  "locale"
4103
4140
  ]);
4104
- return ss(Ft({ locale: r }, n));
4105
- }, us = (e = {}) => {
4141
+ return gs(Dt({ locale: r }, n));
4142
+ }, vs = (e = {}) => {
4106
4143
  var t = e, {
4107
- locale: r = ge()
4108
- } = t, n = ke(t, [
4144
+ locale: r = be()
4145
+ } = t, n = De(t, [
4109
4146
  "locale"
4110
4147
  ]);
4111
- return is(Ft({ locale: r }, n));
4112
- }, hs = (e = {}) => {
4148
+ return bs(Dt({ locale: r }, n));
4149
+ }, Ps = (e = {}) => {
4113
4150
  var t = e, {
4114
- locale: r = ge()
4115
- } = t, n = ke(t, [
4151
+ locale: r = be()
4152
+ } = t, n = De(t, [
4116
4153
  "locale"
4117
4154
  ]);
4118
- return os(Ft({ locale: r }, n));
4119
- }, cs = ft(
4155
+ return ws(Dt({ locale: r }, n));
4156
+ }, _s = dt(
4120
4157
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4121
- (e, t = ge()) => new ka(e, t, Oe().formats, {
4122
- ignoreTag: Oe().ignoreTag
4158
+ (e, t = be()) => new Qa(e, t, Re().formats, {
4159
+ ignoreTag: Re().ignoreTag
4123
4160
  })
4124
- ), fs = (e, t = {}) => {
4161
+ ), xs = (e, t = {}) => {
4125
4162
  var r, n, a, s;
4126
4163
  let i = t;
4127
4164
  typeof e == "object" && (i = e, e = i.id);
4128
4165
  const {
4129
4166
  values: l,
4130
- locale: u = ge(),
4167
+ locale: u = be(),
4131
4168
  default: h
4132
4169
  } = i;
4133
4170
  if (u == null)
4134
4171
  throw new Error(
4135
4172
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4136
4173
  );
4137
- let c = Dr(e, u);
4174
+ let c = zr(e, u);
4138
4175
  if (!c)
4139
- c = (s = (a = (n = (r = Oe()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: u, id: e, defaultValue: h })) != null ? a : h) != null ? s : e;
4176
+ c = (s = (a = (n = (r = Re()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: u, id: e, defaultValue: h })) != null ? a : h) != null ? s : e;
4140
4177
  else if (typeof c != "string")
4141
4178
  return console.warn(
4142
4179
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof c}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -4145,7 +4182,7 @@ const Xe = (e, t) => {
4145
4182
  return c;
4146
4183
  let d = c;
4147
4184
  try {
4148
- d = cs(c, u).format(l);
4185
+ d = _s(c, u).format(l);
4149
4186
  } catch (p) {
4150
4187
  p instanceof Error && console.warn(
4151
4188
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4153,20 +4190,20 @@ const Xe = (e, t) => {
4153
4190
  );
4154
4191
  }
4155
4192
  return d;
4156
- }, ds = (e, t) => hs(t).format(e), ps = (e, t) => us(t).format(e), ms = (e, t) => ls(t).format(e), gs = (e, t = ge()) => Dr(e, t), bs = Le([Fe, Ze], () => fs);
4157
- Le([Fe], () => ds);
4158
- Le([Fe], () => ps);
4159
- Le([Fe], () => ms);
4160
- Le([Fe, Ze], () => gs);
4161
- window.emWidgets = { topic: In };
4162
- const ws = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4163
- function ir(e, t) {
4164
- $r(e, t);
4165
- }
4166
- function ys(e) {
4167
- Fe.set(e);
4168
- }
4169
- const or = {
4193
+ }, Es = (e, t) => Ps(t).format(e), Cs = (e, t) => vs(t).format(e), Ts = (e, t) => ys(t).format(e), Bs = (e, t = be()) => zr(e, t), Ss = Fe([ke, Qe], () => xs);
4194
+ Fe([ke], () => Es);
4195
+ Fe([ke], () => Cs);
4196
+ Fe([ke], () => Ts);
4197
+ Fe([ke, Qe], () => Bs);
4198
+ window.emWidgets = { topic: $n };
4199
+ const As = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4200
+ function fr(e, t) {
4201
+ Xr(e, t);
4202
+ }
4203
+ function Is(e) {
4204
+ ke.set(e);
4205
+ }
4206
+ const dr = {
4170
4207
  en: {
4171
4208
  titleChangePassword: "Change Password",
4172
4209
  currentPassword: "Current Password:",
@@ -4350,15 +4387,15 @@ const or = {
4350
4387
  backButtonText: "Back"
4351
4388
  }
4352
4389
  };
4353
- function vs(e) {
4354
- Zr(e, "svelte-s2d9y9", '.PlayerChangePasswordWrapper{color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));padding:50px;height:100vh;max-width:100%;background-color:var(--emw--pam-typography, var(--emw--color-typography, #F1F1F1));border-radius:5%}.ChangePasswordTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--color-primary, #22B04E);font-weight:var(--emw--font-weight-semibold, 500)}.ChangePasswordTitleMobile{font-size:var(--emw--font-size-large, 20px);color:var(--emw--color-primary, #22B04E)}.ChangePasswordTitleNone{display:none}.PlayerChangePasswordContent{display:grid;grid-column-gap:50px;grid-row-gap:30px;grid-template-rows:auto;grid-template-columns:1fr;padding-bottom:30px;max-width:400px;min-width:200px}.PlayerChangePasswordButtonsArea{display:grid;grid-column-gap:10px;grid-template-rows:auto;grid-template-columns:1fr}.PlayerChangePasswordSaveButton,.PlayerChangePasswordCancelButton{cursor:pointer;border-radius:5px;width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:15px;font-family:var(--emw--button-typography);color:var(--emw--pam-typography, var(---emw--button-text-color, #FFFFFF));text-transform:uppercase;text-align:center;transition-duration:0.3s;box-sizing:border-box;padding:10px}.PlayerChangePasswordSaveButton.ButtonInactive,.PlayerChangePasswordCancelButton.ButtonInactive{opacity:0.3}.PlayerChangePasswordCancelButton{background:transparent;font-family:var(--emw--button-typography);border:1px solid var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordCancelButton.PlayerButtonDisabled{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B);cursor:not-allowed}.PlayerChangePasswordSaveButton{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);max-width:400px;min-width:200px;padding:13px 0;font-size:var(--emw--font-size-medium, 16px);font-family:var(--emw--button-typography);color:var(--emw--button-text-color, #FFFFFF)}.PlayerChangePasswordSaveButton.PlayerButtonDisabled{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B);cursor:not-allowed}.PlayerChangePasswordBox{display:flex;flex-direction:column;position:relative}.PlayerChangePasswordBox label{font-size:var(--emw--font-size-medium, 16px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:10px}.PlayerChangePasswordBox input{font-family:inherit;font-size:var(--emw--font-size-medium, 16px);font-weight:var(--emw--font-weight-light, 300);color:var(--emw--color-contrast, #07072A);padding:10px;line-height:16px;border:2px solid var(--emw--color-gray-100, #D6D6D6);background:var(--emw--pam-typography, var(--emw--color-typography, #FFFFFF));border-radius:10px;outline:none;transition-duration:0.3s}.PlayerChangePasswordBox input:focus,.PlayerChangePasswordBox input :focus-within,.PlayerChangePasswordBox input :focus-visible,.PlayerChangePasswordBox input :visited{box-shadow:0 0 0 1pt var(--emw--color-primary, #22B04E)}.PlayerChangePasswordBox .FieldDisabled{color:var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordBox input::-webkit-outer-spin-button,.PlayerChangePasswordBox input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.PlayerChangePasswordBox input::-ms-reveal,.PlayerChangePasswordBox input::-ms-clear{display:none}.PlayerChangePasswordBox input[type=number]{-moz-appearance:textfield}.PlayerChangePasswordBox.InvalidField input{border:1px solid var(--emw--color-error, #FD2839);background:var(--emw--color-pale, #FBECF4);color:var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordBox:last-child.InvalidField .InvalidInput{bottom:-16px}.PlayerChangePasswordBox:last-child.InvalidField .InvalidInputNew{bottom:-24px}.TogglePasswordVisibility{height:20px;position:absolute;right:10px;top:38px;cursor:pointer;color:var(--emw--color-gray-300, #58586B)}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect{fill:var(--emw--color-error, #FD2839)}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect{fill:var(--emw--color-gray-300, #58586B)}.TogglePasswordVisibilityMobile{top:35px}.InvalidInput,.InvalidInputNew{color:var(--emw--color-error, #FD2839);font-size:var(--emw--font-size-2x-small, 10px);padding-top:5px;margin:0;line-height:12px}.InvalidInputNew{bottom:-24px}.PasswordChangedError{color:var(--emw--color-error, #FD2839);font-size:var(--emw--font-size-medium, 16px);line-height:18px;margin-top:0}.ChangedPasswordSuccessfully{color:var(--emw--button-text-color, #FFFFFF);position:relative}.ChangedPasswordSuccessfully .SuccessWrapper{display:inline-flex;align-items:center;margin-bottom:20px}.ChangedPasswordSuccessfully .IconContainer{width:45px;height:45px;border:1px solid var(--emw--color-valid, #48952a);border-radius:var(--emw--button-border-radius, 50px);display:flex;align-items:center;justify-content:center}.ChangedPasswordSuccessfully .Checkmark{width:12px;height:22px;border:1px solid var(--emw--color-valid, #48952a);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:relative;top:-3px}.ChangedPasswordSuccessfully h3{font-size:var(--emw--font-size-large, 20px);font-weight:var(--emw--font-weight-normal, 400);margin:10px 0;color:var(--emw--color-valid, #48952a)}.ChangedPasswordSuccessfully p{margin:0;font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-light, 300);color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A))}.ChangedPasswordSuccessfully .TextContainer{display:flex;flex-direction:column;padding:10px 20px}.ChangedPasswordSuccessfully .PlayerChangePasswordBackButton{cursor:pointer;display:flex;justify-content:center;text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;padding:10px;border:1px solid var(--emw--color-primary, #22B04E);background:var(--emw--color-primary, #22B04E);max-width:185px;background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);width:auto;font-size:var(--emw--font-size-medium, 16px);font-family:var(--emw--button-typography);color:var(--emw--button-text-color, #FFFFFF)}.ChangedPasswordSuccessfully .PlayerChangePasswordBackButton:hover{filter:brightness(0.9)}.PlayerChangePasswordWrapperMobile{height:75vh;max-width:unset;padding:20px 20px 40px 20px;display:flex;flex-flow:column;border-radius:0}.PlayerChangePasswordWrapperMobile:after{content:"";position:absolute;bottom:0}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordBackButton{width:100%;max-width:none}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordHeader h3{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-normal, 400)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordBox label{font-family:inherit;color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-normal, 400)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordBox input{font-family:inherit;color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--font-size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordButtonsArea{grid-column-gap:10px}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordSaveButton,.PlayerChangePasswordWrapperMobile .PlayerChangePasswordCancelButton{font-family:inherit;font-size:var(--emw--font-size-x-small, 12px);height:44px;color:var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordSaveButton{font-family:inherit;color:var(--emw--button-text-color, #FFFFFF)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordSaveButton.ButtonInactive{opacity:0.3}.PlayerChangePasswordWrapperMobile .ChangedPasswordSuccessfully{color:var(--emw--color-gray-300, #58586B)}.MenuReturnButton{font-family:inherit;color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.PlayerChangePasswordWrapperTablet{padding:40px 25% 100% 25%}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordContent{grid-row-gap:20px}.PlayerChangePasswordWrapperTablet .MenuReturnButton{font-family:inherit;margin-bottom:30px}.PlayerChangePasswordWrapperTablet .MenuReturnButton span{font-size:var(--emw--font-size-large, 20px)}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox label{font-size:var(--emw--font-size-large, 20px);font-family:inherit}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox input{font-family:inherit;height:30px;font-size:var(--emw--font-size-large, 20px);line-height:30px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility{width:30px;top:46px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility.InvalidToggle path,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility.InvalidToggle circle,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility.InvalidToggle rect{fill:var(--emw--color-error, #FD2839)}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility path,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility circle,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility rect{fill:var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .InvalidInput{font-size:var(--emw--font-size-medium, 16px);bottom:-50px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox:last-child .InvalidInput{font-size:var(--emw--font-size-medium, 16px);bottom:-50px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea{grid-column-gap:40px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea .PlayerChangePasswordSaveButton,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea .PlayerChangePasswordCancelButton{font-size:18px;font-family:inherit;height:56px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea .PlayerChangePasswordSaveButton{color:var(--emw--button-text-color, #FFFFFF);font-family:inherit}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea .PlayerChangePasswordSaveButton.ButtonInactive{color:var(--emw--color-gray-300, #58586B)}');
4390
+ function Hs(e) {
4391
+ sn(e, "svelte-s2d9y9", '.PlayerChangePasswordWrapper{color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));padding:50px;height:100vh;max-width:100%;background-color:var(--emw--pam-typography, var(--emw--color-typography, #F1F1F1));border-radius:5%}.ChangePasswordTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--color-primary, #22B04E);font-weight:var(--emw--font-weight-semibold, 500)}.ChangePasswordTitleMobile{font-size:var(--emw--font-size-large, 20px);color:var(--emw--color-primary, #22B04E)}.ChangePasswordTitleNone{display:none}.PlayerChangePasswordContent{display:grid;grid-column-gap:50px;grid-row-gap:30px;grid-template-rows:auto;grid-template-columns:1fr;padding-bottom:30px;max-width:400px;min-width:200px}.PlayerChangePasswordButtonsArea{display:grid;grid-column-gap:10px;grid-template-rows:auto;grid-template-columns:1fr}.PlayerChangePasswordSaveButton,.PlayerChangePasswordCancelButton{cursor:pointer;border-radius:5px;width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:15px;font-family:var(--emw--button-typography);color:var(--emw--pam-typography, var(---emw--button-text-color, #FFFFFF));text-transform:uppercase;text-align:center;transition-duration:0.3s;box-sizing:border-box;padding:10px}.PlayerChangePasswordSaveButton.ButtonInactive,.PlayerChangePasswordCancelButton.ButtonInactive{opacity:0.3}.PlayerChangePasswordCancelButton{background:transparent;font-family:var(--emw--button-typography);border:1px solid var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordCancelButton.PlayerButtonDisabled{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B);cursor:not-allowed}.PlayerChangePasswordSaveButton{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);max-width:400px;min-width:200px;padding:13px 0;font-size:var(--emw--font-size-medium, 16px);font-family:var(--emw--button-typography);color:var(--emw--button-text-color, #FFFFFF)}.PlayerChangePasswordSaveButton.PlayerButtonDisabled{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B);cursor:not-allowed}.PlayerChangePasswordBox{display:flex;flex-direction:column;position:relative}.PlayerChangePasswordBox label{font-size:var(--emw--font-size-medium, 16px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:10px}.PlayerChangePasswordBox input{font-family:inherit;font-size:var(--emw--font-size-medium, 16px);font-weight:var(--emw--font-weight-light, 300);color:var(--emw--color-contrast, #07072A);padding:10px;line-height:16px;border:2px solid var(--emw--color-gray-100, #D6D6D6);background:var(--emw--pam-typography, var(--emw--color-typography, #FFFFFF));border-radius:10px;outline:none;transition-duration:0.3s}.PlayerChangePasswordBox input:focus,.PlayerChangePasswordBox input :focus-within,.PlayerChangePasswordBox input :focus-visible,.PlayerChangePasswordBox input :visited{box-shadow:0 0 0 1pt var(--emw--color-primary, #22B04E)}.PlayerChangePasswordBox .FieldDisabled{color:var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordBox input::-webkit-outer-spin-button,.PlayerChangePasswordBox input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.PlayerChangePasswordBox input::-ms-reveal,.PlayerChangePasswordBox input::-ms-clear{display:none}.PlayerChangePasswordBox input[type=number]{-moz-appearance:textfield}.PlayerChangePasswordBox.InvalidField input{border:1px solid var(--emw--color-error, #FD2839);background:var(--emw--color-pale, #FBECF4);color:var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordBox:last-child.InvalidField .InvalidInput{bottom:-16px}.PlayerChangePasswordBox:last-child.InvalidField .InvalidInputNew{bottom:-24px}.TogglePasswordVisibility{height:20px;position:absolute;right:10px;top:38px;cursor:pointer;color:var(--emw--color-gray-300, #58586B)}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect{fill:var(--emw--color-error, #FD2839)}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect{fill:var(--emw--color-gray-300, #58586B)}.TogglePasswordVisibilityMobile{top:35px}.InvalidInput,.InvalidInputNew{color:var(--emw--color-error, #FD2839);font-size:var(--emw--font-size-2x-small, 10px);padding-top:5px;margin:0;line-height:12px}.InvalidInputNew{bottom:-24px}.PasswordChangedError{color:var(--emw--color-error, #FD2839);font-size:var(--emw--font-size-medium, 16px);line-height:18px;margin-top:0}.ChangedPasswordSuccessfully{color:var(--emw--button-text-color, #FFFFFF);position:relative}.ChangedPasswordSuccessfully .SuccessWrapper{display:inline-flex;align-items:center;margin-bottom:20px}.ChangedPasswordSuccessfully .IconContainer{width:45px;height:45px;border:1px solid var(--emw--color-valid, #48952a);border-radius:var(--emw--button-border-radius, 50px);display:flex;align-items:center;justify-content:center}.ChangedPasswordSuccessfully .Checkmark{width:12px;height:22px;border:1px solid var(--emw--color-valid, #48952a);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:relative;top:-3px}.ChangedPasswordSuccessfully h3{font-size:var(--emw--font-size-large, 20px);font-weight:var(--emw--font-weight-normal, 400);margin:10px 0;color:var(--emw--color-valid, #48952a)}.ChangedPasswordSuccessfully p{margin:0;font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-light, 300);color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A))}.ChangedPasswordSuccessfully .TextContainer{display:flex;flex-direction:column;padding:10px 20px}.ChangedPasswordSuccessfully .PlayerChangePasswordBackButton{cursor:pointer;display:flex;justify-content:center;text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;padding:10px;border:1px solid var(--emw--color-primary, #22B04E);background:var(--emw--color-primary, #22B04E);max-width:185px;background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);width:auto;font-size:var(--emw--font-size-medium, 16px);font-family:var(--emw--button-typography);color:var(--emw--button-text-color, #FFFFFF)}.ChangedPasswordSuccessfully .PlayerChangePasswordBackButton:hover{filter:brightness(0.9)}.PlayerChangePasswordWrapperMobile{height:75vh;max-width:unset;padding:20px 20px 40px 20px;display:flex;flex-flow:column;border-radius:0}.PlayerChangePasswordWrapperMobile:after{content:"";position:absolute;bottom:0}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordBackButton{width:100%;max-width:none}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordHeader h3{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-normal, 400)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordBox label{font-family:inherit;color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-normal, 400)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordBox input{font-family:inherit;color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--font-size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordButtonsArea{grid-column-gap:10px}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordSaveButton,.PlayerChangePasswordWrapperMobile .PlayerChangePasswordCancelButton{font-family:inherit;font-size:var(--emw--font-size-x-small, 12px);height:44px;color:var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordSaveButton{font-family:inherit;color:var(--emw--button-text-color, #FFFFFF)}.PlayerChangePasswordWrapperMobile .PlayerChangePasswordSaveButton.ButtonInactive{opacity:0.3}.PlayerChangePasswordWrapperMobile .ChangedPasswordSuccessfully{color:var(--emw--color-gray-300, #58586B)}.MenuReturnButton{font-family:inherit;color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.PlayerChangePasswordWrapperTablet{padding:40px 25% 100% 25%}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordContent{grid-row-gap:20px}.PlayerChangePasswordWrapperTablet .MenuReturnButton{font-family:inherit;margin-bottom:30px}.PlayerChangePasswordWrapperTablet .MenuReturnButton span{font-size:var(--emw--font-size-large, 20px)}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox label{font-size:var(--emw--font-size-large, 20px);font-family:inherit}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox input{font-family:inherit;height:30px;font-size:var(--emw--font-size-large, 20px);line-height:30px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility{width:30px;top:46px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility.InvalidToggle path,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility.InvalidToggle circle,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility.InvalidToggle rect{fill:var(--emw--color-error, #FD2839)}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility path,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility circle,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .TogglePasswordVisibility rect{fill:var(--emw--color-gray-300, #58586B)}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox .InvalidInput{font-size:var(--emw--font-size-medium, 16px);bottom:-50px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordBox:last-child .InvalidInput{font-size:var(--emw--font-size-medium, 16px);bottom:-50px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea{grid-column-gap:40px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea .PlayerChangePasswordSaveButton,.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea .PlayerChangePasswordCancelButton{font-size:18px;font-family:inherit;height:56px}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea .PlayerChangePasswordSaveButton{color:var(--emw--button-text-color, #FFFFFF);font-family:inherit}.PlayerChangePasswordWrapperTablet .PlayerChangePasswordButtonsArea .PlayerChangePasswordSaveButton.ButtonInactive{color:var(--emw--color-gray-300, #58586B)}');
4355
4392
  }
4356
- function Ps(e) {
4393
+ function Ms(e) {
4357
4394
  let t;
4358
4395
  function r(s, i) {
4359
4396
  return (
4360
4397
  /*passwordChanged*/
4361
- s[2] ? _s : xs
4398
+ s[2] ? Ns : Os
4362
4399
  );
4363
4400
  }
4364
4401
  let n = r(e), a = n(e);
@@ -4380,7 +4417,7 @@ function Ps(e) {
4380
4417
  }
4381
4418
  };
4382
4419
  }
4383
- function _s(e) {
4420
+ function Ns(e) {
4384
4421
  let t, r, n, a = (
4385
4422
  /*$_*/
4386
4423
  e[19]("changePasswordText") + ""
@@ -4393,16 +4430,16 @@ function _s(e) {
4393
4430
  ), B, O, F, k = (
4394
4431
  /*$_*/
4395
4432
  e[19]("backButtonText") + ""
4396
- ), N, X, ee, U = (
4433
+ ), N, X, te, U = (
4397
4434
  /*isMobile*/
4398
- e[20] && Es(e)
4435
+ e[20] && Rs(e)
4399
4436
  );
4400
4437
  return {
4401
4438
  c() {
4402
4439
  U && U.c(), t = L(), r = _("div"), n = _("h3"), s = H(a), i = L(), l = _("div"), u = _("div"), h = _("div"), h.innerHTML = '<div class="Checkmark"></div>', c = L(), d = _("div"), p = _("h3"), y = H(g), w = L(), T = _("p"), B = H(P), O = L(), F = _("div"), N = H(k), o(r, "class", "PlayerChangePasswordHeader"), o(h, "class", "IconContainer"), o(d, "class", "TextContainer"), o(u, "class", "SuccessWrapper"), o(F, "class", "PlayerChangePasswordBackButton"), o(l, "class", "ChangedPasswordSuccessfully");
4403
4440
  },
4404
4441
  m(M, E) {
4405
- U && U.m(M, E), I(M, t, E), I(M, r, E), f(r, n), f(n, s), I(M, i, E), I(M, l, E), f(l, u), f(u, h), f(u, c), f(u, d), f(d, p), f(p, y), f(d, w), f(d, T), f(T, B), f(l, O), f(l, F), f(F, N), X || (ee = z(
4442
+ U && U.m(M, E), I(M, t, E), I(M, r, E), f(r, n), f(n, s), I(M, i, E), I(M, l, E), f(l, u), f(u, h), f(u, c), f(u, d), f(d, p), f(p, y), f(d, w), f(d, T), f(T, B), f(l, O), f(l, F), f(F, N), X || (te = z(
4406
4443
  F,
4407
4444
  "click",
4408
4445
  /*click_handler_9*/
@@ -4422,11 +4459,11 @@ function _s(e) {
4422
4459
  M[19]("backButtonText") + "") && D(N, k);
4423
4460
  },
4424
4461
  d(M) {
4425
- M && (A(t), A(r), A(i), A(l)), U && U.d(M), X = !1, ee();
4462
+ M && (A(t), A(r), A(i), A(l)), U && U.d(M), X = !1, te();
4426
4463
  }
4427
4464
  };
4428
4465
  }
4429
- function xs(e) {
4466
+ function Os(e) {
4430
4467
  let t, r, n = (
4431
4468
  /*$_*/
4432
4469
  e[19]("titleChangePassword") + ""
@@ -4436,81 +4473,81 @@ function xs(e) {
4436
4473
  ), c, d, p, g, y, w, T, P, B, O = (
4437
4474
  /*$_*/
4438
4475
  e[19]("newPassword") + ""
4439
- ), F, k, N, X, ee, U, M, E, Z, fe = (
4476
+ ), F, k, N, X, te, U, M, E, Z, de = (
4440
4477
  /*$_*/
4441
4478
  e[19]("confirmPassword") + ""
4442
- ), be, De, Q, re, Ue, we, oe, de, le, Y, pe = (
4479
+ ), we, Ue, Q, ne, $e, ye, le, pe, ue, Y, me = (
4443
4480
  /*$_*/
4444
4481
  e[19]("submitChangePassword") + ""
4445
- ), $e, me, ye, Ge, Qe, ne = (
4482
+ ), Ge, ge, ve, Ve, Ye, ae = (
4446
4483
  /*isMobile*/
4447
- e[20] && Cs(e)
4484
+ e[20] && Ls(e)
4448
4485
  );
4449
- function Ye(m, v) {
4486
+ function Je(m, v) {
4450
4487
  return (
4451
4488
  /*isCurrentPasswordVisible*/
4452
- m[10] ? Bs : Ts
4489
+ m[10] ? ks : Fs
4453
4490
  );
4454
4491
  }
4455
- let ve = Ye(e), J = ve(e), $ = (
4492
+ let Pe = Je(e), J = Pe(e), $ = (
4456
4493
  /*invalidCurrentPassword*/
4457
- e[4] && lr(e)
4494
+ e[4] && pr(e)
4458
4495
  );
4459
- function Je(m, v) {
4496
+ function qe(m, v) {
4460
4497
  return (
4461
4498
  /*isNewPasswordVisible*/
4462
- m[11] ? Hs : Is
4499
+ m[11] ? Gs : $s
4463
4500
  );
4464
4501
  }
4465
- let Pe = Je(e), q = Pe(e);
4466
- function qe(m, v) {
4502
+ let _e = qe(e), q = _e(e);
4503
+ function Ke(m, v) {
4467
4504
  if (
4468
4505
  /*oldPasswordSameAsNew*/
4469
4506
  m[13]
4470
- ) return Ns;
4507
+ ) return js;
4471
4508
  if (
4472
4509
  /*invalidNewPassword*/
4473
4510
  m[5]
4474
- ) return Ms;
4511
+ ) return Vs;
4475
4512
  }
4476
- let ue = qe(e), G = ue && ue(e);
4477
- function Ke(m, v) {
4513
+ let he = Ke(e), G = he && he(e);
4514
+ function et(m, v) {
4478
4515
  return (
4479
4516
  /*isConfirmPasswordVisible*/
4480
- m[12] ? Fs : Ls
4517
+ m[12] ? Zs : Xs
4481
4518
  );
4482
4519
  }
4483
- let _e = Ke(e), K = _e(e), V = (
4520
+ let xe = et(e), K = xe(e), V = (
4484
4521
  /*invalidConfirmPassword*/
4485
- e[6] && ur(e)
4522
+ e[6] && mr(e)
4486
4523
  ), j = (
4487
4524
  /*showErrorPasswordChanged*/
4488
- e[18] && hr(e)
4525
+ e[18] && gr(e)
4489
4526
  );
4490
4527
  return {
4491
4528
  c() {
4492
- ne && ne.c(), t = L(), r = _("h2"), a = H(n), s = L(), i = _("section"), l = _("div"), u = _("label"), c = H(h), d = L(), p = _("input"), g = L(), J.c(), y = L(), $ && $.c(), T = L(), P = _("div"), B = _("label"), F = H(O), k = L(), N = _("input"), X = L(), q.c(), ee = L(), G && G.c(), M = L(), E = _("div"), Z = _("label"), be = H(fe), De = L(), Q = _("input"), re = L(), K.c(), Ue = L(), V && V.c(), oe = L(), j && j.c(), de = L(), le = _("section"), Y = _("button"), $e = H(pe), o(r, "class", "ChangePasswordTitle " + /*isMobile*/
4529
+ ae && ae.c(), t = L(), r = _("h2"), a = H(n), s = L(), i = _("section"), l = _("div"), u = _("label"), c = H(h), d = L(), p = _("input"), g = L(), J.c(), y = L(), $ && $.c(), T = L(), P = _("div"), B = _("label"), F = H(O), k = L(), N = _("input"), X = L(), q.c(), te = L(), G && G.c(), M = L(), E = _("div"), Z = _("label"), we = H(de), Ue = L(), Q = _("input"), ne = L(), K.c(), $e = L(), V && V.c(), le = L(), j && j.c(), pe = L(), ue = _("section"), Y = _("button"), Ge = H(me), o(r, "class", "ChangePasswordTitle " + /*isMobile*/
4493
4530
  (e[20] ? "ChangePasswordTitleNone" : "")), o(u, "for", "CurrentPassword"), o(p, "id", "CurrentPassword"), o(p, "type", "password"), o(l, "class", w = "PlayerChangePasswordBox " + /*invalidCurrentPassword*/
4494
4531
  (e[4] ? "InvalidField" : "")), o(B, "for", "NewPassword"), o(N, "id", "NewPassword"), o(N, "autocomplete", "new-password"), o(N, "type", "password"), o(P, "class", U = "PlayerChangePasswordBox " + /*invalidNewPassword*/
4495
- (e[5] ? "InvalidField" : "")), o(Z, "for", "ConfirmPassword"), o(Q, "id", "ConfirmPassword"), o(Q, "type", "password"), o(E, "class", we = "PlayerChangePasswordBox " + /*invalidConfirmPassword*/
4496
- (e[6] ? "InvalidField" : "")), o(i, "class", "PlayerChangePasswordContent"), o(Y, "class", me = "PlayerChangePasswordSaveButton " + /*activateSubmit*/
4497
- (e[3] ? "" : "ButtonInactive")), Y.disabled = ye = !/*activateSubmit*/
4498
- e[3], o(le, "class", "PlayerChangePasswordButtonsArea");
4532
+ (e[5] ? "InvalidField" : "")), o(Z, "for", "ConfirmPassword"), o(Q, "id", "ConfirmPassword"), o(Q, "type", "password"), o(E, "class", ye = "PlayerChangePasswordBox " + /*invalidConfirmPassword*/
4533
+ (e[6] ? "InvalidField" : "")), o(i, "class", "PlayerChangePasswordContent"), o(Y, "class", ge = "PlayerChangePasswordSaveButton " + /*activateSubmit*/
4534
+ (e[3] ? "" : "ButtonInactive")), Y.disabled = ve = !/*activateSubmit*/
4535
+ e[3], o(ue, "class", "PlayerChangePasswordButtonsArea");
4499
4536
  },
4500
4537
  m(m, v) {
4501
- ne && ne.m(m, v), I(m, t, v), I(m, r, v), f(r, a), I(m, s, v), I(m, i, v), f(i, l), f(l, u), f(u, c), f(l, d), f(l, p), xe(
4538
+ ae && ae.m(m, v), I(m, t, v), I(m, r, v), f(r, a), I(m, s, v), I(m, i, v), f(i, l), f(l, u), f(u, c), f(l, d), f(l, p), Ee(
4502
4539
  p,
4503
4540
  /*userCurrentPassword*/
4504
4541
  e[14]
4505
- ), e[34](p), f(l, g), J.m(l, null), f(l, y), $ && $.m(l, null), f(i, T), f(i, P), f(P, B), f(B, F), f(P, k), f(P, N), xe(
4542
+ ), e[34](p), f(l, g), J.m(l, null), f(l, y), $ && $.m(l, null), f(i, T), f(i, P), f(P, B), f(B, F), f(P, k), f(P, N), Ee(
4506
4543
  N,
4507
4544
  /*userNewPassword*/
4508
4545
  e[15]
4509
- ), e[38](N), f(P, X), q.m(P, null), f(P, ee), G && G.m(P, null), f(i, M), f(i, E), f(E, Z), f(Z, be), f(E, De), f(E, Q), xe(
4546
+ ), e[38](N), f(P, X), q.m(P, null), f(P, te), G && G.m(P, null), f(i, M), f(i, E), f(E, Z), f(Z, we), f(E, Ue), f(E, Q), Ee(
4510
4547
  Q,
4511
4548
  /*userConfirmPassword*/
4512
4549
  e[16]
4513
- ), e[42](Q), f(E, re), K.m(E, null), f(E, Ue), V && V.m(E, null), I(m, oe, v), j && j.m(m, v), I(m, de, v), I(m, le, v), f(le, Y), f(Y, $e), Ge || (Qe = [
4550
+ ), e[42](Q), f(E, ne), K.m(E, null), f(E, $e), V && V.m(E, null), I(m, le, v), j && j.m(m, v), I(m, pe, v), I(m, ue, v), f(ue, Y), f(Y, Ge), Ve || (Ye = [
4514
4551
  z(
4515
4552
  p,
4516
4553
  "input",
@@ -4518,7 +4555,7 @@ function xs(e) {
4518
4555
  e[33]
4519
4556
  ),
4520
4557
  z(p, "blur", function() {
4521
- Se(
4558
+ Ae(
4522
4559
  /*validatePassword*/
4523
4560
  e[23](
4524
4561
  /*invalidCurrentPassword*/
@@ -4544,7 +4581,7 @@ function xs(e) {
4544
4581
  e[37]
4545
4582
  ),
4546
4583
  z(N, "blur", function() {
4547
- Se(
4584
+ Ae(
4548
4585
  /*validatePassword*/
4549
4586
  e[23](
4550
4587
  /*invalidNewPassword*/
@@ -4570,7 +4607,7 @@ function xs(e) {
4570
4607
  e[41]
4571
4608
  ),
4572
4609
  z(Q, "blur", function() {
4573
- Se(
4610
+ Ae(
4574
4611
  /*validatePassword*/
4575
4612
  e[23](
4576
4613
  /*invalidConfirmPassword*/
@@ -4595,59 +4632,59 @@ function xs(e) {
4595
4632
  /*click_handler_7*/
4596
4633
  e[45]
4597
4634
  )
4598
- ], Ge = !0);
4635
+ ], Ve = !0);
4599
4636
  },
4600
4637
  p(m, v) {
4601
4638
  e = m, /*isMobile*/
4602
- e[20] && ne.p(e, v), v[0] & /*$_*/
4639
+ e[20] && ae.p(e, v), v[0] & /*$_*/
4603
4640
  524288 && n !== (n = /*$_*/
4604
4641
  e[19]("titleChangePassword") + "") && D(a, n), v[0] & /*$_*/
4605
4642
  524288 && h !== (h = /*$_*/
4606
4643
  e[19]("currentPassword") + "") && D(c, h), v[0] & /*userCurrentPassword*/
4607
4644
  16384 && p.value !== /*userCurrentPassword*/
4608
- e[14] && xe(
4645
+ e[14] && Ee(
4609
4646
  p,
4610
4647
  /*userCurrentPassword*/
4611
4648
  e[14]
4612
- ), ve === (ve = Ye(e)) && J ? J.p(e, v) : (J.d(1), J = ve(e), J && (J.c(), J.m(l, y))), /*invalidCurrentPassword*/
4613
- e[4] ? $ ? $.p(e, v) : ($ = lr(e), $.c(), $.m(l, null)) : $ && ($.d(1), $ = null), v[0] & /*invalidCurrentPassword*/
4649
+ ), Pe === (Pe = Je(e)) && J ? J.p(e, v) : (J.d(1), J = Pe(e), J && (J.c(), J.m(l, y))), /*invalidCurrentPassword*/
4650
+ e[4] ? $ ? $.p(e, v) : ($ = pr(e), $.c(), $.m(l, null)) : $ && ($.d(1), $ = null), v[0] & /*invalidCurrentPassword*/
4614
4651
  16 && w !== (w = "PlayerChangePasswordBox " + /*invalidCurrentPassword*/
4615
4652
  (e[4] ? "InvalidField" : "")) && o(l, "class", w), v[0] & /*$_*/
4616
4653
  524288 && O !== (O = /*$_*/
4617
4654
  e[19]("newPassword") + "") && D(F, O), v[0] & /*userNewPassword*/
4618
4655
  32768 && N.value !== /*userNewPassword*/
4619
- e[15] && xe(
4656
+ e[15] && Ee(
4620
4657
  N,
4621
4658
  /*userNewPassword*/
4622
4659
  e[15]
4623
- ), Pe === (Pe = Je(e)) && q ? q.p(e, v) : (q.d(1), q = Pe(e), q && (q.c(), q.m(P, ee))), ue === (ue = qe(e)) && G ? G.p(e, v) : (G && G.d(1), G = ue && ue(e), G && (G.c(), G.m(P, null))), v[0] & /*invalidNewPassword*/
4660
+ ), _e === (_e = qe(e)) && q ? q.p(e, v) : (q.d(1), q = _e(e), q && (q.c(), q.m(P, te))), he === (he = Ke(e)) && G ? G.p(e, v) : (G && G.d(1), G = he && he(e), G && (G.c(), G.m(P, null))), v[0] & /*invalidNewPassword*/
4624
4661
  32 && U !== (U = "PlayerChangePasswordBox " + /*invalidNewPassword*/
4625
4662
  (e[5] ? "InvalidField" : "")) && o(P, "class", U), v[0] & /*$_*/
4626
- 524288 && fe !== (fe = /*$_*/
4627
- e[19]("confirmPassword") + "") && D(be, fe), v[0] & /*userConfirmPassword*/
4663
+ 524288 && de !== (de = /*$_*/
4664
+ e[19]("confirmPassword") + "") && D(we, de), v[0] & /*userConfirmPassword*/
4628
4665
  65536 && Q.value !== /*userConfirmPassword*/
4629
- e[16] && xe(
4666
+ e[16] && Ee(
4630
4667
  Q,
4631
4668
  /*userConfirmPassword*/
4632
4669
  e[16]
4633
- ), _e === (_e = Ke(e)) && K ? K.p(e, v) : (K.d(1), K = _e(e), K && (K.c(), K.m(E, Ue))), /*invalidConfirmPassword*/
4634
- e[6] ? V ? V.p(e, v) : (V = ur(e), V.c(), V.m(E, null)) : V && (V.d(1), V = null), v[0] & /*invalidConfirmPassword*/
4635
- 64 && we !== (we = "PlayerChangePasswordBox " + /*invalidConfirmPassword*/
4636
- (e[6] ? "InvalidField" : "")) && o(E, "class", we), /*showErrorPasswordChanged*/
4637
- e[18] ? j ? j.p(e, v) : (j = hr(e), j.c(), j.m(de.parentNode, de)) : j && (j.d(1), j = null), v[0] & /*$_*/
4638
- 524288 && pe !== (pe = /*$_*/
4639
- e[19]("submitChangePassword") + "") && D($e, pe), v[0] & /*activateSubmit*/
4640
- 8 && me !== (me = "PlayerChangePasswordSaveButton " + /*activateSubmit*/
4641
- (e[3] ? "" : "ButtonInactive")) && o(Y, "class", me), v[0] & /*activateSubmit*/
4642
- 8 && ye !== (ye = !/*activateSubmit*/
4643
- e[3]) && (Y.disabled = ye);
4670
+ ), xe === (xe = et(e)) && K ? K.p(e, v) : (K.d(1), K = xe(e), K && (K.c(), K.m(E, $e))), /*invalidConfirmPassword*/
4671
+ e[6] ? V ? V.p(e, v) : (V = mr(e), V.c(), V.m(E, null)) : V && (V.d(1), V = null), v[0] & /*invalidConfirmPassword*/
4672
+ 64 && ye !== (ye = "PlayerChangePasswordBox " + /*invalidConfirmPassword*/
4673
+ (e[6] ? "InvalidField" : "")) && o(E, "class", ye), /*showErrorPasswordChanged*/
4674
+ e[18] ? j ? j.p(e, v) : (j = gr(e), j.c(), j.m(pe.parentNode, pe)) : j && (j.d(1), j = null), v[0] & /*$_*/
4675
+ 524288 && me !== (me = /*$_*/
4676
+ e[19]("submitChangePassword") + "") && D(Ge, me), v[0] & /*activateSubmit*/
4677
+ 8 && ge !== (ge = "PlayerChangePasswordSaveButton " + /*activateSubmit*/
4678
+ (e[3] ? "" : "ButtonInactive")) && o(Y, "class", ge), v[0] & /*activateSubmit*/
4679
+ 8 && ve !== (ve = !/*activateSubmit*/
4680
+ e[3]) && (Y.disabled = ve);
4644
4681
  },
4645
4682
  d(m) {
4646
- m && (A(t), A(r), A(s), A(i), A(oe), A(de), A(le)), ne && ne.d(m), e[34](null), J.d(), $ && $.d(), e[38](null), q.d(), G && G.d(), e[42](null), K.d(), V && V.d(), j && j.d(m), Ge = !1, Re(Qe);
4683
+ m && (A(t), A(r), A(s), A(i), A(le), A(pe), A(ue)), ae && ae.d(m), e[34](null), J.d(), $ && $.d(), e[38](null), q.d(), G && G.d(), e[42](null), K.d(), V && V.d(), j && j.d(m), Ve = !1, Le(Ye);
4647
4684
  }
4648
4685
  };
4649
4686
  }
4650
- function Es(e) {
4687
+ function Rs(e) {
4651
4688
  let t, r, n, a, s, i, l = (
4652
4689
  /*$_*/
4653
4690
  e[19]("returnToMenu") + ""
@@ -4656,7 +4693,7 @@ function Es(e) {
4656
4693
  c() {
4657
4694
  t = _("div"), r = b("svg"), n = b("g"), a = b("path"), s = L(), i = _("span"), u = H(l), o(a, "id", "Chevron_Right"), o(a, "d", `M57.633,129.007L165.93,237.268c4.752,4.74,12.451,4.74,17.215,0c4.752-4.74,4.752-12.439,0-17.179
4658
4695
  l-99.707-99.671l99.695-99.671c4.752-4.74,4.752-12.439,0-17.191c-4.752-4.74-12.463-4.74-17.215,0L57.621,111.816
4659
- C52.942,116.507,52.942,124.327,57.633,129.007z`), o(r, "version", "1.1"), o(r, "id", "Capa_1"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "xmlns:xlink", "http://www.w3.org/1999/xlink"), o(r, "x", "0px"), o(r, "y", "0px"), o(r, "viewBox", "0 0 240.823 240.823"), qr(r, "enable-background", "new 0 0 240.823 240.823"), o(r, "xml:space", "preserve"), o(r, "width", "18px"), o(r, "fill", "var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))"), o(t, "class", "MenuReturnButton");
4696
+ C52.942,116.507,52.942,124.327,57.633,129.007z`), o(r, "version", "1.1"), o(r, "id", "Capa_1"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "xmlns:xlink", "http://www.w3.org/1999/xlink"), o(r, "x", "0px"), o(r, "y", "0px"), o(r, "viewBox", "0 0 240.823 240.823"), hn(r, "enable-background", "new 0 0 240.823 240.823"), o(r, "xml:space", "preserve"), o(r, "width", "18px"), o(r, "fill", "var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))"), o(t, "class", "MenuReturnButton");
4660
4697
  },
4661
4698
  m(d, p) {
4662
4699
  I(d, t, p), f(t, r), f(r, n), f(n, a), f(t, s), f(t, i), f(i, u), h || (c = z(
@@ -4676,7 +4713,7 @@ function Es(e) {
4676
4713
  }
4677
4714
  };
4678
4715
  }
4679
- function Cs(e) {
4716
+ function Ls(e) {
4680
4717
  let t, r, n, a, s, i, l, u, h, c, d = (
4681
4718
  /*$_*/
4682
4719
  e[19]("titleChangePassword") + ""
@@ -4703,7 +4740,7 @@ function Cs(e) {
4703
4740
  }
4704
4741
  };
4705
4742
  }
4706
- function Ts(e) {
4743
+ function Fs(e) {
4707
4744
  let t, r, n, a, s, i, l, u, h, c;
4708
4745
  return {
4709
4746
  c() {
@@ -4730,7 +4767,7 @@ function Ts(e) {
4730
4767
  }
4731
4768
  };
4732
4769
  }
4733
- function Bs(e) {
4770
+ function ks(e) {
4734
4771
  let t, r, n, a, s, i, l, u, h, c, d, p, g, y, w, T;
4735
4772
  return {
4736
4773
  c() {
@@ -4757,18 +4794,18 @@ function Bs(e) {
4757
4794
  }
4758
4795
  };
4759
4796
  }
4760
- function lr(e) {
4797
+ function pr(e) {
4761
4798
  let t;
4762
4799
  function r(s, i) {
4763
4800
  return (
4764
4801
  /*simplepasswordvalidation*/
4765
- s[0] == "true" ? As : Ss
4802
+ s[0] == "true" ? Us : Ds
4766
4803
  );
4767
4804
  }
4768
4805
  let n = r(e), a = n(e);
4769
4806
  return {
4770
4807
  c() {
4771
- a.c(), t = pr();
4808
+ a.c(), t = vr();
4772
4809
  },
4773
4810
  m(s, i) {
4774
4811
  a.m(s, i), I(s, t, i);
@@ -4781,7 +4818,7 @@ function lr(e) {
4781
4818
  }
4782
4819
  };
4783
4820
  }
4784
- function Ss(e) {
4821
+ function Ds(e) {
4785
4822
  let t, r = (
4786
4823
  /*$_*/
4787
4824
  e[19]("invalidPasswordRule") + ""
@@ -4803,7 +4840,7 @@ function Ss(e) {
4803
4840
  }
4804
4841
  };
4805
4842
  }
4806
- function As(e) {
4843
+ function Us(e) {
4807
4844
  let t, r = (
4808
4845
  /*$_*/
4809
4846
  e[19]("simplePasswordError") + ""
@@ -4825,7 +4862,7 @@ function As(e) {
4825
4862
  }
4826
4863
  };
4827
4864
  }
4828
- function Is(e) {
4865
+ function $s(e) {
4829
4866
  let t, r, n, a, s, i, l, u, h, c;
4830
4867
  return {
4831
4868
  c() {
@@ -4852,7 +4889,7 @@ function Is(e) {
4852
4889
  }
4853
4890
  };
4854
4891
  }
4855
- function Hs(e) {
4892
+ function Gs(e) {
4856
4893
  let t, r, n, a, s, i, l, u, h, c, d, p, g, y, w, T;
4857
4894
  return {
4858
4895
  c() {
@@ -4879,18 +4916,18 @@ function Hs(e) {
4879
4916
  }
4880
4917
  };
4881
4918
  }
4882
- function Ms(e) {
4919
+ function Vs(e) {
4883
4920
  let t;
4884
4921
  function r(s, i) {
4885
4922
  return (
4886
4923
  /*simplepasswordvalidation*/
4887
- s[0] == "true" ? Rs : Os
4924
+ s[0] == "true" ? Ws : zs
4888
4925
  );
4889
4926
  }
4890
4927
  let n = r(e), a = n(e);
4891
4928
  return {
4892
4929
  c() {
4893
- a.c(), t = pr();
4930
+ a.c(), t = vr();
4894
4931
  },
4895
4932
  m(s, i) {
4896
4933
  a.m(s, i), I(s, t, i);
@@ -4903,7 +4940,7 @@ function Ms(e) {
4903
4940
  }
4904
4941
  };
4905
4942
  }
4906
- function Ns(e) {
4943
+ function js(e) {
4907
4944
  let t, r = (
4908
4945
  /*$_*/
4909
4946
  e[19]("invalidNewPassword") + ""
@@ -4925,7 +4962,7 @@ function Ns(e) {
4925
4962
  }
4926
4963
  };
4927
4964
  }
4928
- function Os(e) {
4965
+ function zs(e) {
4929
4966
  let t, r = (
4930
4967
  /*$_*/
4931
4968
  e[19]("invalidPasswordRule") + ""
@@ -4947,7 +4984,7 @@ function Os(e) {
4947
4984
  }
4948
4985
  };
4949
4986
  }
4950
- function Rs(e) {
4987
+ function Ws(e) {
4951
4988
  let t, r = (
4952
4989
  /*$_*/
4953
4990
  e[19]("simplePasswordError") + ""
@@ -4969,7 +5006,7 @@ function Rs(e) {
4969
5006
  }
4970
5007
  };
4971
5008
  }
4972
- function Ls(e) {
5009
+ function Xs(e) {
4973
5010
  let t, r, n, a, s, i, l, u, h, c;
4974
5011
  return {
4975
5012
  c() {
@@ -4996,7 +5033,7 @@ function Ls(e) {
4996
5033
  }
4997
5034
  };
4998
5035
  }
4999
- function Fs(e) {
5036
+ function Zs(e) {
5000
5037
  let t, r, n, a, s, i, l, u, h, c, d, p, g, y, w, T;
5001
5038
  return {
5002
5039
  c() {
@@ -5023,7 +5060,7 @@ function Fs(e) {
5023
5060
  }
5024
5061
  };
5025
5062
  }
5026
- function ur(e) {
5063
+ function mr(e) {
5027
5064
  let t, r = (
5028
5065
  /*$_*/
5029
5066
  e[19]("confirmPasswordInvalid") + ""
@@ -5045,7 +5082,7 @@ function ur(e) {
5045
5082
  }
5046
5083
  };
5047
5084
  }
5048
- function hr(e) {
5085
+ function gr(e) {
5049
5086
  let t, r, n;
5050
5087
  return {
5051
5088
  c() {
@@ -5070,10 +5107,10 @@ function hr(e) {
5070
5107
  }
5071
5108
  };
5072
5109
  }
5073
- function ks(e) {
5110
+ function Qs(e) {
5074
5111
  let t;
5075
5112
  function r(s, i) {
5076
- return Ps;
5113
+ return Ms;
5077
5114
  }
5078
5115
  let a = r()(e);
5079
5116
  return {
@@ -5086,34 +5123,34 @@ function ks(e) {
5086
5123
  p(s, i) {
5087
5124
  a.p(s, i);
5088
5125
  },
5089
- i: te,
5090
- o: te,
5126
+ i: re,
5127
+ o: re,
5091
5128
  d(s) {
5092
5129
  s && A(t), a.d(), e[48](null);
5093
5130
  }
5094
5131
  };
5095
5132
  }
5096
- function Ds(e, t, r) {
5133
+ function Ys(e, t, r) {
5097
5134
  let n;
5098
- Xr(e, bs, (m) => r(19, n = m));
5099
- let { lang: a = "en" } = t, { simplepasswordvalidation: s = "false" } = t, { clientstyling: i = "" } = t, { clientstylingurl: l = "" } = t, { translationurl: u = "" } = t, { passwordregex: h = "" } = t, c, d = window.navigator.userAgent, p = ws(d) !== "PC", g = !1;
5135
+ an(e, Ss, (m) => r(19, n = m));
5136
+ let { lang: a = "en" } = t, { simplepasswordvalidation: s = "false" } = t, { clientstyling: i = "" } = t, { clientstylingurl: l = "" } = t, { translationurl: u = "" } = t, { passwordregex: h = "" } = t, c, d = window.navigator.userAgent, p = As(d) !== "PC", g = !1;
5100
5137
  const y = window.matchMedia("(min-width: 768px)"), w = {
5101
5138
  password: /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[^\w\s]).{8,20}$/
5102
5139
  };
5103
- let T = !1, P = !1, B = !1, O, F, k, N = !1, X = !1, ee = !1, U = !1, M = "", E = "", Z = "", fe = !1, be = "", De = !1;
5140
+ let T = !1, P = !1, B = !1, O, F, k, N = !1, X = !1, te = !1, U = !1, M = "", E = "", Z = "", de = !1, we = "", Ue = !1;
5104
5141
  const Q = () => {
5105
5142
  fetch(u).then((v) => v.json()).then((v) => {
5106
- Object.keys(v).forEach((ae) => {
5107
- ir(ae, v[ae]);
5143
+ Object.keys(v).forEach((se) => {
5144
+ fr(se, v[se]);
5108
5145
  });
5109
5146
  }).catch((v) => {
5110
5147
  console.log(v);
5111
5148
  });
5112
5149
  };
5113
- Object.keys(or).forEach((m) => {
5114
- ir(m, or[m]);
5150
+ Object.keys(dr).forEach((m) => {
5151
+ fr(m, dr[m]);
5115
5152
  });
5116
- const re = (m) => {
5153
+ const ne = (m) => {
5117
5154
  switch (m) {
5118
5155
  case "userCurrentPassword":
5119
5156
  r(10, N = !N), r(7, O.type = N ? "text" : "password", O);
@@ -5122,16 +5159,16 @@ function Ds(e, t, r) {
5122
5159
  r(11, X = !X), r(8, F.type = X ? "text" : "password", F);
5123
5160
  break;
5124
5161
  case "userConfirmPassword":
5125
- r(12, ee = !ee), r(9, k.type = ee ? "text" : "password", k);
5162
+ r(12, te = !te), r(9, k.type = te ? "text" : "password", k);
5126
5163
  break;
5127
5164
  }
5128
- }, Ue = () => {
5165
+ }, $e = () => {
5129
5166
  s == "true" && (w.password = /^(?!.* ).{8,20}$/);
5130
- }, we = (m, v, ae) => {
5131
- ae.id === "CurrentPassword" ? r(4, T = !oe(v)) : ae.id === "NewPassword" ? (r(5, P = !oe(v)), M && r(13, U = M === E), Z && r(6, B = E === Z ? !oe(v) : !0)) : r(6, B = E === Z ? !oe(v) : !0), de();
5132
- }, oe = (m) => !!w.password.test(m), de = () => {
5167
+ }, ye = (m, v, se) => {
5168
+ se.id === "CurrentPassword" ? r(4, T = !le(v)) : se.id === "NewPassword" ? (r(5, P = !le(v)), M && r(13, U = M === E), Z && r(6, B = E === Z ? !le(v) : !0)) : r(6, B = E === Z ? !le(v) : !0), pe();
5169
+ }, le = (m) => !!w.password.test(m), pe = () => {
5133
5170
  !T && !P && !B && !U && M && E && Z ? r(3, g = !0) : r(3, g = !1);
5134
- }, le = (m) => {
5171
+ }, ue = (m) => {
5135
5172
  m.preventDefault(), g && window.postMessage(
5136
5173
  {
5137
5174
  type: "ChangePassword",
@@ -5148,27 +5185,27 @@ function Ds(e, t, r) {
5148
5185
  },
5149
5186
  window.location.href
5150
5187
  );
5151
- }, pe = () => {
5188
+ }, me = () => {
5152
5189
  window.postMessage({ type: "GoToHomepage" }, window.location.href);
5153
- }, $e = () => {
5154
- ys(a);
5155
- }, me = (m) => {
5190
+ }, Ge = () => {
5191
+ Is(a);
5192
+ }, ge = (m) => {
5156
5193
  if (m.data)
5157
5194
  switch (m.data.type) {
5158
5195
  case "PasswordChangedSuccessfully":
5159
- r(2, fe = !0);
5196
+ r(2, de = !0);
5160
5197
  break;
5161
5198
  case "ShowPasswordChangedError":
5162
- r(18, De = m.data.showErrorPasswordChanged), r(17, be = m.data.errorPasswordChanged);
5199
+ r(18, Ue = m.data.showErrorPasswordChanged), r(17, we = m.data.errorPasswordChanged);
5163
5200
  break;
5164
5201
  }
5165
- }, ye = () => {
5202
+ }, ve = () => {
5166
5203
  let m = document.createElement("style");
5167
5204
  m.innerHTML = i, c.appendChild(m);
5168
- }, Ge = () => {
5205
+ }, Ve = () => {
5169
5206
  let m = new URL(l), v = document.createElement("style");
5170
- fetch(m.href).then((ae) => ae.text()).then((ae) => {
5171
- v.innerHTML = ae, setTimeout(
5207
+ fetch(m.href).then((se) => se.text()).then((se) => {
5208
+ v.innerHTML = se, setTimeout(
5172
5209
  () => {
5173
5210
  c.appendChild(v);
5174
5211
  },
@@ -5176,39 +5213,39 @@ function Ds(e, t, r) {
5176
5213
  );
5177
5214
  });
5178
5215
  };
5179
- tn(() => (window.addEventListener("message", me, !1), () => {
5180
- window.removeEventListener("message", me);
5216
+ dn(() => (window.addEventListener("message", ge, !1), () => {
5217
+ window.removeEventListener("message", ge);
5181
5218
  }));
5182
- const Qe = () => Y();
5183
- function ne() {
5219
+ const Ye = () => Y();
5220
+ function ae() {
5184
5221
  M = this.value, r(14, M);
5185
5222
  }
5186
- function Ye(m) {
5187
- Be[m ? "unshift" : "push"](() => {
5223
+ function Je(m) {
5224
+ Se[m ? "unshift" : "push"](() => {
5188
5225
  O = m, r(7, O);
5189
5226
  });
5190
5227
  }
5191
- const ve = () => re("userCurrentPassword"), J = () => re("userCurrentPassword");
5228
+ const Pe = () => ne("userCurrentPassword"), J = () => ne("userCurrentPassword");
5192
5229
  function $() {
5193
5230
  E = this.value, r(15, E);
5194
5231
  }
5195
- function Je(m) {
5196
- Be[m ? "unshift" : "push"](() => {
5232
+ function qe(m) {
5233
+ Se[m ? "unshift" : "push"](() => {
5197
5234
  F = m, r(8, F);
5198
5235
  });
5199
5236
  }
5200
- const Pe = () => re("userNewPassword"), q = () => re("userNewPassword");
5201
- function qe() {
5237
+ const _e = () => ne("userNewPassword"), q = () => ne("userNewPassword");
5238
+ function Ke() {
5202
5239
  Z = this.value, r(16, Z);
5203
5240
  }
5204
- function ue(m) {
5205
- Be[m ? "unshift" : "push"](() => {
5241
+ function he(m) {
5242
+ Se[m ? "unshift" : "push"](() => {
5206
5243
  k = m, r(9, k);
5207
5244
  });
5208
5245
  }
5209
- const G = () => re("userConfirmPassword"), Ke = () => re("userConfirmPassword"), _e = (m) => le(m), K = () => Y(), V = () => pe();
5246
+ const G = () => ne("userConfirmPassword"), et = () => ne("userConfirmPassword"), xe = (m) => ue(m), K = () => Y(), V = () => me();
5210
5247
  function j(m) {
5211
- Be[m ? "unshift" : "push"](() => {
5248
+ Se[m ? "unshift" : "push"](() => {
5212
5249
  c = m, r(1, c);
5213
5250
  });
5214
5251
  }
@@ -5216,17 +5253,17 @@ function Ds(e, t, r) {
5216
5253
  "lang" in m && r(27, a = m.lang), "simplepasswordvalidation" in m && r(0, s = m.simplepasswordvalidation), "clientstyling" in m && r(28, i = m.clientstyling), "clientstylingurl" in m && r(29, l = m.clientstylingurl), "translationurl" in m && r(30, u = m.translationurl), "passwordregex" in m && r(31, h = m.passwordregex);
5217
5254
  }, e.$$.update = () => {
5218
5255
  e.$$.dirty[0] & /*simplepasswordvalidation*/
5219
- 1 && s && Ue(), e.$$.dirty[1] & /*passwordregex*/
5256
+ 1 && s && $e(), e.$$.dirty[1] & /*passwordregex*/
5220
5257
  1 && h && (w.password = new RegExp(h)), e.$$.dirty[0] & /*lang*/
5221
- 134217728 && a && $e(), e.$$.dirty[0] & /*passwordChanged*/
5258
+ 134217728 && a && Ge(), e.$$.dirty[0] & /*passwordChanged*/
5222
5259
  4, e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5223
- 536870914 && l && c && Ge(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5224
- 268435458 && i && c && ye(), e.$$.dirty[0] & /*translationurl*/
5260
+ 536870914 && l && c && Ve(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5261
+ 268435458 && i && c && ve(), e.$$.dirty[0] & /*translationurl*/
5225
5262
  1073741824 && u && Q();
5226
5263
  }, [
5227
5264
  s,
5228
5265
  c,
5229
- fe,
5266
+ de,
5230
5267
  g,
5231
5268
  T,
5232
5269
  P,
@@ -5236,53 +5273,53 @@ function Ds(e, t, r) {
5236
5273
  k,
5237
5274
  N,
5238
5275
  X,
5239
- ee,
5276
+ te,
5240
5277
  U,
5241
5278
  M,
5242
5279
  E,
5243
5280
  Z,
5244
- be,
5245
- De,
5281
+ we,
5282
+ Ue,
5246
5283
  n,
5247
5284
  p,
5248
5285
  y,
5249
- re,
5250
- we,
5251
- le,
5286
+ ne,
5287
+ ye,
5288
+ ue,
5252
5289
  Y,
5253
- pe,
5290
+ me,
5254
5291
  a,
5255
5292
  i,
5256
5293
  l,
5257
5294
  u,
5258
5295
  h,
5259
- Qe,
5260
- ne,
5261
5296
  Ye,
5262
- ve,
5263
- J,
5264
- $,
5297
+ ae,
5265
5298
  Je,
5266
5299
  Pe,
5267
- q,
5300
+ J,
5301
+ $,
5268
5302
  qe,
5269
- ue,
5270
- G,
5271
- Ke,
5272
5303
  _e,
5304
+ q,
5305
+ Ke,
5306
+ he,
5307
+ G,
5308
+ et,
5309
+ xe,
5273
5310
  K,
5274
5311
  V,
5275
5312
  j
5276
5313
  ];
5277
5314
  }
5278
- class Us extends pn {
5315
+ class Js extends Cn {
5279
5316
  constructor(t) {
5280
- super(), fn(
5317
+ super(), xn(
5281
5318
  this,
5282
5319
  t,
5283
- Ds,
5284
- ks,
5285
- fr,
5320
+ Ys,
5321
+ Qs,
5322
+ wr,
5286
5323
  {
5287
5324
  lang: 27,
5288
5325
  simplepasswordvalidation: 0,
@@ -5291,7 +5328,7 @@ class Us extends pn {
5291
5328
  translationurl: 30,
5292
5329
  passwordregex: 31
5293
5330
  },
5294
- vs,
5331
+ Hs,
5295
5332
  [-1, -1]
5296
5333
  );
5297
5334
  }
@@ -5299,40 +5336,40 @@ class Us extends pn {
5299
5336
  return this.$$.ctx[27];
5300
5337
  }
5301
5338
  set lang(t) {
5302
- this.$$set({ lang: t }), he();
5339
+ this.$$set({ lang: t }), ce();
5303
5340
  }
5304
5341
  get simplepasswordvalidation() {
5305
5342
  return this.$$.ctx[0];
5306
5343
  }
5307
5344
  set simplepasswordvalidation(t) {
5308
- this.$$set({ simplepasswordvalidation: t }), he();
5345
+ this.$$set({ simplepasswordvalidation: t }), ce();
5309
5346
  }
5310
5347
  get clientstyling() {
5311
5348
  return this.$$.ctx[28];
5312
5349
  }
5313
5350
  set clientstyling(t) {
5314
- this.$$set({ clientstyling: t }), he();
5351
+ this.$$set({ clientstyling: t }), ce();
5315
5352
  }
5316
5353
  get clientstylingurl() {
5317
5354
  return this.$$.ctx[29];
5318
5355
  }
5319
5356
  set clientstylingurl(t) {
5320
- this.$$set({ clientstylingurl: t }), he();
5357
+ this.$$set({ clientstylingurl: t }), ce();
5321
5358
  }
5322
5359
  get translationurl() {
5323
5360
  return this.$$.ctx[30];
5324
5361
  }
5325
5362
  set translationurl(t) {
5326
- this.$$set({ translationurl: t }), he();
5363
+ this.$$set({ translationurl: t }), ce();
5327
5364
  }
5328
5365
  get passwordregex() {
5329
5366
  return this.$$.ctx[31];
5330
5367
  }
5331
5368
  set passwordregex(t) {
5332
- this.$$set({ passwordregex: t }), he();
5369
+ this.$$set({ passwordregex: t }), ce();
5333
5370
  }
5334
5371
  }
5335
- dn(Us, { lang: {}, simplepasswordvalidation: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, passwordregex: {} }, [], [], !0);
5372
+ En(Js, { lang: {}, simplepasswordvalidation: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, passwordregex: {} }, [], [], !0);
5336
5373
  export {
5337
- Us as P
5374
+ Js as default
5338
5375
  };