@everymatrix/general-player-register-form-nd 1.49.2 → 1.50.1

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,15 +1,15 @@
1
- var hn = Object.defineProperty, fn = Object.defineProperties;
2
- var cn = Object.getOwnPropertyDescriptors;
1
+ var ln = Object.defineProperty, hn = Object.defineProperties;
2
+ var fn = Object.getOwnPropertyDescriptors;
3
3
  var Rt = Object.getOwnPropertySymbols;
4
- var mn = Object.prototype.hasOwnProperty, pn = Object.prototype.propertyIsEnumerable;
5
- var $e = (e, t, r) => t in e ? hn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Lt = (e, t) => {
4
+ var cn = Object.prototype.hasOwnProperty, mn = Object.prototype.propertyIsEnumerable;
5
+ var $e = (e, t, r) => t in e ? ln(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Lt = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
- mn.call(t, r) && $e(e, r, t[r]);
7
+ cn.call(t, r) && $e(e, r, t[r]);
8
8
  if (Rt)
9
9
  for (var r of Rt(t))
10
- pn.call(t, r) && $e(e, r, t[r]);
10
+ mn.call(t, r) && $e(e, r, t[r]);
11
11
  return e;
12
- }, Nt = (e, t) => fn(e, cn(t));
12
+ }, Nt = (e, t) => hn(e, fn(t));
13
13
  var F = (e, t, r) => $e(e, typeof t != "symbol" ? t + "" : t, r);
