@everymatrix/player-elevate-points-history 1.59.0 → 1.59.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 (21) hide show
  1. package/dist/cjs/bonus-pagination-limits_6.cjs.entry.js +4 -531
  2. package/dist/collection/components/player-elevate-points-history/player-elevate-points-history.js +3 -4
  3. package/dist/collection/utils/translation.js +1 -0
  4. package/dist/esm/bonus-pagination-limits_6.entry.js +58 -585
  5. package/dist/player-elevate-points-history/p-eb68c265.entry.js +1 -0
  6. package/dist/player-elevate-points-history/player-elevate-points-history.esm.js +1 -1
  7. package/dist/types/Users/maria.bumbar/Desktop/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/packages/stencil/player-elevate-points-history/stencil.config.d.ts +2 -0
  8. package/dist/types/Users/maria.bumbar/Desktop/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/packages/stencil/player-elevate-points-history/stencil.config.dev.d.ts +2 -0
  9. package/dist/types/components/player-elevate-points-history/player-elevate-points-history.d.ts +0 -1
  10. package/dist/types/utils/translation.d.ts +1 -0
  11. package/package.json +1 -1
  12. package/dist/player-elevate-points-history/p-ef973549.entry.js +0 -1
  13. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/packages/stencil/player-elevate-points-history/stencil.config.d.ts +0 -2
  14. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/packages/stencil/player-elevate-points-history/stencil.config.dev.d.ts +0 -2
  15. /package/dist/types/{builds/emfe-widgets → Users/maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/libs/common/src/storybook/storybook-utils.d.ts +0 -0
  16. /package/dist/types/{builds/emfe-widgets → Users/maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/packages/stencil/player-elevate-points-history/storybook/main.d.ts +0 -0
  17. /package/dist/types/{builds/emfe-widgets → Users/maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/packages/stencil/player-elevate-points-history/storybook/preview.d.ts +0 -0
  18. /package/dist/types/{builds/emfe-widgets → Users/maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/tools/plugins/index.d.ts +0 -0
  19. /package/dist/types/{builds/emfe-widgets → Users/maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +0 -0
  20. /package/dist/types/{builds/emfe-widgets → Users/maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/tools/plugins/vite-chunk-plugin.d.ts +0 -0
  21. /package/dist/types/{builds/emfe-widgets → Users/maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +0 -0
@@ -899,6 +899,7 @@ const translation = {
899
899
  bonus: 'Bonus',
900
900
  coins: 'Coins',
901
901
  noContent: 'No Content',
902
+ loading: 'Loading',
902
903
  redeem: 'Redeem',
903
904
  reload: 'Reload',
904
905
  reloadMsgWhenError: 'Network Problem, please ',
@@ -1070,534 +1071,6 @@ const renderTabs = (locale, type, onChangeTab) => index.h("div", { class: "Tabs
1070
1071
  index.h("div", { class: `TabBorderBottom ${cssActive}` })));
1071
1072
  }));
1072
1073
 
1073
- function a() {
1074
- }
1075
- function M(t) {
1076
- return t();
1077
- }
1078
- function O() {
1079
- return /* @__PURE__ */ Object.create(null);
1080
- }
1081
- function y(t) {
1082
- t.forEach(M);
1083
- }
1084
- function N(t) {
1085
- return typeof t == "function";
1086
- }
1087
- function R(t, e) {
1088
- return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
1089
- }
1090
- function T(t) {
1091
- return Object.keys(t).length === 0;
1092
- }
1093
- function H(t, e) {
1094
- t.appendChild(e);
1095
- }
1096
- function U(t, e, n) {
1097
- const s = I(t);
1098
- if (!s.getElementById(e)) {
1099
- const i = v("style");
1100
- i.id = e, i.textContent = n, z(s, i);
1101
- }
1102
- }
1103
- function I(t) {
1104
- if (!t)
1105
- return document;
1106
- const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
1107
- return e && /** @type {ShadowRoot} */
1108
- e.host ? (
1109
- /** @type {ShadowRoot} */
1110
- e
1111
- ) : t.ownerDocument;
1112
- }
1113
- function z(t, e) {
1114
- return H(
1115
- /** @type {Document} */
1116
- t.head || t,
1117
- e
1118
- ), e.sheet;
1119
- }
1120
- function B(t, e, n) {
1121
- t.insertBefore(e, n || null);
1122
- }
1123
- function E(t) {
1124
- t.parentNode && t.parentNode.removeChild(t);
1125
- }
1126
- function v(t) {
1127
- return document.createElement(t);
1128
- }
1129
- function D(t, e, n) {
1130
- n == null ? t.removeAttribute(e) : t.getAttribute(e) !== n && t.setAttribute(e, n);
1131
- }
1132
- function F(t) {
1133
- return Array.from(t.childNodes);
1134
- }
1135
- function G(t) {
1136
- const e = {};
1137
- return t.childNodes.forEach(
1138
- /** @param {Element} node */
1139
- (n) => {
1140
- e[n.slot || "default"] = !0;
1141
- }
1142
- ), e;
1143
- }
1144
- let p;
1145
- function _(t) {
1146
- p = t;
1147
- }
1148
- function J() {
1149
- if (!p)
1150
- throw new Error("Function called outside component initialization");
1151
- return p;
1152
- }
1153
- function V(t) {
1154
- J().$$.on_mount.push(t);
1155
- }
1156
- const $ = [], w = [];
1157
- let h = [];
1158
- const A = [], q = /* @__PURE__ */ Promise.resolve();
1159
- let x = !1;
1160
- function K() {
1161
- x || (x = !0, q.then(m));
1162
- }
1163
- function k(t) {
1164
- h.push(t);
1165
- }
1166
- const b = /* @__PURE__ */ new Set();
1167
- let f = 0;
1168
- function m() {
1169
- if (f !== 0)
1170
- return;
1171
- const t = p;
1172
- do {
1173
- try {
1174
- for (; f < $.length; ) {
1175
- const e = $[f];
1176
- f++, _(e), Q(e.$$);
1177
- }
1178
- } catch (e) {
1179
- throw $.length = 0, f = 0, e;
1180
- }
1181
- for (_(null), $.length = 0, f = 0; w.length; )
1182
- w.pop()();
1183
- for (let e = 0; e < h.length; e += 1) {
1184
- const n = h[e];
1185
- b.has(n) || (b.add(n), n());
1186
- }
1187
- h.length = 0;
1188
- } while ($.length);
1189
- for (; A.length; )
1190
- A.pop()();
1191
- x = !1, b.clear(), _(t);
1192
- }
1193
- function Q(t) {
1194
- if (t.fragment !== null) {
1195
- t.update(), y(t.before_update);
1196
- const e = t.dirty;
1197
- t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(k);
1198
- }
1199
- }
1200
- function W(t) {
1201
- const e = [], n = [];
1202
- h.forEach((s) => t.indexOf(s) === -1 ? e.push(s) : n.push(s)), n.forEach((s) => s()), h = e;
1203
- }
1204
- const X = /* @__PURE__ */ new Set();
1205
- function Y(t, e) {
1206
- t && t.i && (X.delete(t), t.i(e));
1207
- }
1208
- function Z(t, e, n) {
1209
- const { fragment: s, after_update: i } = t.$$;
1210
- s && s.m(e, n), k(() => {
1211
- const r = t.$$.on_mount.map(M).filter(N);
1212
- t.$$.on_destroy ? t.$$.on_destroy.push(...r) : y(r), t.$$.on_mount = [];
1213
- }), i.forEach(k);
1214
- }
1215
- function tt(t, e) {
1216
- const n = t.$$;
1217
- 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 = []);
1218
- }
1219
- function et(t, e) {
1220
- t.$$.dirty[0] === -1 && ($.push(t), K(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
1221
- }
1222
- function nt(t, e, n, s, i, r, o = null, l = [-1]) {
1223
- const c = p;
1224
- _(t);
1225
- const u = t.$$ = {
1226
- fragment: null,
1227
- ctx: [],
1228
- // state
1229
- props: r,
1230
- update: a,
1231
- not_equal: i,
1232
- bound: O(),
1233
- // lifecycle
1234
- on_mount: [],
1235
- on_destroy: [],
1236
- on_disconnect: [],
1237
- before_update: [],
1238
- after_update: [],
1239
- context: new Map(e.context || (c ? c.$$.context : [])),
1240
- // everything else
1241
- callbacks: O(),
1242
- dirty: l,
1243
- skip_bound: !1,
1244
- root: e.target || c.$$.root
1245
- };
1246
- o && o(u.root);
1247
- let L = !1;
1248
- if (u.ctx = n ? n(t, e.props || {}, (d, C, ...S) => {
1249
- const j = S.length ? S[0] : C;
1250
- 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;
1251
- }) : [], u.update(), L = !0, y(u.before_update), u.fragment = s ? s(u.ctx) : !1, e.target) {
1252
- if (e.hydrate) {
1253
- const d = F(e.target);
1254
- u.fragment && u.fragment.l(d), d.forEach(E);
1255
- } else
1256
- u.fragment && u.fragment.c();
1257
- e.intro && Y(t.$$.fragment), Z(t, e.target, e.anchor), m();
1258
- }
1259
- _(c);
1260
- }
1261
- let P;
1262
- typeof HTMLElement == "function" && (P = class extends HTMLElement {
1263
- /** The Svelte component constructor */
1264
- $$ctor;
1265
- /** Slots */
1266
- $$s;
1267
- /** The Svelte component instance */
1268
- $$c;
1269
- /** Whether or not the custom element is connected */
1270
- $$cn = !1;
1271
- /** Component props data */
1272
- $$d = {};
1273
- /** `true` if currently in the process of reflecting component props back to attributes */
1274
- $$r = !1;
1275
- /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
1276
- $$p_d = {};
1277
- /** @type {Record<string, Function[]>} Event listeners */
1278
- $$l = {};
1279
- /** @type {Map<Function, Function>} Event listener unsubscribe functions */
1280
- $$l_u = /* @__PURE__ */ new Map();
1281
- constructor(t, e, n) {
1282
- super(), this.$$ctor = t, this.$$s = e, n && this.attachShadow({ mode: "open" });
1283
- }
1284
- addEventListener(t, e, n) {
1285
- if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(e), this.$$c) {
1286
- const s = this.$$c.$on(t, e);
1287
- this.$$l_u.set(e, s);
1288
- }
1289
- super.addEventListener(t, e, n);
1290
- }
1291
- removeEventListener(t, e, n) {
1292
- if (super.removeEventListener(t, e, n), this.$$c) {
1293
- const s = this.$$l_u.get(e);
1294
- s && (s(), this.$$l_u.delete(e));
1295
- }
1296
- }
1297
- async connectedCallback() {
1298
- if (this.$$cn = !0, !this.$$c) {
1299
- let t = function(i) {
1300
- return () => {
1301
- let r;
1302
- return {
1303
- c: function() {
1304
- r = v("slot"), i !== "default" && D(r, "name", i);
1305
- },
1306
- /**
1307
- * @param {HTMLElement} target
1308
- * @param {HTMLElement} [anchor]
1309
- */
1310
- m: function(c, u) {
1311
- B(c, r, u);
1312
- },
1313
- d: function(c) {
1314
- c && E(r);
1315
- }
1316
- };
1317
- };
1318
- };
1319
- if (await Promise.resolve(), !this.$$cn || this.$$c)
1320
- return;
1321
- const e = {}, n = G(this);
1322
- for (const i of this.$$s)
1323
- i in n && (e[i] = [t(i)]);
1324
- for (const i of this.attributes) {
1325
- const r = this.$$g_p(i.name);
1326
- r in this.$$d || (this.$$d[r] = g(r, i.value, this.$$p_d, "toProp"));
1327
- }
1328
- for (const i in this.$$p_d)
1329
- !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
1330
- this.$$c = new this.$$ctor({
1331
- target: this.shadowRoot || this,
1332
- props: {
1333
- ...this.$$d,
1334
- $$slots: e,
1335
- $$scope: {
1336
- ctx: []
1337
- }
1338
- }
1339
- });
1340
- const s = () => {
1341
- this.$$r = !0;
1342
- for (const i in this.$$p_d)
1343
- if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
1344
- const r = g(
1345
- i,
1346
- this.$$d[i],
1347
- this.$$p_d,
1348
- "toAttribute"
1349
- );
1350
- r == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, r);
1351
- }
1352
- this.$$r = !1;
1353
- };
1354
- this.$$c.$$.after_update.push(s), s();
1355
- for (const i in this.$$l)
1356
- for (const r of this.$$l[i]) {
1357
- const o = this.$$c.$on(i, r);
1358
- this.$$l_u.set(r, o);
1359
- }
1360
- this.$$l = {};
1361
- }
1362
- }
1363
- // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
1364
- // and setting attributes through setAttribute etc, this is helpful
1365
- attributeChangedCallback(t, e, n) {
1366
- this.$$r || (t = this.$$g_p(t), this.$$d[t] = g(t, n, this.$$p_d, "toProp"), this.$$c?.$set({ [t]: this.$$d[t] }));
1367
- }
1368
- disconnectedCallback() {
1369
- this.$$cn = !1, Promise.resolve().then(() => {
1370
- !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
1371
- });
1372
- }
1373
- $$g_p(t) {
1374
- return Object.keys(this.$$p_d).find(
1375
- (e) => this.$$p_d[e].attribute === t || !this.$$p_d[e].attribute && e.toLowerCase() === t
1376
- ) || t;
1377
- }
1378
- });
1379
- function g(t, e, n, s) {
1380
- const i = n[t]?.type;
1381
- if (e = i === "Boolean" && typeof e != "boolean" ? e != null : e, !s || !n[t])
1382
- return e;
1383
- if (s === "toAttribute")
1384
- switch (i) {
1385
- case "Object":
1386
- case "Array":
1387
- return e == null ? null : JSON.stringify(e);
1388
- case "Boolean":
1389
- return e ? "" : null;
1390
- case "Number":
1391
- return e ?? null;
1392
- default:
1393
- return e;
1394
- }
1395
- else
1396
- switch (i) {
1397
- case "Object":
1398
- case "Array":
1399
- return e && JSON.parse(e);
1400
- case "Boolean":
1401
- return e;
1402
- case "Number":
1403
- return e != null ? +e : e;
1404
- default:
1405
- return e;
1406
- }
1407
- }
1408
- function it(t, e, n, s, i, r) {
1409
- let o = class extends P {
1410
- constructor() {
1411
- super(t, n, i), this.$$p_d = e;
1412
- }
1413
- static get observedAttributes() {
1414
- return Object.keys(e).map(
1415
- (l) => (e[l].attribute || l).toLowerCase()
1416
- );
1417
- }
1418
- };
1419
- return Object.keys(e).forEach((l) => {
1420
- Object.defineProperty(o.prototype, l, {
1421
- get() {
1422
- return this.$$c && l in this.$$c ? this.$$c[l] : this.$$d[l];
1423
- },
1424
- set(c) {
1425
- c = g(l, c, e), this.$$d[l] = c, this.$$c?.$set({ [l]: c });
1426
- }
1427
- });
1428
- }), s.forEach((l) => {
1429
- Object.defineProperty(o.prototype, l, {
1430
- get() {
1431
- return this.$$c?.[l];
1432
- }
1433
- });
1434
- }), t.element = /** @type {any} */
1435
- o, o;
1436
- }
1437
- class st {
1438
- /**
1439
- * ### PRIVATE API
1440
- *
1441
- * Do not use, may change at any time
1442
- *
1443
- * @type {any}
1444
- */
1445
- $$ = void 0;
1446
- /**
1447
- * ### PRIVATE API
1448
- *
1449
- * Do not use, may change at any time
1450
- *
1451
- * @type {any}
1452
- */
1453
- $$set = void 0;
1454
- /** @returns {void} */
1455
- $destroy() {
1456
- tt(this, 1), this.$destroy = a;
1457
- }
1458
- /**
1459
- * @template {Extract<keyof Events, string>} K
1460
- * @param {K} type
1461
- * @param {((e: Events[K]) => void) | null | undefined} callback
1462
- * @returns {() => void}
1463
- */
1464
- $on(e, n) {
1465
- if (!N(n))
1466
- return a;
1467
- const s = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
1468
- return s.push(n), () => {
1469
- const i = s.indexOf(n);
1470
- i !== -1 && s.splice(i, 1);
1471
- };
1472
- }
1473
- /**
1474
- * @param {Partial<Props>} props
1475
- * @returns {void}
1476
- */
1477
- $set(e) {
1478
- this.$$set && !T(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
1479
- }
1480
- }
1481
- const rt = "4";
1482
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(rt);
1483
- function ct(t, e) {
1484
- if (t) {
1485
- const n = document.createElement("style");
1486
- n.innerHTML = e, t.appendChild(n);
1487
- }
1488
- }
1489
- function ot(t, e) {
1490
- const n = new URL(e);
1491
- fetch(n.href).then((s) => s.text()).then((s) => {
1492
- const i = document.createElement("style");
1493
- i.innerHTML = s, t && t.appendChild(i);
1494
- }).catch((s) => {
1495
- console.error("There was an error while trying to load client styling from URL", s);
1496
- });
1497
- }
1498
- function lt(t, e, n) {
1499
- if (window.emMessageBus) {
1500
- const s = document.createElement("style");
1501
- window.emMessageBus.subscribe(e, (i) => {
1502
- s.innerHTML = i, t && t.appendChild(s);
1503
- });
1504
- }
1505
- }
1506
- function ut(t) {
1507
- 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)}}");
1508
- }
1509
- function dt(t) {
1510
- let e;
1511
- return {
1512
- c() {
1513
- e = v("div"), e.innerHTML = '<section class="LoaderContainer"><div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div></section>';
1514
- },
1515
- m(n, s) {
1516
- B(n, e, s), t[4](e);
1517
- },
1518
- p: a,
1519
- i: a,
1520
- o: a,
1521
- d(n) {
1522
- n && E(e), t[4](null);
1523
- }
1524
- };
1525
- }
1526
- function ft(t, e, n) {
1527
- let { clientstyling: s = "" } = e, { clientstylingurl: i = "" } = e, { mbsource: r } = e, o;
1528
- V(() => () => {
1529
- });
1530
- function l(c) {
1531
- w[c ? "unshift" : "push"](() => {
1532
- o = c, n(0, o);
1533
- });
1534
- }
1535
- return t.$$set = (c) => {
1536
- "clientstyling" in c && n(1, s = c.clientstyling), "clientstylingurl" in c && n(2, i = c.clientstylingurl), "mbsource" in c && n(3, r = c.mbsource);
1537
- }, t.$$.update = () => {
1538
- t.$$.dirty & /*clientstyling, customStylingContainer*/
1539
- 3 && s && o && ct(o, s), t.$$.dirty & /*clientstylingurl, customStylingContainer*/
1540
- 5 && i && o && ot(o, i), t.$$.dirty & /*mbsource, customStylingContainer*/
1541
- 9 && r && o && lt(o, `${r}.Style`);
1542
- }, [
1543
- o,
1544
- s,
1545
- i,
1546
- r,
1547
- l
1548
- ];
1549
- }
1550
- class $t extends st {
1551
- constructor(e) {
1552
- super(), nt(
1553
- this,
1554
- e,
1555
- ft,
1556
- dt,
1557
- R,
1558
- {
1559
- clientstyling: 1,
1560
- clientstylingurl: 2,
1561
- mbsource: 3
1562
- },
1563
- ut
1564
- );
1565
- }
1566
- get clientstyling() {
1567
- return this.$$.ctx[1];
1568
- }
1569
- set clientstyling(e) {
1570
- this.$$set({ clientstyling: e }), m();
1571
- }
1572
- get clientstylingurl() {
1573
- return this.$$.ctx[2];
1574
- }
1575
- set clientstylingurl(e) {
1576
- this.$$set({ clientstylingurl: e }), m();
1577
- }
1578
- get mbsource() {
1579
- return this.$$.ctx[3];
1580
- }
1581
- set mbsource(e) {
1582
- this.$$set({ mbsource: e }), m();
1583
- }
1584
- }
1585
- it($t, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
1586
-
1587
- function i(n) {
1588
- return function(...t) {
1589
- try {
1590
- return n.apply(this, t);
1591
- } catch (e) {
1592
- if (e instanceof DOMException && e.message.includes("has already been used with this registry") || e.message.includes("Cannot define multiple custom elements with the same tag name"))
1593
- return !1;
1594
- throw e;
1595
- }
1596
- };
1597
- }
1598
- customElements.define = i(customElements.define);
1599
- !customElements.get("general-animation-loading") && customElements.define("general-animation-loading", $t.element);
1600
-
1601
1074
  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}";
1602
1075
  const PlayerElevatePointsHistoryStyle0 = playerElevatePointsHistoryCss;
1603
1076
 
@@ -1639,7 +1112,7 @@ const PlayerElevatePointsHistory = class {
1639
1112
  }
1640
1113
  loadWallets(renderer) {
1641
1114
  if (!this.pointsWallets[this.type] || this.pointsWallets[this.type].isLoading) {
1642
- return index.h("general-animation-loading", null);
1115
+ return index.h("div", { class: "Loading" }, this.locale.loading);
1643
1116
  }
1644
1117
  else {
1645
1118
  if (this.pointsWallets[this.type].wallets.length === 0) {
@@ -1653,9 +1126,9 @@ const PlayerElevatePointsHistory = class {
1653
1126
  render() {
1654
1127
  var _a, _b;
1655
1128
  const pageSetting = this.getPageSettingByType(this.type);
1656
- return (index.h("main", { key: 'a92c0b154fec4d3ce8b8e919b9af5ebd80f1d125' }, index.h("general-styling-wrapper", { key: '5095ab265d71f9e74f6f049b7b0b212ae11bc4da', clientStyling: this.clientStyling, clientStylingUrl: this.clientStylingUrl,
1129
+ return (index.h("main", { key: 'd942867ea3a231e2aece64b5254addfcc38f1058' }, index.h("general-styling-wrapper", { key: '69e69c3116ebc71d610437fcf43fd000fcb663c4', clientStyling: this.clientStyling, clientStylingUrl: this.clientStylingUrl,
1657
1130
  // @ts-ignore
1658
- targetTranslations: translation, translationUrl: this.translationUrl }), index.h("player-elevate-pointcard", { key: 'c471ddeccbe8e18e15935c9d106bf8c52c80a6fb', playerAvatarUrl: this.playerAvatarUrl, endpoint: this.endpoint, session: this.session, language: this.language, clientStylingUrl: this.clientStylingUrl, clientStyling: this.clientStyling, translationUrl: this.translationUrl }), index.h("div", { key: '5fa700aaa6e0cffe6d3d9dd8366bf9a95bba3a14', class: "PlayerElevatePointsDetaisContainer" }, [
1131
+ targetTranslations: translation, translationUrl: this.translationUrl }), index.h("player-elevate-pointcard", { key: 'b68a7a98b33935c2d2a5895de3ee5518ca6fd6a3', playerAvatarUrl: this.playerAvatarUrl, endpoint: this.endpoint, session: this.session, language: this.language, clientStylingUrl: this.clientStylingUrl, clientStyling: this.clientStyling, translationUrl: this.translationUrl }), index.h("div", { key: 'd5ee5c395cfab035f2cbc3ac189029fef3cae50e', class: "PlayerElevatePointsDetaisContainer" }, [
1659
1132
  renderTopBar(this.locale, this.type, pageSetting),
1660
1133
  renderTabs(this.locale, this.type, (type) => this.switchTab(type)),
1661
1134
  ((_a = this.pointsWallets[this.type]) === null || _a === void 0 ? void 0 : _a.isLoadFailed)
@@ -6,7 +6,6 @@ import { renderWallets } from "../../renders/renderWallets";
6
6
  import { renderTopBar } from "../../renders/renderTopBar";
7
7
  import { renderTabs } from "../../renders/renderTabs";
8
8
  import "../../../../../general-styling-wrapper/dist/types/index";
9
- import "../../../../../../svelte/general-animation-loading/esnext/general-animation-loading";
10
9
  import "../../../../../player-elevate-card/dist/types/index";
11
10
  import "../../../../../bonus-pagination-limits/dist/types/index";
12
11
  import "../../../../../bonus-pagination-nav/dist/types/index";
@@ -46,7 +45,7 @@ export class PlayerElevatePointsHistory {
46
45
  }
47
46
  loadWallets(renderer) {
48
47
  if (!this.pointsWallets[this.type] || this.pointsWallets[this.type].isLoading) {
49
- return h("general-animation-loading", null);
48
+ return h("div", { class: "Loading" }, this.locale.loading);
50
49
  }
51
50
  else {
52
51
  if (this.pointsWallets[this.type].wallets.length === 0) {
@@ -60,9 +59,9 @@ export class PlayerElevatePointsHistory {
60
59
  render() {
61
60
  var _a, _b;
62
61
  const pageSetting = this.getPageSettingByType(this.type);
63
- return (h("main", { key: 'a92c0b154fec4d3ce8b8e919b9af5ebd80f1d125' }, h("general-styling-wrapper", { key: '5095ab265d71f9e74f6f049b7b0b212ae11bc4da', clientStyling: this.clientStyling, clientStylingUrl: this.clientStylingUrl,
62
+ return (h("main", { key: 'd942867ea3a231e2aece64b5254addfcc38f1058' }, h("general-styling-wrapper", { key: '69e69c3116ebc71d610437fcf43fd000fcb663c4', clientStyling: this.clientStyling, clientStylingUrl: this.clientStylingUrl,
64
63
  // @ts-ignore
65
- targetTranslations: translation, translationUrl: this.translationUrl }), h("player-elevate-pointcard", { key: 'c471ddeccbe8e18e15935c9d106bf8c52c80a6fb', playerAvatarUrl: this.playerAvatarUrl, endpoint: this.endpoint, session: this.session, language: this.language, clientStylingUrl: this.clientStylingUrl, clientStyling: this.clientStyling, translationUrl: this.translationUrl }), h("div", { key: '5fa700aaa6e0cffe6d3d9dd8366bf9a95bba3a14', class: "PlayerElevatePointsDetaisContainer" }, [
64
+ targetTranslations: translation, translationUrl: this.translationUrl }), h("player-elevate-pointcard", { key: 'b68a7a98b33935c2d2a5895de3ee5518ca6fd6a3', playerAvatarUrl: this.playerAvatarUrl, endpoint: this.endpoint, session: this.session, language: this.language, clientStylingUrl: this.clientStylingUrl, clientStyling: this.clientStyling, translationUrl: this.translationUrl }), h("div", { key: 'd5ee5c395cfab035f2cbc3ac189029fef3cae50e', class: "PlayerElevatePointsDetaisContainer" }, [
66
65
  renderTopBar(this.locale, this.type, pageSetting),
67
66
  renderTabs(this.locale, this.type, (type) => this.switchTab(type)),
68
67
  ((_a = this.pointsWallets[this.type]) === null || _a === void 0 ? void 0 : _a.isLoadFailed)
@@ -14,6 +14,7 @@ export const translation = {
14
14
  bonus: 'Bonus',
15
15
  coins: 'Coins',
16
16
  noContent: 'No Content',
17
+ loading: 'Loading',
17
18
  redeem: 'Redeem',
18
19
  reload: 'Reload',
19
20
  reloadMsgWhenError: 'Network Problem, please ',