@everymatrix/player-limit-notification 0.7.25 → 0.7.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.
- package/components/PlayerAccountGamingLimitsHistory2Nd-C9JkzOQQ.js +732 -0
- package/components/PlayerAccountGamingLimitsHistory2Nd-CYEEffEA.cjs +1 -0
- package/components/PlayerAccountGamingLimitsHistory2Nd-Pq7N0Sse.js +743 -0
- package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-Cw9jsLfY.js → PlayerAccountGamingLimitsPage2Gm16Nd-Bq-ODm6y.js} +956 -955
- package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-BDUI25gw.js → PlayerAccountGamingLimitsPage2Gm16Nd-DW6HmSu0.js} +914 -913
- package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-DjyFaKnC.cjs → PlayerAccountGamingLimitsPage2Gm16Nd-NRRZNEU9.cjs} +6 -6
- package/components/{PlayerAccountGamingLimitsWrapper2Nd-Blw2HyYg.js → PlayerAccountGamingLimitsWrapper2Nd-Cjts28td.js} +1225 -697
- package/components/PlayerAccountGamingLimitsWrapper2Nd-Cxwy9lWa.cjs +19 -0
- package/components/{PlayerAccountGamingLimitsWrapper2Nd-BklAQCHL.js → PlayerAccountGamingLimitsWrapper2Nd-oTrOyjHu.js} +1265 -737
- package/components/PlayerLimitNotification-C_68Ntzt.js +4363 -0
- package/components/PlayerLimitNotification-CcO2iq6p.cjs +39 -0
- package/components/PlayerLimitNotification-gYTCyKz8.js +4405 -0
- package/es2015/player-limit-notification.cjs +1 -1
- package/es2015/player-limit-notification.js +7 -7
- package/esnext/player-limit-notification.js +1 -1
- package/package.json +1 -1
- package/components/PlayerAccountGamingLimitsHistory2Nd-BPDMvyK7.cjs +0 -18
- package/components/PlayerAccountGamingLimitsHistory2Nd-BetTT8pd.js +0 -5151
- package/components/PlayerAccountGamingLimitsHistory2Nd-Rz7KSqHF.js +0 -5188
- package/components/PlayerAccountGamingLimitsWrapper2Nd-D0l008SC.cjs +0 -4
- package/components/PlayerLimitNotification-6_ZqpVwq.cjs +0 -37
- package/components/PlayerLimitNotification-BOnRnvVK.js +0 -444
- package/components/PlayerLimitNotification-CAhIIHuz.js +0 -444
|
@@ -1,444 +0,0 @@
|
|
|
1
|
-
import { a as Z, $, Q as tt, S as it, i as et, s as nt, f as o, b as st, v as O, d as lt, y as ot, n as a, z as R, g as at, h as s, C as V, j as c, k as T, D as H, l as rt, o as mt, F as U, R as ct, N as ut, O as dt, P as pt } from "./PlayerAccountGamingLimitsHistory2Nd-BetTT8pd.js";
|
|
2
|
-
import "../stencil/ui-skeleton-W50o8tfg.js";
|
|
3
|
-
function J(e, t) {
|
|
4
|
-
Z(e, t);
|
|
5
|
-
}
|
|
6
|
-
function gt(e) {
|
|
7
|
-
$.set(e);
|
|
8
|
-
}
|
|
9
|
-
const q = {
|
|
10
|
-
en: {
|
|
11
|
-
savePlayerLimit: "SAVE",
|
|
12
|
-
skipLimitLimitDescription: "I do not wish to set a limit at this time.",
|
|
13
|
-
skipLimitSuccessful: "Your account limit has been successfully set.",
|
|
14
|
-
limitNotificationFail: "Something went wrong while setting your account limits. Try again later."
|
|
15
|
-
},
|
|
16
|
-
fr: {
|
|
17
|
-
savePlayerLimit: "SAUVEGARDER",
|
|
18
|
-
skipLimitLimitDescription: "Je ne souhaite pas fixer de limite pour le moment.",
|
|
19
|
-
skipLimitSuccessful: "La limite de votre compte a été définie avec succès.",
|
|
20
|
-
limitNotificationFail: "Quelque chose s'est mal passé lors de la définition des limites de votre compte. Veuillez réessayer plus tard."
|
|
21
|
-
},
|
|
22
|
-
ro: {
|
|
23
|
-
savePlayerLimit: "SALVAȚI",
|
|
24
|
-
skipLimitLimitDescription: "Nu doresc să stabilesc o limită în acest moment.",
|
|
25
|
-
skipLimitSuccessful: "Limita contului dvs. a fost setată cu succes.",
|
|
26
|
-
limitNotificationFail: "Ceva nu a funcționat corect la setarea limitelor contului dvs. Încercați din nou mai târziu."
|
|
27
|
-
},
|
|
28
|
-
hu: {
|
|
29
|
-
savePlayerLimit: "MENTÉS",
|
|
30
|
-
skipLimitLimitDescription: "Jelenleg nem kívánok limitet beállítani.",
|
|
31
|
-
skipLimitSuccessful: "Fiókkorlátja sikeresen beállítva.",
|
|
32
|
-
limitNotificationFail: "Hiba történt a fiókkorlátok beállítása során. Próbálja újra később."
|
|
33
|
-
}
|
|
34
|
-
};
|
|
35
|
-
if (typeof window < "u") {
|
|
36
|
-
let e = function(t) {
|
|
37
|
-
return function(...n) {
|
|
38
|
-
try {
|
|
39
|
-
return t.apply(this, n);
|
|
40
|
-
} catch (l) {
|
|
41
|
-
if (l instanceof DOMException && l.message.includes("has already been used with this registry") || l.message.includes("Cannot define multiple custom elements with the same tag name"))
|
|
42
|
-
return !1;
|
|
43
|
-
throw l;
|
|
44
|
-
}
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
customElements.define = e(customElements.define), import("./PlayerAccountGamingLimitsWrapper2Nd-Blw2HyYg.js").then(({ default: t }) => {
|
|
48
|
-
!customElements.get("player-account-gaming-limits-wrapper-2-nd") && customElements.define(
|
|
49
|
-
"player-account-gaming-limits-wrapper-2-nd",
|
|
50
|
-
t.element
|
|
51
|
-
);
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
function ht(e) {
|
|
55
|
-
st(e, "svelte-19al6x0", '*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.player-limit-modal{display:flex;position:fixed;align-items:center;justify-content:center;width:100%;height:100%;z-index:100;top:0;left:0;padding:0 10px;background-color:var(--emw--color-modal-background, rgba(0, 0, 0, 0.7))}.player-limit-modal .limit-modal-container{max-width:700px;min-width:300px;max-height:90vh;overflow-y:auto;position:relative;min-height:200px;border-radius:var(--emw--border-radius-medium, 10px)}.player-limit-modal .limit-submit-button{margin-top:20px;min-width:320px;height:40px;background-color:var(--emw--color-primary, #22b04e);border:none;border-radius:var(--emw--button-border-radius, 10px);color:var(--emw--button-typography, var(--emw--button-text-color, #ffffff));cursor:pointer;font-size:var(--emw--font-size-large, 20px)}.player-limit-modal .limit-submit-button.Mobile{font-size:var(--emw--font-size-small, 14px);padding:8px 0}.player-limit-modal .limit-submit-button:disabled{opacity:0.3;cursor:not-allowed}.player-limit-modal .toggle-content{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:transparent;border:none;cursor:pointer;gap:10px}.player-limit-modal .toggle-content .skip-switch{display:inline-flex;align-items:center;position:relative;font-size:14px;line-height:14px;height:14px;vertical-align:middle}.player-limit-modal .toggle-content .skip-switch.checked .skip-switch-core{border-color:var(--emw--color-primary, #22b04e);background:var(--emw--color-primary, #22b04e)}.player-limit-modal .toggle-content .skip-switch.checked .skip-switch-core::after{left:100%;margin-left:-12px}.player-limit-modal .toggle-content .skip-switch .skip-switch-input{position:absolute;width:0;height:0;opacity:0;margin:0}.player-limit-modal .toggle-content .skip-switch .skip-switch-core{width:22px;margin:0;display:inline-block;position:relative;height:14px;border:1px solid #ababab;outline:none;border-radius:10px;box-sizing:border-box;border-color:var(--emw--color-gray-300, #ababab);background:var(--emw--color-gray-300, #ababab);cursor:pointer;transition:border-color 0.3s, background-color 0.3s;vertical-align:middle}.player-limit-modal .toggle-content .skip-switch .skip-switch-core::after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;transition:all 0.3s;width:10px;height:10px;background:#fff}.player-limit-modal .limit-skeleton{width:100%;container-type:inline-size;animation-name:fadeIn;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:0.3s}.player-limit-modal .limit-skeleton .skeleton-wrapper{display:flex;flex-direction:column;width:320px;gap:10px}.player-limit-modal .limit-skeleton .skeleton-wrapper .skeleton-header{width:100%;margin-top:20px}.player-limit-modal .limit-skeleton .skeleton-wrapper .skeleton-sub-text{width:40%}.player-limit-modal .limit-skeleton .skeleton-wrapper .skeleton-period,.player-limit-modal .limit-skeleton .skeleton-wrapper .skeleton-input-amount,.player-limit-modal .limit-skeleton .skeleton-wrapper .skeleton-button{width:100%;border-radius:30px;overflow:hidden}.player-limit-modal .limit-skeleton .skeleton-wrapper .skeleton-button{margin-top:20px}@container (max-width: 768px){.player-limit-modal .limit-skeleton .skeleton-wrapper{width:100%}.player-limit-modal .limit-skeleton .skeleton-wrapper .skeleton-period,.player-limit-modal .limit-skeleton .skeleton-wrapper .skeleton-input-amount,.player-limit-modal .limit-skeleton .skeleton-wrapper .skeleton-button{width:inherit}.player-limit-modal .limit-skeleton .skeleton-wrapper .skeleton-sub-text{margin-top:10px}}');
|
|
56
|
-
}
|
|
57
|
-
function ft(e) {
|
|
58
|
-
let t, n, l, b, w, y, C, x, v, d, p, g, L, M, E, S, A, h, _, N = (
|
|
59
|
-
/*$_*/
|
|
60
|
-
e[4]("skipLimitLimitDescription") + ""
|
|
61
|
-
), D, P, r, m = (
|
|
62
|
-
/*$_*/
|
|
63
|
-
e[4]("savePlayerLimit") + ""
|
|
64
|
-
), k, j, I;
|
|
65
|
-
return {
|
|
66
|
-
c() {
|
|
67
|
-
t = c("div"), n = c("div"), l = c("player-account-gaming-limits-wrapper-2-nd"), b = c("section"), w = T(), y = c("section"), C = T(), x = c("section"), x.innerHTML = '<div class="limit-skeleton"><div class="skeleton-wrapper"><div class="skeleton-header"><ui-skeleton width="auto" height="25px" structure="title" margin-right="auto"></ui-skeleton></div> <div class="skeleton-sub-text"><ui-skeleton width="auto" height="15px" structure="text" margin-right="auto"></ui-skeleton></div> <div class="skeleton-period"><ui-skeleton width="auto" height="40px" structure="rectangle" margin-right="auto"></ui-skeleton></div> <div class="skeleton-sub-text"><ui-skeleton width="auto" height="15px" structure="text" margin-right="auto"></ui-skeleton></div> <div class="skeleton-input-amount"><ui-skeleton width="auto" height="40px" structure="rectangle" margin-right="auto"></ui-skeleton></div> <div class="skeleton-button"><ui-skeleton width="auto" height="50px" structure="rectangle" margin-right="auto"></ui-skeleton></div></div></div>', v = T(), d = c("section"), p = c("button"), g = c("div"), L = c("input"), M = T(), E = c("span"), A = T(), h = c("div"), _ = c("p"), D = H(N), P = T(), r = c("button"), k = H(m), a(b, "slot", "LimitWrapperTitle"), a(y, "slot", "LimitsList"), a(x, "slot", "LimitSkeleton"), a(L, "type", "checkbox"), a(L, "class", "skip-switch-input"), a(E, "class", "skip-switch-core"), a(g, "class", S = "skip-switch " + /*skipLimit*/
|
|
68
|
-
(e[0] ? "checked" : "")), a(_, "class", "label"), a(h, "class", "skip-limit-label"), a(p, "class", "toggle-content"), a(r, "class", "limit-submit-button"), a(r, "type", "submit"), r.disabled = /*disableSaveLimit*/
|
|
69
|
-
e[3], a(d, "slot", "LimitSubmitButton"), a(n, "class", "limit-modal-container"), a(t, "class", "player-limit-modal");
|
|
70
|
-
},
|
|
71
|
-
m(f, z) {
|
|
72
|
-
at(f, t, z), s(t, n), s(n, l), s(l, b), s(l, w), s(l, y), s(l, C), s(l, x), s(l, v), s(l, d), s(d, p), s(p, g), s(g, L), s(g, M), s(g, E), s(p, A), s(p, h), s(h, _), s(_, D), s(d, P), s(d, r), s(r, k), e[25](l), e[26](t), j || (I = [
|
|
73
|
-
V(
|
|
74
|
-
p,
|
|
75
|
-
"click",
|
|
76
|
-
/*toggleSkipLimit*/
|
|
77
|
-
e[6]
|
|
78
|
-
),
|
|
79
|
-
V(
|
|
80
|
-
r,
|
|
81
|
-
"click",
|
|
82
|
-
/*submitLimit*/
|
|
83
|
-
e[5]
|
|
84
|
-
)
|
|
85
|
-
], j = !0);
|
|
86
|
-
},
|
|
87
|
-
p(f, z) {
|
|
88
|
-
z[0] & /*skipLimit*/
|
|
89
|
-
1 && S !== (S = "skip-switch " + /*skipLimit*/
|
|
90
|
-
(f[0] ? "checked" : "")) && a(g, "class", S), z[0] & /*$_*/
|
|
91
|
-
16 && N !== (N = /*$_*/
|
|
92
|
-
f[4]("skipLimitLimitDescription") + "") && R(D, N), z[0] & /*$_*/
|
|
93
|
-
16 && m !== (m = /*$_*/
|
|
94
|
-
f[4]("savePlayerLimit") + "") && R(k, m), z[0] & /*disableSaveLimit*/
|
|
95
|
-
8 && (r.disabled = /*disableSaveLimit*/
|
|
96
|
-
f[3]);
|
|
97
|
-
},
|
|
98
|
-
i: O,
|
|
99
|
-
o: O,
|
|
100
|
-
d(f) {
|
|
101
|
-
f && lt(t), e[25](null), e[26](null), j = !1, ot(I);
|
|
102
|
-
}
|
|
103
|
-
};
|
|
104
|
-
}
|
|
105
|
-
function bt(e, t, n) {
|
|
106
|
-
let l;
|
|
107
|
-
rt(e, ct, (i) => n(4, l = i));
|
|
108
|
-
let { clientstyling: b = "" } = t, { clientstylingurl: w = "" } = t, { mbsource: y } = t, { session: C = "" } = t, { userid: x = "" } = t, { lang: v = "" } = t, { endpoint: d = "" } = t, { tablabels: p = "Deposit Limits" } = t, { limitsamount: g = "All(deposit):1-50000" } = t, { limitsperiods: L = "All(deposit): D-W-M" } = t, { limitformat: M = "" } = t, { currency: E = "" } = t, { customcurrencysymbols: S = "" } = t, { apiversion: A = "" } = t, { translationurl: h = "" } = t, { timezone: _ = "GMT" } = t, { defaultperiod: N = "Monthly" } = t, D = !0, P = !0, r = !1, m, k;
|
|
109
|
-
const j = `
|
|
110
|
-
.GamingLimitsWrapper div.GamingLimitsContent {
|
|
111
|
-
min-height: revert;
|
|
112
|
-
}
|
|
113
|
-
.player-account-gaming-limits-page-2-gm16 .LimitsPageContainer {
|
|
114
|
-
min-height: revert;
|
|
115
|
-
}
|
|
116
|
-
div.GamingLimitsWrapper {
|
|
117
|
-
min-height: revert;
|
|
118
|
-
padding: 14px;
|
|
119
|
-
}
|
|
120
|
-
form.LimitsInteractionArea {
|
|
121
|
-
align-items: center;
|
|
122
|
-
margin: 0;
|
|
123
|
-
}
|
|
124
|
-
form.LimitsInteractionArea .LimitTitle {
|
|
125
|
-
margin: 10px;
|
|
126
|
-
}
|
|
127
|
-
.GamingLimitsWrapper div.GamingLimitsContent {
|
|
128
|
-
justify-content: center;
|
|
129
|
-
}
|
|
130
|
-
.GamingLimitsWrapper div.limitsDescription {
|
|
131
|
-
padding: 14px;
|
|
132
|
-
}
|
|
133
|
-
.GamingLimitsWrapper div.TabsContainer{
|
|
134
|
-
margin: 0;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.GamingLimitsWrapper div.LimitsTab {
|
|
138
|
-
flex-direction:column;
|
|
139
|
-
height: fit-content;
|
|
140
|
-
width: 100%;
|
|
141
|
-
padding: 5px 0;
|
|
142
|
-
font-size: 10px;
|
|
143
|
-
margin-right: 5px;
|
|
144
|
-
}
|
|
145
|
-
`, I = () => {
|
|
146
|
-
gt(v);
|
|
147
|
-
}, f = () => {
|
|
148
|
-
fetch(h).then((u) => u.json()).then((u) => {
|
|
149
|
-
Object.keys(u).forEach((W) => {
|
|
150
|
-
J(W, u[W]);
|
|
151
|
-
});
|
|
152
|
-
}).catch((u) => {
|
|
153
|
-
console.log(u);
|
|
154
|
-
});
|
|
155
|
-
};
|
|
156
|
-
Object.keys(q).forEach((i) => {
|
|
157
|
-
J(i, q[i]);
|
|
158
|
-
});
|
|
159
|
-
const z = () => {
|
|
160
|
-
if (!P) {
|
|
161
|
-
if (r) {
|
|
162
|
-
Q();
|
|
163
|
-
return;
|
|
164
|
-
}
|
|
165
|
-
window.postMessage({ type: "SubmitLimitNotification" }, window.location.href);
|
|
166
|
-
}
|
|
167
|
-
}, Q = () => {
|
|
168
|
-
const i = new URL(`${d}/api/pam/v1/player-notifications`);
|
|
169
|
-
i.searchParams.append("createNotificationIfNotFound", "true"), fetch(i, {
|
|
170
|
-
headers: {
|
|
171
|
-
"X-SessionId": C,
|
|
172
|
-
"Content-Type": "application/json"
|
|
173
|
-
},
|
|
174
|
-
method: "PATCH",
|
|
175
|
-
body: JSON.stringify({
|
|
176
|
-
type: 1,
|
|
177
|
-
interval: 5,
|
|
178
|
-
ackNotification: !0,
|
|
179
|
-
ackNotificationTimestamp: (/* @__PURE__ */ new Date()).toISOString()
|
|
180
|
-
})
|
|
181
|
-
}).then((u) => {
|
|
182
|
-
if (u.ok)
|
|
183
|
-
return u.json();
|
|
184
|
-
throw window.postMessage(
|
|
185
|
-
{
|
|
186
|
-
type: "WidgetNotification",
|
|
187
|
-
data: {
|
|
188
|
-
type: "error",
|
|
189
|
-
message: l("limitNotificationFail")
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
window.location.href
|
|
193
|
-
), new Error("Error while skipping the limit setting");
|
|
194
|
-
}).then(() => {
|
|
195
|
-
window.postMessage(
|
|
196
|
-
{
|
|
197
|
-
type: "WidgetNotification",
|
|
198
|
-
data: {
|
|
199
|
-
type: "success",
|
|
200
|
-
message: l("skipLimitSuccessful")
|
|
201
|
-
}
|
|
202
|
-
},
|
|
203
|
-
window.location.href
|
|
204
|
-
), window.postMessage({ type: "SkipLimitSuccessful" }, window.location.href);
|
|
205
|
-
}).catch((u) => {
|
|
206
|
-
console.error(u);
|
|
207
|
-
});
|
|
208
|
-
}, B = () => {
|
|
209
|
-
n(0, r = !r), window.postMessage(
|
|
210
|
-
{
|
|
211
|
-
type: "LimitDisableState",
|
|
212
|
-
data: r
|
|
213
|
-
},
|
|
214
|
-
window.location.href
|
|
215
|
-
);
|
|
216
|
-
}, F = (i) => {
|
|
217
|
-
if (i.data)
|
|
218
|
-
switch (i.data.type) {
|
|
219
|
-
case "InValidLimit": {
|
|
220
|
-
n(24, D = i.data.data);
|
|
221
|
-
break;
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
};
|
|
225
|
-
function X(i) {
|
|
226
|
-
if (!i)
|
|
227
|
-
return;
|
|
228
|
-
Object.entries({
|
|
229
|
-
historyenabled: "false",
|
|
230
|
-
clientstyling: b || j,
|
|
231
|
-
isLimitNotification: "true",
|
|
232
|
-
limittabvisible: "true",
|
|
233
|
-
endpoint: d,
|
|
234
|
-
userid: x,
|
|
235
|
-
session: C,
|
|
236
|
-
timezone: _,
|
|
237
|
-
lang: v,
|
|
238
|
-
tablabels: p,
|
|
239
|
-
limitsamount: g,
|
|
240
|
-
limitsperiods: L,
|
|
241
|
-
currency: E,
|
|
242
|
-
customcurrencysymbols: S,
|
|
243
|
-
apiversion: A,
|
|
244
|
-
translationurl: h,
|
|
245
|
-
clientstylingurl: w,
|
|
246
|
-
mbsource: y,
|
|
247
|
-
defaultperiod: N,
|
|
248
|
-
limitformat: M
|
|
249
|
-
}).forEach(([W, G]) => {
|
|
250
|
-
G != null && i.setAttribute(W, G.toString());
|
|
251
|
-
});
|
|
252
|
-
}
|
|
253
|
-
mt(() => (window.addEventListener("message", F), () => {
|
|
254
|
-
window.removeEventListener("message", F);
|
|
255
|
-
}));
|
|
256
|
-
function Y(i) {
|
|
257
|
-
U[i ? "unshift" : "push"](() => {
|
|
258
|
-
k = i, n(2, k);
|
|
259
|
-
});
|
|
260
|
-
}
|
|
261
|
-
function K(i) {
|
|
262
|
-
U[i ? "unshift" : "push"](() => {
|
|
263
|
-
m = i, n(1, m);
|
|
264
|
-
});
|
|
265
|
-
}
|
|
266
|
-
return e.$$set = (i) => {
|
|
267
|
-
"clientstyling" in i && n(7, b = i.clientstyling), "clientstylingurl" in i && n(8, w = i.clientstylingurl), "mbsource" in i && n(9, y = i.mbsource), "session" in i && n(10, C = i.session), "userid" in i && n(11, x = i.userid), "lang" in i && n(12, v = i.lang), "endpoint" in i && n(13, d = i.endpoint), "tablabels" in i && n(14, p = i.tablabels), "limitsamount" in i && n(15, g = i.limitsamount), "limitsperiods" in i && n(16, L = i.limitsperiods), "limitformat" in i && n(17, M = i.limitformat), "currency" in i && n(18, E = i.currency), "customcurrencysymbols" in i && n(19, S = i.customcurrencysymbols), "apiversion" in i && n(20, A = i.apiversion), "translationurl" in i && n(21, h = i.translationurl), "timezone" in i && n(22, _ = i.timezone), "defaultperiod" in i && n(23, N = i.defaultperiod);
|
|
268
|
-
}, e.$$.update = () => {
|
|
269
|
-
e.$$.dirty[0] & /*lang*/
|
|
270
|
-
4096 && v && I(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
|
271
|
-
130 && b && m && ut(m, b), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
|
272
|
-
258 && w && m && dt(m, w), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
|
|
273
|
-
514 && y && m && pt(m, `${y}.Style`), e.$$.dirty[0] & /*translationurl*/
|
|
274
|
-
2097152 && h && f(), e.$$.dirty[0] & /*skipLimit, invalidLimitInput*/
|
|
275
|
-
16777217 && n(3, P = r ? !1 : D), e.$$.dirty[0] & /*innerComponent*/
|
|
276
|
-
4 && k && X(k);
|
|
277
|
-
}, [
|
|
278
|
-
r,
|
|
279
|
-
m,
|
|
280
|
-
k,
|
|
281
|
-
P,
|
|
282
|
-
l,
|
|
283
|
-
z,
|
|
284
|
-
B,
|
|
285
|
-
b,
|
|
286
|
-
w,
|
|
287
|
-
y,
|
|
288
|
-
C,
|
|
289
|
-
x,
|
|
290
|
-
v,
|
|
291
|
-
d,
|
|
292
|
-
p,
|
|
293
|
-
g,
|
|
294
|
-
L,
|
|
295
|
-
M,
|
|
296
|
-
E,
|
|
297
|
-
S,
|
|
298
|
-
A,
|
|
299
|
-
h,
|
|
300
|
-
_,
|
|
301
|
-
N,
|
|
302
|
-
D,
|
|
303
|
-
Y,
|
|
304
|
-
K
|
|
305
|
-
];
|
|
306
|
-
}
|
|
307
|
-
class yt extends it {
|
|
308
|
-
constructor(t) {
|
|
309
|
-
super(), et(
|
|
310
|
-
this,
|
|
311
|
-
t,
|
|
312
|
-
bt,
|
|
313
|
-
ft,
|
|
314
|
-
nt,
|
|
315
|
-
{
|
|
316
|
-
clientstyling: 7,
|
|
317
|
-
clientstylingurl: 8,
|
|
318
|
-
mbsource: 9,
|
|
319
|
-
session: 10,
|
|
320
|
-
userid: 11,
|
|
321
|
-
lang: 12,
|
|
322
|
-
endpoint: 13,
|
|
323
|
-
tablabels: 14,
|
|
324
|
-
limitsamount: 15,
|
|
325
|
-
limitsperiods: 16,
|
|
326
|
-
limitformat: 17,
|
|
327
|
-
currency: 18,
|
|
328
|
-
customcurrencysymbols: 19,
|
|
329
|
-
apiversion: 20,
|
|
330
|
-
translationurl: 21,
|
|
331
|
-
timezone: 22,
|
|
332
|
-
defaultperiod: 23
|
|
333
|
-
},
|
|
334
|
-
ht,
|
|
335
|
-
[-1, -1]
|
|
336
|
-
);
|
|
337
|
-
}
|
|
338
|
-
get clientstyling() {
|
|
339
|
-
return this.$$.ctx[7];
|
|
340
|
-
}
|
|
341
|
-
set clientstyling(t) {
|
|
342
|
-
this.$$set({ clientstyling: t }), o();
|
|
343
|
-
}
|
|
344
|
-
get clientstylingurl() {
|
|
345
|
-
return this.$$.ctx[8];
|
|
346
|
-
}
|
|
347
|
-
set clientstylingurl(t) {
|
|
348
|
-
this.$$set({ clientstylingurl: t }), o();
|
|
349
|
-
}
|
|
350
|
-
get mbsource() {
|
|
351
|
-
return this.$$.ctx[9];
|
|
352
|
-
}
|
|
353
|
-
set mbsource(t) {
|
|
354
|
-
this.$$set({ mbsource: t }), o();
|
|
355
|
-
}
|
|
356
|
-
get session() {
|
|
357
|
-
return this.$$.ctx[10];
|
|
358
|
-
}
|
|
359
|
-
set session(t) {
|
|
360
|
-
this.$$set({ session: t }), o();
|
|
361
|
-
}
|
|
362
|
-
get userid() {
|
|
363
|
-
return this.$$.ctx[11];
|
|
364
|
-
}
|
|
365
|
-
set userid(t) {
|
|
366
|
-
this.$$set({ userid: t }), o();
|
|
367
|
-
}
|
|
368
|
-
get lang() {
|
|
369
|
-
return this.$$.ctx[12];
|
|
370
|
-
}
|
|
371
|
-
set lang(t) {
|
|
372
|
-
this.$$set({ lang: t }), o();
|
|
373
|
-
}
|
|
374
|
-
get endpoint() {
|
|
375
|
-
return this.$$.ctx[13];
|
|
376
|
-
}
|
|
377
|
-
set endpoint(t) {
|
|
378
|
-
this.$$set({ endpoint: t }), o();
|
|
379
|
-
}
|
|
380
|
-
get tablabels() {
|
|
381
|
-
return this.$$.ctx[14];
|
|
382
|
-
}
|
|
383
|
-
set tablabels(t) {
|
|
384
|
-
this.$$set({ tablabels: t }), o();
|
|
385
|
-
}
|
|
386
|
-
get limitsamount() {
|
|
387
|
-
return this.$$.ctx[15];
|
|
388
|
-
}
|
|
389
|
-
set limitsamount(t) {
|
|
390
|
-
this.$$set({ limitsamount: t }), o();
|
|
391
|
-
}
|
|
392
|
-
get limitsperiods() {
|
|
393
|
-
return this.$$.ctx[16];
|
|
394
|
-
}
|
|
395
|
-
set limitsperiods(t) {
|
|
396
|
-
this.$$set({ limitsperiods: t }), o();
|
|
397
|
-
}
|
|
398
|
-
get limitformat() {
|
|
399
|
-
return this.$$.ctx[17];
|
|
400
|
-
}
|
|
401
|
-
set limitformat(t) {
|
|
402
|
-
this.$$set({ limitformat: t }), o();
|
|
403
|
-
}
|
|
404
|
-
get currency() {
|
|
405
|
-
return this.$$.ctx[18];
|
|
406
|
-
}
|
|
407
|
-
set currency(t) {
|
|
408
|
-
this.$$set({ currency: t }), o();
|
|
409
|
-
}
|
|
410
|
-
get customcurrencysymbols() {
|
|
411
|
-
return this.$$.ctx[19];
|
|
412
|
-
}
|
|
413
|
-
set customcurrencysymbols(t) {
|
|
414
|
-
this.$$set({ customcurrencysymbols: t }), o();
|
|
415
|
-
}
|
|
416
|
-
get apiversion() {
|
|
417
|
-
return this.$$.ctx[20];
|
|
418
|
-
}
|
|
419
|
-
set apiversion(t) {
|
|
420
|
-
this.$$set({ apiversion: t }), o();
|
|
421
|
-
}
|
|
422
|
-
get translationurl() {
|
|
423
|
-
return this.$$.ctx[21];
|
|
424
|
-
}
|
|
425
|
-
set translationurl(t) {
|
|
426
|
-
this.$$set({ translationurl: t }), o();
|
|
427
|
-
}
|
|
428
|
-
get timezone() {
|
|
429
|
-
return this.$$.ctx[22];
|
|
430
|
-
}
|
|
431
|
-
set timezone(t) {
|
|
432
|
-
this.$$set({ timezone: t }), o();
|
|
433
|
-
}
|
|
434
|
-
get defaultperiod() {
|
|
435
|
-
return this.$$.ctx[23];
|
|
436
|
-
}
|
|
437
|
-
set defaultperiod(t) {
|
|
438
|
-
this.$$set({ defaultperiod: t }), o();
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
tt(yt, { clientstyling: {}, clientstylingurl: {}, mbsource: {}, session: {}, userid: {}, lang: {}, endpoint: {}, tablabels: {}, limitsamount: {}, limitsperiods: {}, limitformat: {}, currency: {}, customcurrencysymbols: {}, apiversion: {}, translationurl: {}, timezone: {}, defaultperiod: {} }, [], [], !0);
|
|
442
|
-
export {
|
|
443
|
-
yt as P
|
|
444
|
-
};
|