@everymatrix/player-elevate-points-history 1.55.0 → 1.56.2

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.
Files changed (26) hide show
  1. package/dist/cjs/bonus-pagination-limits_6.cjs.entry.js +185 -143
  2. package/dist/cjs/{index-d10609c2.js → index-ba216df9.js} +7 -50
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/{player-elevate-card-items-198085c9.js → player-elevate-card-items-00234afd.js} +1 -1
  5. package/dist/cjs/player-elevate-card.cjs.entry.js +2 -2
  6. package/dist/cjs/player-elevate-loyaltycard.cjs.entry.js +4 -3
  7. package/dist/cjs/player-elevate-points-history.cjs.js +3 -3
  8. package/dist/collection/collection-manifest.json +2 -2
  9. package/dist/esm/bonus-pagination-limits_6.entry.js +185 -143
  10. package/dist/esm/{index-7f3411b7.js → index-f02f9189.js} +7 -50
  11. package/dist/esm/loader.js +3 -3
  12. package/dist/esm/{player-elevate-card-items-3780b49a.js → player-elevate-card-items-9e358981.js} +1 -1
  13. package/dist/esm/player-elevate-card.entry.js +2 -2
  14. package/dist/esm/player-elevate-loyaltycard.entry.js +4 -3
  15. package/dist/esm/player-elevate-points-history.js +4 -4
  16. package/dist/player-elevate-points-history/p-09fa4bcd.js +2 -0
  17. package/dist/player-elevate-points-history/p-2be8ce26.entry.js +1 -0
  18. package/dist/player-elevate-points-history/{p-a203a531.js → p-55a1fd32.js} +1 -1
  19. package/dist/player-elevate-points-history/p-63db7560.entry.js +1 -0
  20. package/dist/player-elevate-points-history/{p-b5dd7d1b.entry.js → p-77e54a25.entry.js} +1 -1
  21. package/dist/player-elevate-points-history/player-elevate-points-history.esm.js +1 -1
  22. package/dist/types/stencil-public-runtime.d.ts +0 -6
  23. package/package.json +1 -1
  24. package/dist/player-elevate-points-history/p-2d5f1bbe.entry.js +0 -1
  25. package/dist/player-elevate-points-history/p-702726b0.js +0 -2
  26. package/dist/player-elevate-points-history/p-75618658.entry.js +0 -1
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d10609c2.js');
6
- const playerElevateCardItems = require('./player-elevate-card-items-198085c9.js');
5
+ const index = require('./index-ba216df9.js');
6
+ const playerElevateCardItems = require('./player-elevate-card-items-00234afd.js');
7
7
 
8
8
  const DEFAULT_LANGUAGE$1 = 'en';
9
9
  const SUPPORTED_LANGUAGES$1 = ['pt-br', 'en', 'es-mx', 'hu', 'hr'];
