@everymatrix/general-registration 1.90.27 → 1.90.29
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.
- package/dist/cjs/GeneralAnimationLoading-lTLzF5jR-8645dd28.js +86 -0
- package/dist/cjs/{PlayerConsents-uUnB_ySd-c7d5a465.js → PlayerConsents-Duni8Aqx-1d0f4f21.js} +1226 -1360
- package/dist/cjs/checkbox-group-input_15.cjs.entry.js +254 -254
- package/dist/esm/GeneralAnimationLoading-lTLzF5jR-501a49e3.js +84 -0
- package/dist/esm/{PlayerConsents-uUnB_ySd-8a92900a.js → PlayerConsents-Duni8Aqx-dd7cf325.js} +1211 -1360
- package/dist/esm/checkbox-group-input_15.entry.js +254 -254
- package/dist/general-registration/GeneralAnimationLoading-lTLzF5jR-501a49e3.js +1 -0
- package/dist/general-registration/PlayerConsents-Duni8Aqx-dd7cf325.js +1 -0
- package/dist/general-registration/checkbox-group-input_15.entry.js +4 -4
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.dev.d.ts +2 -0
- package/package.json +1 -1
- package/dist/general-registration/PlayerConsents-uUnB_ySd-8a92900a.js +0 -1
- package/dist/types/Users/sebastian.strulea/Documents/work/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.d.ts +0 -2
- package/dist/types/Users/sebastian.strulea/Documents/work/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.dev.d.ts +0 -2
- /package/dist/types/{Users/sebastian.strulea/Documents/work → builds/emfe-widgets}/widgets-monorepo/packages/stencil/general-registration/.stencil/libs/common/src/storybook/storybook-utils.d.ts +0 -0
- /package/dist/types/{Users/sebastian.strulea/Documents/work → builds/emfe-widgets}/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-input/src/utils/types.d.ts +0 -0
- /package/dist/types/{Users/sebastian.strulea/Documents/work → builds/emfe-widgets}/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/storybook/main.d.ts +0 -0
- /package/dist/types/{Users/sebastian.strulea/Documents/work → builds/emfe-widgets}/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/storybook/preview.d.ts +0 -0
- /package/dist/types/{Users/sebastian.strulea/Documents/work → builds/emfe-widgets}/widgets-monorepo/packages/stencil/general-registration/.stencil/tools/plugins/index.d.ts +0 -0
- /package/dist/types/{Users/sebastian.strulea/Documents/work → builds/emfe-widgets}/widgets-monorepo/packages/stencil/general-registration/.stencil/tools/plugins/lazy-load-chunk-plugin.d.ts +0 -0
- /package/dist/types/{Users/sebastian.strulea/Documents/work → builds/emfe-widgets}/widgets-monorepo/packages/stencil/general-registration/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +0 -0
- /package/dist/types/{Users/sebastian.strulea/Documents/work → builds/emfe-widgets}/widgets-monorepo/packages/stencil/general-registration/.stencil/tools/plugins/vite-chunk-plugin.d.ts +0 -0
- /package/dist/types/{Users/sebastian.strulea/Documents/work → builds/emfe-widgets}/widgets-monorepo/packages/stencil/general-registration/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +0 -0
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const PlayerConsentsDuni8Aqx = require('./PlayerConsents-Duni8Aqx-1d0f4f21.js');
|
|
4
|
+
|
|
5
|
+
function L(t) {
|
|
6
|
+
PlayerConsentsDuni8Aqx.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 = PlayerConsentsDuni8Aqx.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
|
+
PlayerConsentsDuni8Aqx.b(n, i, l), t[4](i);
|
|
16
|
+
},
|
|
17
|
+
p: PlayerConsentsDuni8Aqx.n,
|
|
18
|
+
i: PlayerConsentsDuni8Aqx.n,
|
|
19
|
+
o: PlayerConsentsDuni8Aqx.n,
|
|
20
|
+
d(n) {
|
|
21
|
+
n && PlayerConsentsDuni8Aqx.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
|
+
PlayerConsentsDuni8Aqx.o(() => () => {
|
|
28
|
+
});
|
|
29
|
+
function u(e) {
|
|
30
|
+
PlayerConsentsDuni8Aqx.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 && PlayerConsentsDuni8Aqx.g(s, l), t.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
39
|
+
5 && a && s && PlayerConsentsDuni8Aqx.h(s, a), t.$$.dirty & /*mbsource, customStylingContainer*/
|
|
40
|
+
9 && r && s && PlayerConsentsDuni8Aqx.j(s, `${r}.Style`, o);
|
|
41
|
+
}, [
|
|
42
|
+
s,
|
|
43
|
+
l,
|
|
44
|
+
a,
|
|
45
|
+
r,
|
|
46
|
+
u
|
|
47
|
+
];
|
|
48
|
+
}
|
|
49
|
+
class M extends PlayerConsentsDuni8Aqx.S {
|
|
50
|
+
constructor(i) {
|
|
51
|
+
super(), PlayerConsentsDuni8Aqx.i(
|
|
52
|
+
this,
|
|
53
|
+
i,
|
|
54
|
+
w,
|
|
55
|
+
j,
|
|
56
|
+
PlayerConsentsDuni8Aqx.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 }), PlayerConsentsDuni8Aqx.f();
|
|
70
|
+
}
|
|
71
|
+
get clientstylingurl() {
|
|
72
|
+
return this.$$.ctx[2];
|
|
73
|
+
}
|
|
74
|
+
set clientstylingurl(i) {
|
|
75
|
+
this.$$set({ clientstylingurl: i }), PlayerConsentsDuni8Aqx.f();
|
|
76
|
+
}
|
|
77
|
+
get mbsource() {
|
|
78
|
+
return this.$$.ctx[3];
|
|
79
|
+
}
|
|
80
|
+
set mbsource(i) {
|
|
81
|
+
this.$$set({ mbsource: i }), PlayerConsentsDuni8Aqx.f();
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
PlayerConsentsDuni8Aqx.k(M, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
|
|
85
|
+
|
|
86
|
+
exports['default'] = M;
|