@everymatrix/pam-player-profile-controller 1.87.41 → 1.87.43

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.
@@ -0,0 +1,86 @@
1
+ 'use strict';
2
+
3
+ const PlayerConsentsCng_xhf4 = require('./PlayerConsents-Cng_xhf4-70bd07e0.js');
4
+
5
+ function L(t) {
6
+ PlayerConsentsCng_xhf4.a(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)}}");
7
+ }
8
+ function j(t) {
9
+ let i;
10
+ return {
11
+ c() {
12
+ i = PlayerConsentsCng_xhf4.e("div"), i.innerHTML = '<section class="LoaderContainer"><div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div></section>';
13
+ },
14
+ m(n, l) {
15
+ PlayerConsentsCng_xhf4.b(n, i, l), t[4](i);
16
+ },
17
+ p: PlayerConsentsCng_xhf4.n,
18
+ i: PlayerConsentsCng_xhf4.n,
19
+ o: PlayerConsentsCng_xhf4.n,
20
+ d(n) {
21
+ n && PlayerConsentsCng_xhf4.d(i), t[4](null);
22
+ }
23
+ };
24
+ }
25
+ function w(t, i, n) {
26
+ let { clientstyling: l = "" } = i, { clientstylingurl: a = "" } = i, { mbsource: r } = i, s, o;
27
+ PlayerConsentsCng_xhf4.o(() => () => {
28
+ });
29
+ function u(e) {
30
+ PlayerConsentsCng_xhf4.c[e ? "unshift" : "push"](() => {
31
+ s = e, n(0, s);
32
+ });
33
+ }
34
+ return t.$$set = (e) => {
35
+ "clientstyling" in e && n(1, l = e.clientstyling), "clientstylingurl" in e && n(2, a = e.clientstylingurl), "mbsource" in e && n(3, r = e.mbsource);
36
+ }, t.$$.update = () => {
37
+ t.$$.dirty & /*clientstyling, customStylingContainer*/
38
+ 3 && l && s && PlayerConsentsCng_xhf4.g(s, l), t.$$.dirty & /*clientstylingurl, customStylingContainer*/
39
+ 5 && a && s && PlayerConsentsCng_xhf4.h(s, a), t.$$.dirty & /*mbsource, customStylingContainer*/
40
+ 9 && r && s && PlayerConsentsCng_xhf4.j(s, `${r}.Style`, o);
41
+ }, [
42
+ s,
43
+ l,
44
+ a,
45
+ r,
46
+ u
47
+ ];
48
+ }
49
+ class M extends PlayerConsentsCng_xhf4.S {
50
+ constructor(i) {
51
+ super(), PlayerConsentsCng_xhf4.i(
52
+ this,
53
+ i,
54
+ w,
55
+ j,
56
+ PlayerConsentsCng_xhf4.s,
57
+ {
58
+ clientstyling: 1,
59
+ clientstylingurl: 2,
60
+ mbsource: 3
61
+ },
62
+ L
63
+ );
64
+ }
65
+ get clientstyling() {
66
+ return this.$$.ctx[1];
67
+ }
68
+ set clientstyling(i) {
69
+ this.$$set({ clientstyling: i }), PlayerConsentsCng_xhf4.f();
70
+ }
71
+ get clientstylingurl() {
72
+ return this.$$.ctx[2];
73
+ }
74
+ set clientstylingurl(i) {
75
+ this.$$set({ clientstylingurl: i }), PlayerConsentsCng_xhf4.f();
76
+ }
77
+ get mbsource() {
78
+ return this.$$.ctx[3];
79
+ }
80
+ set mbsource(i) {
81
+ this.$$set({ mbsource: i }), PlayerConsentsCng_xhf4.f();
82
+ }
83
+ }
84
+ PlayerConsentsCng_xhf4.k(M, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
85
+
86
+ exports['default'] = M;