@@ -1063,36 +1063,37 @@ const renderTabs = (locale, type, onChangeTab) => index.h("div", { class: "Tabs
1063
1063
 
1064
1064
  function a() {
1065
1065
  }
1066
- function N(t) {
1066
+ function M(t) {
1067
1067
  return t();
1068
1068
  }
1069
- function A() {
1069
+ function O() {
1070
1070
  return /* @__PURE__ */ Object.create(null);
1071
1071
  }
1072
1072
  function y(t) {
1073
- t.forEach(N);
1073
+ t.forEach(M);
1074
1074
  }
1075
- function P(t) {
1075
+ function N(t) {
1076
1076
  return typeof t == "function";
1077
1077
  }
1078
- function B(t, e) {
1078
+ function R(t, e) {
1079
1079
  return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
1080
1080
  }
1081
- function R(t) {
1081
+ function T(t) {
1082
1082
  return Object.keys(t).length === 0;
1083
1083
  }
1084
1084
  function H(t, e) {
1085
1085
  t.appendChild(e);
1086
1086
  }
1087
- function I(t, e, n) {
1088
- const s = U(t);
1087
+ function U(t, e, n) {
1088
+ const s = I(t);
1089
1089
  if (!s.getElementById(e)) {
1090
1090
  const i = v("style");
1091
- i.id = e, i.textContent = n, D(s, i);
1091
+ i.id = e, i.textContent = n, z(s, i);
1092
1092
  }
1093
1093
  }
1094
- function U(t) {
1095
- if (!t) return document;
1094
+ function I(t) {
1095
+ if (!t)
1096
+ return document;
1096
1097
  const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
1097
1098
  return e && /** @type {ShadowRoot} */
1098
1099
  e.host ? (
@@ -1100,14 +1101,14 @@ function U(t) {
1100
1101
  e
1101
1102
  ) : t.ownerDocument;
1102
1103
  }
1103
- function D(t, e) {
1104
+ function z(t, e) {
1104
1105
  return H(
1105
1106
  /** @type {Document} */
1106
1107
  t.head || t,
1107
1108
  e
1108
1109
  ), e.sheet;
1109
1110
  }
1110
- function M(t, e, n) {
1111
+ function B(t, e, n) {
1111
1112
  t.insertBefore(e, n || null);
1112
1113
  }
1113
1114
  function E(t) {
@@ -1116,13 +1117,13 @@ function E(t) {
1116
1117
  function v(t) {
1117
1118
  return document.createElement(t);
1118
1119
  }
1119
- function G(t, e, n) {
1120
+ function D(t, e, n) {
1120
1121
  n == null ? t.removeAttribute(e) : t.getAttribute(e) !== n && t.setAttribute(e, n);
1121
1122
  }
1122
- function J(t) {
1123
+ function F(t) {
1123
1124
  return Array.from(t.childNodes);
1124
1125
  }
1125
- function V(t) {
1126
+ function G(t) {
1126
1127
  const e = {};
1127
1128
  return t.childNodes.forEach(
1128
1129
  /** @param {Element} node */
@@ -1131,116 +1132,125 @@ function V(t) {
1131
1132
  }
1132
1133
  ), e;
1133
1134
  }
1134
- let C;
1135
- function p(t) {
1136
- C = t;
1135
+ let p;
1136
+ function _(t) {
1137
+ p = t;
1138
+ }
1139
+ function J() {
1140
+ if (!p)
1141
+ throw new Error("Function called outside component initialization");
1142
+ return p;
1143
+ }
1144
+ function V(t) {
1145
+ J().$$.on_mount.push(t);
1137
1146
  }
1138
- const f = [], x = [];
1147
+ const $ = [], w = [];
1139
1148
  let h = [];
1140
- const S = [], z = /* @__PURE__ */ Promise.resolve();
1141
- let w = !1;
1142
- function F() {
1143
- w || (w = !0, z.then(m));
1149
+ const A = [], q = /* @__PURE__ */ Promise.resolve();
1150
+ let x = !1;
1151
+ function K() {
1152
+ x || (x = !0, q.then(m));
1144
1153
  }
1145
1154
  function k(t) {
1146
1155
  h.push(t);
1147
1156
  }
1148
1157
  const b = /* @__PURE__ */ new Set();
1149
- let $ = 0;
1158
+ let f = 0;
1150
1159
  function m() {
1151
- if ($ !== 0)
1160
+ if (f !== 0)
1152
1161
  return;
1153
- const t = C;
1162
+ const t = p;
1154
1163
  do {
1155
1164
  try {
1156
- for (; $ < f.length; ) {
1157
- const e = f[$];
1158
- $++, p(e), q(e.$$);
1165
+ for (; f < $.length; ) {
1166
+ const e = $[f];
1167
+ f++, _(e), Q(e.$$);
1159
1168
  }
1160
1169
  } catch (e) {
1161
- throw f.length = 0, $ = 0, e;
1170
+ throw $.length = 0, f = 0, e;
1162
1171
  }
1163
- for (p(null), f.length = 0, $ = 0; x.length; ) x.pop()();
1172
+ for (_(null), $.length = 0, f = 0; w.length; )
1173
+ w.pop()();
1164
1174
  for (let e = 0; e < h.length; e += 1) {
1165
1175
  const n = h[e];
1166
1176
  b.has(n) || (b.add(n), n());
1167
1177
  }
1168
1178
  h.length = 0;
1169
- } while (f.length);
1170
- for (; S.length; )
1171
- S.pop()();
1172
- w = !1, b.clear(), p(t);
1179
+ } while ($.length);
1180
+ for (; A.length; )
1181
+ A.pop()();
1182
+ x = !1, b.clear(), _(t);
1173
1183
  }
1174
- function q(t) {
1184
+ function Q(t) {
1175
1185
  if (t.fragment !== null) {
1176
1186
  t.update(), y(t.before_update);
1177
1187
  const e = t.dirty;
1178
1188
  t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(k);
1179
1189
  }
1180
1190
  }
1181
- function K(t) {
1191
+ function W(t) {
1182
1192
  const e = [], n = [];
1183
1193
  h.forEach((s) => t.indexOf(s) === -1 ? e.push(s) : n.push(s)), n.forEach((s) => s()), h = e;
1184
1194
  }
1185
- const Q = /* @__PURE__ */ new Set();
1186
- function W(t, e) {
1187
- t && t.i && (Q.delete(t), t.i(e));
1195
+ const X = /* @__PURE__ */ new Set();
1196
+ function Y(t, e) {
1197
+ t && t.i && (X.delete(t), t.i(e));
1188
1198
  }
1189
- function X(t, e, n) {
1199
+ function Z(t, e, n) {
1190
1200
  const { fragment: s, after_update: i } = t.$$;
1191
1201
  s && s.m(e, n), k(() => {
1192
- const l = t.$$.on_mount.map(N).filter(P);
1193
- t.$$.on_destroy ? t.$$.on_destroy.push(...l) : y(l), t.$$.on_mount = [];
1202
+ const r = t.$$.on_mount.map(M).filter(N);
1203
+ t.$$.on_destroy ? t.$$.on_destroy.push(...r) : y(r), t.$$.on_mount = [];
1194
1204
  }), i.forEach(k);
1195
1205
  }
1196
- function Y(t, e) {
1206
+ function tt(t, e) {
1197
1207
  const n = t.$$;
1198
- n.fragment !== null && (K(n.after_update), y(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
1208
+ n.fragment !== null && (W(n.after_update), y(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
1199
1209
  }
1200
- function Z(t, e) {
1201
- t.$$.dirty[0] === -1 && (f.push(t), F(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
1210
+ function et(t, e) {
1211
+ t.$$.dirty[0] === -1 && ($.push(t), K(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
1202
1212
  }
1203
- function tt(t, e, n, s, i, l, u = null, c = [-1]) {
1204
- const o = C;
1205
- p(t);
1206
- const r = t.$$ = {
1213
+ function nt(t, e, n, s, i, r, o = null, l = [-1]) {
1214
+ const c = p;
1215
+ _(t);
1216
+ const u = t.$$ = {
1207
1217
  fragment: null,
1208
1218
  ctx: [],
1209
1219
  // state
1210
- props: l,
1220
+ props: r,
1211
1221
  update: a,
1212
1222
  not_equal: i,
1213
- bound: A(),
1223
+ bound: O(),
1214
1224
  // lifecycle
1215
1225
  on_mount: [],
1216
1226
  on_destroy: [],
1217
1227
  on_disconnect: [],
1218
1228
  before_update: [],
1219
1229
  after_update: [],
1220
- context: new Map(e.context || (o ? o.$$.context : [])),
1230
+ context: new Map(e.context || (c ? c.$$.context : [])),
1221
1231
  // everything else
1222
- callbacks: A(),
1223
- dirty: c,
1232
+ callbacks: O(),
1233
+ dirty: l,
1224
1234
  skip_bound: !1,
1225
- root: e.target || o.$$.root
1235
+ root: e.target || c.$$.root
1226
1236
  };
1227
- u && u(r.root);
1228
- let _ = !1;
1229
- if (r.ctx = n ? n(t, e.props || {}, (d, L, ...j) => {
1230
- const O = j.length ? j[0] : L;
1231
- return r.ctx && i(r.ctx[d], r.ctx[d] = O) && (!r.skip_bound && r.bound[d] && r.bound[d](O), _ && Z(t, d)), L;
1232
- }) : [], r.update(), _ = !0, y(r.before_update), r.fragment = s ? s(r.ctx) : !1, e.target) {
1237
+ o && o(u.root);
1238
+ let L = !1;
1239
+ if (u.ctx = n ? n(t, e.props || {}, (d, C, ...S) => {
1240
+ const j = S.length ? S[0] : C;
1241
+ return u.ctx && i(u.ctx[d], u.ctx[d] = j) && (!u.skip_bound && u.bound[d] && u.bound[d](j), L && et(t, d)), C;
1242
+ }) : [], u.update(), L = !0, y(u.before_update), u.fragment = s ? s(u.ctx) : !1, e.target) {
1233
1243
  if (e.hydrate) {
1234
- const d = J(e.target);
1235
- r.fragment && r.fragment.l(d), d.forEach(E);
1244
+ const d = F(e.target);
1245
+ u.fragment && u.fragment.l(d), d.forEach(E);
1236
1246
  } else
1237
- r.fragment && r.fragment.c();
1238
- e.intro && W(t.$$.fragment), X(t, e.target, e.anchor), m();
1247
+ u.fragment && u.fragment.c();
1248
+ e.intro && Y(t.$$.fragment), Z(t, e.target, e.anchor), m();
1239
1249
  }
1240
- p(o);
1250
+ _(c);
1241
1251
  }
1242
- let T;
1243
- typeof HTMLElement == "function" && (T = class extends HTMLElement {
1252
+ let P;
1253
+ typeof HTMLElement == "function" && (P = class extends HTMLElement {
1244
1254
  /** The Svelte component constructor */
1245
1255
  $$ctor;
1246
1256
  /** Slots */
@@ -1279,32 +1289,32 @@ typeof HTMLElement == "function" && (T = class extends HTMLElement {
1279
1289
  if (this.$$cn = !0, !this.$$c) {
1280
1290
  let t = function(i) {
1281
1291
  return () => {
1282
- let l;
1292
+ let r;
1283
1293
  return {
1284
1294
  c: function() {
1285
- l = v("slot"), i !== "default" && G(l, "name", i);
1295
+ r = v("slot"), i !== "default" && D(r, "name", i);
1286
1296
  },
1287
1297
  /**
1288
1298
  * @param {HTMLElement} target
1289
1299
  * @param {HTMLElement} [anchor]
1290
1300
  */
1291
- m: function(o, r) {
1292
- M(o, l, r);
1301
+ m: function(c, u) {
1302
+ B(c, r, u);
1293
1303
  },
1294
- d: function(o) {
1295
- o && E(l);
1304
+ d: function(c) {
1305
+ c && E(r);
1296
1306
  }
1297
1307
  };
1298
1308
  };
1299
1309
  };
1300
1310
  if (await Promise.resolve(), !this.$$cn || this.$$c)
1301
1311
  return;
1302
- const e = {}, n = V(this);
1312
+ const e = {}, n = G(this);
1303
1313
  for (const i of this.$$s)
1304
1314
  i in n && (e[i] = [t(i)]);
1305
1315
  for (const i of this.attributes) {
1306
- const l = this.$$g_p(i.name);
1307
- l in this.$$d || (this.$$d[l] = g(l, i.value, this.$$p_d, "toProp"));
1316
+ const r = this.$$g_p(i.name);
1317
+ r in this.$$d || (this.$$d[r] = g(r, i.value, this.$$p_d, "toProp"));
1308
1318
  }
1309
1319
  for (const i in this.$$p_d)
1310
1320
  !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
@@ -1322,21 +1332,21 @@ typeof HTMLElement == "function" && (T = class extends HTMLElement {
1322
1332
  this.$$r = !0;
1323
1333
  for (const i in this.$$p_d)
1324
1334
  if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
1325
- const l = g(
1335
+ const r = g(
1326
1336
  i,
1327
1337
  this.$$d[i],
1328
1338
  this.$$p_d,
1329
1339
  "toAttribute"
1330
1340
  );
1331
- l == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, l);
1341
+ r == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, r);
1332
1342
  }
1333
1343
  this.$$r = !1;
1334
1344
  };
1335
1345
  this.$$c.$$.after_update.push(s), s();
1336
1346
  for (const i in this.$$l)
1337
- for (const l of this.$$l[i]) {
1338
- const u = this.$$c.$on(i, l);
1339
- this.$$l_u.set(l, u);
1347
+ for (const r of this.$$l[i]) {
1348
+ const o = this.$$c.$on(i, r);
1349
+ this.$$l_u.set(r, o);
1340
1350
  }
1341
1351
  this.$$l = {};
1342
1352
  }
@@ -1386,36 +1396,36 @@ function g(t, e, n, s) {
1386
1396
  return e;
1387
1397
  }
1388
1398
  }
1389
- function et(t, e, n, s, i, l) {
1390
- let u = class extends T {
1399
+ function it(t, e, n, s, i, r) {
1400
+ let o = class extends P {
1391
1401
  constructor() {
1392
1402
  super(t, n, i), this.$$p_d = e;
1393
1403
  }
1394
1404
  static get observedAttributes() {
1395
1405
  return Object.keys(e).map(
1396
- (c) => (e[c].attribute || c).toLowerCase()
1406
+ (l) => (e[l].attribute || l).toLowerCase()
1397
1407
  );
1398
1408
  }
1399
1409
  };
1400
- return Object.keys(e).forEach((c) => {
1401
- Object.defineProperty(u.prototype, c, {
1410
+ return Object.keys(e).forEach((l) => {
1411
+ Object.defineProperty(o.prototype, l, {
1402
1412
  get() {
1403
- return this.$$c && c in this.$$c ? this.$$c[c] : this.$$d[c];
1413
+ return this.$$c && l in this.$$c ? this.$$c[l] : this.$$d[l];
1404
1414
  },
1405
- set(o) {
1406
- o = g(c, o, e), this.$$d[c] = o, this.$$c?.$set({ [c]: o });
1415
+ set(c) {
1416
+ c = g(l, c, e), this.$$d[l] = c, this.$$c?.$set({ [l]: c });
1407
1417
  }
1408
1418
  });
1409
- }), s.forEach((c) => {
1410
- Object.defineProperty(u.prototype, c, {
1419
+ }), s.forEach((l) => {
1420
+ Object.defineProperty(o.prototype, l, {
1411
1421
  get() {
1412
- return this.$$c?.[c];
1422
+ return this.$$c?.[l];
1413
1423
  }
1414
1424
  });
1415
1425
  }), t.element = /** @type {any} */
1416
- u, u;
1426
+ o, o;
1417
1427
  }
1418
- class nt {
1428
+ class st {
1419
1429
  /**
1420
1430
  * ### PRIVATE API
1421
1431
  *
@@ -1434,7 +1444,7 @@ class nt {
1434
1444
  $$set = void 0;
1435
1445
  /** @returns {void} */
1436
1446
  $destroy() {
1437
- Y(this, 1), this.$destroy = a;
1447
+ tt(this, 1), this.$destroy = a;
1438
1448
  }
1439
1449
  /**
1440
1450
  * @template {Extract<keyof Events, string>} K
@@ -1443,7 +1453,7 @@ class nt {
1443
1453
  * @returns {() => void}
1444
1454
  */
1445
1455
  $on(e, n) {
1446
- if (!P(n))
1456
+ if (!N(n))
1447
1457
  return a;
1448
1458
  const s = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
1449
1459
  return s.push(n), () => {
@@ -1456,67 +1466,93 @@ class nt {
1456
1466
  * @returns {void}
1457
1467
  */
1458
1468
  $set(e) {
1459
- this.$$set && !R(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
1469
+ this.$$set && !T(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
1470
+ }
1471
+ }
1472
+ const rt = "4";
1473
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(rt);
1474
+ function ct(t, e) {
1475
+ if (t) {
1476
+ const n = document.createElement("style");
1477
+ n.innerHTML = e, t.appendChild(n);
1478
+ }
1479
+ }
1480
+ function ot(t, e) {
1481
+ const n = new URL(e);
1482
+ fetch(n.href).then((s) => s.text()).then((s) => {
1483
+ const i = document.createElement("style");
1484
+ i.innerHTML = s, t && t.appendChild(i);
1485
+ }).catch((s) => {
1486
+ console.error("There was an error while trying to load client styling from URL", s);
1487
+ });
1488
+ }
1489
+ function lt(t, e, n) {
1490
+ if (window.emMessageBus) {
1491
+ const s = document.createElement("style");
1492
+ window.emMessageBus.subscribe(e, (i) => {
1493
+ s.innerHTML = i, t && t.appendChild(s);
1494
+ });
1460
1495
  }
1461
1496
  }
1462
- const it = "4";
1463
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(it);
1464
- function st(t) {
1465
- I(t, "svelte-gnt082", ".LoaderContainer{display:flex;justify-content:center}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#d1d1d1;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 0.6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 0.6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}");
1497
+ function ut(t) {
1498
+ U(t, "svelte-gnt082", ".LoaderContainer{display:flex;justify-content:center}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#d1d1d1;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 0.6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 0.6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}");
1466
1499
  }
1467
- function rt(t) {
1500
+ function dt(t) {
1468
1501
  let e;
1469
1502
  return {
1470
1503
  c() {
1471
- e = v("div"), e.innerHTML = '<section class="LoaderContainer" part="LoaderContainer"><div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div></section>';
1504
+ e = v("div"), e.innerHTML = '<section class="LoaderContainer"><div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div></section>';
1472
1505
  },
1473
1506
  m(n, s) {
1474
- M(n, e, s), t[3](e);
1507
+ B(n, e, s), t[4](e);
1475
1508
  },
1476
1509
  p: a,
1477
1510
  i: a,
1478
1511
  o: a,
1479
1512
  d(n) {
1480
- n && E(e), t[3](null);
1513
+ n && E(e), t[4](null);
1481
1514
  }
1482
1515
  };
1483
1516
  }
1484
- function lt(t, e, n) {
1485
- let { clientstyling: s = "" } = e, { clientstylingurl: i = "" } = e, l;
1486
- const u = () => {
1487
- let r = document.createElement("style");
1488
- r.innerHTML = s, l.appendChild(r);
1489
- }, c = () => {
1490
- let r = new URL(i), _ = document.createElement("style");
1491
- fetch(r.href).then((d) => d.text()).then((d) => {
1492
- _.innerHTML = d, setTimeout(
1493
- () => {
1494
- l.appendChild(_);
1495
- },
1496
- 1
1497
- ), setTimeout(
1498
- () => {
1499
- },
1500
- 500
1501
- );
1502
- });
1503
- };
1504
- function o(r) {
1505
- x[r ? "unshift" : "push"](() => {
1506
- l = r, n(0, l);
1517
+ function ft(t, e, n) {
1518
+ let { clientstyling: s = "" } = e, { clientstylingurl: i = "" } = e, { mbsource: r } = e, o;
1519
+ V(() => () => {
1520
+ });
1521
+ function l(c) {
1522
+ w[c ? "unshift" : "push"](() => {
1523
+ o = c, n(0, o);
1507
1524
  });
1508
1525
  }
1509
- return t.$$set = (r) => {
1510
- "clientstyling" in r && n(1, s = r.clientstyling), "clientstylingurl" in r && n(2, i = r.clientstylingurl);
1526
+ return t.$$set = (c) => {
1527
+ "clientstyling" in c && n(1, s = c.clientstyling), "clientstylingurl" in c && n(2, i = c.clientstylingurl), "mbsource" in c && n(3, r = c.mbsource);
1511
1528
  }, t.$$.update = () => {
1512
1529
  t.$$.dirty & /*clientstyling, customStylingContainer*/
1513
- 3 && s && l && u(), t.$$.dirty & /*clientstylingurl, customStylingContainer*/
1514
- 5 && i && l && c();
1515
- }, [l, s, i, o];
1530
+ 3 && s && o && ct(o, s), t.$$.dirty & /*clientstylingurl, customStylingContainer*/
1531
+ 5 && i && o && ot(o, i), t.$$.dirty & /*mbsource, customStylingContainer*/
1532
+ 9 && r && o && lt(o, `${r}.Style`);
1533
+ }, [
1534
+ o,
1535
+ s,
1536
+ i,
1537
+ r,
1538
+ l
1539
+ ];
1516
1540
  }
1517
- class ct extends nt {
1541
+ class $t extends st {
1518
1542
  constructor(e) {
1519
- super(), tt(this, e, lt, rt, B, { clientstyling: 1, clientstylingurl: 2 }, st);
1543
+ super(), nt(
1544
+ this,
1545
+ e,
1546
+ ft,
1547
+ dt,
1548
+ R,
1549
+ {
1550
+ clientstyling: 1,
1551
+ clientstylingurl: 2,
1552
+ mbsource: 3
1553
+ },
1554
+ ut
1555
+ );
1520
1556
  }
1521
1557
  get clientstyling() {
1522
1558
  return this.$$.ctx[1];
@@ -1530,8 +1566,14 @@ class ct extends nt {
1530
1566
  set clientstylingurl(e) {
1531
1567
  this.$$set({ clientstylingurl: e }), m();
1532
1568
  }
1569
+ get mbsource() {
1570
+ return this.$$.ctx[3];
1571
+ }
1572
+ set mbsource(e) {
1573
+ this.$$set({ mbsource: e }), m();
1574
+ }
1533
1575
  }
1534
- et(ct, { clientstyling: {}, clientstylingurl: {} }, [], [], !0);
1576
+ it($t, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
1535
1577
 
1536
1578
  function i(n) {
1537
1579
  return function(...t) {
@@ -1545,7 +1587,7 @@ function i(n) {
1545
1587
  };
1546
1588
  }
1547
1589
  customElements.define = i(customElements.define);
1548
- !customElements.get("general-animation-loading") && customElements.define("general-animation-loading", ct.element);
1590
+ !customElements.get("general-animation-loading") && customElements.define("general-animation-loading", $t.element);
1549
1591
 
1550
1592
  const playerElevatePointsHistoryCss = ":host{display:block}main{max-width:420px}main player-elevate-pointcard{width:100%;height:220px}.PlayerElevatePointsDetaisContainer{background:#FFFFFF;padding:20px 10px 0;margin-top:-100px;position:relative;min-height:360px}.PlayerElevatePointsDetaisContainer .ReloadMsg{padding:20px}.PlayerElevatePointsDetaisContainer .ReloadMsg a.Reload{cursor:pointer}.TitleContainer{font-size:20px;font-weight:500;line-height:25px;letter-spacing:0em;text-align:left;display:flex;justify-content:space-between}.TopBarContainer{display:flex;align-items:center;justify-content:space-between}.TopBarContainer .TitleContainer{width:100%}.TopBarContainer .Title{background:#303030;padding:5px 16px;color:#FFFFFF;box-shadow:0px 4px 13px 0px rgba(0, 0, 0, 0.2509803922);border-radius:8px;width:fit-content;margin-left:7px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.PaginationContainer{display:flex;justify-content:center}.MonthStat{margin-top:25px;display:none;font-size:16px;font-weight:500;line-height:19px;letter-spacing:0px;text-align:left;color:#242424}.MonthStat .Amount{color:#53B65A}.BackImageContainer{width:35px;height:35px;flex:0 0 35px;border-radius:6px;text-align:center;line-height:35px;box-shadow:0px 4px 40px 0px rgba(138, 149, 158, 0.2);display:none}.Records{margin-top:16px}.MenuImage,.BackImage{cursor:pointer;display:none}.Row{display:flex;justify-content:space-between;align-items:center}.Row:nth-child(n+2){margin-top:3px}.Tabs.Row{justify-content:space-around;margin-top:20px}.Tabs.Row .TabText{font-size:16px;margin:10px 15px;color:#9C9C9C;cursor:pointer}.Tabs.Row .TabText.active{color:#242424;font-weight:600}.Tabs.Row .TabBorderBottom{height:5px;border-radius:4px;background:transparent}.Tabs.Row .TabBorderBottom.active{background:#242424}.RecordContainer{margin:5px 0;padding:10px;box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.1019607843);border-radius:5px}.RecordContainer .Title{color:#242424;font-size:16px;font-weight:600;line-height:19px;letter-spacing:0px;text-align:left}.RecordContainer .HistoryPoints{text-transform:lowercase}.RecordContainer .Amount{font-size:16px;font-weight:600;line-height:19px;letter-spacing:0px;text-align:left}.RecordContainer .Amount.Positive{color:#53B65A}.RecordContainer .Amount.Negative{color:#B41E2D}.RecordContainer .DateTime{color:#9C9C9C;font-size:16px;font-weight:400;line-height:19px;letter-spacing:0px;text-align:left}.RecordContainer .Tag{font-size:12px;font-weight:500;line-height:14px;letter-spacing:0em;text-align:center;color:#767171;padding:8px 30px;border-radius:8px;box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922)}.NoContent{font-size:16px;color:var(--emw--color-black-100, #afafaf);text-align:center;height:120px;line-height:120px}";
1551
1593
  const PlayerElevatePointsHistoryStyle0 = playerElevatePointsHistoryCss;