14
14
  var we = (e, t, r) => new Promise((n, i) => {
15
15
  var s = (l) => {
@@ -48,7 +48,7 @@ let xe;
48
48
  function Ys(e, t) {
49
49
  return e === t ? !0 : (xe || (xe = document.createElement("a")), xe.href = t, e === xe.href);
50
50
  }
51
- function dn(e) {
51
+ function pn(e) {
52
52
  return Object.keys(e).length === 0;
53
53
  }
54
54
  function pr(e, ...t) {
@@ -60,7 +60,7 @@ function pr(e, ...t) {
60
60
  const r = e.subscribe(...t);
61
61
  return r.unsubscribe ? () => r.unsubscribe() : r;
62
62
  }
63
- function gn(e, t, r) {
63
+ function dn(e, t, r) {
64
64
  e.$$.on_destroy.push(pr(t, r));
65
65
  }
66
66
  const Ks = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : (
@@ -70,14 +70,14 @@ const Ks = typeof window != "undefined" ? window : typeof globalThis != "undefin
70
70
  function E(e, t) {
71
71
  e.appendChild(t);
72
72
  }
73
- function bn(e, t, r) {
74
- const n = yn(e);
73
+ function gn(e, t, r) {
74
+ const n = bn(e);
75
75
  if (!n.getElementById(t)) {
76
76
  const i = B("style");
77
- i.id = t, i.textContent = r, vn(n, i);
77
+ i.id = t, i.textContent = r, yn(n, i);
78
78
  }
79
79
  }
80
- function yn(e) {
80
+ function bn(e) {
81
81
  if (!e) return document;
82
82
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
83
83
  return t && /** @type {ShadowRoot} */
@@ -86,7 +86,7 @@ function yn(e) {
86
86
  t
87
87
  ) : e.ownerDocument;
88
88
  }
89
- function vn(e, t) {
89
+ function yn(e, t) {
90
90
  return E(
91
91
  /** @type {Document} */
92
92
  e.head || e,
@@ -115,10 +115,10 @@ function $(e) {
115
115
  function G() {
116
116
  return $(" ");
117
117
  }
118
- function _n() {
118
+ function vn() {
119
119
  return $("");
120
120
  }
121
- function En(e, t, r, n) {
121
+ function _n(e, t, r, n) {
122
122
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
123
123
  }
124
124
  function T(e, t, r) {
@@ -128,7 +128,7 @@ function m(e, t, r) {
128
128
  const n = t.toLowerCase();
129
129
  n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : T(e, t, r);
130
130
  }
131
- function wn(e) {
131
+ function En(e) {
132
132
  return Array.from(e.childNodes);
133
133
  }
134
134
  function K(e, t) {
@@ -152,7 +152,7 @@ function no(e) {
152
152
  const t = e.querySelector(":checked");
153
153
  return t && t.__value;
154
154
  }
155
- function xn(e) {
155
+ function wn(e) {
156
156
  const t = {};
157
157
  return e.childNodes.forEach(
158
158
  /** @param {Element} node */
@@ -165,19 +165,19 @@ let me;
165
165
  function ce(e) {
166
166
  me = e;
167
167
  }
168
- function Sn() {
168
+ function xn() {
169
169
  if (!me) throw new Error("Function called outside component initialization");
170
170
  return me;
171
171
  }
172
- function Tn(e) {
173
- Sn().$$.on_mount.push(e);
172
+ function Sn(e) {
173
+ xn().$$.on_mount.push(e);
174
174
  }
175
175
  const Y = [], Ce = [];
176
176
  let ee = [];
177
- const Dt = [], Hn = /* @__PURE__ */ Promise.resolve();
177
+ const Dt = [], Tn = /* @__PURE__ */ Promise.resolve();
178
178
  let Ye = !1;
179
- function Bn() {
180
- Ye || (Ye = !0, Hn.then(A));
179
+ function Hn() {
180
+ Ye || (Ye = !0, Tn.then(A));
181
181
  }
182
182
  function Ke(e) {
183
183
  ee.push(e);
@@ -192,7 +192,7 @@ function A() {
192
192
  try {
193
193
  for (; q < Y.length; ) {
194
194
  const t = Y[q];
195
- q++, ce(t), An(t.$$);
195
+ q++, ce(t), Bn(t.$$);
196
196
  }
197
197
  } catch (t) {
198
198
  throw Y.length = 0, q = 0, t;
@@ -208,39 +208,39 @@ function A() {
208
208
  Dt.pop()();
209
209
  Ye = !1, Ve.clear(), ce(e);
210
210
  }
211
- function An(e) {
211
+ function Bn(e) {
212
212
  if (e.fragment !== null) {
213
213
  e.update(), ge(e.before_update);
214
214
  const t = e.dirty;
215
215
  e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ke);
216
216
  }
217
217
  }
218
- function Pn(e) {
218
+ function An(e) {
219
219
  const t = [], r = [];
220
220
  ee.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), ee = t;
221
221
  }
222
- const On = /* @__PURE__ */ new Set();
223
- function Cn(e, t) {
224
- e && e.i && (On.delete(e), e.i(t));
222
+ const Pn = /* @__PURE__ */ new Set();
223
+ function On(e, t) {
224
+ e && e.i && (Pn.delete(e), e.i(t));
225
225
  }
226
226
  function io(e) {
227
227
  return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
228
228
  }
229
- function In(e, t, r) {
229
+ function Cn(e, t, r) {
230
230
  const { fragment: n, after_update: i } = e.$$;
231
231
  n && n.m(t, r), Ke(() => {
232
232
  const s = e.$$.on_mount.map(cr).filter(mt);
233
233
  e.$$.on_destroy ? e.$$.on_destroy.push(...s) : ge(s), e.$$.on_mount = [];
234
234
  }), i.forEach(Ke);
235
235
  }
236
- function Rn(e, t) {
236
+ function In(e, t) {
237
237
  const r = e.$$;
238
- r.fragment !== null && (Pn(r.after_update), ge(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
238
+ r.fragment !== null && (An(r.after_update), ge(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
239
239
  }
240
- function Ln(e, t) {
241
- e.$$.dirty[0] === -1 && (Y.push(e), Bn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
240
+ function Rn(e, t) {
241
+ e.$$.dirty[0] === -1 && (Y.push(e), Hn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
242
242
  }
243
- function Nn(e, t, r, n, i, s, o = null, a = [-1]) {
243
+ function Ln(e, t, r, n, i, s, o = null, a = [-1]) {
244
244
  const l = me;
245
245
  ce(e);
246
246
  const u = e.$$ = {
@@ -268,14 +268,14 @@ function Nn(e, t, r, n, i, s, o = null, a = [-1]) {
268
268
  let h = !1;
269
269
  if (u.ctx = r ? r(e, t.props || {}, (c, p, ...y) => {
270
270
  const g = y.length ? y[0] : p;
271
- return u.ctx && i(u.ctx[c], u.ctx[c] = g) && (!u.skip_bound && u.bound[c] && u.bound[c](g), h && Ln(e, c)), p;
271
+ return u.ctx && i(u.ctx[c], u.ctx[c] = g) && (!u.skip_bound && u.bound[c] && u.bound[c](g), h && Rn(e, c)), p;
272
272
  }) : [], u.update(), h = !0, ge(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
273
273
  if (t.hydrate) {
274
- const c = wn(t.target);
274
+ const c = En(t.target);
275
275
  u.fragment && u.fragment.l(c), c.forEach(M);
276
276
  } else
277
277
  u.fragment && u.fragment.c();
278
- t.intro && Cn(e.$$.fragment), In(e, t.target, t.anchor), A();
278
+ t.intro && On(e.$$.fragment), Cn(e, t.target, t.anchor), A();
279
279
  }
280
280
  ce(l);
281
281
  }
@@ -341,7 +341,7 @@ typeof HTMLElement == "function" && (dr = class extends HTMLElement {
341
341
  };
342
342
  if (yield Promise.resolve(), !this.$$cn || this.$$c)
343
343
  return;
344
- const r = {}, n = xn(this);
344
+ const r = {}, n = wn(this);
345
345
  for (const s of this.$$s)
346
346
  s in n && (r[s] = [t(s)]);
347
347
  for (const s of this.attributes) {
@@ -430,7 +430,7 @@ function Be(e, t, r, n) {
430
430
  return t;
431
431
  }
432
432
  }
433
- function Mn(e, t, r, n, i, s) {
433
+ function Nn(e, t, r, n, i, s) {
434
434
  let o = class extends dr {
435
435
  constructor() {
436
436
  super(e, r, i), this.$$p_d = t;
@@ -461,7 +461,7 @@ function Mn(e, t, r, n, i, s) {
461
461
  }), e.element = /** @type {any} */
462
462
  o, o;
463
463
  }
464
- class Dn {
464
+ class Mn {
465
465
  constructor() {
466
466
  /**
467
467
  * ### PRIVATE API
@@ -482,7 +482,7 @@ class Dn {
482
482
  }
483
483
  /** @returns {void} */
484
484
  $destroy() {
485
- Rn(this, 1), this.$destroy = k;
485
+ In(this, 1), this.$destroy = k;
486
486
  }
487
487
  /**
488
488
  * @template {Extract<keyof Events, string>} K
@@ -504,11 +504,11 @@ class Dn {
504
504
  * @returns {void}
505
505
  */
506
506
  $set(t) {
507
- this.$$set && !dn(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
507
+ this.$$set && !pn(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
508
508
  }
509
509
  }
510
- const Fn = "4";
511
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Fn);
510
+ const Dn = "4";
511
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Dn);
512
512
  var et = function(e, t) {
513
513
  return et = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
514
514
  r.__proto__ = n;
@@ -534,7 +534,7 @@ var w = function() {
534
534
  return t;
535
535
  }, w.apply(this, arguments);
536
536
  };
537
- function Un(e, t) {
537
+ function Fn(e, t) {
538
538
  var r = {};
539
539
  for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
540
540
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
@@ -699,20 +699,19 @@ var vr = {
699
699
  Promise: void 0,
700
700
  useDeprecatedSynchronousErrorHandling: !1,
701
701
  useDeprecatedNextContext: !1
702
- }, _r = {
702
+ }, Un = {
703
703
  setTimeout: function(e, t) {
704
704
  for (var r = [], n = 2; n < arguments.length; n++)
705
705
  r[n - 2] = arguments[n];
706
706
  return setTimeout.apply(void 0, te([e, t], rt(r)));
707
707
  },
708
708
  clearTimeout: function(e) {
709
- var t = _r.delegate;
710
- return ((t == null ? void 0 : t.clearTimeout) || clearTimeout)(e);
709
+ return clearTimeout(e);
711
710
  },
712
711
  delegate: void 0
713
712
  };
714
713
  function Gn(e) {
715
- _r.setTimeout(function() {
714
+ Un.setTimeout(function() {
716
715
  throw e;
717
716
  });
718
717
  }
@@ -721,7 +720,7 @@ function Ut() {
721
720
  function Ae(e) {
722
721
  e();
723
722
  }
724
- var Er = function(e) {
723
+ var _r = function(e) {
725
724
  X(t, e);
726
725
  function t(r) {
727
726
  var n = e.call(this) || this;
@@ -810,7 +809,7 @@ var jn = function() {
810
809
  return s.destination = new jn(o), s;
811
810
  }
812
811
  return t;
813
- }(Er);
812
+ }(_r);
814
813
  function Te(e) {
815
814
  Gn(e);
816
815
  }
@@ -903,13 +902,13 @@ function Zn(e) {
903
902
  return e && V(e.next) && V(e.error) && V(e.complete);
904
903
  }
905
904
  function Jn(e) {
906
- return e && e instanceof Er || Zn(e) && yr(e);
905
+ return e && e instanceof _r || Zn(e) && yr(e);
907
906
  }
908
907
  var qn = gr(function(e) {
909
908
  return function() {
910
909
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
911
910
  };
912
- }), wr = function(e) {
911
+ }), Er = function(e) {
913
912
  X(t, e);
914
913
  function t() {
915
914
  var r = e.call(this) || this;
@@ -1007,15 +1006,15 @@ var qn = gr(function(e) {
1007
1006
  var n, i;
1008
1007
  return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : br;
1009
1008
  }, t;
1010
- }(wr), xr = {
1009
+ }(Er), wr = {
1011
1010
  now: function() {
1012
- return (xr.delegate || Date).now();
1011
+ return (wr.delegate || Date).now();
1013
1012
  },
1014
1013
  delegate: void 0
1015
1014
  }, Qn = function(e) {
1016
1015
  X(t, e);
1017
1016
  function t(r, n, i) {
1018
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = xr);
1017
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = wr);
1019
1018
  var s = e.call(this) || this;
1020
1019
  return s._bufferSize = r, s._windowTime = n, s._timestampProvider = i, s._buffer = [], s._infiniteTimeWindow = !0, s._infiniteTimeWindow = n === 1 / 0, s._bufferSize = Math.max(1, r), s._windowTime = Math.max(1, n), s;
1021
1020
  }
@@ -1035,7 +1034,7 @@ var qn = gr(function(e) {
1035
1034
  u && s.splice(0, u + 1);
1036
1035
  }
1037
1036
  }, t;
1038
- }(wr);
1037
+ }(Er);
1039
1038
  const $t = [], Vt = {}, Yn = (e, t = 0) => {
1040
1039
  if ($t.indexOf(e) == -1) {
1041
1040
  const r = new Qn(t);
@@ -1147,7 +1146,7 @@ function hi(e) {
1147
1146
  function Xt(e) {
1148
1147
  return Object.keys(e).concat(hi(e));
1149
1148
  }
1150
- function Sr(e, t) {
1149
+ function xr(e, t) {
1151
1150
  try {
1152
1151
  return t in e;
1153
1152
  } catch (r) {
@@ -1155,14 +1154,14 @@ function Sr(e, t) {
1155
1154
  }
1156
1155
  }
1157
1156
  function fi(e, t) {
1158
- return Sr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1157
+ return xr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1159
1158
  }
1160
1159
  function ci(e, t, r) {
1161
1160
  var n = {};
1162
1161
  return r.isMergeableObject(e) && Xt(e).forEach(function(i) {
1163
1162
  n[i] = pe(e[i], r);
1164
1163
  }), Xt(t).forEach(function(i) {
1165
- fi(e, i) || (Sr(e, i) && r.isMergeableObject(t[i]) ? n[i] = li(i, r)(e[i], t[i], r) : n[i] = pe(t[i], r));
1164
+ fi(e, i) || (xr(e, i) && r.isMergeableObject(t[i]) ? n[i] = li(i, r)(e[i], t[i], r) : n[i] = pe(t[i], r));
1166
1165
  }), n;
1167
1166
  }
1168
1167
  function re(e, t, r) {
@@ -1179,7 +1178,57 @@ re.all = function(t, r) {
1179
1178
  };
1180
1179
  var mi = re, pi = mi;
1181
1180
  const di = /* @__PURE__ */ ei(pi);
1182
- var v;
1181
+ function We(e, t) {
1182
+ var r = t && t.cache ? t.cache : Ei, n = t && t.serializer ? t.serializer : _i, i = t && t.strategy ? t.strategy : bi;
1183
+ return i(e, {
1184
+ cache: r,
1185
+ serializer: n
1186
+ });
1187
+ }
1188
+ function gi(e) {
1189
+ return e == null || typeof e == "number" || typeof e == "boolean";
1190
+ }
1191
+ function Sr(e, t, r, n) {
1192
+ var i = gi(n) ? n : r(n), s = t.get(i);
1193
+ return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
1194
+ }
1195
+ function Tr(e, t, r) {
1196
+ var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
1197
+ return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
1198
+ }
1199
+ function pt(e, t, r, n, i) {
1200
+ return r.bind(t, e, n, i);
1201
+ }
1202
+ function bi(e, t) {
1203
+ var r = e.length === 1 ? Sr : Tr;
1204
+ return pt(e, this, r, t.cache.create(), t.serializer);
1205
+ }
1206
+ function yi(e, t) {
1207
+ return pt(e, this, Tr, t.cache.create(), t.serializer);
1208
+ }
1209
+ function vi(e, t) {
1210
+ return pt(e, this, Sr, t.cache.create(), t.serializer);
1211
+ }
1212
+ var _i = function() {
1213
+ return JSON.stringify(arguments);
1214
+ };
1215
+ function dt() {
1216
+ this.cache = /* @__PURE__ */ Object.create(null);
1217
+ }
1218
+ dt.prototype.get = function(e) {
1219
+ return this.cache[e];
1220
+ };
1221
+ dt.prototype.set = function(e, t) {
1222
+ this.cache[e] = t;
1223
+ };
1224
+ var Ei = {
1225
+ create: function() {
1226
+ return new dt();
1227
+ }
1228
+ }, Ze = {
1229
+ variadic: yi,
1230
+ monadic: vi
1231
+ }, v;
1183
1232
  (function(e) {
1184
1233
  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";
1185
1234
  })(v || (v = {}));
@@ -1194,40 +1243,40 @@ var ne;
1194
1243
  function zt(e) {
1195
1244
  return e.type === H.literal;
1196
1245
  }
1197
- function gi(e) {
1246
+ function wi(e) {
1198
1247
  return e.type === H.argument;
1199
1248
  }
1200
- function Tr(e) {
1249
+ function Hr(e) {
1201
1250
  return e.type === H.number;
1202
1251
  }
1203
- function Hr(e) {
1252
+ function Br(e) {
1204
1253
  return e.type === H.date;
1205
1254
  }
1206
- function Br(e) {
1255
+ function Ar(e) {
1207
1256
  return e.type === H.time;
1208
1257
  }
1209
- function Ar(e) {
1258
+ function Pr(e) {
1210
1259
  return e.type === H.select;
1211
1260
  }
1212
- function Pr(e) {
1261
+ function Or(e) {
1213
1262
  return e.type === H.plural;
1214
1263
  }
1215
- function bi(e) {
1264
+ function xi(e) {
1216
1265
  return e.type === H.pound;
1217
1266
  }
1218
- function Or(e) {
1267
+ function Cr(e) {
1219
1268
  return e.type === H.tag;
1220
1269
  }
1221
- function Cr(e) {
1270
+ function Ir(e) {
1222
1271
  return !!(e && typeof e == "object" && e.type === ne.number);
1223
1272
  }
1224
1273
  function st(e) {
1225
1274
  return !!(e && typeof e == "object" && e.type === ne.dateTime);
1226
1275
  }
1227
- var Ir = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, yi = /(?:[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;
1228
- function vi(e) {
1276
+ var Rr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Si = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
1277
+ function Ti(e) {
1229
1278
  var t = {};
1230
- return e.replace(yi, function(r) {
1279
+ return e.replace(Si, function(r) {
1231
1280
  var n = r.length;
1232
1281
  switch (r[0]) {
1233
1282
  case "G":
@@ -1316,11 +1365,11 @@ function vi(e) {
1316
1365
  return "";
1317
1366
  }), t;
1318
1367
  }
1319
- var _i = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1320
- function Ei(e) {
1368
+ var Hi = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1369
+ function Bi(e) {
1321
1370
  if (e.length === 0)
1322
1371
  throw new Error("Number skeleton cannot be empty");
1323
- for (var t = e.split(_i).filter(function(p) {
1372
+ for (var t = e.split(Hi).filter(function(p) {
1324
1373
  return p.length > 0;
1325
1374
  }), r = [], n = 0, i = t; n < i.length; n++) {
1326
1375
  var s = i[n], o = s.split("/");
@@ -1335,17 +1384,17 @@ function Ei(e) {
1335
1384
  }
1336
1385
  return r;
1337
1386
  }
1338
- function wi(e) {
1387
+ function Ai(e) {
1339
1388
  return e.replace(/^(.*?)-/, "");
1340
1389
  }
1341
- var Wt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Rr = /^(@+)?(\+|#+)?[rs]?$/g, xi = /(\*)(0+)|(#+)(0+)|(0+)/g, Lr = /^(0+)$/;
1390
+ var Wt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Lr = /^(@+)?(\+|#+)?[rs]?$/g, Pi = /(\*)(0+)|(#+)(0+)|(0+)/g, Nr = /^(0+)$/;
1342
1391
  function Zt(e) {
1343
1392
  var t = {};
1344
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Rr, function(r, n, i) {
1393
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Lr, function(r, n, i) {
1345
1394
  return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
1346
1395
  }), t;
1347
1396
  }
1348
- function Nr(e) {
1397
+ function Mr(e) {
1349
1398
  switch (e) {
1350
1399
  case "sign-auto":
1351
1400
  return {
@@ -1385,7 +1434,7 @@ function Nr(e) {
1385
1434
  };
1386
1435
  }
1387
1436
  }
1388
- function Si(e) {
1437
+ function Oi(e) {
1389
1438
  var t;
1390
1439
  if (e[0] === "E" && e[1] === "E" ? (t = {
1391
1440
  notation: "engineering"
@@ -1393,17 +1442,17 @@ function Si(e) {
1393
1442
  notation: "scientific"
1394
1443
  }, e = e.slice(1)), t) {
1395
1444
  var r = e.slice(0, 2);
1396
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Lr.test(e))
1445
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Nr.test(e))
1397
1446
  throw new Error("Malformed concise eng/scientific notation");
1398
1447
  t.minimumIntegerDigits = e.length;
1399
1448
  }
1400
1449
  return t;
1401
1450
  }
1402
1451
  function Jt(e) {
1403
- var t = {}, r = Nr(e);
1452
+ var t = {}, r = Mr(e);
1404
1453
  return r || t;
1405
1454
  }
1406
- function Ti(e) {
1455
+ function Ci(e) {
1407
1456
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1408
1457
  var i = n[r];
1409
1458
  switch (i.stem) {
@@ -1427,7 +1476,7 @@ function Ti(e) {
1427
1476
  continue;
1428
1477
  case "measure-unit":
1429
1478
  case "unit":
1430
- t.style = "unit", t.unit = wi(i.options[0]);
1479
+ t.style = "unit", t.unit = Ai(i.options[0]);
1431
1480
  continue;
1432
1481
  case "compact-short":
1433
1482
  case "K":
@@ -1489,7 +1538,7 @@ function Ti(e) {
1489
1538
  case "integer-width":
1490
1539
  if (i.options.length > 1)
1491
1540
  throw new RangeError("integer-width stems only accept a single optional option");
1492
- i.options[0].replace(xi, function(l, u, h, c, p, y) {
1541
+ i.options[0].replace(Pi, function(l, u, h, c, p, y) {
1493
1542
  if (u)
1494
1543
  t.minimumIntegerDigits = h.length;
1495
1544
  else {
@@ -1502,7 +1551,7 @@ function Ti(e) {
1502
1551
  });
1503
1552
  continue;
1504
1553
  }
1505
- if (Lr.test(i.stem)) {
1554
+ if (Nr.test(i.stem)) {
1506
1555
  t.minimumIntegerDigits = i.stem.length;
1507
1556
  continue;
1508
1557
  }
@@ -1516,13 +1565,13 @@ function Ti(e) {
1516
1565
  s === "w" ? t = w(w({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = w(w({}, t), Zt(s)));
1517
1566
  continue;
1518
1567
  }
1519
- if (Rr.test(i.stem)) {
1568
+ if (Lr.test(i.stem)) {
1520
1569
  t = w(w({}, t), Zt(i.stem));
1521
1570
  continue;
1522
1571
  }
1523
- var o = Nr(i.stem);
1572
+ var o = Mr(i.stem);
1524
1573
  o && (t = w(w({}, t), o));
1525
- var a = Si(i.stem);
1574
+ var a = Oi(i.stem);
1526
1575
  a && (t = w(w({}, t), a));
1527
1576
  }
1528
1577
  return t;
@@ -1532,6 +1581,12 @@ var He = {
1532
1581
  "H",
1533
1582
  "h"
1534
1583
  ],
1584
+ 419: [
1585
+ "h",
1586
+ "H",
1587
+ "hB",
1588
+ "hb"
1589
+ ],
1535
1590
  AC: [
1536
1591
  "H",
1537
1592
  "h",
@@ -1580,8 +1635,8 @@ var He = {
1580
1635
  "hB"
1581
1636
  ],
1582
1637
  AR: [
1583
- "H",
1584
1638
  "h",
1639
+ "H",
1585
1640
  "hB",
1586
1641
  "hb"
1587
1642
  ],
@@ -1671,9 +1726,9 @@ var He = {
1671
1726
  "H"
1672
1727
  ],
1673
1728
  BO: [
1729
+ "h",
1674
1730
  "H",
1675
1731
  "hB",
1676
- "h",
1677
1732
  "hb"
1678
1733
  ],
1679
1734
  BQ: [
@@ -1750,8 +1805,8 @@ var He = {
1750
1805
  "hB"
1751
1806
  ],
1752
1807
  CL: [
1753
- "H",
1754
1808
  "h",
1809
+ "H",
1755
1810
  "hB",
1756
1811
  "hb"
1757
1812
  ],
@@ -1776,14 +1831,14 @@ var He = {
1776
1831
  "H"
1777
1832
  ],
1778
1833
  CR: [
1779
- "H",
1780
1834
  "h",
1835
+ "H",
1781
1836
  "hB",
1782
1837
  "hb"
1783
1838
  ],
1784
1839
  CU: [
1785
- "H",
1786
1840
  "h",
1841
+ "H",
1787
1842
  "hB",
1788
1843
  "hb"
1789
1844
  ],
@@ -1852,9 +1907,9 @@ var He = {
1852
1907
  "hb"
1853
1908
  ],
1854
1909
  EC: [
1910
+ "h",
1855
1911
  "H",
1856
1912
  "hB",
1857
- "h",
1858
1913
  "hb"
1859
1914
  ],
1860
1915
  EE: [
@@ -1990,8 +2045,8 @@ var He = {
1990
2045
  "hB"
1991
2046
  ],
1992
2047
  GT: [
1993
- "H",
1994
2048
  "h",
2049
+ "H",
1995
2050
  "hB",
1996
2051
  "hb"
1997
2052
  ],
@@ -2018,8 +2073,8 @@ var He = {
2018
2073
  "H"
2019
2074
  ],
2020
2075
  HN: [
2021
- "H",
2022
2076
  "h",
2077
+ "H",
2023
2078
  "hB",
2024
2079
  "hb"
2025
2080
  ],
@@ -2333,8 +2388,8 @@ var He = {
2333
2388
  "hB"
2334
2389
  ],
2335
2390
  MX: [
2336
- "H",
2337
2391
  "h",
2392
+ "H",
2338
2393
  "hB",
2339
2394
  "hb"
2340
2395
  ],
@@ -2374,8 +2429,8 @@ var He = {
2374
2429
  "hB"
2375
2430
  ],
2376
2431
  NI: [
2377
- "H",
2378
2432
  "h",
2433
+ "H",
2379
2434
  "hB",
2380
2435
  "hb"
2381
2436
  ],
@@ -2423,9 +2478,9 @@ var He = {
2423
2478
  "hb"
2424
2479
  ],
2425
2480
  PE: [
2481
+ "h",
2426
2482
  "H",
2427
2483
  "hB",
2428
- "h",
2429
2484
  "hb"
2430
2485
  ],
2431
2486
  PF: [
@@ -2483,8 +2538,8 @@ var He = {
2483
2538
  "H"
2484
2539
  ],
2485
2540
  PY: [
2486
- "H",
2487
2541
  "h",
2542
+ "H",
2488
2543
  "hB",
2489
2544
  "hb"
2490
2545
  ],
@@ -2597,8 +2652,8 @@ var He = {
2597
2652
  "hB"
2598
2653
  ],
2599
2654
  SV: [
2600
- "H",
2601
2655
  "h",
2656
+ "H",
2602
2657
  "hB",
2603
2658
  "hb"
2604
2659
  ],
@@ -2720,8 +2775,8 @@ var He = {
2720
2775
  "hB"
2721
2776
  ],
2722
2777
  UY: [
2723
- "H",
2724
2778
  "h",
2779
+ "H",
2725
2780
  "hB",
2726
2781
  "hb"
2727
2782
  ],
@@ -2829,37 +2884,37 @@ var He = {
2829
2884
  "H",
2830
2885
  "hB"
2831
2886
  ],
2832
- "es-BO": [
2833
- "H",
2887
+ "en-HK": [
2834
2888
  "h",
2835
- "hB",
2836
- "hb"
2889
+ "hb",
2890
+ "H",
2891
+ "hB"
2837
2892
  ],
2838
- "es-BR": [
2893
+ "en-IL": [
2839
2894
  "H",
2840
2895
  "h",
2841
- "hB",
2842
- "hb"
2896
+ "hb",
2897
+ "hB"
2843
2898
  ],
2844
- "es-EC": [
2845
- "H",
2899
+ "en-MY": [
2846
2900
  "h",
2847
- "hB",
2848
- "hb"
2901
+ "hb",
2902
+ "H",
2903
+ "hB"
2849
2904
  ],
2850
- "es-ES": [
2905
+ "es-BR": [
2851
2906
  "H",
2852
2907
  "h",
2853
2908
  "hB",
2854
2909
  "hb"
2855
2910
  ],
2856
- "es-GQ": [
2911
+ "es-ES": [
2857
2912
  "H",
2858
2913
  "h",
2859
2914
  "hB",
2860
2915
  "hb"
2861
2916
  ],
2862
- "es-PE": [
2917
+ "es-GQ": [
2863
2918
  "H",
2864
2919
  "h",
2865
2920
  "hB",
@@ -2936,13 +2991,13 @@ var He = {
2936
2991
  "h"
2937
2992
  ]
2938
2993
  };
2939
- function Hi(e, t) {
2994
+ function Ii(e, t) {
2940
2995
  for (var r = "", n = 0; n < e.length; n++) {
2941
2996
  var i = e.charAt(n);
2942
2997
  if (i === "j") {
2943
2998
  for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2944
2999
  s++, n++;
2945
- var o = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), l = "a", u = Bi(t);
3000
+ var o = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), l = "a", u = Ri(t);
2946
3001
  for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
2947
3002
  r += l;
2948
3003
  for (; o-- > 0; )
@@ -2951,7 +3006,7 @@ function Hi(e, t) {
2951
3006
  }
2952
3007
  return r;
2953
3008
  }
2954
- function Bi(e) {
3009
+ function Ri(e) {
2955
3010
  var t = e.hourCycle;
2956
3011
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2957
3012
  e.hourCycles && // @ts-ignore
@@ -2973,20 +3028,20 @@ function Bi(e) {
2973
3028
  var i = He[n || ""] || He[r || ""] || He["".concat(r, "-001")] || He["001"];
2974
3029
  return i[0];
2975
3030
  }
2976
- var We, Ai = new RegExp("^".concat(Ir.source, "*")), Pi = new RegExp("".concat(Ir.source, "*$"));
3031
+ var Je, Li = new RegExp("^".concat(Rr.source, "*")), Ni = new RegExp("".concat(Rr.source, "*$"));
2977
3032
  function _(e, t) {
2978
3033
  return { start: e, end: t };
2979
3034
  }
2980
- var Oi = !!String.prototype.startsWith && "_a".startsWith("a", 1), Ci = !!String.fromCodePoint, Ii = !!Object.fromEntries, Ri = !!String.prototype.codePointAt, Li = !!String.prototype.trimStart, Ni = !!String.prototype.trimEnd, Mi = !!Number.isSafeInteger, Di = Mi ? Number.isSafeInteger : function(e) {
3035
+ var Mi = !!String.prototype.startsWith && "_a".startsWith("a", 1), Di = !!String.fromCodePoint, Fi = !!Object.fromEntries, Ui = !!String.prototype.codePointAt, Gi = !!String.prototype.trimStart, ki = !!String.prototype.trimEnd, ji = !!Number.isSafeInteger, $i = ji ? Number.isSafeInteger : function(e) {
2981
3036
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2982
3037
  }, ot = !0;
2983
3038
  try {
2984
- var Fi = Dr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2985
- ot = ((We = Fi.exec("a")) === null || We === void 0 ? void 0 : We[0]) === "a";
3039
+ var Vi = Fr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3040
+ ot = ((Je = Vi.exec("a")) === null || Je === void 0 ? void 0 : Je[0]) === "a";
2986
3041
  } catch (e) {
2987
3042
  ot = !1;
2988
3043
  }
2989
- var qt = Oi ? (
3044
+ var qt = Mi ? (
2990
3045
  // Native
2991
3046
  function(t, r, n) {
2992
3047
  return t.startsWith(r, n);
@@ -2996,7 +3051,7 @@ var qt = Oi ? (
2996
3051
  function(t, r, n) {
2997
3052
  return t.slice(n, n + r.length) === r;
2998
3053
  }
2999
- ), at = Ci ? String.fromCodePoint : (
3054
+ ), at = Di ? String.fromCodePoint : (
3000
3055
  // IE11
3001
3056
  function() {
3002
3057
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -3010,7 +3065,7 @@ var qt = Oi ? (
3010
3065
  }
3011
3066
  ), Qt = (
3012
3067
  // native
3013
- Ii ? Object.fromEntries : (
3068
+ Fi ? Object.fromEntries : (
3014
3069
  // Ponyfill
3015
3070
  function(t) {
3016
3071
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -3020,7 +3075,7 @@ var qt = Oi ? (
3020
3075
  return r;
3021
3076
  }
3022
3077
  )
3023
- ), Mr = Ri ? (
3078
+ ), Dr = Ui ? (
3024
3079
  // Native
3025
3080
  function(t, r) {
3026
3081
  return t.codePointAt(r);
@@ -3034,7 +3089,7 @@ var qt = Oi ? (
3034
3089
  return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
3035
3090
  }
3036
3091
  }
3037
- ), Ui = Li ? (
3092
+ ), Xi = Gi ? (
3038
3093
  // Native
3039
3094
  function(t) {
3040
3095
  return t.trimStart();
@@ -3042,9 +3097,9 @@ var qt = Oi ? (
3042
3097
  ) : (
3043
3098
  // Ponyfill
3044
3099
  function(t) {
3045
- return t.replace(Ai, "");
3100
+ return t.replace(Li, "");
3046
3101
  }
3047
- ), Gi = Ni ? (
3102
+ ), zi = ki ? (
3048
3103
  // Native
3049
3104
  function(t) {
3050
3105
  return t.trimEnd();
@@ -3052,15 +3107,15 @@ var qt = Oi ? (
3052
3107
  ) : (
3053
3108
  // Ponyfill
3054
3109
  function(t) {
3055
- return t.replace(Pi, "");
3110
+ return t.replace(Ni, "");
3056
3111
  }
3057
3112
  );
3058
- function Dr(e, t) {
3113
+ function Fr(e, t) {
3059
3114
  return new RegExp(e, t);
3060
3115
  }
3061
3116
  var ut;
3062
3117
  if (ot) {
3063
- var Yt = Dr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3118
+ var Yt = Fr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3064
3119
  ut = function(t, r) {
3065
3120
  var n;
3066
3121
  Yt.lastIndex = r;
@@ -3070,14 +3125,14 @@ if (ot) {
3070
3125
  } else
3071
3126
  ut = function(t, r) {
3072
3127
  for (var n = []; ; ) {
3073
- var i = Mr(t, r);
3074
- if (i === void 0 || Fr(i) || Vi(i))
3128
+ var i = Dr(t, r);
3129
+ if (i === void 0 || Ur(i) || qi(i))
3075
3130
  break;
3076
3131
  n.push(i), r += i >= 65536 ? 2 : 1;
3077
3132
  }
3078
3133
  return at.apply(void 0, n);
3079
3134
  };
3080
- var ki = (
3135
+ var Wi = (
3081
3136
  /** @class */
3082
3137
  function() {
3083
3138
  function e(t, r) {
@@ -3159,7 +3214,7 @@ var ki = (
3159
3214
  return this.error(v.INVALID_TAG, _(n, this.clonePosition()));
3160
3215
  }, e.prototype.parseTagName = function() {
3161
3216
  var t = this.offset();
3162
- for (this.bump(); !this.isEOF() && $i(this.char()); )
3217
+ for (this.bump(); !this.isEOF() && Ji(this.char()); )
3163
3218
  this.bump();
3164
3219
  return this.message.slice(t, this.offset());
3165
3220
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3188,7 +3243,7 @@ var ki = (
3188
3243
  };
3189
3244
  }, e.prototype.tryParseLeftAngleBracket = function() {
3190
3245
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3191
- !ji(this.peek() || 0)) ? (this.bump(), "<") : null;
3246
+ !Zi(this.peek() || 0)) ? (this.bump(), "<") : null;
3192
3247
  }, e.prototype.tryParseQuote = function(t) {
3193
3248
  if (this.isEOF() || this.char() !== 39)
3194
3249
  return null;
@@ -3275,7 +3330,7 @@ var ki = (
3275
3330
  var h = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
3276
3331
  if (c.err)
3277
3332
  return c;
3278
- var p = Gi(c.val);
3333
+ var p = zi(c.val);
3279
3334
  if (p.length === 0)
3280
3335
  return this.error(v.EXPECT_ARGUMENT_STYLE, _(this.clonePosition(), this.clonePosition()));
3281
3336
  var y = _(h, this.clonePosition());
@@ -3286,7 +3341,7 @@ var ki = (
3286
3341
  return g;
3287
3342
  var d = _(i, this.clonePosition());
3288
3343
  if (u && qt(u == null ? void 0 : u.style, "::", 0)) {
3289
- var b = Ui(u.style.slice(2));
3344
+ var b = Xi(u.style.slice(2));
3290
3345
  if (a === "number") {
3291
3346
  var c = this.parseNumberSkeletonFromString(b, u.styleLocation);
3292
3347
  return c.err ? c : {
@@ -3297,12 +3352,12 @@ var ki = (
3297
3352
  if (b.length === 0)
3298
3353
  return this.error(v.EXPECT_DATE_TIME_SKELETON, d);
3299
3354
  var x = b;
3300
- this.locale && (x = Hi(b, this.locale));
3355
+ this.locale && (x = Ii(b, this.locale));
3301
3356
  var p = {
3302
3357
  type: ne.dateTime,
3303
3358
  pattern: x,
3304
3359
  location: u.styleLocation,
3305
- parsedOptions: this.shouldParseSkeletons ? vi(x) : {}
3360
+ parsedOptions: this.shouldParseSkeletons ? Ti(x) : {}
3306
3361
  }, I = a === "date" ? H.date : H.time;
3307
3362
  return {
3308
3363
  val: { type: I, value: n, location: d, style: p },
@@ -3407,7 +3462,7 @@ var ki = (
3407
3462
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3408
3463
  var n = [];
3409
3464
  try {
3410
- n = Ei(t);
3465
+ n = Bi(t);
3411
3466
  } catch (i) {
3412
3467
  return this.error(v.INVALID_NUMBER_SKELETON, r);
3413
3468
  }
@@ -3416,7 +3471,7 @@ var ki = (
3416
3471
  type: ne.number,
3417
3472
  tokens: n,
3418
3473
  location: r,
3419
- parsedOptions: this.shouldParseSkeletons ? Ti(n) : {}
3474
+ parsedOptions: this.shouldParseSkeletons ? Ci(n) : {}
3420
3475
  },
3421
3476
  err: null
3422
3477
  };
@@ -3464,7 +3519,7 @@ var ki = (
3464
3519
  break;
3465
3520
  }
3466
3521
  var l = _(i, this.clonePosition());
3467
- return s ? (o *= n, Di(o) ? { val: o, err: null } : this.error(r, l)) : this.error(t, l);
3522
+ return s ? (o *= n, $i(o) ? { val: o, err: null } : this.error(r, l)) : this.error(t, l);
3468
3523
  }, e.prototype.offset = function() {
3469
3524
  return this.position.offset;
3470
3525
  }, e.prototype.isEOF = function() {
@@ -3479,7 +3534,7 @@ var ki = (
3479
3534
  var t = this.position.offset;
3480
3535
  if (t >= this.message.length)
3481
3536
  throw Error("out of bound");
3482
- var r = Mr(this.message, t);
3537
+ var r = Dr(this.message, t);
3483
3538
  if (r === void 0)
3484
3539
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3485
3540
  return r;
@@ -3520,7 +3575,7 @@ var ki = (
3520
3575
  break;
3521
3576
  }
3522
3577
  }, e.prototype.bumpSpace = function() {
3523
- for (; !this.isEOF() && Fr(this.char()); )
3578
+ for (; !this.isEOF() && Ur(this.char()); )
3524
3579
  this.bump();
3525
3580
  }, e.prototype.peek = function() {
3526
3581
  if (this.isEOF())
@@ -3533,86 +3588,36 @@ var ki = (
3533
3588
  function lt(e) {
3534
3589
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3535
3590
  }
3536
- function ji(e) {
3591
+ function Zi(e) {
3537
3592
  return lt(e) || e === 47;
3538
3593
  }
3539
- function $i(e) {
3594
+ function Ji(e) {
3540
3595
  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;
3541
3596
  }
3542
- function Fr(e) {
3597
+ function Ur(e) {
3543
3598
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3544
3599
  }
3545
- function Vi(e) {
3600
+ function qi(e) {
3546
3601
  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;
3547
3602
  }
3548
3603
  function ht(e) {
3549
3604
  e.forEach(function(t) {
3550
- if (delete t.location, Ar(t) || Pr(t))
3605
+ if (delete t.location, Pr(t) || Or(t))
3551
3606
  for (var r in t.options)
3552
3607
  delete t.options[r].location, ht(t.options[r].value);
3553
- else Tr(t) && Cr(t.style) || (Hr(t) || Br(t)) && st(t.style) ? delete t.style.location : Or(t) && ht(t.children);
3608
+ else Hr(t) && Ir(t.style) || (Br(t) || Ar(t)) && st(t.style) ? delete t.style.location : Cr(t) && ht(t.children);
3554
3609
  });
3555
3610
  }
3556
- function Xi(e, t) {
3611
+ function Qi(e, t) {
3557
3612
  t === void 0 && (t = {}), t = w({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3558
- var r = new ki(e, t).parse();
3613
+ var r = new Wi(e, t).parse();
3559
3614
  if (r.err) {
3560
3615
  var n = SyntaxError(v[r.err.kind]);
3561
3616
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3562
3617
  }
3563
3618
  return t != null && t.captureLocation || ht(r.val), r.val;
3564
3619
  }
3565
- function Ze(e, t) {
3566
- var r = t && t.cache ? t.cache : Qi, n = t && t.serializer ? t.serializer : qi, i = t && t.strategy ? t.strategy : Wi;
3567
- return i(e, {
3568
- cache: r,
3569
- serializer: n
3570
- });
3571
- }
3572
- function zi(e) {
3573
- return e == null || typeof e == "number" || typeof e == "boolean";
3574
- }
3575
- function Ur(e, t, r, n) {
3576
- var i = zi(n) ? n : r(n), s = t.get(i);
3577
- return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
3578
- }
3579
- function Gr(e, t, r) {
3580
- var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
3581
- return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
3582
- }
3583
- function pt(e, t, r, n, i) {
3584
- return r.bind(t, e, n, i);
3585
- }
3586
- function Wi(e, t) {
3587
- var r = e.length === 1 ? Ur : Gr;
3588
- return pt(e, this, r, t.cache.create(), t.serializer);
3589
- }
3590
- function Zi(e, t) {
3591
- return pt(e, this, Gr, t.cache.create(), t.serializer);
3592
- }
3593
- function Ji(e, t) {
3594
- return pt(e, this, Ur, t.cache.create(), t.serializer);
3595
- }
3596
- var qi = function() {
3597
- return JSON.stringify(arguments);
3598
- };
3599
- function dt() {
3600
- this.cache = /* @__PURE__ */ Object.create(null);
3601
- }
3602
- dt.prototype.get = function(e) {
3603
- return this.cache[e];
3604
- };
3605
- dt.prototype.set = function(e, t) {
3606
- this.cache[e] = t;
3607
- };
3608
- var Qi = {
3609
- create: function() {
3610
- return new dt();
3611
- }
3612
- }, Je = {
3613
- variadic: Zi,
3614
- monadic: Ji
3615
- }, ie;
3620
+ var ie;
3616
3621
  (function(e) {
3617
3622
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3618
3623
  })(ie || (ie = {}));
@@ -3685,7 +3690,7 @@ function Pe(e, t, r, n, i, s, o) {
3685
3690
  });
3686
3691
  continue;
3687
3692
  }
3688
- if (bi(h)) {
3693
+ if (xi(h)) {
3689
3694
  typeof s == "number" && a.push({
3690
3695
  type: L.literal,
3691
3696
  value: r.getNumberFormat(t).format(s)
@@ -3696,14 +3701,14 @@ function Pe(e, t, r, n, i, s, o) {
3696
3701
  if (!(i && c in i))
3697
3702
  throw new Ki(c, o);
3698
3703
  var p = i[c];
3699
- if (gi(h)) {
3704
+ if (wi(h)) {
3700
3705
  (!p || typeof p == "string" || typeof p == "number") && (p = typeof p == "string" || typeof p == "number" ? String(p) : ""), a.push({
3701
3706
  type: typeof p == "string" ? L.literal : L.object,
3702
3707
  value: p
3703
3708
  });
3704
3709
  continue;
3705
3710
  }
3706
- if (Hr(h)) {
3711
+ if (Br(h)) {
3707
3712
  var y = typeof h.style == "string" ? n.date[h.style] : st(h.style) ? h.style.parsedOptions : void 0;
3708
3713
  a.push({
3709
3714
  type: L.literal,
@@ -3711,7 +3716,7 @@ function Pe(e, t, r, n, i, s, o) {
3711
3716
  });
3712
3717
  continue;
3713
3718
  }
3714
- if (Br(h)) {
3719
+ if (Ar(h)) {
3715
3720
  var y = typeof h.style == "string" ? n.time[h.style] : st(h.style) ? h.style.parsedOptions : n.time.medium;
3716
3721
  a.push({
3717
3722
  type: L.literal,
@@ -3719,15 +3724,15 @@ function Pe(e, t, r, n, i, s, o) {
3719
3724
  });
3720
3725
  continue;
3721
3726
  }
3722
- if (Tr(h)) {
3723
- var y = typeof h.style == "string" ? n.number[h.style] : Cr(h.style) ? h.style.parsedOptions : void 0;
3727
+ if (Hr(h)) {
3728
+ var y = typeof h.style == "string" ? n.number[h.style] : Ir(h.style) ? h.style.parsedOptions : void 0;
3724
3729
  y && y.scale && (p = p * (y.scale || 1)), a.push({
3725
3730
  type: L.literal,
3726
3731
  value: r.getNumberFormat(t, y).format(p)
3727
3732
  });
3728
3733
  continue;
3729
3734
  }
3730
- if (Or(h)) {
3735
+ if (Cr(h)) {
3731
3736
  var g = h.children, d = h.value, b = i[d];
3732
3737
  if (!ts(b))
3733
3738
  throw new Yi(d, "function", o);
@@ -3741,14 +3746,14 @@ function Pe(e, t, r, n, i, s, o) {
3741
3746
  };
3742
3747
  }));
3743
3748
  }
3744
- if (Ar(h)) {
3749
+ if (Pr(h)) {
3745
3750
  var O = h.options[p] || h.options.other;
3746
3751
  if (!O)
3747
3752
  throw new Kt(h.value, p, Object.keys(h.options), o);
3748
3753
  a.push.apply(a, Pe(O.value, t, r, n, i));
3749
3754
  continue;
3750
3755
  }
3751
- if (Pr(h)) {
3756
+ if (Or(h)) {
3752
3757
  var O = h.options["=".concat(p)];
3753
3758
  if (!O) {
3754
3759
  if (!Intl.PluralRules)
@@ -3796,29 +3801,29 @@ function is(e) {
3796
3801
  dateTime: {},
3797
3802
  pluralRules: {}
3798
3803
  }), {
3799
- getNumberFormat: Ze(function() {
3804
+ getNumberFormat: We(function() {
3800
3805
  for (var t, r = [], n = 0; n < arguments.length; n++)
3801
3806
  r[n] = arguments[n];
3802
3807
  return new ((t = Intl.NumberFormat).bind.apply(t, te([void 0], r, !1)))();
3803
3808
  }, {
3804
3809
  cache: qe(e.number),
3805
- strategy: Je.variadic
3810
+ strategy: Ze.variadic
3806
3811
  }),
3807
- getDateTimeFormat: Ze(function() {
3812
+ getDateTimeFormat: We(function() {
3808
3813
  for (var t, r = [], n = 0; n < arguments.length; n++)
3809
3814
  r[n] = arguments[n];
3810
3815
  return new ((t = Intl.DateTimeFormat).bind.apply(t, te([void 0], r, !1)))();
3811
3816
  }, {
3812
3817
  cache: qe(e.dateTime),
3813
- strategy: Je.variadic
3818
+ strategy: Ze.variadic
3814
3819
  }),
3815
- getPluralRules: Ze(function() {
3820
+ getPluralRules: We(function() {
3816
3821
  for (var t, r = [], n = 0; n < arguments.length; n++)
3817
3822
  r[n] = arguments[n];
3818
3823
  return new ((t = Intl.PluralRules).bind.apply(t, te([void 0], r, !1)))();
3819
3824
  }, {
3820
3825
  cache: qe(e.pluralRules),
3821
- strategy: Je.variadic
3826
+ strategy: Ze.variadic
3822
3827
  })
3823
3828
  };
3824
3829
  }
@@ -3826,8 +3831,9 @@ var ss = (
3826
3831
  /** @class */
3827
3832
  function() {
3828
3833
  function e(t, r, n, i) {
3834
+ r === void 0 && (r = e.defaultLocale);
3829
3835
  var s = this;
3830
- if (r === void 0 && (r = e.defaultLocale), this.formatterCache = {
3836
+ if (this.formatterCache = {
3831
3837
  number: {},
3832
3838
  dateTime: {},
3833
3839
  pluralRules: {}
@@ -3853,7 +3859,7 @@ var ss = (
3853
3859
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3854
3860
  var o = i || {};
3855
3861
  o.formatters;
3856
- var a = Un(o, ["formatters"]);
3862
+ var a = Fn(o, ["formatters"]);
3857
3863
  this.ast = e.__parse(t, w(w({}, a), { locale: this.resolvedLocale }));
3858
3864
  } else
3859
3865
  this.ast = t;
@@ -3872,7 +3878,7 @@ var ss = (
3872
3878
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3873
3879
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3874
3880
  }
3875
- }, e.__parse = Xi, e.formats = {
3881
+ }, e.__parse = Qi, e.formats = {
3876
3882
  number: {
3877
3883
  integer: {
3878
3884
  maximumFractionDigits: 0
@@ -3954,7 +3960,7 @@ function os(e, t) {
3954
3960
  n = void 0;
3955
3961
  return n;
3956
3962
  }
3957
- const W = {}, as = (e, t, r) => r && (t in W || (W[t] = {}), e in W[t] || (W[t][e] = r), r), kr = (e, t) => {
3963
+ const W = {}, as = (e, t, r) => r && (t in W || (W[t] = {}), e in W[t] || (W[t][e] = r), r), Gr = (e, t) => {
3958
3964
  if (t == null)
3959
3965
  return;
3960
3966
  if (t in W && e in W[t])
@@ -3971,11 +3977,11 @@ const ae = Ne({});
3971
3977
  function us(e) {
3972
3978
  return gt[e] || null;
3973
3979
  }
3974
- function jr(e) {
3980
+ function kr(e) {
3975
3981
  return e in gt;
3976
3982
  }
3977
3983
  function ls(e, t) {
3978
- if (!jr(e))
3984
+ if (!kr(e))
3979
3985
  return null;
3980
3986
  const r = us(e);
3981
3987
  return os(r, t);
@@ -3986,11 +3992,11 @@ function hs(e) {
3986
3992
  const t = De(e);
3987
3993
  for (let r = 0; r < t.length; r++) {
3988
3994
  const n = t[r];
3989
- if (jr(n))
3995
+ if (kr(n))
3990
3996
  return n;
3991
3997
  }
3992
3998
  }
3993
- function $r(e, ...t) {
3999
+ function jr(e, ...t) {
3994
4000
  delete W[e], ae.update((r) => (r[e] = di.all([r[e] || {}, ...t]), r));
3995
4001
  }
3996
4002
  oe(
@@ -4002,12 +4008,12 @@ const Oe = {};
4002
4008
  function fs(e, t) {
4003
4009
  Oe[e].delete(t), Oe[e].size === 0 && delete Oe[e];
4004
4010
  }
4005
- function Vr(e) {
4011
+ function $r(e) {
4006
4012
  return Oe[e];
4007
4013
  }
4008
4014
  function cs(e) {
4009
4015
  return De(e).map((t) => {
4010
- const r = Vr(t);
4016
+ const r = $r(t);
4011
4017
  return [t, r ? [...r] : []];
4012
4018
  }).filter(([, t]) => t.length > 0);
4013
4019
  }
@@ -4015,17 +4021,17 @@ function ft(e) {
4015
4021
  return e == null ? !1 : De(e).some(
4016
4022
  (t) => {
4017
4023
  var r;
4018
- return (r = Vr(t)) == null ? void 0 : r.size;
4024
+ return (r = $r(t)) == null ? void 0 : r.size;
4019
4025
  }
4020
4026
  );
4021
4027
  }
4022
4028
  function ms(e, t) {
4023
4029
  return Promise.all(
4024
4030
  t.map((n) => (fs(e, n), n().then((i) => i.default || i)))
4025
- ).then((n) => $r(e, ...n));
4031
+ ).then((n) => jr(e, ...n));
4026
4032
  }
4027
4033
  const fe = {};
4028
- function Xr(e) {
4034
+ function Vr(e) {
4029
4035
  if (!ft(e))
4030
4036
  return e in fe ? fe[e] : Promise.resolve();
4031
4037
  const t = cs(e);
@@ -4035,7 +4041,7 @@ function Xr(e) {
4035
4041
  )
4036
4042
  ).then(() => {
4037
4043
  if (ft(e))
4038
- return Xr(e);
4044
+ return Vr(e);
4039
4045
  delete fe[e];
4040
4046
  }), fe[e];
4041
4047
  }
@@ -4110,7 +4116,7 @@ const Ss = (e) => {
4110
4116
  return typeof window != "undefined" && J() != null && t ? r = window.setTimeout(
4111
4117
  () => Qe.set(!0),
4112
4118
  t
4113
- ) : Qe.set(!0), Xr(e).then(() => {
4119
+ ) : Qe.set(!0), Vr(e).then(() => {
4114
4120
  Ie.set(e);
4115
4121
  }).finally(() => {
4116
4122
  clearTimeout(r), Qe.set(!1);
@@ -4126,20 +4132,20 @@ const Ss = (e) => {
4126
4132
  return i in t ? t[i] : t[i] = e(n);
4127
4133
  };
4128
4134
  };
4129
- var Ts = Object.defineProperty, Re = Object.getOwnPropertySymbols, zr = Object.prototype.hasOwnProperty, Wr = Object.prototype.propertyIsEnumerable, nr = (e, t, r) => t in e ? Ts(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, bt = (e, t) => {
4135
+ var Ts = Object.defineProperty, Re = Object.getOwnPropertySymbols, Xr = Object.prototype.hasOwnProperty, zr = Object.prototype.propertyIsEnumerable, nr = (e, t, r) => t in e ? Ts(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, bt = (e, t) => {
4130
4136
  for (var r in t || (t = {}))
4131
- zr.call(t, r) && nr(e, r, t[r]);
4137
+ Xr.call(t, r) && nr(e, r, t[r]);
4132
4138
  if (Re)
4133
4139
  for (var r of Re(t))
4134
- Wr.call(t, r) && nr(e, r, t[r]);
4140
+ zr.call(t, r) && nr(e, r, t[r]);
4135
4141
  return e;
4136
4142
  }, ue = (e, t) => {
4137
4143
  var r = {};
4138
4144
  for (var n in e)
4139
- zr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4145
+ Xr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4140
4146
  if (e != null && Re)
4141
4147
  for (var n of Re(e))
4142
- t.indexOf(n) < 0 && Wr.call(e, n) && (r[n] = e[n]);
4148
+ t.indexOf(n) < 0 && zr.call(e, n) && (r[n] = e[n]);
4143
4149
  return r;
4144
4150
  };
4145
4151
  const de = (e, t) => {
@@ -4209,7 +4215,7 @@ const de = (e, t) => {
4209
4215
  throw new Error(
4210
4216
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4211
4217
  );
4212
- let h = kr(e, l);
4218
+ let h = Gr(e, l);
4213
4219
  if (!h)
4214
4220
  h = (s = (i = (n = (r = se()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? s : e;
4215
4221
  else if (typeof h != "string")
@@ -4228,7 +4234,7 @@ const de = (e, t) => {
4228
4234
  );
4229
4235
  }
4230
4236
  return c;
4231
- }, Ls = (e, t) => Cs(t).format(e), Ns = (e, t) => Os(t).format(e), Ms = (e, t) => Ps(t).format(e), Ds = (e, t = J()) => kr(e, t), Fs = oe([Z, ae], () => Rs);
4237
+ }, Ls = (e, t) => Cs(t).format(e), Ns = (e, t) => Os(t).format(e), Ms = (e, t) => Ps(t).format(e), Ds = (e, t = J()) => Gr(e, t), Fs = oe([Z, ae], () => Rs);
4232
4238
  oe([Z], () => Ls);
4233
4239
  oe([Z], () => Ns);
4234
4240
  oe([Z], () => Ms);
@@ -4241,7 +4247,7 @@ function Us({ withLocale: e, translations: t }) {
4241
4247
  });
4242
4248
  }
4243
4249
  function sr(e, t) {
4244
- $r(e, t);
4250
+ jr(e, t);
4245
4251
  }
4246
4252
  function Gs(e) {
4247
4253
  Z.set(e);
@@ -4300,7 +4306,7 @@ if (typeof window != "undefined") {
4300
4306
  }
4301
4307
  };
4302
4308
  };
4303
- customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep1-L3BD_D0v.js").then(({ default: t }) => {
4309
+ customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep1-CzdLx544.js").then(({ default: t }) => {
4304
4310
  !customElements.get("general-player-register-form-step1") && customElements.define("general-player-register-form-step1", t.element);
4305
4311
  });
4306
4312
  }
@@ -4316,7 +4322,7 @@ if (typeof window != "undefined") {
4316
4322
  }
4317
4323
  };
4318
4324
  };
4319
- customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep2-DGvrorth.js").then(({ default: t }) => {
4325
+ customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep2-Bxpl-aoN.js").then(({ default: t }) => {
4320
4326
  !customElements.get("general-player-register-form-step2") && customElements.define("general-player-register-form-step2", t.element);
4321
4327
  });
4322
4328
  }
@@ -4332,7 +4338,7 @@ if (typeof window != "undefined") {
4332
4338
  }
4333
4339
  };
4334
4340
  };
4335
- customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep3-V9IQ4Eyt.js").then(({ default: t }) => {
4341
+ customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep3-Dy_4oxXj.js").then(({ default: t }) => {
4336
4342
  !customElements.get("general-player-register-form-step3") && customElements.define("general-player-register-form-step3", t.element);
4337
4343
  });
4338
4344
  }
@@ -4348,12 +4354,12 @@ if (typeof window != "undefined") {
4348
4354
  }
4349
4355
  };
4350
4356
  };
4351
- customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-Ck5cTqVN.js").then(({ default: t }) => {
4357
+ customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-BYnvcs8P.js").then(({ default: t }) => {
4352
4358
  !customElements.get("general-player-sms-verification-form") && customElements.define("general-player-sms-verification-form", t.element);
4353
4359
  });
4354
4360
  }
4355
4361
  function ks(e) {
4356
- bn(e, "svelte-1gmd2uc", ".RegisterFormWrapper{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));border-radius:15px}.RegisterFormContainer{padding:25px;height:404px;overflow-y:auto;scrollbar-color:var(--emw--color-gray-100, #E6E6E6) var(--emw--color-gray-50, #F9F8F8);scrollbar-width:thin}.RegisterFormContainer.RegisterFormContainerMobile{padding:40px 20px;height:65vh;overflow-y:scroll}.RegisterFormContainer::-webkit-scrollbar{width:6px}.RegisterFormContainer::-webkit-scrollbar-track{background:var(--emw--color-gray-50, #F9F8F8)}.RegisterFormContainer::-webkit-scrollbar-thumb{background:var(--emw--color-gray-100, #E6E6E6)}.RegisterSteps{display:flex;gap:10px;padding:20px 0 30px}.RegisterFirstStepDash,.RegisterSecondStepDash,.RegisterThirdStepDash{width:50px;height:2px;background-color:var(--emw--color-gray-100, #E6E6E6)}.RegisterStepDashColor{background-color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.RegisterStepNext{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);color:var(--emfe-w-button-typography, var(--emw--button-text-color, #FFFFFF));font-family:var(--emw--button-typography);width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}.SMSErrorText{height:80%;display:flex;align-items:center}.RegisterConfirmation{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:60px}.RegisterConfirmation svg{width:74px}.RegisterConfirmation .RegisterConfirmationTitle{color:var(--emw--color-valid, var(--emw--color-valid, #48952a));font-size:24px;font-weight:var(--emw--font-weight-normal, 400);text-transform:uppercase;margin-bottom:0}.RegisterConfirmation .RegisterConfirmationSubtitle{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:19px;margin-bottom:24px}.RegisterConfirmation .RegisterConfirmationNote{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:22px}.RegisterConfirmationGoToLogin{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);color:var(--emfe-w-button-typography, var(--emw--button-text-color, #FFFFFF));width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}");
4362
+ gn(e, "svelte-1ybwcf6", ".RegisterFormWrapper{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));border-radius:15px}.RegisterFormContainer{padding:25px;height:404px;overflow-y:auto;scrollbar-color:var(--emw--color-gray-100, #E6E6E6) var(--emw--color-gray-50, #F9F8F8);scrollbar-width:thin}.RegisterFormContainer.RegisterFormContainerMobile{padding:40px 20px;height:65vh;overflow-y:scroll}.RegisterFormContainer::-webkit-scrollbar{width:6px}.RegisterFormContainer::-webkit-scrollbar-track{background:var(--emw--color-gray-50, #F9F8F8)}.RegisterFormContainer::-webkit-scrollbar-thumb{background:var(--emw--color-gray-100, #E6E6E6)}.RegisterSteps{display:flex;gap:10px;padding:20px 0 30px}.RegisterFirstStepDash,.RegisterSecondStepDash,.RegisterThirdStepDash{width:50px;height:2px;background-color:var(--emw--color-gray-100, #E6E6E6)}.RegisterStepDashColor{background-color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.RegisterStepNext{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);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));font-family:var(--emw--button-typography);width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}.SMSErrorText{height:80%;display:flex;align-items:center}.RegisterConfirmation{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:60px}.RegisterConfirmation svg{width:74px}.RegisterConfirmation .RegisterConfirmationTitle{color:var(--emw--color-valid, var(--emw--color-valid, #48952a));font-size:24px;font-weight:var(--emw--font-weight-normal, 400);text-transform:uppercase;margin-bottom:0}.RegisterConfirmation .RegisterConfirmationSubtitle{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:19px;margin-bottom:24px}.RegisterConfirmation .RegisterConfirmationNote{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:22px}.RegisterConfirmationGoToLogin{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);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}");
4357
4363
  }
4358
4364
  function js(e) {
4359
4365
  let t, r, n, i, s, o, a, l = (
@@ -4865,7 +4871,7 @@ function Vs(e) {
4865
4871
  let n = r(e), i = n(e);
4866
4872
  return {
4867
4873
  c() {
4868
- i.c(), t = _n();
4874
+ i.c(), t = vn();
4869
4875
  },
4870
4876
  m(s, o) {
4871
4877
  i.m(s, o), U(s, t, o);
@@ -5001,7 +5007,7 @@ function fr(e) {
5001
5007
  ), O, D, N;
5002
5008
  return {
5003
5009
  c() {
5004
- t = B("div"), r = Se("svg"), n = Se("defs"), i = Se("style"), s = $(".a{fill:#var(--emfe-w-color-valid, var(--emfe-w-color-green, #48952a));}"), o = Se("path"), a = G(), l = B("h2"), u = $(
5010
+ t = B("div"), r = Se("svg"), n = Se("defs"), i = Se("style"), s = $(".a{fill:#var(--emw--color-valid, var(--emw--color-green, #48952a));}"), o = Se("path"), a = G(), l = B("h2"), u = $(
5005
5011
  /*accountCreationTitle*/
5006
5012
  e[22]
5007
5013
  ), h = G(), c = B("p"), p = $(
@@ -5013,7 +5019,7 @@ function fr(e) {
5013
5019
  ), b = G(), x = B("button"), O = $(I), T(o, "class", "a"), T(o, "d", "M29.325,51,0,21.675l5.95-5.95,23.375,22.95L68,0l5.95,5.95Z"), T(r, "xmlns", "http://www.w3.org/2000/svg"), T(r, "viewBox", "0 0 73.95 51"), T(l, "class", "RegisterConfirmationTitle"), T(c, "class", "RegisterConfirmationSubtitle"), T(g, "class", "RegisterConfirmationNote"), T(x, "class", "RegisterConfirmationGoToLogin"), T(t, "class", "RegisterConfirmation");
5014
5020
  },
5015
5021
  m(R, C) {
5016
- U(R, t, C), E(t, r), E(r, n), E(n, i), E(i, s), E(r, o), E(t, a), E(t, l), E(l, u), E(t, h), E(t, c), E(c, p), E(t, y), E(t, g), E(g, d), E(t, b), E(t, x), E(x, O), D || (N = En(
5022
+ U(R, t, C), E(t, r), E(r, n), E(n, i), E(i, s), E(r, o), E(t, a), E(t, l), E(l, u), E(t, h), E(t, c), E(c, p), E(t, y), E(t, g), E(g, d), E(t, b), E(t, x), E(x, O), D || (N = _n(
5017
5023
  x,
5018
5024
  "click",
5019
5025
  /*switchToLogin*/
@@ -5071,10 +5077,10 @@ function Ws(e) {
5071
5077
  let Zs = "Please use this code {0} to activate your account";
5072
5078
  function Js(e, t, r) {
5073
5079
  let n;
5074
- gn(e, Fs, (f) => r(33, n = f));
5075
- let { endpoint: i = "" } = t, { cmsendpoint: s = "" } = t, { env: o = "" } = t, { session: a = "" } = t, { trackedanalyticsdata: l = "" } = t, { captchakey: u = "" } = t, { lang: h = "en" } = t, { licenseyears: c = "" } = t, { disabledfields: p = "" } = t, { defaultoptions: y = "" } = t, { smsverification: g = "false" } = t, { simplepasswordvalidation: d = "false" } = t, { userroles: b = "" } = t, { clientstyling: x = "" } = t, { clientstylingurl: I = "" } = t, { translationurl: O = "" } = t, { savecredentials: D = "" } = t, { custominputtextswitch: N = "false" } = t, { personalidlength: R = "13" } = t, C, yt = "", Ue = !0, le = !1, be = !1, Ge = !1, ke = !1, ye, vt = !1, _t = "", Et = "", wt = "", xt = window.navigator.userAgent, Jr = ir(xt) !== "PC", j = {}, St = !1, Tt = !1, je = "false", Ht = "false", Bt = "false", At = "false", Pt = "", Ot, ve = !1, Ct, _e;
5080
+ dn(e, Fs, (f) => r(33, n = f));
5081
+ let { endpoint: i = "" } = t, { cmsendpoint: s = "" } = t, { env: o = "" } = t, { session: a = "" } = t, { trackedanalyticsdata: l = "" } = t, { captchakey: u = "" } = t, { lang: h = "en" } = t, { licenseyears: c = "" } = t, { disabledfields: p = "" } = t, { defaultoptions: y = "" } = t, { smsverification: g = "false" } = t, { simplepasswordvalidation: d = "false" } = t, { userroles: b = "" } = t, { clientstyling: x = "" } = t, { clientstylingurl: I = "" } = t, { translationurl: O = "" } = t, { savecredentials: D = "" } = t, { custominputtextswitch: N = "false" } = t, { personalidlength: R = "13" } = t, C, yt = "", Ue = !0, le = !1, be = !1, Ge = !1, ke = !1, ye, vt = !1, _t = "", Et = "", wt = "", xt = window.navigator.userAgent, Zr = ir(xt) !== "PC", j = {}, St = !1, Tt = !1, je = "false", Ht = "false", Bt = "false", At = "false", Pt = "", Ot, ve = !1, Ct, _e;
5076
5082
  Us({ withLocale: "en", translations: {} });
5077
- const qr = () => {
5083
+ const Jr = () => {
5078
5084
  fetch(O).then((S) => S.json()).then((S) => {
5079
5085
  Object.keys(S).forEach((P) => {
5080
5086
  sr(P, S[P]);
@@ -5086,7 +5092,7 @@ function Js(e, t, r) {
5086
5092
  Object.keys(or).forEach((f) => {
5087
5093
  sr(f, or[f]);
5088
5094
  });
5089
- const Qr = () => {
5095
+ const qr = () => {
5090
5096
  fetch(`${i}/v1/player/consentRequirements`).then((f) => f.json()).then((f) => {
5091
5097
  f.items.length > 0 ? (r(25, je = "true"), f.items.forEach((S) => {
5092
5098
  switch (S.tagCode) {
@@ -5102,7 +5108,7 @@ function Js(e, t, r) {
5102
5108
  }
5103
5109
  })) : r(25, je = "false");
5104
5110
  });
5105
- }, Yr = () => {
5111
+ }, Qr = () => {
5106
5112
  let f = new URL(`${s}/${h}/login-register-content?env=${o}`), S = ir(xt);
5107
5113
  S && (S === "PC" ? f.searchParams.append("device", "dk") : f.searchParams.append("device", "mtWeb")), fetch(f.href).then((P) => P.json()).then((P) => {
5108
5114
  ye = P.registerData, r(22, _t = ye.title), r(23, Et = ye.subtitle), r(24, wt = ye.content);
@@ -5125,7 +5131,7 @@ function Js(e, t, r) {
5125
5131
  he(f.data.registerStepTwoData), Ee(), r(18, le = !1), r(19, be = !0), Tt == !1 ? Tt = !0 : window.postMessage({ type: "StepThreeDataBackup", userData: j }, window.location.href);
5126
5132
  break;
5127
5133
  case "RegisterStepThree":
5128
- he(f.data.registerStepThreeData), en(j);
5134
+ he(f.data.registerStepThreeData), Kr(j);
5129
5135
  break;
5130
5136
  case "SmsHasBeenValidated":
5131
5137
  r(21, ke = !0), r(20, Ge = !1);
@@ -5137,9 +5143,9 @@ function Js(e, t, r) {
5137
5143
  he(f.data.registerStepThreeData), Ee(), r(18, le = !0), r(19, be = !1), window.postMessage({ type: "StepTwoDataBackup", userData: j }, window.location.href);
5138
5144
  break;
5139
5145
  }
5140
- }, Kr = () => {
5146
+ }, Yr = () => {
5141
5147
  typeof gtag == "function" && gtag("event", "Register", { context: "GeneralPlayerRegisterForm" });
5142
- }, en = (f) => we(this, null, function* () {
5148
+ }, Kr = (f) => we(this, null, function* () {
5143
5149
  f.language = h;
5144
5150
  let S = {
5145
5151
  method: "PUT",
@@ -5150,7 +5156,7 @@ function Js(e, t, r) {
5150
5156
  },
5151
5157
  body: JSON.stringify(f)
5152
5158
  }, P = yield fetch(`${i}/v1/player/register`, S), z = yield P.json();
5153
- P.ok ? (r(19, be = !1), g === "false" ? r(21, ke = !0) : (r(16, yt = z.id), tn(f, z.id)), f.username, f.password, Kr()) : (Pt = z.error.substring(z.error.indexOf("errorMessage") + 13, z.error.length), vt = !0, window.postMessage(
5159
+ P.ok ? (r(19, be = !1), g === "false" ? r(21, ke = !0) : (r(16, yt = z.id), en(f, z.id)), f.username, f.password, Yr()) : (Pt = z.error.substring(z.error.indexOf("errorMessage") + 13, z.error.length), vt = !0, window.postMessage(
5154
5160
  {
5155
5161
  type: "ShowRegistrationError",
5156
5162
  showError: vt,
@@ -5158,7 +5164,7 @@ function Js(e, t, r) {
5158
5164
  },
5159
5165
  window.location.href
5160
5166
  ));
5161
- }), tn = (f, S) => we(this, null, function* () {
5167
+ }), en = (f, S) => we(this, null, function* () {
5162
5168
  localStorage.setItem("smsTimer", JSON.stringify(Math.floor(Date.now() / 1e3)));
5163
5169
  try {
5164
5170
  const P = yield fetch(`${i}/v1/player/sms/token`, {
@@ -5182,16 +5188,16 @@ function Js(e, t, r) {
5182
5188
  } catch (P) {
5183
5189
  r(30, ve = !0), console.error(P);
5184
5190
  }
5185
- }), rn = () => {
5191
+ }), tn = () => {
5186
5192
  p.split(",");
5187
- }, nn = () => {
5193
+ }, rn = () => {
5188
5194
  window.postMessage({ type: "ToLogin" }, window.location.href);
5189
- }, sn = () => {
5195
+ }, nn = () => {
5190
5196
  Gs(h);
5191
- }, on = () => {
5197
+ }, sn = () => {
5192
5198
  let f = document.createElement("style");
5193
5199
  f.innerHTML = x, C.appendChild(f);
5194
- }, an = () => {
5200
+ }, on = () => {
5195
5201
  let f = new URL(I), S = document.createElement("style");
5196
5202
  fetch(f.href).then((P) => P.text()).then((P) => {
5197
5203
  S.innerHTML = P, setTimeout(
@@ -5206,15 +5212,15 @@ function Js(e, t, r) {
5206
5212
  );
5207
5213
  });
5208
5214
  };
5209
- Tn(() => (window.addEventListener("message", It, !1), () => {
5215
+ Sn(() => (window.addEventListener("message", It, !1), () => {
5210
5216
  window.removeEventListener("message", It);
5211
5217
  }));
5212
- function un(f) {
5218
+ function an(f) {
5213
5219
  Ce[f ? "unshift" : "push"](() => {
5214
5220
  _e = f, r(32, _e);
5215
5221
  });
5216
5222
  }
5217
- function ln(f) {
5223
+ function un(f) {
5218
5224
  Ce[f ? "unshift" : "push"](() => {
5219
5225
  C = f, r(15, C);
5220
5226
  });
@@ -5223,15 +5229,15 @@ function Js(e, t, r) {
5223
5229
  "endpoint" in f && r(0, i = f.endpoint), "cmsendpoint" in f && r(36, s = f.cmsendpoint), "env" in f && r(37, o = f.env), "session" in f && r(1, a = f.session), "trackedanalyticsdata" in f && r(38, l = f.trackedanalyticsdata), "captchakey" in f && r(2, u = f.captchakey), "lang" in f && r(3, h = f.lang), "licenseyears" in f && r(4, c = f.licenseyears), "disabledfields" in f && r(5, p = f.disabledfields), "defaultoptions" in f && r(6, y = f.defaultoptions), "smsverification" in f && r(7, g = f.smsverification), "simplepasswordvalidation" in f && r(8, d = f.simplepasswordvalidation), "userroles" in f && r(39, b = f.userroles), "clientstyling" in f && r(9, x = f.clientstyling), "clientstylingurl" in f && r(10, I = f.clientstylingurl), "translationurl" in f && r(11, O = f.translationurl), "savecredentials" in f && r(12, D = f.savecredentials), "custominputtextswitch" in f && r(13, N = f.custominputtextswitch), "personalidlength" in f && r(14, R = f.personalidlength);
5224
5230
  }, e.$$.update = () => {
5225
5231
  e.$$.dirty[0] & /*endpoint*/
5226
- 1 && i && Qr(), e.$$.dirty[0] & /*lang*/
5232
+ 1 && i && qr(), e.$$.dirty[0] & /*lang*/
5227
5233
  8 | e.$$.dirty[1] & /*cmsendpoint, env, userroles*/
5228
- 352 && s && h && o && b && Yr(), e.$$.dirty[0] & /*playerid, session*/
5234
+ 352 && s && h && o && b && Qr(), e.$$.dirty[0] & /*playerid, session*/
5229
5235
  65538, e.$$.dirty[0] & /*lang*/
5230
- 8 && h && sn(), e.$$.dirty[0] & /*disabledfields*/
5231
- 32 && p && rn(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5232
- 33280 && x && C && on(), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5233
- 33792 && I && C && an(), e.$$.dirty[0] & /*translationurl*/
5234
- 2048 && O && qr();
5236
+ 8 && h && nn(), e.$$.dirty[0] & /*disabledfields*/
5237
+ 32 && p && tn(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5238
+ 33280 && x && C && sn(), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5239
+ 33792 && I && C && on(), e.$$.dirty[0] & /*translationurl*/
5240
+ 2048 && O && Jr();
5235
5241
  }, [
5236
5242
  i,
5237
5243
  a,
@@ -5267,19 +5273,19 @@ function Js(e, t, r) {
5267
5273
  Ct,
5268
5274
  _e,
5269
5275
  n,
5270
- Jr,
5271
- nn,
5276
+ Zr,
5277
+ rn,
5272
5278
  s,
5273
5279
  o,
5274
5280
  l,
5275
5281
  b,
5276
- un,
5277
- ln
5282
+ an,
5283
+ un
5278
5284
  ];
5279
5285
  }
5280
- class Zr extends Dn {
5286
+ class Wr extends Mn {
5281
5287
  constructor(t) {
5282
- super(), Nn(
5288
+ super(), Ln(
5283
5289
  this,
5284
5290
  t,
5285
5291
  Js,
@@ -5425,38 +5431,38 @@ class Zr extends Dn {
5425
5431
  this.$$set({ personalidlength: t }), A();
5426
5432
  }
5427
5433
  }
5428
- Mn(Zr, { endpoint: {}, cmsendpoint: {}, env: {}, session: {}, trackedanalyticsdata: {}, captchakey: {}, lang: {}, licenseyears: {}, disabledfields: {}, defaultoptions: {}, smsverification: {}, simplepasswordvalidation: {}, userroles: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {}, custominputtextswitch: {}, personalidlength: {} }, [], [], !0);
5434
+ Nn(Wr, { endpoint: {}, cmsendpoint: {}, env: {}, session: {}, trackedanalyticsdata: {}, captchakey: {}, lang: {}, licenseyears: {}, disabledfields: {}, defaultoptions: {}, smsverification: {}, simplepasswordvalidation: {}, userroles: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {}, custominputtextswitch: {}, personalidlength: {} }, [], [], !0);
5429
5435
  const so = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5430
5436
  __proto__: null,
5431
- default: Zr
5437
+ default: Wr
5432
5438
  }, Symbol.toStringTag, { value: "Module" }));
5433
5439
  export {
5434
5440
  Z as $,
5435
5441
  eo as A,
5436
- _n as B,
5442
+ vn as B,
5437
5443
  no as C,
5438
5444
  ae as D,
5439
5445
  Ks as E,
5440
5446
  Ys as F,
5441
5447
  so as G,
5442
- Dn as S,
5443
- $r as a,
5444
- bn as b,
5445
- Mn as c,
5448
+ Mn as S,
5449
+ jr as a,
5450
+ gn as b,
5451
+ Nn as c,
5446
5452
  G as d,
5447
5453
  B as e,
5448
5454
  A as f,
5449
5455
  T as g,
5450
5456
  U as h,
5451
- Nn as i,
5457
+ Ln as i,
5452
5458
  E as j,
5453
5459
  to as k,
5454
- En as l,
5460
+ _n as l,
5455
5461
  K as m,
5456
5462
  k as n,
5457
5463
  M as o,
5458
- gn as p,
5459
- Tn as q,
5464
+ dn as p,
5465
+ Sn as q,
5460
5466
  ge as r,
5461
5467
  mr as s,
5462
5468
  $ as t,