@everymatrix/casino-wagering-bonuses-controller 1.87.26 → 1.87.27

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,919 +0,0 @@
1
- var ot = Object.defineProperty, ct = Object.defineProperties;
2
- var ut = Object.getOwnPropertyDescriptors;
3
- var U = Object.getOwnPropertySymbols;
4
- var lt = Object.prototype.hasOwnProperty, ft = Object.prototype.propertyIsEnumerable;
5
- var q = (t, e, n) => e in t ? ot(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, K = (t, e) => {
6
- for (var n in e || (e = {}))
7
- lt.call(e, n) && q(t, n, e[n]);
8
- if (U)
9
- for (var n of U(e))
10
- ft.call(e, n) && q(t, n, e[n]);
11
- return t;
12
- }, Q = (t, e) => ct(t, ut(e));
13
- var h = (t, e, n) => (q(t, typeof e != "symbol" ? e + "" : e, n), n);
14
- var X = (t, e, n) => new Promise((s, o) => {
15
- var r = (u) => {
16
- try {
17
- l(n.next(u));
18
- } catch (f) {
19
- o(f);
20
- }
21
- }, c = (u) => {
22
- try {
23
- l(n.throw(u));
24
- } catch (f) {
25
- o(f);
26
- }
27
- }, l = (u) => u.done ? s(u.value) : Promise.resolve(u.value).then(r, c);
28
- l((n = n.apply(t, e)).next());
29
- });
30
- function v() {
31
- }
32
- function O(t, e) {
33
- for (const n in e)
34
- t[n] = e[n];
35
- return (
36
- /** @type {T & S} */
37
- t
38
- );
39
- }
40
- function et(t) {
41
- return t();
42
- }
43
- function Y() {
44
- return /* @__PURE__ */ Object.create(null);
45
- }
46
- function W(t) {
47
- t.forEach(et);
48
- }
49
- function nt(t) {
50
- return typeof t == "function";
51
- }
52
- function at(t, e) {
53
- return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
54
- }
55
- let z;
56
- function qt(t, e) {
57
- return t === e ? !0 : (z || (z = document.createElement("a")), z.href = e, t === z.href);
58
- }
59
- function dt(t) {
60
- return Object.keys(t).length === 0;
61
- }
62
- function $t(t, ...e) {
63
- if (t == null) {
64
- for (const s of e)
65
- s(void 0);
66
- return v;
67
- }
68
- const n = t.subscribe(...e);
69
- return n.unsubscribe ? () => n.unsubscribe() : n;
70
- }
71
- function Ht(t, e, n) {
72
- t.$$.on_destroy.push($t(e, n));
73
- }
74
- const ht = ["", !0, 1, "true", "contenteditable"];
75
- function w(t, e) {
76
- t.appendChild(e);
77
- }
78
- function _t(t, e, n) {
79
- const s = gt(t);
80
- if (!s.getElementById(e)) {
81
- const o = G("style");
82
- o.id = e, o.textContent = n, pt(s, o);
83
- }
84
- }
85
- function gt(t) {
86
- if (!t)
87
- return document;
88
- const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
89
- return e && /** @type {ShadowRoot} */
90
- e.host ? (
91
- /** @type {ShadowRoot} */
92
- e
93
- ) : t.ownerDocument;
94
- }
95
- function pt(t, e) {
96
- return w(
97
- /** @type {Document} */
98
- t.head || t,
99
- e
100
- ), e.sheet;
101
- }
102
- function st(t, e, n) {
103
- t.insertBefore(e, n || null);
104
- }
105
- function x(t) {
106
- t.parentNode && t.parentNode.removeChild(t);
107
- }
108
- function Vt(t, e) {
109
- for (let n = 0; n < t.length; n += 1)
110
- t[n] && t[n].d(e);
111
- }
112
- function G(t) {
113
- return document.createElement(t);
114
- }
115
- function j(t) {
116
- return document.createElementNS("http://www.w3.org/2000/svg", t);
117
- }
118
- function B(t) {
119
- return document.createTextNode(t);
120
- }
121
- function Jt() {
122
- return B(" ");
123
- }
124
- function Gt() {
125
- return B("");
126
- }
127
- function V(t, e, n, s) {
128
- return t.addEventListener(e, n, s), () => t.removeEventListener(e, n, s);
129
- }
130
- function D(t, e, n) {
131
- n == null ? t.removeAttribute(e) : t.getAttribute(e) !== n && t.setAttribute(e, n);
132
- }
133
- const bt = ["width", "height"];
134
- function Ut(t, e) {
135
- const n = Object.getOwnPropertyDescriptors(t.__proto__);
136
- for (const s in e)
137
- e[s] == null ? t.removeAttribute(s) : s === "style" ? t.style.cssText = e[s] : s === "__value" ? t.value = t[s] = e[s] : n[s] && n[s].set && bt.indexOf(s) === -1 ? t[s] = e[s] : D(t, s, e[s]);
138
- }
139
- function p(t, e) {
140
- for (const n in e)
141
- D(t, n, e[n]);
142
- }
143
- function Kt(t, e, n) {
144
- const s = e.toLowerCase();
145
- s in t ? t[s] = typeof t[s] == "boolean" && n === "" ? !0 : n : e in t ? t[e] = typeof t[e] == "boolean" && n === "" ? !0 : n : D(t, e, n);
146
- }
147
- function mt(t) {
148
- return Array.from(t.childNodes);
149
- }
150
- function yt(t, e) {
151
- e = "" + e, t.data !== e && (t.data = /** @type {string} */
152
- e);
153
- }
154
- function wt(t, e) {
155
- e = "" + e, t.wholeText !== e && (t.data = /** @type {string} */
156
- e);
157
- }
158
- function kt(t, e, n) {
159
- ~ht.indexOf(n) ? wt(t, e) : yt(t, e);
160
- }
161
- let L;
162
- function Et() {
163
- if (L === void 0) {
164
- L = !1;
165
- try {
166
- typeof window != "undefined" && window.parent && window.parent.document;
167
- } catch (t) {
168
- L = !0;
169
- }
170
- }
171
- return L;
172
- }
173
- function Qt(t, e) {
174
- getComputedStyle(t).position === "static" && (t.style.position = "relative");
175
- const s = G("iframe");
176
- s.setAttribute(
177
- "style",
178
- "display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"
179
- ), s.setAttribute("aria-hidden", "true"), s.tabIndex = -1;
180
- const o = Et();
181
- let r;
182
- return o ? (s.src = "data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>", r = V(
183
- window,
184
- "message",
185
- /** @param {MessageEvent} event */
186
- (c) => {
187
- c.source === s.contentWindow && e();
188
- }
189
- )) : (s.src = "about:blank", s.onload = () => {
190
- r = V(s.contentWindow, "resize", e), e();
191
- }), w(t, s), () => {
192
- (o || r && s.contentWindow) && r(), x(s);
193
- };
194
- }
195
- function Xt(t, e, n) {
196
- t.classList.toggle(e, !!n);
197
- }
198
- function Ct(t) {
199
- const e = {};
200
- return t.childNodes.forEach(
201
- /** @param {Element} node */
202
- (n) => {
203
- e[n.slot || "default"] = !0;
204
- }
205
- ), e;
206
- }
207
- let N;
208
- function F(t) {
209
- N = t;
210
- }
211
- function Pt() {
212
- if (!N)
213
- throw new Error("Function called outside component initialization");
214
- return N;
215
- }
216
- function Yt(t) {
217
- Pt().$$.on_mount.push(t);
218
- }
219
- const C = [], Z = [];
220
- let P = [];
221
- const tt = [], vt = /* @__PURE__ */ Promise.resolve();
222
- let J = !1;
223
- function Ot() {
224
- J || (J = !0, vt.then(T));
225
- }
226
- function I(t) {
227
- P.push(t);
228
- }
229
- const H = /* @__PURE__ */ new Set();
230
- let E = 0;
231
- function T() {
232
- if (E !== 0)
233
- return;
234
- const t = N;
235
- do {
236
- try {
237
- for (; E < C.length; ) {
238
- const e = C[E];
239
- E++, F(e), jt(e.$$);
240
- }
241
- } catch (e) {
242
- throw C.length = 0, E = 0, e;
243
- }
244
- for (F(null), C.length = 0, E = 0; Z.length; )
245
- Z.pop()();
246
- for (let e = 0; e < P.length; e += 1) {
247
- const n = P[e];
248
- H.has(n) || (H.add(n), n());
249
- }
250
- P.length = 0;
251
- } while (C.length);
252
- for (; tt.length; )
253
- tt.pop()();
254
- J = !1, H.clear(), F(t);
255
- }
256
- function jt(t) {
257
- if (t.fragment !== null) {
258
- t.update(), W(t.before_update);
259
- const e = t.dirty;
260
- t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(I);
261
- }
262
- }
263
- function At(t) {
264
- const e = [], n = [];
265
- P.forEach((s) => t.indexOf(s) === -1 ? e.push(s) : n.push(s)), n.forEach((s) => s()), P = e;
266
- }
267
- const Ft = /* @__PURE__ */ new Set();
268
- function Nt(t, e) {
269
- t && t.i && (Ft.delete(t), t.i(e));
270
- }
271
- function Zt(t) {
272
- return (t == null ? void 0 : t.length) !== void 0 ? t : Array.from(t);
273
- }
274
- function A(t, e) {
275
- const n = {}, s = {}, o = { $$scope: 1 };
276
- let r = t.length;
277
- for (; r--; ) {
278
- const c = t[r], l = e[r];
279
- if (l) {
280
- for (const u in c)
281
- u in l || (s[u] = 1);
282
- for (const u in l)
283
- o[u] || (n[u] = l[u], o[u] = 1);
284
- t[r] = l;
285
- } else
286
- for (const u in c)
287
- o[u] = 1;
288
- }
289
- for (const c in s)
290
- c in n || (n[c] = void 0);
291
- return n;
292
- }
293
- function St(t, e, n) {
294
- const { fragment: s, after_update: o } = t.$$;
295
- s && s.m(e, n), I(() => {
296
- const r = t.$$.on_mount.map(et).filter(nt);
297
- t.$$.on_destroy ? t.$$.on_destroy.push(...r) : W(r), t.$$.on_mount = [];
298
- }), o.forEach(I);
299
- }
300
- function zt(t, e) {
301
- const n = t.$$;
302
- n.fragment !== null && (At(n.after_update), W(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
303
- }
304
- function Lt(t, e) {
305
- t.$$.dirty[0] === -1 && (C.push(t), Ot(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
306
- }
307
- function Mt(t, e, n, s, o, r, c = null, l = [-1]) {
308
- const u = N;
309
- F(t);
310
- const f = t.$$ = {
311
- fragment: null,
312
- ctx: [],
313
- // state
314
- props: r,
315
- update: v,
316
- not_equal: o,
317
- bound: Y(),
318
- // lifecycle
319
- on_mount: [],
320
- on_destroy: [],
321
- on_disconnect: [],
322
- before_update: [],
323
- after_update: [],
324
- context: new Map(e.context || (u ? u.$$.context : [])),
325
- // everything else
326
- callbacks: Y(),
327
- dirty: l,
328
- skip_bound: !1,
329
- root: e.target || u.$$.root
330
- };
331
- c && c(f.root);
332
- let _ = !1;
333
- if (f.ctx = n ? n(t, e.props || {}, (d, g, ...$) => {
334
- const y = $.length ? $[0] : g;
335
- return f.ctx && o(f.ctx[d], f.ctx[d] = y) && (!f.skip_bound && f.bound[d] && f.bound[d](y), _ && Lt(t, d)), g;
336
- }) : [], f.update(), _ = !0, W(f.before_update), f.fragment = s ? s(f.ctx) : !1, e.target) {
337
- if (e.hydrate) {
338
- const d = mt(e.target);
339
- f.fragment && f.fragment.l(d), d.forEach(x);
340
- } else
341
- f.fragment && f.fragment.c();
342
- e.intro && Nt(t.$$.fragment), St(t, e.target, e.anchor), T();
343
- }
344
- F(u);
345
- }
346
- let rt;
347
- typeof HTMLElement == "function" && (rt = class extends HTMLElement {
348
- constructor(e, n, s) {
349
- super();
350
- /** The Svelte component constructor */
351
- h(this, "$$ctor");
352
- /** Slots */
353
- h(this, "$$s");
354
- /** The Svelte component instance */
355
- h(this, "$$c");
356
- /** Whether or not the custom element is connected */
357
- h(this, "$$cn", !1);
358
- /** Component props data */
359
- h(this, "$$d", {});
360
- /** `true` if currently in the process of reflecting component props back to attributes */
361
- h(this, "$$r", !1);
362
- /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
363
- h(this, "$$p_d", {});
364
- /** @type {Record<string, Function[]>} Event listeners */
365
- h(this, "$$l", {});
366
- /** @type {Map<Function, Function>} Event listener unsubscribe functions */
367
- h(this, "$$l_u", /* @__PURE__ */ new Map());
368
- this.$$ctor = e, this.$$s = n, s && this.attachShadow({ mode: "open" });
369
- }
370
- addEventListener(e, n, s) {
371
- if (this.$$l[e] = this.$$l[e] || [], this.$$l[e].push(n), this.$$c) {
372
- const o = this.$$c.$on(e, n);
373
- this.$$l_u.set(n, o);
374
- }
375
- super.addEventListener(e, n, s);
376
- }
377
- removeEventListener(e, n, s) {
378
- if (super.removeEventListener(e, n, s), this.$$c) {
379
- const o = this.$$l_u.get(n);
380
- o && (o(), this.$$l_u.delete(n));
381
- }
382
- }
383
- connectedCallback() {
384
- return X(this, null, function* () {
385
- if (this.$$cn = !0, !this.$$c) {
386
- let e = function(r) {
387
- return () => {
388
- let c;
389
- return {
390
- c: function() {
391
- c = G("slot"), r !== "default" && D(c, "name", r);
392
- },
393
- /**
394
- * @param {HTMLElement} target
395
- * @param {HTMLElement} [anchor]
396
- */
397
- m: function(f, _) {
398
- st(f, c, _);
399
- },
400
- d: function(f) {
401
- f && x(c);
402
- }
403
- };
404
- };
405
- };
406
- if (yield Promise.resolve(), !this.$$cn || this.$$c)
407
- return;
408
- const n = {}, s = Ct(this);
409
- for (const r of this.$$s)
410
- r in s && (n[r] = [e(r)]);
411
- for (const r of this.attributes) {
412
- const c = this.$$g_p(r.name);
413
- c in this.$$d || (this.$$d[c] = M(c, r.value, this.$$p_d, "toProp"));
414
- }
415
- for (const r in this.$$p_d)
416
- !(r in this.$$d) && this[r] !== void 0 && (this.$$d[r] = this[r], delete this[r]);
417
- this.$$c = new this.$$ctor({
418
- target: this.shadowRoot || this,
419
- props: Q(K({}, this.$$d), {
420
- $$slots: n,
421
- $$scope: {
422
- ctx: []
423
- }
424
- })
425
- });
426
- const o = () => {
427
- this.$$r = !0;
428
- for (const r in this.$$p_d)
429
- if (this.$$d[r] = this.$$c.$$.ctx[this.$$c.$$.props[r]], this.$$p_d[r].reflect) {
430
- const c = M(
431
- r,
432
- this.$$d[r],
433
- this.$$p_d,
434
- "toAttribute"
435
- );
436
- c == null ? this.removeAttribute(this.$$p_d[r].attribute || r) : this.setAttribute(this.$$p_d[r].attribute || r, c);
437
- }
438
- this.$$r = !1;
439
- };
440
- this.$$c.$$.after_update.push(o), o();
441
- for (const r in this.$$l)
442
- for (const c of this.$$l[r]) {
443
- const l = this.$$c.$on(r, c);
444
- this.$$l_u.set(c, l);
445
- }
446
- this.$$l = {};
447
- }
448
- });
449
- }
450
- // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
451
- // and setting attributes through setAttribute etc, this is helpful
452
- attributeChangedCallback(e, n, s) {
453
- var o;
454
- this.$$r || (e = this.$$g_p(e), this.$$d[e] = M(e, s, this.$$p_d, "toProp"), (o = this.$$c) == null || o.$set({ [e]: this.$$d[e] }));
455
- }
456
- disconnectedCallback() {
457
- this.$$cn = !1, Promise.resolve().then(() => {
458
- !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
459
- });
460
- }
461
- $$g_p(e) {
462
- return Object.keys(this.$$p_d).find(
463
- (n) => this.$$p_d[n].attribute === e || !this.$$p_d[n].attribute && n.toLowerCase() === e
464
- ) || e;
465
- }
466
- });
467
- function M(t, e, n, s) {
468
- var r;
469
- const o = (r = n[t]) == null ? void 0 : r.type;
470
- if (e = o === "Boolean" && typeof e != "boolean" ? e != null : e, !s || !n[t])
471
- return e;
472
- if (s === "toAttribute")
473
- switch (o) {
474
- case "Object":
475
- case "Array":
476
- return e == null ? null : JSON.stringify(e);
477
- case "Boolean":
478
- return e ? "" : null;
479
- case "Number":
480
- return e == null ? null : e;
481
- default:
482
- return e;
483
- }
484
- else
485
- switch (o) {
486
- case "Object":
487
- case "Array":
488
- return e && JSON.parse(e);
489
- case "Boolean":
490
- return e;
491
- case "Number":
492
- return e != null ? +e : e;
493
- default:
494
- return e;
495
- }
496
- }
497
- function Bt(t, e, n, s, o, r) {
498
- let c = class extends rt {
499
- constructor() {
500
- super(t, n, o), this.$$p_d = e;
501
- }
502
- static get observedAttributes() {
503
- return Object.keys(e).map(
504
- (l) => (e[l].attribute || l).toLowerCase()
505
- );
506
- }
507
- };
508
- return Object.keys(e).forEach((l) => {
509
- Object.defineProperty(c.prototype, l, {
510
- get() {
511
- return this.$$c && l in this.$$c ? this.$$c[l] : this.$$d[l];
512
- },
513
- set(u) {
514
- var f;
515
- u = M(l, u, e), this.$$d[l] = u, (f = this.$$c) == null || f.$set({ [l]: u });
516
- }
517
- });
518
- }), s.forEach((l) => {
519
- Object.defineProperty(c.prototype, l, {
520
- get() {
521
- var u;
522
- return (u = this.$$c) == null ? void 0 : u[l];
523
- }
524
- });
525
- }), t.element = /** @type {any} */
526
- c, c;
527
- }
528
- class It {
529
- constructor() {
530
- /**
531
- * ### PRIVATE API
532
- *
533
- * Do not use, may change at any time
534
- *
535
- * @type {any}
536
- */
537
- h(this, "$$");
538
- /**
539
- * ### PRIVATE API
540
- *
541
- * Do not use, may change at any time
542
- *
543
- * @type {any}
544
- */
545
- h(this, "$$set");
546
- }
547
- /** @returns {void} */
548
- $destroy() {
549
- zt(this, 1), this.$destroy = v;
550
- }
551
- /**
552
- * @template {Extract<keyof Events, string>} K
553
- * @param {K} type
554
- * @param {((e: Events[K]) => void) | null | undefined} callback
555
- * @returns {() => void}
556
- */
557
- $on(e, n) {
558
- if (!nt(n))
559
- return v;
560
- const s = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
561
- return s.push(n), () => {
562
- const o = s.indexOf(n);
563
- o !== -1 && s.splice(o, 1);
564
- };
565
- }
566
- /**
567
- * @param {Partial<Props>} props
568
- * @returns {void}
569
- */
570
- $set(e) {
571
- this.$$set && !dt(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
572
- }
573
- }
574
- const Tt = "4";
575
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Tt);
576
- function Wt(t) {
577
- _t(t, "svelte-1xvg6od", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.ProgressText{fill:#FFFFFF;text-anchor:middle;dominant-baseline:middle;font-style:normal;font-weight:700;font-size:22.0351951033px}.ProgressTextMobile{font-size:5.1282051282vw}circle.ring{stroke:#F2F4F6;fill:transparent}circle.ring-progress{transition:0.35s stroke-dashoffset;stroke:#C4C4C4;transform:rotate(-90deg);transform-origin:50% 50%}circle.ring-progress.active{stroke:#00AEEF}circle.center{fill:#C4C4C4}circle.center.active{fill:#00AEEF}");
578
- }
579
- function xt(t) {
580
- let e, n, s, o, r, c, l, u, f;
581
- I(
582
- /*onwindowresize*/
583
- t[11]
584
- );
585
- let _ = [
586
- {
587
- class: "ring",
588
- r: (
589
- /*radius*/
590
- t[3]
591
- ),
592
- cx: (
593
- /*center*/
594
- t[9]
595
- ),
596
- cy: (
597
- /*center*/
598
- t[9]
599
- ),
600
- "stroke-width": `${/*ringStrokeWidth*/
601
- t[5]}px`
602
- }
603
- ], d = {};
604
- for (let i = 0; i < _.length; i += 1)
605
- d = O(d, _[i]);
606
- let g = [
607
- {
608
- class: `ring ring-progress ${/*status*/
609
- t[1] === /*BonusStatus*/
610
- t[6].InProgress ? "active" : ""}`,
611
- r: (
612
- /*radius*/
613
- t[3]
614
- ),
615
- cx: (
616
- /*center*/
617
- t[9]
618
- ),
619
- cy: (
620
- /*center*/
621
- t[9]
622
- ),
623
- "stroke-width": `${/*ringStrokeWidth*/
624
- t[5]}px`,
625
- "stroke-dasharray": `${/*circumference*/
626
- t[8]} ${/*circumference*/
627
- t[8]}`,
628
- "stroke-dashoffset": (
629
- /*circumference*/
630
- t[8] - Number(
631
- /*percent*/
632
- t[0]
633
- ) / 100 * /*circumference*/
634
- t[8]
635
- )
636
- }
637
- ], $ = {};
638
- for (let i = 0; i < g.length; i += 1)
639
- $ = O($, g[i]);
640
- let y = [
641
- {
642
- class: `center ${/*status*/
643
- t[1] === /*BonusStatus*/
644
- t[6].InProgress ? "active" : ""}`,
645
- r: (
646
- /*radius*/
647
- t[3] - /*ringStrokeWidth*/
648
- t[5] / 2 - 3
649
- ),
650
- cx: (
651
- /*center*/
652
- t[9]
653
- ),
654
- cy: (
655
- /*center*/
656
- t[9]
657
- )
658
- }
659
- ], k = {};
660
- for (let i = 0; i < y.length; i += 1)
661
- k = O(k, y[i]);
662
- let a = [
663
- {
664
- x: (
665
- /*center*/
666
- t[9]
667
- ),
668
- y: (
669
- /*center*/
670
- t[9]
671
- )
672
- },
673
- /*classWithPartMatchMobile*/
674
- t[7]("ProgressText")
675
- ], b = {};
676
- for (let i = 0; i < a.length; i += 1)
677
- b = O(b, a[i]);
678
- let R = [
679
- {
680
- width: (
681
- /*size*/
682
- t[4]
683
- ),
684
- height: (
685
- /*size*/
686
- t[4]
687
- )
688
- }
689
- ], S = {};
690
- for (let i = 0; i < R.length; i += 1)
691
- S = O(S, R[i]);
692
- return {
693
- c() {
694
- e = j("svg"), n = j("circle"), s = j("circle"), o = j("circle"), r = j("text"), c = B(
695
- /*percent*/
696
- t[0]
697
- ), l = B("%"), p(n, d), p(s, $), p(o, k), p(r, b), p(e, S);
698
- },
699
- m(i, m) {
700
- st(i, e, m), w(e, n), w(e, s), w(e, o), w(e, r), w(r, c), w(r, l), u || (f = V(
701
- window,
702
- "resize",
703
- /*onwindowresize*/
704
- t[11]
705
- ), u = !0);
706
- },
707
- p(i, [m]) {
708
- p(n, d = A(_, [
709
- m & /*radius, center, ringStrokeWidth*/
710
- 552 && {
711
- class: "ring",
712
- r: (
713
- /*radius*/
714
- i[3]
715
- ),
716
- cx: (
717
- /*center*/
718
- i[9]
719
- ),
720
- cy: (
721
- /*center*/
722
- i[9]
723
- ),
724
- "stroke-width": `${/*ringStrokeWidth*/
725
- i[5]}px`
726
- }
727
- ])), p(s, $ = A(g, [
728
- m & /*status, BonusStatus, radius, center, ringStrokeWidth, circumference, percent*/
729
- 875 && {
730
- class: `ring ring-progress ${/*status*/
731
- i[1] === /*BonusStatus*/
732
- i[6].InProgress ? "active" : ""}`,
733
- r: (
734
- /*radius*/
735
- i[3]
736
- ),
737
- cx: (
738
- /*center*/
739
- i[9]
740
- ),
741
- cy: (
742
- /*center*/
743
- i[9]
744
- ),
745
- "stroke-width": `${/*ringStrokeWidth*/
746
- i[5]}px`,
747
- "stroke-dasharray": `${/*circumference*/
748
- i[8]} ${/*circumference*/
749
- i[8]}`,
750
- "stroke-dashoffset": (
751
- /*circumference*/
752
- i[8] - Number(
753
- /*percent*/
754
- i[0]
755
- ) / 100 * /*circumference*/
756
- i[8]
757
- )
758
- }
759
- ])), p(o, k = A(y, [
760
- m & /*status, BonusStatus, radius, ringStrokeWidth, center*/
761
- 618 && {
762
- class: `center ${/*status*/
763
- i[1] === /*BonusStatus*/
764
- i[6].InProgress ? "active" : ""}`,
765
- r: (
766
- /*radius*/
767
- i[3] - /*ringStrokeWidth*/
768
- i[5] / 2 - 3
769
- ),
770
- cx: (
771
- /*center*/
772
- i[9]
773
- ),
774
- cy: (
775
- /*center*/
776
- i[9]
777
- )
778
- }
779
- ])), m & /*percent*/
780
- 1 && kt(
781
- c,
782
- /*percent*/
783
- i[0],
784
- b.contenteditable
785
- ), p(r, b = A(a, [
786
- m & /*center*/
787
- 512 && {
788
- x: (
789
- /*center*/
790
- i[9]
791
- ),
792
- y: (
793
- /*center*/
794
- i[9]
795
- )
796
- },
797
- m & /*classWithPartMatchMobile*/
798
- 128 && /*classWithPartMatchMobile*/
799
- i[7]("ProgressText")
800
- ])), p(e, S = A(R, [
801
- m & /*size*/
802
- 16 && {
803
- width: (
804
- /*size*/
805
- i[4]
806
- ),
807
- height: (
808
- /*size*/
809
- i[4]
810
- )
811
- }
812
- ]));
813
- },
814
- i: v,
815
- o: v,
816
- d(i) {
817
- i && x(e), u = !1, f();
818
- }
819
- };
820
- }
821
- function Dt(t, e, n) {
822
- let s, o, r, c, l, u, f, { percent: _ = "" } = e, { status: d = "" } = e;
823
- var g;
824
- (function(a) {
825
- a.BeforeClaimed = "BeforeClaimed", a.InProgress = "active", a.ForfeitedOrCompleted = "ForfeitedOrCompleted";
826
- })(g || (g = {}));
827
- let $ = 200;
828
- const y = (a, b = "") => ({
829
- part: a,
830
- class: [a, b].join(" ")
831
- });
832
- function k() {
833
- n(2, $ = window.innerWidth);
834
- }
835
- return t.$$set = (a) => {
836
- "percent" in a && n(0, _ = a.percent), "status" in a && n(1, d = a.status);
837
- }, t.$$.update = () => {
838
- t.$$.dirty & /*innerWidth*/
839
- 4 && n(10, s = $ <= 576), t.$$.dirty & /*isMobileView, innerWidth*/
840
- 1028 && n(4, o = s ? $ / 4 : 100), t.$$.dirty & /*size*/
841
- 16 && n(5, r = o / 7.5), t.$$.dirty & /*size, ringStrokeWidth*/
842
- 48 && n(3, c = o / 2 - r / 2), t.$$.dirty & /*size*/
843
- 16 && n(9, l = o / 2), t.$$.dirty & /*radius*/
844
- 8 && n(8, u = c * 2 * Math.PI), t.$$.dirty & /*isMobileView*/
845
- 1024 && n(7, f = (a, b = "") => y(`${a}${s ? ` ${a}Mobile` : ""}`, b));
846
- }, [
847
- _,
848
- d,
849
- $,
850
- c,
851
- o,
852
- r,
853
- g,
854
- f,
855
- u,
856
- l,
857
- s,
858
- k
859
- ];
860
- }
861
- class it extends It {
862
- constructor(e) {
863
- super(), Mt(this, e, Dt, xt, at, { percent: 0, status: 1 }, Wt);
864
- }
865
- get percent() {
866
- return this.$$.ctx[0];
867
- }
868
- set percent(e) {
869
- this.$$set({ percent: e }), T();
870
- }
871
- get status() {
872
- return this.$$.ctx[1];
873
- }
874
- set status(e) {
875
- this.$$set({ status: e }), T();
876
- }
877
- }
878
- Bt(it, { percent: {}, status: {} }, [], [], !0);
879
- const te = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
880
- __proto__: null,
881
- default: it
882
- }, Symbol.toStringTag, { value: "Module" }));
883
- export {
884
- Ht as A,
885
- yt as B,
886
- D as C,
887
- Kt as D,
888
- Qt as E,
889
- Xt as F,
890
- Z as G,
891
- te as H,
892
- It as S,
893
- _t as a,
894
- I as b,
895
- Bt as c,
896
- O as d,
897
- Zt as e,
898
- T as f,
899
- x as g,
900
- Vt as h,
901
- Mt as i,
902
- Ut as j,
903
- A as k,
904
- st as l,
905
- V as m,
906
- v as n,
907
- G as o,
908
- qt as p,
909
- kt as q,
910
- w as r,
911
- at as s,
912
- Jt as t,
913
- B as u,
914
- Yt as v,
915
- $t as w,
916
- W as x,
917
- nt as y,
918
- Gt as z
919
- };