@everymatrix/player-account-gaming-limits-wrapper-2-nd 1.54.8 → 1.54.9

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.
@@ -94,11 +94,11 @@ function Dr(e, t, r, i) {
94
94
  function x(e, t, r) {
95
95
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
96
96
  }
97
- function go(e, t, r) {
97
+ function vo(e, t, r) {
98
98
  const i = t.toLowerCase();
99
99
  i in e ? e[i] = typeof e[i] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : x(e, t, r);
100
100
  }
101
- function vo(e) {
101
+ function go(e) {
102
102
  return e === "" ? null : +e;
103
103
  }
104
104
  function zr(e) {
@@ -323,7 +323,7 @@ typeof HTMLElement == "function" && (zt = class extends HTMLElement {
323
323
  n in r && (t[n] = [e(n)]);
324
324
  for (const n of this.attributes) {
325
325
  const o = this.$$g_p(n.name);
326
- o in this.$$d || (this.$$d[o] = ge(o, n.value, this.$$p_d, "toProp"));
326
+ o in this.$$d || (this.$$d[o] = ve(o, n.value, this.$$p_d, "toProp"));
327
327
  }
328
328
  for (const n in this.$$p_d)
329
329
  !(n in this.$$d) && this[n] !== void 0 && (this.$$d[n] = this[n], delete this[n]);
@@ -341,7 +341,7 @@ typeof HTMLElement == "function" && (zt = class extends HTMLElement {
341
341
  this.$$r = !0;
342
342
  for (const n in this.$$p_d)
343
343
  if (this.$$d[n] = this.$$c.$$.ctx[this.$$c.$$.props[n]], this.$$p_d[n].reflect) {
344
- const o = ge(
344
+ const o = ve(
345
345
  n,
346
346
  this.$$d[n],
347
347
  this.$$p_d,
@@ -363,7 +363,7 @@ typeof HTMLElement == "function" && (zt = class extends HTMLElement {
363
363
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
364
364
  // and setting attributes through setAttribute etc, this is helpful
365
365
  attributeChangedCallback(e, t, r) {
366
- this.$$r || (e = this.$$g_p(e), this.$$d[e] = ge(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
366
+ this.$$r || (e = this.$$g_p(e), this.$$d[e] = ve(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
367
367
  }
368
368
  disconnectedCallback() {
369
369
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -376,7 +376,7 @@ typeof HTMLElement == "function" && (zt = class extends HTMLElement {
376
376
  ) || e;
377
377
  }
378
378
  });
379
- function ge(e, t, r, i) {
379
+ function ve(e, t, r, i) {
380
380
  const n = r[e]?.type;
381
381
  if (t = n === "Boolean" && typeof t != "boolean" ? t != null : t, !i || !r[e])
382
382
  return t;
@@ -422,7 +422,7 @@ function Kr(e, t, r, i, n, o) {
422
422
  return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
423
423
  },
424
424
  set(h) {
425
- h = ge(s, h, t), this.$$d[s] = h, this.$$c?.$set({ [s]: h });
425
+ h = ve(s, h, t), this.$$d[s] = h, this.$$c?.$set({ [s]: h });
426
426
  }
427
427
  });
428
428
  }), i.forEach((s) => {
@@ -684,7 +684,7 @@ function oi(e) {
684
684
  }
685
685
  function mt() {
686
686
  }
687
- function ve(e) {
687
+ function ge(e) {
688
688
  e();
689
689
  }
690
690
  var Ft = function(e) {
@@ -794,7 +794,7 @@ var pt = function() {
794
794
  return r.source = this, r.operator = t, r;
795
795
  }, e.prototype.subscribe = function(t, r, i) {
796
796
  var n = this, o = mi(t) ? t : new Qe(t, r, i);
797
- return ve(function() {
797
+ return ge(function() {
798
798
  var a = n, s = a.operator, h = a.source;
799
799
  o.add(s ? s.call(o, h) : h ? n._subscribe(o) : n._trySubscribe(o));
800
800
  }), o;
@@ -873,7 +873,7 @@ var pi = $t(function(e) {
873
873
  throw new pi();
874
874
  }, t.prototype.next = function(r) {
875
875
  var i = this;
876
- ve(function() {
876
+ ge(function() {
877
877
  var n, o;
878
878
  if (i._throwIfClosed(), !i.isStopped) {
879
879
  i.currentObservers || (i.currentObservers = Array.from(i.observers));
@@ -895,7 +895,7 @@ var pi = $t(function(e) {
895
895
  });
896
896
  }, t.prototype.error = function(r) {
897
897
  var i = this;
898
- ve(function() {
898
+ ge(function() {
899
899
  if (i._throwIfClosed(), !i.isStopped) {
900
900
  i.hasError = i.isStopped = !0, i.thrownError = r;
901
901
  for (var n = i.observers; n.length; )
@@ -904,7 +904,7 @@ var pi = $t(function(e) {
904
904
  });
905
905
  }, t.prototype.complete = function() {
906
906
  var r = this;
907
- ve(function() {
907
+ ge(function() {
908
908
  if (r._throwIfClosed(), !r.isStopped) {
909
909
  r.isStopped = !0;
910
910
  for (var i = r.observers; i.length; )
@@ -986,12 +986,12 @@ var pi = $t(function(e) {
986
986
  }
987
987
  }, t;
988
988
  }(jt);
989
- const bt = [], gt = {}, yi = (e, t = 0) => {
989
+ const bt = [], vt = {}, yi = (e, t = 0) => {
990
990
  if (bt.indexOf(e) == -1) {
991
991
  const r = new di(t);
992
- gt[e] = r, bt.push(e);
992
+ vt[e] = r, bt.push(e);
993
993
  }
994
- return gt[e];
994
+ return vt[e];
995
995
  }, Z = [];
996
996
  function bi(e, t) {
997
997
  return {
@@ -1042,8 +1042,8 @@ function re(e, t, r) {
1042
1042
  }, p = n.map(
1043
1043
  (y, d) => Dt(
1044
1044
  y,
1045
- (g) => {
1046
- u[d] = g, l &= ~(1 << d), h && f();
1045
+ (v) => {
1046
+ u[d] = v, l &= ~(1 << d), h && f();
1047
1047
  },
1048
1048
  () => {
1049
1049
  l |= 1 << d;
@@ -1055,10 +1055,10 @@ function re(e, t, r) {
1055
1055
  };
1056
1056
  });
1057
1057
  }
1058
- function gi(e) {
1058
+ function vi(e) {
1059
1059
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1060
1060
  }
1061
- var vi = function(t) {
1061
+ var gi = function(t) {
1062
1062
  return _i(t) && !Ei(t);
1063
1063
  };
1064
1064
  function _i(e) {
@@ -1094,7 +1094,7 @@ function Pi(e) {
1094
1094
  return Object.propertyIsEnumerable.call(e, t);
1095
1095
  }) : [];
1096
1096
  }
1097
- function vt(e) {
1097
+ function gt(e) {
1098
1098
  return Object.keys(e).concat(Pi(e));
1099
1099
  }
1100
1100
  function Vt(e, t) {
@@ -1109,14 +1109,14 @@ function Hi(e, t) {
1109
1109
  }
1110
1110
  function Bi(e, t, r) {
1111
1111
  var i = {};
1112
- return r.isMergeableObject(e) && vt(e).forEach(function(n) {
1112
+ return r.isMergeableObject(e) && gt(e).forEach(function(n) {
1113
1113
  i[n] = le(e[n], r);
1114
- }), vt(t).forEach(function(n) {
1114
+ }), gt(t).forEach(function(n) {
1115
1115
  Hi(e, n) || (Vt(e, n) && r.isMergeableObject(t[n]) ? i[n] = Ai(n, r)(e[n], t[n], r) : i[n] = le(t[n], r));
1116
1116
  }), i;
1117
1117
  }
1118
1118
  function q(e, t, r) {
1119
- r = r || {}, r.arrayMerge = r.arrayMerge || wi, r.isMergeableObject = r.isMergeableObject || vi, r.cloneUnlessOtherwiseSpecified = le;
1119
+ r = r || {}, r.arrayMerge = r.arrayMerge || wi, r.isMergeableObject = r.isMergeableObject || gi, r.cloneUnlessOtherwiseSpecified = le;
1120
1120
  var i = Array.isArray(t), n = Array.isArray(e), o = i === n;
1121
1121
  return o ? i ? r.arrayMerge(e, t, r) : Bi(e, t, r) : le(t, r);
1122
1122
  }
@@ -1128,7 +1128,7 @@ q.all = function(t, r) {
1128
1128
  }, {});
1129
1129
  };
1130
1130
  var Oi = q, Ci = Oi;
1131
- const Ii = /* @__PURE__ */ gi(Ci);
1131
+ const Ii = /* @__PURE__ */ vi(Ci);
1132
1132
  function Re(e, t) {
1133
1133
  var r = t && t.cache ? t.cache : Ui, i = t && t.serializer ? t.serializer : zi, n = t && t.strategy ? t.strategy : Ri;
1134
1134
  return n(e, {
@@ -2978,7 +2978,7 @@ function qi(e) {
2978
2978
  return n[0];
2979
2979
  }
2980
2980
  var ze, Ki = new RegExp("^".concat(tr.source, "*")), en = new RegExp("".concat(tr.source, "*$"));
2981
- function v(e, t) {
2981
+ function g(e, t) {
2982
2982
  return { start: e, end: t };
2983
2983
  }
2984
2984
  var tn = !!String.prototype.startsWith && "_a".startsWith("a", 1), rn = !!String.fromCodePoint, nn = !!Object.fromEntries, on = !!String.prototype.codePointAt, sn = !!String.prototype.trimStart, an = !!String.prototype.trimEnd, un = !!Number.isSafeInteger, ln = un ? Number.isSafeInteger : function(e) {
@@ -3106,12 +3106,12 @@ var mn = (
3106
3106
  var s = this.clonePosition();
3107
3107
  this.bump(), n.push({
3108
3108
  type: S.pound,
3109
- location: v(s, this.clonePosition())
3109
+ location: g(s, this.clonePosition())
3110
3110
  });
3111
3111
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
3112
3112
  if (i)
3113
3113
  break;
3114
- return this.error(b.UNMATCHED_CLOSING_TAG, v(this.clonePosition(), this.clonePosition()));
3114
+ return this.error(b.UNMATCHED_CLOSING_TAG, g(this.clonePosition(), this.clonePosition()));
3115
3115
  } else if (o === 60 && !this.ignoreTag && et(this.peek() || 0)) {
3116
3116
  var a = this.parseTag(t, r);
3117
3117
  if (a.err)
@@ -3135,7 +3135,7 @@ var mn = (
3135
3135
  val: {
3136
3136
  type: S.literal,
3137
3137
  value: "<".concat(n, "/>"),
3138
- location: v(i, this.clonePosition())
3138
+ location: g(i, this.clonePosition())
3139
3139
  },
3140
3140
  err: null
3141
3141
  };
@@ -3146,21 +3146,21 @@ var mn = (
3146
3146
  var a = o.val, s = this.clonePosition();
3147
3147
  if (this.bumpIf("</")) {
3148
3148
  if (this.isEOF() || !et(this.char()))
3149
- return this.error(b.INVALID_TAG, v(s, this.clonePosition()));
3149
+ return this.error(b.INVALID_TAG, g(s, this.clonePosition()));
3150
3150
  var h = this.clonePosition(), u = this.parseTagName();
3151
- return n !== u ? this.error(b.UNMATCHED_CLOSING_TAG, v(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3151
+ return n !== u ? this.error(b.UNMATCHED_CLOSING_TAG, g(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3152
3152
  val: {
3153
3153
  type: S.tag,
3154
3154
  value: n,
3155
3155
  children: a,
3156
- location: v(i, this.clonePosition())
3156
+ location: g(i, this.clonePosition())
3157
3157
  },
3158
3158
  err: null
3159
- } : this.error(b.INVALID_TAG, v(s, this.clonePosition())));
3159
+ } : this.error(b.INVALID_TAG, g(s, this.clonePosition())));
3160
3160
  } else
3161
- return this.error(b.UNCLOSED_TAG, v(i, this.clonePosition()));
3161
+ return this.error(b.UNCLOSED_TAG, g(i, this.clonePosition()));
3162
3162
  } else
3163
- return this.error(b.INVALID_TAG, v(i, this.clonePosition()));
3163
+ return this.error(b.INVALID_TAG, g(i, this.clonePosition()));
3164
3164
  }, e.prototype.parseTagName = function() {
3165
3165
  var t = this.offset();
3166
3166
  for (this.bump(); !this.isEOF() && dn(this.char()); )
@@ -3185,7 +3185,7 @@ var mn = (
3185
3185
  }
3186
3186
  break;
3187
3187
  }
3188
- var h = v(i, this.clonePosition());
3188
+ var h = g(i, this.clonePosition());
3189
3189
  return {
3190
3190
  val: { type: S.literal, value: n, location: h },
3191
3191
  err: null
@@ -3235,14 +3235,14 @@ var mn = (
3235
3235
  }, e.prototype.parseArgument = function(t, r) {
3236
3236
  var i = this.clonePosition();
3237
3237
  if (this.bump(), this.bumpSpace(), this.isEOF())
3238
- return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, v(i, this.clonePosition()));
3238
+ return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, g(i, this.clonePosition()));
3239
3239
  if (this.char() === 125)
3240
- return this.bump(), this.error(b.EMPTY_ARGUMENT, v(i, this.clonePosition()));
3240
+ return this.bump(), this.error(b.EMPTY_ARGUMENT, g(i, this.clonePosition()));
3241
3241
  var n = this.parseIdentifierIfPossible().value;
3242
3242
  if (!n)
3243
- return this.error(b.MALFORMED_ARGUMENT, v(i, this.clonePosition()));
3243
+ return this.error(b.MALFORMED_ARGUMENT, g(i, this.clonePosition()));
3244
3244
  if (this.bumpSpace(), this.isEOF())
3245
- return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, v(i, this.clonePosition()));
3245
+ return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, g(i, this.clonePosition()));
3246
3246
  switch (this.char()) {
3247
3247
  case 125:
3248
3248
  return this.bump(), {
@@ -3250,25 +3250,25 @@ var mn = (
3250
3250
  type: S.argument,
3251
3251
  // value does not include the opening and closing braces.
3252
3252
  value: n,
3253
- location: v(i, this.clonePosition())
3253
+ location: g(i, this.clonePosition())
3254
3254
  },
3255
3255
  err: null
3256
3256
  };
3257
3257
  case 44:
3258
- return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, v(i, this.clonePosition())) : this.parseArgumentOptions(t, r, n, i);
3258
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, g(i, this.clonePosition())) : this.parseArgumentOptions(t, r, n, i);
3259
3259
  default:
3260
- return this.error(b.MALFORMED_ARGUMENT, v(i, this.clonePosition()));
3260
+ return this.error(b.MALFORMED_ARGUMENT, g(i, this.clonePosition()));
3261
3261
  }
3262
3262
  }, e.prototype.parseIdentifierIfPossible = function() {
3263
3263
  var t = this.clonePosition(), r = this.offset(), i = Ke(this.message, r), n = r + i.length;
3264
3264
  this.bumpTo(n);
3265
- var o = this.clonePosition(), a = v(t, o);
3265
+ var o = this.clonePosition(), a = g(t, o);
3266
3266
  return { value: i, location: a };
3267
3267
  }, e.prototype.parseArgumentOptions = function(t, r, i, n) {
3268
3268
  var o, a = this.clonePosition(), s = this.parseIdentifierIfPossible().value, h = this.clonePosition();
3269
3269
  switch (s) {
3270
3270
  case "":
3271
- return this.error(b.EXPECT_ARGUMENT_TYPE, v(a, h));
3271
+ return this.error(b.EXPECT_ARGUMENT_TYPE, g(a, h));
3272
3272
  case "number":
3273
3273
  case "date":
3274
3274
  case "time": {
@@ -3281,27 +3281,27 @@ var mn = (
3281
3281
  return c;
3282
3282
  var f = fn(c.val);
3283
3283
  if (f.length === 0)
3284
- return this.error(b.EXPECT_ARGUMENT_STYLE, v(this.clonePosition(), this.clonePosition()));
3285
- var p = v(l, this.clonePosition());
3284
+ return this.error(b.EXPECT_ARGUMENT_STYLE, g(this.clonePosition(), this.clonePosition()));
3285
+ var p = g(l, this.clonePosition());
3286
3286
  u = { style: f, styleLocation: p };
3287
3287
  }
3288
3288
  var y = this.tryParseArgumentClose(n);
3289
3289
  if (y.err)
3290
3290
  return y;
3291
- var d = v(n, this.clonePosition());
3291
+ var d = g(n, this.clonePosition());
3292
3292
  if (u && Lt(u?.style, "::", 0)) {
3293
- var g = cn(u.style.slice(2));
3293
+ var v = cn(u.style.slice(2));
3294
3294
  if (s === "number") {
3295
- var c = this.parseNumberSkeletonFromString(g, u.styleLocation);
3295
+ var c = this.parseNumberSkeletonFromString(v, u.styleLocation);
3296
3296
  return c.err ? c : {
3297
3297
  val: { type: S.number, value: i, location: d, style: c.val },
3298
3298
  err: null
3299
3299
  };
3300
3300
  } else {
3301
- if (g.length === 0)
3301
+ if (v.length === 0)
3302
3302
  return this.error(b.EXPECT_DATE_TIME_SKELETON, d);
3303
- var w = g;
3304
- this.locale && (w = Ji(g, this.locale));
3303
+ var w = v;
3304
+ this.locale && (w = Ji(v, this.locale));
3305
3305
  var f = {
3306
3306
  type: K.dateTime,
3307
3307
  pattern: w,
@@ -3329,12 +3329,12 @@ var mn = (
3329
3329
  case "select": {
3330
3330
  var H = this.clonePosition();
3331
3331
  if (this.bumpSpace(), !this.bumpIf(","))
3332
- return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, v(H, E({}, H)));
3332
+ return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, g(H, E({}, H)));
3333
3333
  this.bumpSpace();
3334
3334
  var R = this.parseIdentifierIfPossible(), N = 0;
3335
3335
  if (s !== "select" && R.value === "offset") {
3336
3336
  if (!this.bumpIf(":"))
3337
- return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, v(this.clonePosition(), this.clonePosition()));
3337
+ return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, g(this.clonePosition(), this.clonePosition()));
3338
3338
  this.bumpSpace();
3339
3339
  var c = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3340
3340
  if (c.err)
@@ -3347,7 +3347,7 @@ var mn = (
3347
3347
  var y = this.tryParseArgumentClose(n);
3348
3348
  if (y.err)
3349
3349
  return y;
3350
- var k = v(n, this.clonePosition());
3350
+ var k = g(n, this.clonePosition());
3351
3351
  return s === "select" ? {
3352
3352
  val: {
3353
3353
  type: S.select,
@@ -3369,10 +3369,10 @@ var mn = (
3369
3369
  };
3370
3370
  }
3371
3371
  default:
3372
- return this.error(b.INVALID_ARGUMENT_TYPE, v(a, h));
3372
+ return this.error(b.INVALID_ARGUMENT_TYPE, g(a, h));
3373
3373
  }
3374
3374
  }, e.prototype.tryParseArgumentClose = function(t) {
3375
- return this.isEOF() || this.char() !== 125 ? this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, v(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
3375
+ return this.isEOF() || this.char() !== 125 ? this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, g(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
3376
3376
  }, e.prototype.parseSimpleArgStyleIfPossible = function() {
3377
3377
  for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
3378
3378
  var i = this.char();
@@ -3381,7 +3381,7 @@ var mn = (
3381
3381
  this.bump();
3382
3382
  var n = this.clonePosition();
3383
3383
  if (!this.bumpUntil("'"))
3384
- return this.error(b.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, v(n, this.clonePosition()));
3384
+ return this.error(b.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, g(n, this.clonePosition()));
3385
3385
  this.bump();
3386
3386
  break;
3387
3387
  }
@@ -3432,7 +3432,7 @@ var mn = (
3432
3432
  var f = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_SELECTOR, b.INVALID_PLURAL_ARGUMENT_SELECTOR);
3433
3433
  if (f.err)
3434
3434
  return f;
3435
- l = v(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
3435
+ l = g(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
3436
3436
  } else
3437
3437
  break;
3438
3438
  }
@@ -3441,7 +3441,7 @@ var mn = (
3441
3441
  u === "other" && (a = !0), this.bumpSpace();
3442
3442
  var p = this.clonePosition();
3443
3443
  if (!this.bumpIf("{"))
3444
- return this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, v(this.clonePosition(), this.clonePosition()));
3444
+ return this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, g(this.clonePosition(), this.clonePosition()));
3445
3445
  var y = this.parseMessage(t + 1, r, i);
3446
3446
  if (y.err)
3447
3447
  return y;
@@ -3452,11 +3452,11 @@ var mn = (
3452
3452
  u,
3453
3453
  {
3454
3454
  value: y.val,
3455
- location: v(p, this.clonePosition())
3455
+ location: g(p, this.clonePosition())
3456
3456
  }
3457
3457
  ]), h.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, l = o.location;
3458
3458
  }
3459
- return s.length === 0 ? this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR : b.EXPECT_PLURAL_ARGUMENT_SELECTOR, v(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(b.MISSING_OTHER_CLAUSE, v(this.clonePosition(), this.clonePosition())) : { val: s, err: null };
3459
+ return s.length === 0 ? this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR : b.EXPECT_PLURAL_ARGUMENT_SELECTOR, g(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(b.MISSING_OTHER_CLAUSE, g(this.clonePosition(), this.clonePosition())) : { val: s, err: null };
3460
3460
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
3461
3461
  var i = 1, n = this.clonePosition();
3462
3462
  this.bumpIf("+") || this.bumpIf("-") && (i = -1);
@@ -3467,7 +3467,7 @@ var mn = (
3467
3467
  else
3468
3468
  break;
3469
3469
  }
3470
- var h = v(n, this.clonePosition());
3470
+ var h = g(n, this.clonePosition());
3471
3471
  return o ? (a *= i, ln(a) ? { val: a, err: null } : this.error(r, h)) : this.error(t, h);
3472
3472
  }, e.prototype.offset = function() {
3473
3473
  return this.position.offset;
@@ -3591,7 +3591,7 @@ var Ae = (
3591
3591
  }
3592
3592
  return t;
3593
3593
  }(Ae)
3594
- ), gn = (
3594
+ ), vn = (
3595
3595
  /** @class */
3596
3596
  function(e) {
3597
3597
  U(t, e);
@@ -3600,7 +3600,7 @@ var Ae = (
3600
3600
  }
3601
3601
  return t;
3602
3602
  }(Ae)
3603
- ), vn = (
3603
+ ), gn = (
3604
3604
  /** @class */
3605
3605
  function(e) {
3606
3606
  U(t, e);
@@ -3648,7 +3648,7 @@ function _e(e, t, r, i, n, o, a) {
3648
3648
  }
3649
3649
  var c = l.value;
3650
3650
  if (!(n && c in n))
3651
- throw new vn(c, a);
3651
+ throw new gn(c, a);
3652
3652
  var f = n[c];
3653
3653
  if (Gi(l)) {
3654
3654
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), s.push({
@@ -3682,10 +3682,10 @@ function _e(e, t, r, i, n, o, a) {
3682
3682
  continue;
3683
3683
  }
3684
3684
  if (Kt(l)) {
3685
- var y = l.children, d = l.value, g = n[d];
3686
- if (!En(g))
3687
- throw new gn(d, "function", a);
3688
- var w = _e(y, t, r, i, n, o), _ = g(w.map(function(N) {
3685
+ var y = l.children, d = l.value, v = n[d];
3686
+ if (!En(v))
3687
+ throw new vn(d, "function", a);
3688
+ var w = _e(y, t, r, i, n, o), _ = v(w.map(function(N) {
3689
3689
  return N.value;
3690
3690
  }));
3691
3691
  Array.isArray(_) || (_ = [_]), s.push.apply(s, _.map(function(N) {
@@ -4442,13 +4442,13 @@ function uo(e) {
4442
4442
  /*lazyShowedHistoryArray*/
4443
4443
  e[7]
4444
4444
  ), d = [];
4445
- for (let g = 0; g < y.length; g += 1)
4446
- d[g] = Nt(It(e, y, g));
4445
+ for (let v = 0; v < y.length; v += 1)
4446
+ d[v] = Nt(It(e, y, v));
4447
4447
  return {
4448
4448
  c() {
4449
4449
  t = P("div"), r = P("div"), i = P("button"), o = M(n), a = Fe(), s = Ie("svg"), h = Ie("path"), u = Ie("path"), l = Fe(), c = P("div");
4450
- for (let g = 0; g < d.length; g += 1)
4451
- d[g].c();
4450
+ for (let v = 0; v < d.length; v += 1)
4451
+ d[v].c();
4452
4452
  x(h, "d", "M10.5 15l7.5 7.5 7.5-7.5z"), x(h, "class", "svelte-16zv8bz"), x(u, "d", "M0 0h36v36h-36z"), x(u, "fill", "none"), x(u, "class", "svelte-16zv8bz"), x(s, "class", "ExpandArrow " + (/*isDesktop*/
4453
4453
  e[10] ? "" : "Mobile") + " svelte-16zv8bz"), x(s, "xmlns", "http://www.w3.org/2000/svg"), x(s, "width", "36"), x(s, "height", "36"), x(s, "viewBox", "0 0 36 36"), $r(s, "fill", "var(--emw--color-primary, #22B04E)"), de(
4454
4454
  s,
@@ -4464,8 +4464,8 @@ function uo(e) {
4464
4464
  e[5]
4465
4465
  ), x(r, "class", "HistoryWrapper svelte-16zv8bz"), x(t, "class", "player-account-gaming-limits-history-2 svelte-16zv8bz");
4466
4466
  },
4467
- m(g, w) {
4468
- V(g, t, w), L(t, r), L(r, i), L(i, o), L(i, a), L(i, s), L(s, h), L(s, u), L(r, l), L(r, c);
4467
+ m(v, w) {
4468
+ V(v, t, w), L(t, r), L(r, i), L(i, o), L(i, a), L(i, s), L(s, h), L(s, u), L(r, l), L(r, c);
4469
4469
  for (let _ = 0; _ < d.length; _ += 1)
4470
4470
  d[_] && d[_].m(c, null);
4471
4471
  f || (p = Dr(
@@ -4475,24 +4475,24 @@ function uo(e) {
4475
4475
  e[11]
4476
4476
  ), f = !0);
4477
4477
  },
4478
- p(g, w) {
4478
+ p(v, w) {
4479
4479
  if (w[0] & /*$_*/
4480
4480
  512 && n !== (n = /*$_*/
4481
- g[9]("expandLimits") + "") && F(o, n), w[0] & /*extended*/
4481
+ v[9]("expandLimits") + "") && F(o, n), w[0] & /*extended*/
4482
4482
  256 && de(
4483
4483
  s,
4484
4484
  "extended",
4485
4485
  /*extended*/
4486
- g[8]
4486
+ v[8]
4487
4487
  ), w[0] & /*numberofentries, limitContainer, lazyShowedHistoryArray, $_*/
4488
4488
  650) {
4489
4489
  y = ct(
4490
4490
  /*lazyShowedHistoryArray*/
4491
- g[7]
4491
+ v[7]
4492
4492
  );
4493
4493
  let _;
4494
4494
  for (_ = 0; _ < y.length; _ += 1) {
4495
- const H = It(g, y, _);
4495
+ const H = It(v, y, _);
4496
4496
  d[_] ? d[_].p(H, w) : (d[_] = Nt(H), d[_].c(), d[_].m(c, null));
4497
4497
  }
4498
4498
  for (; _ < d.length; _ += 1)
@@ -4504,11 +4504,11 @@ function uo(e) {
4504
4504
  c,
4505
4505
  "hidden",
4506
4506
  /*hidden*/
4507
- g[5]
4507
+ v[5]
4508
4508
  );
4509
4509
  },
4510
- d(g) {
4511
- g && j(t), Rr(d, g), f = !1, p();
4510
+ d(v) {
4511
+ v && j(t), Rr(d, v), f = !1, p();
4512
4512
  }
4513
4513
  };
4514
4514
  }
@@ -4684,9 +4684,9 @@ function mo(e) {
4684
4684
  function po(e, t, r) {
4685
4685
  let i;
4686
4686
  Cr(e, no, (m) => r(9, i = m));
4687
- let n = window.navigator.userAgent, o = !oo(n), { lang: a = "" } = t, { userid: s = "" } = t, { session: h = "" } = t, { endpoint: u = "" } = t, { apiversion: l = "" } = t, { numberofentries: c = "10" } = t, { customcurrencysymbols: f = "" } = t, { limitformat: p = "" } = t, { clientstyling: y = "" } = t, { clientstylingurl: d = "" } = t, { translationurl: g = "" } = t, w, _ = new Array(), H = parseInt(c, 10), R = !1, N = !0, D = [], k = [], me = !0, Be = !1, oe = { EUR: "€", RON: "lei", TRY: "₺" };
4687
+ let n = window.navigator.userAgent, o = !oo(n), { lang: a = "" } = t, { userid: s = "" } = t, { session: h = "" } = t, { endpoint: u = "" } = t, { apiversion: l = "" } = t, { numberofentries: c = "10" } = t, { customcurrencysymbols: f = "" } = t, { limitformat: p = "" } = t, { clientstyling: y = "" } = t, { clientstylingurl: d = "" } = t, { translationurl: v = "" } = t, w, _ = new Array(), H = parseInt(c, 10), R = !1, N = !0, D = [], k = [], me = !0, Be = !1, oe = { EUR: "€", RON: "lei", TRY: "₺" };
4688
4688
  const yr = () => {
4689
- fetch(g).then((T) => T.json()).then((T) => {
4689
+ fetch(v).then((T) => T.json()).then((T) => {
4690
4690
  Object.keys(T).forEach((B) => {
4691
4691
  Ct(B, T[B]);
4692
4692
  });
@@ -4710,13 +4710,13 @@ function po(e, t, r) {
4710
4710
  return A.json();
4711
4711
  }).then(
4712
4712
  (A) => {
4713
- A.length && (D = gr(A), r(7, k = D.slice(0, H))), r(4, N = !1);
4713
+ A.length && (D = vr(A), r(7, k = D.slice(0, H))), r(4, N = !1);
4714
4714
  },
4715
4715
  (A) => {
4716
4716
  console.error("There was an error", A), r(6, R = !0);
4717
4717
  }
4718
4718
  );
4719
- }, gr = (m) => {
4719
+ }, vr = (m) => {
4720
4720
  const T = !!Ge[a];
4721
4721
  return m.map((A) => {
4722
4722
  let z = {
@@ -4727,9 +4727,9 @@ function po(e, t, r) {
4727
4727
  type: "",
4728
4728
  removed: !1
4729
4729
  };
4730
- return z.amount = vr(A), z.currency = T ? oe[A.limitCurrencyCode] : A.limitCurrencyCode, z.date = new Intl.DateTimeFormat("de", { dateStyle: "medium" }).format(new Date(A.limitDate)), z.period = i(`${A.limitPeriod.toLowerCase()}`), z.type = l === "gmcore" ? i(`historyLimitType${A.limitType.split(" ")[0]}`) : i(`historyLimitType${A.limitType.split(" ")[0]}`) + " " + i(`historyProductType${A.limitProductType}`), z.removed = A.limitAmount === -1, z;
4730
+ return z.amount = gr(A), z.currency = T ? oe[A.limitCurrencyCode] : A.limitCurrencyCode, z.date = new Intl.DateTimeFormat("de", { dateStyle: "medium" }).format(new Date(A.limitDate)), z.period = i(`${A.limitPeriod.toLowerCase()}`), z.type = l === "gmcore" ? i(`historyLimitType${A.limitType.split(" ")[0]}`) : i(`historyLimitType${A.limitType.split(" ")[0]}`) + " " + i(`historyProductType${A.limitProductType}`), z.removed = A.limitAmount === -1, z;
4731
4731
  });
4732
- }, vr = (m) => {
4732
+ }, gr = (m) => {
4733
4733
  let T = p || Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(m.limitAmount);
4734
4734
  if (!p) {
4735
4735
  let Br = oe[m.limitCurrencyCode] || m.limitCurrencyCode;
@@ -4795,7 +4795,7 @@ function po(e, t, r) {
4795
4795
  });
4796
4796
  }
4797
4797
  return e.$$set = (m) => {
4798
- "lang" in m && r(0, a = m.lang), "userid" in m && r(12, s = m.userid), "session" in m && r(13, h = m.session), "endpoint" in m && r(14, u = m.endpoint), "apiversion" in m && r(15, l = m.apiversion), "numberofentries" in m && r(1, c = m.numberofentries), "customcurrencysymbols" in m && r(16, f = m.customcurrencysymbols), "limitformat" in m && r(17, p = m.limitformat), "clientstyling" in m && r(18, y = m.clientstyling), "clientstylingurl" in m && r(19, d = m.clientstylingurl), "translationurl" in m && r(20, g = m.translationurl);
4798
+ "lang" in m && r(0, a = m.lang), "userid" in m && r(12, s = m.userid), "session" in m && r(13, h = m.session), "endpoint" in m && r(14, u = m.endpoint), "apiversion" in m && r(15, l = m.apiversion), "numberofentries" in m && r(1, c = m.numberofentries), "customcurrencysymbols" in m && r(16, f = m.customcurrencysymbols), "limitformat" in m && r(17, p = m.limitformat), "clientstyling" in m && r(18, y = m.clientstyling), "clientstylingurl" in m && r(19, d = m.clientstylingurl), "translationurl" in m && r(20, v = m.translationurl);
4799
4799
  }, e.$$.update = () => {
4800
4800
  e.$$.dirty[0] & /*customcurrencysymbols*/
4801
4801
  65536 && f && xr(), e.$$.dirty[0] & /*endpoint, userid, session, apiversion*/
@@ -4804,7 +4804,7 @@ function po(e, t, r) {
4804
4804
  1 && a && Sr(), e.$$.dirty[0] & /*clientstylingurl*/
4805
4805
  524288 && d && Lr(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4806
4806
  262148 && y && w && Tr(), e.$$.dirty[0] & /*translationurl, customStylingContainer*/
4807
- 1048580 && g && w && yr();
4807
+ 1048580 && v && w && yr();
4808
4808
  }, [
4809
4809
  a,
4810
4810
  c,
@@ -4826,7 +4826,7 @@ function po(e, t, r) {
4826
4826
  p,
4827
4827
  y,
4828
4828
  d,
4829
- g,
4829
+ v,
4830
4830
  wr,
4831
4831
  Ar
4832
4832
  ];
@@ -4939,7 +4939,7 @@ export {
4939
4939
  fe as G,
4940
4940
  To as H,
4941
4941
  Fr as I,
4942
- go as J,
4942
+ vo as J,
4943
4943
  Lo as P,
4944
4944
  ei as S,
4945
4945
  hr as a,
@@ -4961,7 +4961,7 @@ export {
4961
4961
  xe as q,
4962
4962
  ct as r,
4963
4963
  Rt as s,
4964
- vo as t,
4964
+ go as t,
4965
4965
  Rr as u,
4966
4966
  ce as v,
4967
4967
  F as w,