@everymatrix/cashier-page 1.64.0 → 1.64.1

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,569 +0,0 @@
1
- import { S as it, b as nt, s as at, f as U, c as lt, n as J, e as W, m as N, x as ot, w as rt, K as V, L as ct, g as X, k as dt, t as ft, l as ut, y as B, o as l, p as m, q as j, z as I, v as e, A as wt, V as ht, F as mt, W as vt, J as G, B as pt, N as b, E as gt } from "./CashierConfirmModal-4RYp7Eiq.js";
2
- import { f as K } from "./CashierModal-ZfKvGxFq.js";
3
- import { a as yt, $ as Tt, i as _t, b as bt } from "./CashierError-bKWdh6zs.js";
4
- import { d as xt } from "./CashierMethodDetails-L1ZnAwA1.js";
5
- _t({
6
- fallbackLocale: "en"
7
- });
8
- function Q(a, t) {
9
- yt(a, t);
10
- }
11
- function kt(a) {
12
- Tt.set(a);
13
- }
14
- const Z = {
15
- en: {
16
- transactionHistoryTitle: "Transaction History",
17
- transactionIdTitle: "ID",
18
- transactionDateTitle: "Date",
19
- transactionTypeTitle: "Type",
20
- transactionStatusTitle: "Status",
21
- copyTransactionId: "Transaction Id copied to clipboard",
22
- transactionStatus: {
23
- Authorized: "Authorized",
24
- Success: "Success",
25
- Failed: "Failed",
26
- Rejected: "Rejected",
27
- Pending: "Pending"
28
- },
29
- transactionType: {
30
- Deposit: "Deposit",
31
- Withdraw: "Withdraw"
32
- }
33
- },
34
- tr: {
35
- transactionHistoryTitle: "İşlem Geçmişi",
36
- transactionIdTitle: "İşlem ID'si",
37
- transactionDateTitle: "Tarih",
38
- transactionTypeTitle: "Tip",
39
- transactionStatusTitle: "Durum",
40
- copyTransactionId: "İşlem ID’si kopyalandı",
41
- transactionStatus: {
42
- Authorized: "Onaylandı",
43
- Success: "Başarılı",
44
- Failed: "Başarısız",
45
- Rejected: "Reddedildi",
46
- Pending: "Beklemede"
47
- },
48
- transactionType: {
49
- Deposit: "Para Yatır",
50
- Withdraw: "Çekim"
51
- }
52
- }
53
- };
54
- function Ct(a, t) {
55
- if (a) {
56
- const s = document.createElement("style");
57
- s.innerHTML = t, a.appendChild(s);
58
- }
59
- }
60
- function St(a, t) {
61
- const s = new URL(t);
62
- fetch(s.href).then((i) => i.text()).then((i) => {
63
- const o = document.createElement("style");
64
- o.innerHTML = i, a && a.appendChild(o);
65
- }).catch((i) => {
66
- console.error("There was an error while trying to load client styling from URL", i);
67
- });
68
- }
69
- function Ht(a) {
70
- lt(a, "svelte-40f46w", ".svelte-40f46w.svelte-40f46w,.svelte-40f46w.svelte-40f46w::before,.svelte-40f46w.svelte-40f46w::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-style:inherit}.CopyTooltip.svelte-40f46w.svelte-40f46w{width:50%;display:flex;align-items:center;justify-content:center;background-color:var(--emw--color-primary, #7EC51E);position:absolute;top:-6px;left:50%;transform:translateX(-50%);color:var(--emw--color-white, #FFF);border-radius:var(--mmw--border-radius-medium-plus, 6px);z-index:1;opacity:1;container-name:copy-tooltip;font-size:var(--emw--font-size-medium, 16px);line-height:calc(var(--emw--font-size-medium, 16px) + 2px);padding:4px}.CashierTransactionHistory.svelte-40f46w.svelte-40f46w{display:flex;flex-direction:column;position:relative;width:100%;row-gap:var(--emw--spacing-small, 12px);container-name:transaction-history;container-type:inline-size;margin-bottom:var(--emw--spacing-small, 12px)}.CashierTransactionHistory.svelte-40f46w table.svelte-40f46w{font-size:var(--emw--font-size-medium, 16px);word-break:break-all;width:100%;border-collapse:collapse;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;margin-bottom:var(--emw--spacing-small-minus, 10px)}.CashierTransactionHistory.svelte-40f46w table.svelte-40f46w:not(:last-child){margin-bottom:var(--emw--spacing-large, 20px)}.CashierTransactionHistory.svelte-40f46w thead tr.svelte-40f46w{border-bottom:1px solid var(--mmw--color-grey-105, #E8E9EB);color:var(--mmw--color-grey-10, #111);height:50px}.CashierTransactionHistory.svelte-40f46w tbody tr.svelte-40f46w{color:var(--mmw--color-grey-290, #666)}.CashierTransactionHistory.svelte-40f46w td.svelte-40f46w{max-width:250px;vertical-align:middle;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 var(--emw--spacing-large, 20px) 0 var(--emw--spacing-small, 12px)}.CashierTransactionHistory.svelte-40f46w tr.svelte-40f46w{position:relative}@container transaction-history (width < 750px){.CashierTransactionHistory.svelte-40f46w .CopyTooltip.svelte-40f46w{width:100%}.CashierTransactionHistory.svelte-40f46w .CashierTransactionId.svelte-40f46w{max-width:150px}.CashierTransactionHistory.svelte-40f46w td.svelte-40f46w{padding:0 var(--emw--spacing-small, 12px) 0 var(--emw--spacing-small, 12px)}}@container transaction-history (width < 475px){.CashierTransactionHistory.svelte-40f46w .CashierTransactionHistoryWrapper.svelte-40f46w{padding:0 var(--emw--spacing-2x-small-plus, 6px)}.CashierTransactionHistory.svelte-40f46w td.svelte-40f46w{padding:0 var(--emw--spacing-2x-small-plus, 6px)}.CashierTransactionHistory.svelte-40f46w td.svelte-40f46w:first-child{max-width:75px}}@container transaction-history (width < 350px){.CashierTransactionHistory.svelte-40f46w table.svelte-40f46w{table-layout:fixed}.CashierTransactionHistory.svelte-40f46w table td.svelte-40f46w{padding:0 0 0 var(--emw--spacing-small, 5px)}}.CashierTransactionHistoryWrapper.svelte-40f46w.svelte-40f46w{background:var(--emw--color-background, #fff);box-shadow:0 0 4px var(--mmw--color-black-transparency-10, rgba(0, 0, 0, 0.1));border-radius:var(--mmw--border-radius-medium-plus, 6px);width:100%;box-sizing:border-box;padding:0 var(--emw--spacing-small, 12px)}.CashierTransactionHistoryTitle.svelte-40f46w.svelte-40f46w{color:var(--mmw--color-grey-10, #111);font-size:var(--emw--font-size-medium, 16px);font-weight:var(--emw--font-weight-normal, 400);line-height:calc(var(--emw--font-size-medium, 16px) + 2px);text-align:left}.CashierTransactionId.svelte-40f46w.svelte-40f46w{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.CashierTransactionId.svelte-40f46w.svelte-40f46w:hover{background-color:var(--emw--color-gray-50, #F7F8FA)}.CashierTransactionHistoryStatus.svelte-40f46w.svelte-40f46w{display:flex;gap:5px}.CashierTransactionHistoryStatusText.svelte-40f46w.svelte-40f46w{line-height:calc(var(--emw--font-size-medium, 16px) + 2px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CashierTransactionHistoryContent.svelte-40f46w.svelte-40f46w{width:100%}.CashierTransactionHistoryIcon.svelte-40f46w.svelte-40f46w{vertical-align:middle;height:var(--emw--font-size-medium, 16px);width:var(--emw--font-size-medium, 16px)}");
71
- }
72
- function $(a, t, s) {
73
- const i = a.slice();
74
- return i[24] = t[s], i[26] = s, i;
75
- }
76
- function tt(a) {
77
- let t, s, i, o = (
78
- /*$_*/
79
- a[5]("transactionHistoryTitle") + ""
80
- ), c, f, u, g, x, k, v, H, L = (
81
- /*$_*/
82
- a[5]("transactionIdTitle") + ""
83
- ), z, y, C, _ = (
84
- /*$_*/
85
- a[5]("transactionDateTitle") + ""
86
- ), A, D, R, M = (
87
- /*$_*/
88
- a[5]("transactionTypeTitle") + ""
89
- ), E, Y, P, S = (
90
- /*$_*/
91
- a[5]("transactionStatusTitle") + ""
92
- ), p, n, r, d = (
93
- /*copied*/
94
- a[3] && et(a)
95
- ), O = V(
96
- /*txnHistory*/
97
- a[2]
98
- ), h = [];
99
- for (let w = 0; w < O.length; w += 1)
100
- h[w] = st($(a, O, w));
101
- return {
102
- c() {
103
- t = m("div"), d && d.c(), s = j(), i = m("h3"), c = I(o), f = j(), u = m("div"), g = m("div"), x = m("table"), k = m("thead"), v = m("tr"), H = m("td"), z = I(L), y = j(), C = m("td"), A = I(_), D = j(), R = m("td"), E = I(M), Y = j(), P = m("td"), p = I(S), n = j(), r = m("tbody");
104
- for (let w = 0; w < h.length; w += 1)
105
- h[w].c();
106
- e(i, "class", "CashierTransactionHistoryTitle svelte-40f46w"), e(H, "class", "svelte-40f46w"), e(C, "class", "svelte-40f46w"), e(R, "class", "svelte-40f46w"), e(P, "class", "svelte-40f46w"), e(v, "class", "svelte-40f46w"), e(k, "class", "svelte-40f46w"), e(r, "class", "svelte-40f46w"), e(x, "class", "svelte-40f46w"), e(g, "class", "CashierTransactionHistoryContent svelte-40f46w"), e(u, "class", "CashierTransactionHistoryWrapper svelte-40f46w"), e(t, "class", "CashierTransactionHistory svelte-40f46w");
107
- },
108
- m(w, F) {
109
- N(w, t, F), d && d.m(t, null), l(t, s), l(t, i), l(i, c), l(t, f), l(t, u), l(u, g), l(g, x), l(x, k), l(k, v), l(v, H), l(H, z), l(v, y), l(v, C), l(C, A), l(v, D), l(v, R), l(R, E), l(v, Y), l(v, P), l(P, p), l(x, n), l(x, r);
110
- for (let T = 0; T < h.length; T += 1)
111
- h[T] && h[T].m(r, null);
112
- a[16](t);
113
- },
114
- p(w, F) {
115
- if (/*copied*/
116
- w[3] ? d ? (d.p(w, F), F & /*copied*/
117
- 8 && X(d, 1)) : (d = et(w), d.c(), X(d, 1), d.m(t, s)) : d && (dt(), ft(d, 1, 1, () => {
118
- d = null;
119
- }), ut()), F & /*$_*/
120
- 32 && o !== (o = /*$_*/
121
- w[5]("transactionHistoryTitle") + "") && B(c, o), F & /*$_*/
122
- 32 && L !== (L = /*$_*/
123
- w[5]("transactionIdTitle") + "") && B(z, L), F & /*$_*/
124
- 32 && _ !== (_ = /*$_*/
125
- w[5]("transactionDateTitle") + "") && B(A, _), F & /*$_*/
126
- 32 && M !== (M = /*$_*/
127
- w[5]("transactionTypeTitle") + "") && B(E, M), F & /*$_*/
128
- 32 && S !== (S = /*$_*/
129
- w[5]("transactionStatusTitle") + "") && B(p, S), F & /*$_, txnHistory, TransactionMainStatus, copied, copyToClipboard*/
130
- 124) {
131
- O = V(
132
- /*txnHistory*/
133
- w[2]
134
- );
135
- let T;
136
- for (T = 0; T < O.length; T += 1) {
137
- const q = $(w, O, T);
138
- h[T] ? h[T].p(q, F) : (h[T] = st(q), h[T].c(), h[T].m(r, null));
139
- }
140
- for (; T < h.length; T += 1)
141
- h[T].d(1);
142
- h.length = O.length;
143
- }
144
- },
145
- d(w) {
146
- w && W(t), d && d.d(), ct(h, w), a[16](null);
147
- }
148
- };
149
- }
150
- function et(a) {
151
- let t, s = (
152
- /*$_*/
153
- a[5]("copyTransactionId") + ""
154
- ), i, o, c, f;
155
- return {
156
- c() {
157
- t = m("div"), i = I(s), e(t, "class", "CopyTooltip svelte-40f46w");
158
- },
159
- m(u, g) {
160
- N(u, t, g), l(t, i), f = !0;
161
- },
162
- p(u, g) {
163
- a = u, (!f || g & /*$_*/
164
- 32) && s !== (s = /*$_*/
165
- a[5]("copyTransactionId") + "") && B(i, s);
166
- },
167
- i(u) {
168
- f || (u && mt(() => {
169
- f && (c && c.end(1), o = vt(t, K, { duration: 100 }), o.start());
170
- }), f = !0);
171
- },
172
- o(u) {
173
- o && o.invalidate(), u && (c = ht(t, K, { duration: (
174
- /*tooltipduration*/
175
- a[0]
176
- ) })), f = !1;
177
- },
178
- d(u) {
179
- u && W(t), u && c && c.end();
180
- }
181
- };
182
- }
183
- function zt(a) {
184
- let t, s, i;
185
- return {
186
- c() {
187
- t = b("svg"), s = b("circle"), i = b("path"), e(s, "cx", "12"), e(s, "cy", "12"), e(s, "r", "10"), e(s, "stroke", "#25bf00"), e(s, "stroke-width", "2"), e(s, "class", "svelte-40f46w"), e(i, "d", "M8 12L11 15L16 9"), e(i, "stroke", "#25bf00"), e(i, "stroke-width", "2"), e(i, "stroke-linecap", "round"), e(i, "stroke-linejoin", "round"), e(i, "class", "svelte-40f46w"), e(t, "width", "18"), e(t, "height", "18"), e(t, "viewBox", "0 0 24 24"), e(t, "fill", "none"), e(t, "xmlns", "http://www.w3.org/2000/svg"), e(t, "class", "svelte-40f46w");
188
- },
189
- m(o, c) {
190
- N(o, t, c), l(t, s), l(t, i);
191
- },
192
- d(o) {
193
- o && W(t);
194
- }
195
- };
196
- }
197
- function Dt(a) {
198
- let t, s, i, o;
199
- return {
200
- c() {
201
- t = b("svg"), s = b("circle"), i = b("text"), o = I("R"), e(s, "cx", "12"), e(s, "cy", "12"), e(s, "r", "10"), e(s, "stroke", "#dd6617d4"), e(s, "stroke-width", "2"), e(s, "class", "svelte-40f46w"), e(i, "x", "50%"), e(i, "y", "54%"), e(i, "text-anchor", "middle"), e(i, "dominant-baseline", "middle"), e(i, "font-size", "14"), e(i, "font-weight", "bold"), e(i, "fill", "#dd6617d4"), e(i, "font-family", "Arial Rounded MT Bold, Arial, sans-serif"), e(i, "class", "svelte-40f46w"), e(t, "width", "18"), e(t, "height", "18"), e(t, "viewBox", "0 0 24 24"), e(t, "fill", "none"), e(t, "xmlns", "http://www.w3.org/2000/svg"), e(t, "class", "svelte-40f46w");
202
- },
203
- m(c, f) {
204
- N(c, t, f), l(t, s), l(t, i), l(i, o);
205
- },
206
- d(c) {
207
- c && W(t);
208
- }
209
- };
210
- }
211
- function It(a) {
212
- let t, s, i;
213
- return {
214
- c() {
215
- t = b("svg"), s = b("circle"), i = b("path"), e(s, "cx", "12"), e(s, "cy", "12"), e(s, "r", "10"), e(s, "stroke", "#f0a85f"), e(s, "stroke-width", "2"), e(s, "class", "svelte-40f46w"), e(i, "d", "M12 7V12L15 14"), e(i, "stroke", "#f0a85f"), e(i, "stroke-width", "2"), e(i, "stroke-linecap", "round"), e(i, "stroke-linejoin", "round"), e(i, "class", "svelte-40f46w"), e(t, "width", "18"), e(t, "height", "18"), e(t, "viewBox", "0 0 24 24"), e(t, "fill", "none"), e(t, "xmlns", "http://www.w3.org/2000/svg"), e(t, "class", "svelte-40f46w");
216
- },
217
- m(o, c) {
218
- N(o, t, c), l(t, s), l(t, i);
219
- },
220
- d(o) {
221
- o && W(t);
222
- }
223
- };
224
- }
225
- function At(a) {
226
- let t, s, i;
227
- return {
228
- c() {
229
- t = b("svg"), s = b("circle"), i = b("path"), e(s, "cx", "12"), e(s, "cy", "12"), e(s, "r", "10"), e(s, "stroke", "#e76049"), e(s, "stroke-width", "2"), e(s, "class", "svelte-40f46w"), e(i, "d", "M9 9L15 15M15 9L9 15"), e(i, "stroke", "#e76049"), e(i, "stroke-width", "2"), e(i, "stroke-linecap", "round"), e(i, "stroke-linejoin", "round"), e(i, "class", "svelte-40f46w"), e(t, "width", "18"), e(t, "height", "18"), e(t, "viewBox", "0 0 24 24"), e(t, "fill", "none"), e(t, "xmlns", "http://www.w3.org/2000/svg"), e(t, "class", "svelte-40f46w");
230
- },
231
- m(o, c) {
232
- N(o, t, c), l(t, s), l(t, i);
233
- },
234
- d(o) {
235
- o && W(t);
236
- }
237
- };
238
- }
239
- function Ft(a) {
240
- let t, s, i, o;
241
- return {
242
- c() {
243
- t = b("svg"), s = b("circle"), i = b("text"), o = I("A"), e(s, "cx", "12"), e(s, "cy", "12"), e(s, "r", "10"), e(s, "stroke", "#32b398"), e(s, "stroke-width", "2"), e(s, "class", "svelte-40f46w"), e(i, "x", "50%"), e(i, "y", "54%"), e(i, "text-anchor", "middle"), e(i, "dominant-baseline", "middle"), e(i, "font-size", "14"), e(i, "font-weight", "bold"), e(i, "fill", "#32b398"), e(i, "font-family", "Arial Rounded MT Bold, Arial, sans-serif"), e(i, "class", "svelte-40f46w"), e(t, "width", "18"), e(t, "height", "18"), e(t, "viewBox", "0 0 24 24"), e(t, "fill", "none"), e(t, "xmlns", "http://www.w3.org/2000/svg"), e(t, "class", "svelte-40f46w");
244
- },
245
- m(c, f) {
246
- N(c, t, f), l(t, s), l(t, i), l(i, o);
247
- },
248
- d(c) {
249
- c && W(t);
250
- }
251
- };
252
- }
253
- function st(a) {
254
- let t, s, i = (
255
- /*transaction*/
256
- a[24].Code + ""
257
- ), o, c, f, u = (
258
- /*transaction*/
259
- a[24].Date + ""
260
- ), g, x, k, v = (
261
- /*$_*/
262
- a[5](`transactionType.${/*transaction*/
263
- a[24].Type}`) + ""
264
- ), H, L, z, y, C, _, A, D = (
265
- /*$_*/
266
- a[5](`transactionStatus.${/*transaction*/
267
- a[24].Status}`) + ""
268
- ), R, M, E, Y;
269
- function P(n, r) {
270
- if (
271
- /*transaction*/
272
- n[24].Status === /*TransactionMainStatus*/
273
- n[4].Authorized
274
- )
275
- return Ft;
276
- if (
277
- /*transaction*/
278
- n[24].Status === /*TransactionMainStatus*/
279
- n[4].Failed
280
- )
281
- return At;
282
- if (
283
- /*transaction*/
284
- n[24].Status === /*TransactionMainStatus*/
285
- n[4].Pending
286
- )
287
- return It;
288
- if (
289
- /*transaction*/
290
- n[24].Status === /*TransactionMainStatus*/
291
- n[4].Rejected
292
- )
293
- return Dt;
294
- if (
295
- /*transaction*/
296
- n[24].Status === /*TransactionMainStatus*/
297
- n[4].Success
298
- )
299
- return zt;
300
- }
301
- let S = P(a), p = S && S(a);
302
- return {
303
- c() {
304
- t = m("tr"), s = m("td"), o = I(i), c = j(), f = m("td"), g = I(u), x = j(), k = m("td"), H = I(v), L = j(), z = m("td"), y = m("div"), C = m("span"), p && p.c(), _ = j(), A = m("span"), R = I(D), M = j(), e(s, "class", "CashierTransactionId svelte-40f46w"), G(
305
- s,
306
- "copied",
307
- /*copied*/
308
- a[3]
309
- ), e(f, "class", "svelte-40f46w"), e(k, "class", "svelte-40f46w"), e(C, "class", "CashierTransactionHistoryIcon svelte-40f46w"), e(A, "class", "CashierTransactionHistoryStatusText svelte-40f46w"), e(y, "class", "CashierTransactionHistoryStatus svelte-40f46w"), e(z, "class", "svelte-40f46w"), e(t, "class", "svelte-40f46w");
310
- },
311
- m(n, r) {
312
- N(n, t, r), l(t, s), l(s, o), l(t, c), l(t, f), l(f, g), l(t, x), l(t, k), l(k, H), l(t, L), l(t, z), l(z, y), l(y, C), p && p.m(C, null), l(y, _), l(y, A), l(A, R), l(t, M), E || (Y = pt(
313
- s,
314
- "mousedown",
315
- /*mousedown_handler*/
316
- a[15]
317
- ), E = !0);
318
- },
319
- p(n, r) {
320
- r & /*txnHistory*/
321
- 4 && i !== (i = /*transaction*/
322
- n[24].Code + "") && B(o, i), r & /*copied*/
323
- 8 && G(
324
- s,
325
- "copied",
326
- /*copied*/
327
- n[3]
328
- ), r & /*txnHistory*/
329
- 4 && u !== (u = /*transaction*/
330
- n[24].Date + "") && B(g, u), r & /*$_, txnHistory*/
331
- 36 && v !== (v = /*$_*/
332
- n[5](`transactionType.${/*transaction*/
333
- n[24].Type}`) + "") && B(H, v), S !== (S = P(n)) && (p && p.d(1), p = S && S(n), p && (p.c(), p.m(C, null))), r & /*$_, txnHistory*/
334
- 36 && D !== (D = /*$_*/
335
- n[5](`transactionStatus.${/*transaction*/
336
- n[24].Status}`) + "") && B(R, D);
337
- },
338
- d(n) {
339
- n && W(t), p && p.d(), E = !1, Y();
340
- }
341
- };
342
- }
343
- function jt(a) {
344
- let t, s = (
345
- /*txnHistory*/
346
- a[2].length && tt(a)
347
- );
348
- return {
349
- c() {
350
- s && s.c(), t = ot();
351
- },
352
- m(i, o) {
353
- s && s.m(i, o), N(i, t, o);
354
- },
355
- p(i, [o]) {
356
- /*txnHistory*/
357
- i[2].length ? s ? s.p(i, o) : (s = tt(i), s.c(), s.m(t.parentNode, t)) : s && (s.d(1), s = null);
358
- },
359
- i: J,
360
- o: J,
361
- d(i) {
362
- i && W(t), s && s.d(i);
363
- }
364
- };
365
- }
366
- const Lt = "DD.MM.YYYY";
367
- function Rt(a, t, s) {
368
- let i;
369
- rt(a, bt, (n) => s(5, i = n));
370
- let { endpoint: o } = t, { session: c } = t, { lang: f = "en" } = t, { customerid: u } = t, { clientstyling: g = "" } = t, { clientstylingurl: x = "" } = t, { translationurl: k } = t, { tooltipduration: v = 1e3 } = t, { txncount: H = 3 } = t, L = [], z = !1, y, C;
371
- var _;
372
- (function(n) {
373
- n.Deposit = "deposit", n.Withdraw = "withdraw", n.Refund = "refund", n.Unknown = "unknown", n.TaxDeduction = "taxDeduction";
374
- })(_ || (_ = {}));
375
- const A = [
376
- "Authorized",
377
- "Success",
378
- "Failed",
379
- "Rejected",
380
- "PendingApprovalStage1",
381
- "PendingApprovalStage2",
382
- "PendingApprovalStage3",
383
- "PendingNotification",
384
- "PendingOfflineNotification",
385
- "PendingConfirmation"
386
- ];
387
- var D;
388
- (function(n) {
389
- n.Authorized = "Authorized", n.Success = "Success", n.Failed = "Failed", n.Rejected = "Rejected", n.Pending = "Pending";
390
- })(D || (D = {}));
391
- const R = () => {
392
- let n = k;
393
- if (n)
394
- return fetch(n).then((r) => r.json()).then((r) => {
395
- Object.keys(r).forEach((d) => {
396
- Q(d, r[d]);
397
- });
398
- }).catch((r) => {
399
- console.log(r);
400
- });
401
- };
402
- Object.keys(Z).forEach((n) => {
403
- Q(n, Z[n]);
404
- });
405
- const M = () => {
406
- kt(f);
407
- }, E = () => {
408
- const n = new URL(`${o}/api/v1/mm/payment/gettransactionshistory`), r = new Headers();
409
- r.append("accept", "application/json"), r.append("Content-Type", "application/json"), r.append("X-SessionId", `${c}`);
410
- const d = new Date((/* @__PURE__ */ new Date()).setMonth((/* @__PURE__ */ new Date()).getMonth() - 3)).toISOString(), O = {
411
- method: "POST",
412
- mode: "cors",
413
- headers: r,
414
- body: JSON.stringify({
415
- language: f,
416
- customerId: u,
417
- count: H,
418
- page: 0,
419
- fromDate: d,
420
- toDate: null,
421
- statuses: {
422
- [_.Deposit]: A,
423
- [_.Withdraw]: A,
424
- [_.Refund]: ["Unknown"],
425
- [_.TaxDeduction]: ["Unknown"],
426
- [_.Unknown]: ["Unknown"]
427
- },
428
- calculateProfit: !1
429
- })
430
- };
431
- fetch(n, O).then((h) => h.json()).then((h) => {
432
- s(2, L = Y((h == null ? void 0 : h.items) || []));
433
- }).catch((h) => console.log(h));
434
- }, Y = (n) => n.map((r) => {
435
- let d = r.generalFields.status;
436
- return r.generalFields.status.toLowerCase().includes("pending") && (d = D.Pending), {
437
- Code: r.generalFields.code,
438
- Date: xt(r.generalFields.created).format(Lt),
439
- Status: d,
440
- Type: r.generalFields.type
441
- };
442
- }) || [], P = (n) => {
443
- const r = n.currentTarget;
444
- n.target === r && navigator.clipboard.writeText(r.innerText).then(() => {
445
- s(3, z = !0), clearTimeout(C), C = setTimeout(
446
- () => {
447
- s(3, z = !1);
448
- },
449
- 2e3
450
- );
451
- }).catch((d) => {
452
- console.error("Could not copy text: ", d);
453
- });
454
- }, S = (n) => P(n);
455
- function p(n) {
456
- wt[n ? "unshift" : "push"](() => {
457
- y = n, s(1, y);
458
- });
459
- }
460
- return a.$$set = (n) => {
461
- "endpoint" in n && s(7, o = n.endpoint), "session" in n && s(8, c = n.session), "lang" in n && s(9, f = n.lang), "customerid" in n && s(10, u = n.customerid), "clientstyling" in n && s(11, g = n.clientstyling), "clientstylingurl" in n && s(12, x = n.clientstylingurl), "translationurl" in n && s(13, k = n.translationurl), "tooltipduration" in n && s(0, v = n.tooltipduration), "txncount" in n && s(14, H = n.txncount);
462
- }, a.$$.update = () => {
463
- a.$$.dirty & /*lang*/
464
- 512 && f && M(), a.$$.dirty & /*clientstyling, customStylingContainer*/
465
- 2050 && g && y && Ct(y, g), a.$$.dirty & /*clientstylingurl, customStylingContainer*/
466
- 4098 && x && y && St(y, x), a.$$.dirty & /*endpoint, session, customerid, lang*/
467
- 1920 && o && c && u && f && E(), a.$$.dirty & /*translationurl*/
468
- 8192 && k && R();
469
- }, [
470
- v,
471
- y,
472
- L,
473
- z,
474
- D,
475
- i,
476
- P,
477
- o,
478
- c,
479
- f,
480
- u,
481
- g,
482
- x,
483
- k,
484
- H,
485
- S,
486
- p
487
- ];
488
- }
489
- class Pt extends it {
490
- constructor(t) {
491
- super(), nt(
492
- this,
493
- t,
494
- Rt,
495
- jt,
496
- at,
497
- {
498
- endpoint: 7,
499
- session: 8,
500
- lang: 9,
501
- customerid: 10,
502
- clientstyling: 11,
503
- clientstylingurl: 12,
504
- translationurl: 13,
505
- tooltipduration: 0,
506
- txncount: 14
507
- },
508
- Ht
509
- );
510
- }
511
- get endpoint() {
512
- return this.$$.ctx[7];
513
- }
514
- set endpoint(t) {
515
- this.$$set({ endpoint: t }), U();
516
- }
517
- get session() {
518
- return this.$$.ctx[8];
519
- }
520
- set session(t) {
521
- this.$$set({ session: t }), U();
522
- }
523
- get lang() {
524
- return this.$$.ctx[9];
525
- }
526
- set lang(t) {
527
- this.$$set({ lang: t }), U();
528
- }
529
- get customerid() {
530
- return this.$$.ctx[10];
531
- }
532
- set customerid(t) {
533
- this.$$set({ customerid: t }), U();
534
- }
535
- get clientstyling() {
536
- return this.$$.ctx[11];
537
- }
538
- set clientstyling(t) {
539
- this.$$set({ clientstyling: t }), U();
540
- }
541
- get clientstylingurl() {
542
- return this.$$.ctx[12];
543
- }
544
- set clientstylingurl(t) {
545
- this.$$set({ clientstylingurl: t }), U();
546
- }
547
- get translationurl() {
548
- return this.$$.ctx[13];
549
- }
550
- set translationurl(t) {
551
- this.$$set({ translationurl: t }), U();
552
- }
553
- get tooltipduration() {
554
- return this.$$.ctx[0];
555
- }
556
- set tooltipduration(t) {
557
- this.$$set({ tooltipduration: t }), U();
558
- }
559
- get txncount() {
560
- return this.$$.ctx[14];
561
- }
562
- set txncount(t) {
563
- this.$$set({ txncount: t }), U();
564
- }
565
- }
566
- gt(Pt, { endpoint: {}, session: {}, lang: {}, customerid: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, tooltipduration: {}, txncount: {} }, [], [], !0);
567
- export {
568
- Pt as default
569
- };