@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.
@@ -0,0 +1,569 @@
1
+ import { S as ie, b as ne, s as ae, f as U, c as le, n as J, e as W, m as N, x as oe, w as re, K as V, L as ce, g as X, k as he, t as de, l as ue, y as B, o as l, p as v, q as j, z as I, v as t, A as fe, V as me, F as ve, W as pe, J as G, B as ge, N as b, E as we } from "./CashierConfirmModal-4RYp7Eiq.js";
2
+ import { f as K } from "./CashierModal-ZfKvGxFq.js";
3
+ import { a as ye, $ as Te, i as _e, b as be } from "./CashierError-bKWdh6zs.js";
4
+ import { d as xe } from "./CashierMethodDetails-L1ZnAwA1.js";
5
+ _e({
6
+ fallbackLocale: "en"
7
+ });
8
+ function Q(a, e) {
9
+ ye(a, e);
10
+ }
11
+ function ke(a) {
12
+ Te.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 Ce(a, e) {
55
+ if (a) {
56
+ const s = document.createElement("style");
57
+ s.innerHTML = e, a.appendChild(s);
58
+ }
59
+ }
60
+ function Se(a, e) {
61
+ const s = new URL(e);
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 He(a) {
70
+ le(a, "svelte-1hhe323", ".svelte-1hhe323.svelte-1hhe323,.svelte-1hhe323.svelte-1hhe323::before,.svelte-1hhe323.svelte-1hhe323::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-style:inherit}.CopyTooltip.svelte-1hhe323.svelte-1hhe323{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-1hhe323.svelte-1hhe323{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-1hhe323 table.svelte-1hhe323{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-1hhe323 table.svelte-1hhe323:not(:last-child){margin-bottom:var(--emw--spacing-large, 20px)}.CashierTransactionHistory.svelte-1hhe323 thead tr.svelte-1hhe323{border-bottom:1px solid var(--mmw--color-grey-105, #E8E9EB);color:var(--mmw--color-grey-10, #111);height:50px}.CashierTransactionHistory.svelte-1hhe323 tbody tr.svelte-1hhe323{color:var(--mmw--color-grey-290, #666)}.CashierTransactionHistory.svelte-1hhe323 td.svelte-1hhe323{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-1hhe323 tr.svelte-1hhe323{position:relative}@container transaction-history (width < 750px){.CashierTransactionHistory.svelte-1hhe323 .CopyTooltip.svelte-1hhe323{width:100%}.CashierTransactionHistory.svelte-1hhe323 .CashierTransactionId.svelte-1hhe323{max-width:135px}.CashierTransactionHistory.svelte-1hhe323 td.svelte-1hhe323{padding:0 var(--emw--spacing-small, 12px) 0 var(--emw--spacing-small, 12px)}}@container transaction-history (width < 475px){.CashierTransactionHistory.svelte-1hhe323 .CashierTransactionHistoryWrapper.svelte-1hhe323{padding:0 var(--emw--spacing-2x-small-plus, 6px)}.CashierTransactionHistory.svelte-1hhe323 td.svelte-1hhe323{padding:0 var(--emw--spacing-2x-small-plus, 6px)}.CashierTransactionHistory.svelte-1hhe323 td.svelte-1hhe323:first-child{max-width:60px}}@container transaction-history (width < 350px){.CashierTransactionHistory.svelte-1hhe323 table.svelte-1hhe323{table-layout:fixed}.CashierTransactionHistory.svelte-1hhe323 table td.svelte-1hhe323{padding:0 0 0 var(--emw--spacing-small, 5px)}}.CashierTransactionHistoryWrapper.svelte-1hhe323.svelte-1hhe323{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-1hhe323.svelte-1hhe323{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-1hhe323.svelte-1hhe323{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.CashierTransactionId.svelte-1hhe323.svelte-1hhe323:hover{background-color:var(--emw--color-gray-50, #F7F8FA)}.CashierTransactionHistoryStatus.svelte-1hhe323.svelte-1hhe323{display:flex;gap:5px}.CashierTransactionHistoryStatusText.svelte-1hhe323.svelte-1hhe323{line-height:calc(var(--emw--font-size-medium, 16px) + 2px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CashierTransactionHistoryContent.svelte-1hhe323.svelte-1hhe323{width:100%}.CashierTransactionHistoryIcon.svelte-1hhe323.svelte-1hhe323{vertical-align:middle;height:var(--emw--font-size-medium, 16px);width:var(--emw--font-size-medium, 16px)}");
71
+ }
72
+ function $(a, e, s) {
73
+ const i = a.slice();
74
+ return i[24] = e[s], i[26] = s, i;
75
+ }
76
+ function ee(a) {
77
+ let e, s, i, o = (
78
+ /*$_*/
79
+ a[5]("transactionHistoryTitle") + ""
80
+ ), c, d, u, w, x, k, p, 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
+ ), g, n, r, h = (
93
+ /*copied*/
94
+ a[3] && te(a)
95
+ ), O = V(
96
+ /*txnHistory*/
97
+ a[2]
98
+ ), m = [];
99
+ for (let f = 0; f < O.length; f += 1)
100
+ m[f] = se($(a, O, f));
101
+ return {
102
+ c() {
103
+ e = v("div"), h && h.c(), s = j(), i = v("h3"), c = I(o), d = j(), u = v("div"), w = v("div"), x = v("table"), k = v("thead"), p = v("tr"), H = v("td"), z = I(L), y = j(), C = v("td"), A = I(_), D = j(), R = v("td"), E = I(M), Y = j(), P = v("td"), g = I(S), n = j(), r = v("tbody");
104
+ for (let f = 0; f < m.length; f += 1)
105
+ m[f].c();
106
+ t(i, "class", "CashierTransactionHistoryTitle svelte-1hhe323"), t(H, "class", "svelte-1hhe323"), t(C, "class", "svelte-1hhe323"), t(R, "class", "svelte-1hhe323"), t(P, "class", "svelte-1hhe323"), t(p, "class", "svelte-1hhe323"), t(k, "class", "svelte-1hhe323"), t(r, "class", "svelte-1hhe323"), t(x, "class", "svelte-1hhe323"), t(w, "class", "CashierTransactionHistoryContent svelte-1hhe323"), t(u, "class", "CashierTransactionHistoryWrapper svelte-1hhe323"), t(e, "class", "CashierTransactionHistory svelte-1hhe323");
107
+ },
108
+ m(f, F) {
109
+ N(f, e, F), h && h.m(e, null), l(e, s), l(e, i), l(i, c), l(e, d), l(e, u), l(u, w), l(w, x), l(x, k), l(k, p), l(p, H), l(H, z), l(p, y), l(p, C), l(C, A), l(p, D), l(p, R), l(R, E), l(p, Y), l(p, P), l(P, g), l(x, n), l(x, r);
110
+ for (let T = 0; T < m.length; T += 1)
111
+ m[T] && m[T].m(r, null);
112
+ a[16](e);
113
+ },
114
+ p(f, F) {
115
+ if (/*copied*/
116
+ f[3] ? h ? (h.p(f, F), F & /*copied*/
117
+ 8 && X(h, 1)) : (h = te(f), h.c(), X(h, 1), h.m(e, s)) : h && (he(), de(h, 1, 1, () => {
118
+ h = null;
119
+ }), ue()), F & /*$_*/
120
+ 32 && o !== (o = /*$_*/
121
+ f[5]("transactionHistoryTitle") + "") && B(c, o), F & /*$_*/
122
+ 32 && L !== (L = /*$_*/
123
+ f[5]("transactionIdTitle") + "") && B(z, L), F & /*$_*/
124
+ 32 && _ !== (_ = /*$_*/
125
+ f[5]("transactionDateTitle") + "") && B(A, _), F & /*$_*/
126
+ 32 && M !== (M = /*$_*/
127
+ f[5]("transactionTypeTitle") + "") && B(E, M), F & /*$_*/
128
+ 32 && S !== (S = /*$_*/
129
+ f[5]("transactionStatusTitle") + "") && B(g, S), F & /*$_, txnHistory, TransactionMainStatus, copied, copyToClipboard*/
130
+ 124) {
131
+ O = V(
132
+ /*txnHistory*/
133
+ f[2]
134
+ );
135
+ let T;
136
+ for (T = 0; T < O.length; T += 1) {
137
+ const q = $(f, O, T);
138
+ m[T] ? m[T].p(q, F) : (m[T] = se(q), m[T].c(), m[T].m(r, null));
139
+ }
140
+ for (; T < m.length; T += 1)
141
+ m[T].d(1);
142
+ m.length = O.length;
143
+ }
144
+ },
145
+ d(f) {
146
+ f && W(e), h && h.d(), ce(m, f), a[16](null);
147
+ }
148
+ };
149
+ }
150
+ function te(a) {
151
+ let e, s = (
152
+ /*$_*/
153
+ a[5]("copyTransactionId") + ""
154
+ ), i, o, c, d;
155
+ return {
156
+ c() {
157
+ e = v("div"), i = I(s), t(e, "class", "CopyTooltip svelte-1hhe323");
158
+ },
159
+ m(u, w) {
160
+ N(u, e, w), l(e, i), d = !0;
161
+ },
162
+ p(u, w) {
163
+ a = u, (!d || w & /*$_*/
164
+ 32) && s !== (s = /*$_*/
165
+ a[5]("copyTransactionId") + "") && B(i, s);
166
+ },
167
+ i(u) {
168
+ d || (u && ve(() => {
169
+ d && (c && c.end(1), o = pe(e, K, { duration: 100 }), o.start());
170
+ }), d = !0);
171
+ },
172
+ o(u) {
173
+ o && o.invalidate(), u && (c = me(e, K, { duration: (
174
+ /*tooltipduration*/
175
+ a[0]
176
+ ) })), d = !1;
177
+ },
178
+ d(u) {
179
+ u && W(e), u && c && c.end();
180
+ }
181
+ };
182
+ }
183
+ function ze(a) {
184
+ let e, s, i;
185
+ return {
186
+ c() {
187
+ e = b("svg"), s = b("circle"), i = b("path"), t(s, "cx", "12"), t(s, "cy", "12"), t(s, "r", "10"), t(s, "stroke", "#25bf00"), t(s, "stroke-width", "2"), t(s, "class", "svelte-1hhe323"), t(i, "d", "M8 12L11 15L16 9"), t(i, "stroke", "#25bf00"), t(i, "stroke-width", "2"), t(i, "stroke-linecap", "round"), t(i, "stroke-linejoin", "round"), t(i, "class", "svelte-1hhe323"), t(e, "width", "18"), t(e, "height", "18"), t(e, "viewBox", "0 0 24 24"), t(e, "fill", "none"), t(e, "xmlns", "http://www.w3.org/2000/svg"), t(e, "class", "svelte-1hhe323");
188
+ },
189
+ m(o, c) {
190
+ N(o, e, c), l(e, s), l(e, i);
191
+ },
192
+ d(o) {
193
+ o && W(e);
194
+ }
195
+ };
196
+ }
197
+ function De(a) {
198
+ let e, s, i, o;
199
+ return {
200
+ c() {
201
+ e = b("svg"), s = b("circle"), i = b("text"), o = I("R"), t(s, "cx", "12"), t(s, "cy", "12"), t(s, "r", "10"), t(s, "stroke", "#dd6617d4"), t(s, "stroke-width", "2"), t(s, "class", "svelte-1hhe323"), t(i, "x", "50%"), t(i, "y", "54%"), t(i, "text-anchor", "middle"), t(i, "dominant-baseline", "middle"), t(i, "font-size", "14"), t(i, "font-weight", "bold"), t(i, "fill", "#dd6617d4"), t(i, "font-family", "Arial Rounded MT Bold, Arial, sans-serif"), t(i, "class", "svelte-1hhe323"), t(e, "width", "18"), t(e, "height", "18"), t(e, "viewBox", "0 0 24 24"), t(e, "fill", "none"), t(e, "xmlns", "http://www.w3.org/2000/svg"), t(e, "class", "svelte-1hhe323");
202
+ },
203
+ m(c, d) {
204
+ N(c, e, d), l(e, s), l(e, i), l(i, o);
205
+ },
206
+ d(c) {
207
+ c && W(e);
208
+ }
209
+ };
210
+ }
211
+ function Ie(a) {
212
+ let e, s, i;
213
+ return {
214
+ c() {
215
+ e = b("svg"), s = b("circle"), i = b("path"), t(s, "cx", "12"), t(s, "cy", "12"), t(s, "r", "10"), t(s, "stroke", "#f0a85f"), t(s, "stroke-width", "2"), t(s, "class", "svelte-1hhe323"), t(i, "d", "M12 7V12L15 14"), t(i, "stroke", "#f0a85f"), t(i, "stroke-width", "2"), t(i, "stroke-linecap", "round"), t(i, "stroke-linejoin", "round"), t(i, "class", "svelte-1hhe323"), t(e, "width", "18"), t(e, "height", "18"), t(e, "viewBox", "0 0 24 24"), t(e, "fill", "none"), t(e, "xmlns", "http://www.w3.org/2000/svg"), t(e, "class", "svelte-1hhe323");
216
+ },
217
+ m(o, c) {
218
+ N(o, e, c), l(e, s), l(e, i);
219
+ },
220
+ d(o) {
221
+ o && W(e);
222
+ }
223
+ };
224
+ }
225
+ function Ae(a) {
226
+ let e, s, i;
227
+ return {
228
+ c() {
229
+ e = b("svg"), s = b("circle"), i = b("path"), t(s, "cx", "12"), t(s, "cy", "12"), t(s, "r", "10"), t(s, "stroke", "#e76049"), t(s, "stroke-width", "2"), t(s, "class", "svelte-1hhe323"), t(i, "d", "M9 9L15 15M15 9L9 15"), t(i, "stroke", "#e76049"), t(i, "stroke-width", "2"), t(i, "stroke-linecap", "round"), t(i, "stroke-linejoin", "round"), t(i, "class", "svelte-1hhe323"), t(e, "width", "18"), t(e, "height", "18"), t(e, "viewBox", "0 0 24 24"), t(e, "fill", "none"), t(e, "xmlns", "http://www.w3.org/2000/svg"), t(e, "class", "svelte-1hhe323");
230
+ },
231
+ m(o, c) {
232
+ N(o, e, c), l(e, s), l(e, i);
233
+ },
234
+ d(o) {
235
+ o && W(e);
236
+ }
237
+ };
238
+ }
239
+ function Fe(a) {
240
+ let e, s, i, o;
241
+ return {
242
+ c() {
243
+ e = b("svg"), s = b("circle"), i = b("text"), o = I("A"), t(s, "cx", "12"), t(s, "cy", "12"), t(s, "r", "10"), t(s, "stroke", "#32b398"), t(s, "stroke-width", "2"), t(s, "class", "svelte-1hhe323"), t(i, "x", "50%"), t(i, "y", "54%"), t(i, "text-anchor", "middle"), t(i, "dominant-baseline", "middle"), t(i, "font-size", "14"), t(i, "font-weight", "bold"), t(i, "fill", "#32b398"), t(i, "font-family", "Arial Rounded MT Bold, Arial, sans-serif"), t(i, "class", "svelte-1hhe323"), t(e, "width", "18"), t(e, "height", "18"), t(e, "viewBox", "0 0 24 24"), t(e, "fill", "none"), t(e, "xmlns", "http://www.w3.org/2000/svg"), t(e, "class", "svelte-1hhe323");
244
+ },
245
+ m(c, d) {
246
+ N(c, e, d), l(e, s), l(e, i), l(i, o);
247
+ },
248
+ d(c) {
249
+ c && W(e);
250
+ }
251
+ };
252
+ }
253
+ function se(a) {
254
+ let e, s, i = (
255
+ /*transaction*/
256
+ a[24].Code + ""
257
+ ), o, c, d, u = (
258
+ /*transaction*/
259
+ a[24].Date + ""
260
+ ), w, x, k, p = (
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 Fe;
276
+ if (
277
+ /*transaction*/
278
+ n[24].Status === /*TransactionMainStatus*/
279
+ n[4].Failed
280
+ )
281
+ return Ae;
282
+ if (
283
+ /*transaction*/
284
+ n[24].Status === /*TransactionMainStatus*/
285
+ n[4].Pending
286
+ )
287
+ return Ie;
288
+ if (
289
+ /*transaction*/
290
+ n[24].Status === /*TransactionMainStatus*/
291
+ n[4].Rejected
292
+ )
293
+ return De;
294
+ if (
295
+ /*transaction*/
296
+ n[24].Status === /*TransactionMainStatus*/
297
+ n[4].Success
298
+ )
299
+ return ze;
300
+ }
301
+ let S = P(a), g = S && S(a);
302
+ return {
303
+ c() {
304
+ e = v("tr"), s = v("td"), o = I(i), c = j(), d = v("td"), w = I(u), x = j(), k = v("td"), H = I(p), L = j(), z = v("td"), y = v("div"), C = v("span"), g && g.c(), _ = j(), A = v("span"), R = I(D), M = j(), t(s, "class", "CashierTransactionId svelte-1hhe323"), G(
305
+ s,
306
+ "copied",
307
+ /*copied*/
308
+ a[3]
309
+ ), t(d, "class", "svelte-1hhe323"), t(k, "class", "svelte-1hhe323"), t(C, "class", "CashierTransactionHistoryIcon svelte-1hhe323"), t(A, "class", "CashierTransactionHistoryStatusText svelte-1hhe323"), t(y, "class", "CashierTransactionHistoryStatus svelte-1hhe323"), t(z, "class", "svelte-1hhe323"), t(e, "class", "svelte-1hhe323");
310
+ },
311
+ m(n, r) {
312
+ N(n, e, r), l(e, s), l(s, o), l(e, c), l(e, d), l(d, w), l(e, x), l(e, k), l(k, H), l(e, L), l(e, z), l(z, y), l(y, C), g && g.m(C, null), l(y, _), l(y, A), l(A, R), l(e, M), E || (Y = ge(
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(w, u), r & /*$_, txnHistory*/
331
+ 36 && p !== (p = /*$_*/
332
+ n[5](`transactionType.${/*transaction*/
333
+ n[24].Type}`) + "") && B(H, p), S !== (S = P(n)) && (g && g.d(1), g = S && S(n), g && (g.c(), g.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(e), g && g.d(), E = !1, Y();
340
+ }
341
+ };
342
+ }
343
+ function je(a) {
344
+ let e, s = (
345
+ /*txnHistory*/
346
+ a[2].length && ee(a)
347
+ );
348
+ return {
349
+ c() {
350
+ s && s.c(), e = oe();
351
+ },
352
+ m(i, o) {
353
+ s && s.m(i, o), N(i, e, o);
354
+ },
355
+ p(i, [o]) {
356
+ /*txnHistory*/
357
+ i[2].length ? s ? s.p(i, o) : (s = ee(i), s.c(), s.m(e.parentNode, e)) : s && (s.d(1), s = null);
358
+ },
359
+ i: J,
360
+ o: J,
361
+ d(i) {
362
+ i && W(e), s && s.d(i);
363
+ }
364
+ };
365
+ }
366
+ const Le = "DD.MM.YYYY";
367
+ function Re(a, e, s) {
368
+ let i;
369
+ re(a, be, (n) => s(5, i = n));
370
+ let { endpoint: o } = e, { session: c } = e, { lang: d = "en" } = e, { customerid: u } = e, { clientstyling: w = "" } = e, { clientstylingurl: x = "" } = e, { translationurl: k } = e, { tooltipduration: p = 1e3 } = e, { txncount: H = 3 } = e, 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((h) => {
396
+ Q(h, r[h]);
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
+ ke(d);
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 h = 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: d,
416
+ customerId: u,
417
+ count: H,
418
+ page: 0,
419
+ fromDate: h,
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((m) => m.json()).then((m) => {
432
+ s(2, L = Y((m == null ? void 0 : m.items) || []));
433
+ }).catch((m) => console.log(m));
434
+ }, Y = (n) => n.map((r) => {
435
+ let h = r.generalFields.status;
436
+ return r.generalFields.status.toLowerCase().includes("pending") && (h = D.Pending), {
437
+ Code: r.generalFields.code,
438
+ Date: xe(r.generalFields.created).format(Le),
439
+ Status: h,
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((h) => {
452
+ console.error("Could not copy text: ", h);
453
+ });
454
+ }, S = (n) => P(n);
455
+ function g(n) {
456
+ fe[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, d = n.lang), "customerid" in n && s(10, u = n.customerid), "clientstyling" in n && s(11, w = n.clientstyling), "clientstylingurl" in n && s(12, x = n.clientstylingurl), "translationurl" in n && s(13, k = n.translationurl), "tooltipduration" in n && s(0, p = n.tooltipduration), "txncount" in n && s(14, H = n.txncount);
462
+ }, a.$$.update = () => {
463
+ a.$$.dirty & /*lang*/
464
+ 512 && d && M(), a.$$.dirty & /*clientstyling, customStylingContainer*/
465
+ 2050 && w && y && Ce(y, w), a.$$.dirty & /*clientstylingurl, customStylingContainer*/
466
+ 4098 && x && y && Se(y, x), a.$$.dirty & /*endpoint, session, customerid, lang*/
467
+ 1920 && o && c && u && d && E(), a.$$.dirty & /*translationurl*/
468
+ 8192 && k && R();
469
+ }, [
470
+ p,
471
+ y,
472
+ L,
473
+ z,
474
+ D,
475
+ i,
476
+ P,
477
+ o,
478
+ c,
479
+ d,
480
+ u,
481
+ w,
482
+ x,
483
+ k,
484
+ H,
485
+ S,
486
+ g
487
+ ];
488
+ }
489
+ class Pe extends ie {
490
+ constructor(e) {
491
+ super(), ne(
492
+ this,
493
+ e,
494
+ Re,
495
+ je,
496
+ ae,
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
+ He
509
+ );
510
+ }
511
+ get endpoint() {
512
+ return this.$$.ctx[7];
513
+ }
514
+ set endpoint(e) {
515
+ this.$$set({ endpoint: e }), U();
516
+ }
517
+ get session() {
518
+ return this.$$.ctx[8];
519
+ }
520
+ set session(e) {
521
+ this.$$set({ session: e }), U();
522
+ }
523
+ get lang() {
524
+ return this.$$.ctx[9];
525
+ }
526
+ set lang(e) {
527
+ this.$$set({ lang: e }), U();
528
+ }
529
+ get customerid() {
530
+ return this.$$.ctx[10];
531
+ }
532
+ set customerid(e) {
533
+ this.$$set({ customerid: e }), U();
534
+ }
535
+ get clientstyling() {
536
+ return this.$$.ctx[11];
537
+ }
538
+ set clientstyling(e) {
539
+ this.$$set({ clientstyling: e }), U();
540
+ }
541
+ get clientstylingurl() {
542
+ return this.$$.ctx[12];
543
+ }
544
+ set clientstylingurl(e) {
545
+ this.$$set({ clientstylingurl: e }), U();
546
+ }
547
+ get translationurl() {
548
+ return this.$$.ctx[13];
549
+ }
550
+ set translationurl(e) {
551
+ this.$$set({ translationurl: e }), U();
552
+ }
553
+ get tooltipduration() {
554
+ return this.$$.ctx[0];
555
+ }
556
+ set tooltipduration(e) {
557
+ this.$$set({ tooltipduration: e }), U();
558
+ }
559
+ get txncount() {
560
+ return this.$$.ctx[14];
561
+ }
562
+ set txncount(e) {
563
+ this.$$set({ txncount: e }), U();
564
+ }
565
+ }
566
+ we(Pe, { endpoint: {}, session: {}, lang: {}, customerid: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, tooltipduration: {}, txncount: {} }, [], [], !0);
567
+ export {
568
+ Pe as default
569
+ };
@@ -1 +1 @@
1
- "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CashierPage-B453tZx8.cjs")).then(({default:t})=>{!customElements.get("cashier-page")&&customElements.define("cashier-page",t.element)})}
1
+ "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CashierPage-ifqNQt6v.cjs")).then(({default:t})=>{!customElements.get("cashier-page")&&customElements.define("cashier-page",t.element)})}
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
10
10
  }
11
11
  };
12
12
  };
13
- customElements.define = n(customElements.define), import("../components/CashierPage-ClJcMBDB.js").then(({ default: t }) => {
13
+ customElements.define = n(customElements.define), import("../components/CashierPage-Bj8llrth.js").then(({ default: t }) => {
14
14
  !customElements.get("cashier-page") && customElements.define("cashier-page", t.element);
15
15
  });
16
16
  }
@@ -1,4 +1,4 @@
1
- import { C as n } from "../components/CashierPage-D8D89xo-.js";
1
+ import { C as n } from "../components/CashierPage-CcgSS147.js";
2
2
  function a(t) {
3
3
  return function(...s) {
4
4
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-page",
3
- "version": "1.64.0",
3
+ "version": "1.64.1",
4
4
  "type": "module",
5
5
  "main": "es2015/cashier-page.cjs",
6
6
  "module": "esnext/cashier-page.js",
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./CashierConfirmModal-DMmJumcl.cjs"),B=require("./CashierModal-BuM2Yq-y.cjs"),L=require("./CashierError-BD3PpAT9.cjs"),X=require("./CashierMethodDetails-lGOSlmya.cjs");L.init({fallbackLocale:"en"});function E(i,e){L.addMessages(i,e)}function G(i){L.$locale.set(i)}const U={en:{transactionHistoryTitle:"Transaction History",transactionIdTitle:"ID",transactionDateTitle:"Date",transactionTypeTitle:"Type",transactionStatusTitle:"Status",copyTransactionId:"Transaction Id copied to clipboard",transactionStatus:{Authorized:"Authorized",Success:"Success",Failed:"Failed",Rejected:"Rejected",Pending:"Pending"},transactionType:{Deposit:"Deposit",Withdraw:"Withdraw"}},tr:{transactionHistoryTitle:"İşlem Geçmişi",transactionIdTitle:"İşlem ID'si",transactionDateTitle:"Tarih",transactionTypeTitle:"Tip",transactionStatusTitle:"Durum",copyTransactionId:"İşlem ID’si kopyalandı",transactionStatus:{Authorized:"Onaylandı",Success:"Başarılı",Failed:"Başarısız",Rejected:"Reddedildi",Pending:"Beklemede"},transactionType:{Deposit:"Para Yatır",Withdraw:"Çekim"}}};function J(i,e){if(i){const a=document.createElement("style");a.innerHTML=e,i.appendChild(a)}}function V(i,e){const a=new URL(e);fetch(a.href).then(n=>n.text()).then(n=>{const r=document.createElement("style");r.innerHTML=n,i&&i.appendChild(r)}).catch(n=>{console.error("There was an error while trying to load client styling from URL",n)})}function K(i){t.append_styles(i,"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)}")}function O(i,e,a){const n=i.slice();return n[24]=e[a],n[26]=a,n}function W(i){let e,a,n,r=i[5]("transactionHistoryTitle")+"",o,d,f,m,_,T,h,k,z=i[5]("transactionIdTitle")+"",C,v,x,y=i[5]("transactionDateTitle")+"",H,S,I,F=i[5]("transactionTypeTitle")+"",j,R,A,b=i[5]("transactionStatusTitle")+"",w,s,l,c=i[3]&&N(i),P=t.ensure_array_like(i[2]),u=[];for(let p=0;p<P.length;p+=1)u[p]=q(O(i,P,p));return{c(){e=t.element("div"),c&&c.c(),a=t.space(),n=t.element("h3"),o=t.text(r),d=t.space(),f=t.element("div"),m=t.element("div"),_=t.element("table"),T=t.element("thead"),h=t.element("tr"),k=t.element("td"),C=t.text(z),v=t.space(),x=t.element("td"),H=t.text(y),S=t.space(),I=t.element("td"),j=t.text(F),R=t.space(),A=t.element("td"),w=t.text(b),s=t.space(),l=t.element("tbody");for(let p=0;p<u.length;p+=1)u[p].c();t.attr(n,"class","CashierTransactionHistoryTitle svelte-40f46w"),t.attr(k,"class","svelte-40f46w"),t.attr(x,"class","svelte-40f46w"),t.attr(I,"class","svelte-40f46w"),t.attr(A,"class","svelte-40f46w"),t.attr(h,"class","svelte-40f46w"),t.attr(T,"class","svelte-40f46w"),t.attr(l,"class","svelte-40f46w"),t.attr(_,"class","svelte-40f46w"),t.attr(m,"class","CashierTransactionHistoryContent svelte-40f46w"),t.attr(f,"class","CashierTransactionHistoryWrapper svelte-40f46w"),t.attr(e,"class","CashierTransactionHistory svelte-40f46w")},m(p,D){t.insert(p,e,D),c&&c.m(e,null),t.append(e,a),t.append(e,n),t.append(n,o),t.append(e,d),t.append(e,f),t.append(f,m),t.append(m,_),t.append(_,T),t.append(T,h),t.append(h,k),t.append(k,C),t.append(h,v),t.append(h,x),t.append(x,H),t.append(h,S),t.append(h,I),t.append(I,j),t.append(h,R),t.append(h,A),t.append(A,w),t.append(_,s),t.append(_,l);for(let g=0;g<u.length;g+=1)u[g]&&u[g].m(l,null);i[16](e)},p(p,D){if(p[3]?c?(c.p(p,D),D&8&&t.transition_in(c,1)):(c=N(p),c.c(),t.transition_in(c,1),c.m(e,a)):c&&(t.group_outros(),t.transition_out(c,1,1,()=>{c=null}),t.check_outros()),D&32&&r!==(r=p[5]("transactionHistoryTitle")+"")&&t.set_data(o,r),D&32&&z!==(z=p[5]("transactionIdTitle")+"")&&t.set_data(C,z),D&32&&y!==(y=p[5]("transactionDateTitle")+"")&&t.set_data(H,y),D&32&&F!==(F=p[5]("transactionTypeTitle")+"")&&t.set_data(j,F),D&32&&b!==(b=p[5]("transactionStatusTitle")+"")&&t.set_data(w,b),D&124){P=t.ensure_array_like(p[2]);let g;for(g=0;g<P.length;g+=1){const M=O(p,P,g);u[g]?u[g].p(M,D):(u[g]=q(M),u[g].c(),u[g].m(l,null))}for(;g<u.length;g+=1)u[g].d(1);u.length=P.length}},d(p){p&&t.detach(e),c&&c.d(),t.destroy_each(u,p),i[16](null)}}}function N(i){let e,a=i[5]("copyTransactionId")+"",n,r,o,d;return{c(){e=t.element("div"),n=t.text(a),t.attr(e,"class","CopyTooltip svelte-40f46w")},m(f,m){t.insert(f,e,m),t.append(e,n),d=!0},p(f,m){i=f,(!d||m&32)&&a!==(a=i[5]("copyTransactionId")+"")&&t.set_data(n,a)},i(f){d||(f&&t.add_render_callback(()=>{d&&(o&&o.end(1),r=t.create_in_transition(e,B.fade,{duration:100}),r.start())}),d=!0)},o(f){r&&r.invalidate(),f&&(o=t.create_out_transition(e,B.fade,{duration:i[0]})),d=!1},d(f){f&&t.detach(e),f&&o&&o.end()}}}function Q(i){let e,a,n;return{c(){e=t.svg_element("svg"),a=t.svg_element("circle"),n=t.svg_element("path"),t.attr(a,"cx","12"),t.attr(a,"cy","12"),t.attr(a,"r","10"),t.attr(a,"stroke","#25bf00"),t.attr(a,"stroke-width","2"),t.attr(a,"class","svelte-40f46w"),t.attr(n,"d","M8 12L11 15L16 9"),t.attr(n,"stroke","#25bf00"),t.attr(n,"stroke-width","2"),t.attr(n,"stroke-linecap","round"),t.attr(n,"stroke-linejoin","round"),t.attr(n,"class","svelte-40f46w"),t.attr(e,"width","18"),t.attr(e,"height","18"),t.attr(e,"viewBox","0 0 24 24"),t.attr(e,"fill","none"),t.attr(e,"xmlns","http://www.w3.org/2000/svg"),t.attr(e,"class","svelte-40f46w")},m(r,o){t.insert(r,e,o),t.append(e,a),t.append(e,n)},d(r){r&&t.detach(e)}}}function Z(i){let e,a,n,r;return{c(){e=t.svg_element("svg"),a=t.svg_element("circle"),n=t.svg_element("text"),r=t.text("R"),t.attr(a,"cx","12"),t.attr(a,"cy","12"),t.attr(a,"r","10"),t.attr(a,"stroke","#dd6617d4"),t.attr(a,"stroke-width","2"),t.attr(a,"class","svelte-40f46w"),t.attr(n,"x","50%"),t.attr(n,"y","54%"),t.attr(n,"text-anchor","middle"),t.attr(n,"dominant-baseline","middle"),t.attr(n,"font-size","14"),t.attr(n,"font-weight","bold"),t.attr(n,"fill","#dd6617d4"),t.attr(n,"font-family","Arial Rounded MT Bold, Arial, sans-serif"),t.attr(n,"class","svelte-40f46w"),t.attr(e,"width","18"),t.attr(e,"height","18"),t.attr(e,"viewBox","0 0 24 24"),t.attr(e,"fill","none"),t.attr(e,"xmlns","http://www.w3.org/2000/svg"),t.attr(e,"class","svelte-40f46w")},m(o,d){t.insert(o,e,d),t.append(e,a),t.append(e,n),t.append(n,r)},d(o){o&&t.detach(e)}}}function $(i){let e,a,n;return{c(){e=t.svg_element("svg"),a=t.svg_element("circle"),n=t.svg_element("path"),t.attr(a,"cx","12"),t.attr(a,"cy","12"),t.attr(a,"r","10"),t.attr(a,"stroke","#f0a85f"),t.attr(a,"stroke-width","2"),t.attr(a,"class","svelte-40f46w"),t.attr(n,"d","M12 7V12L15 14"),t.attr(n,"stroke","#f0a85f"),t.attr(n,"stroke-width","2"),t.attr(n,"stroke-linecap","round"),t.attr(n,"stroke-linejoin","round"),t.attr(n,"class","svelte-40f46w"),t.attr(e,"width","18"),t.attr(e,"height","18"),t.attr(e,"viewBox","0 0 24 24"),t.attr(e,"fill","none"),t.attr(e,"xmlns","http://www.w3.org/2000/svg"),t.attr(e,"class","svelte-40f46w")},m(r,o){t.insert(r,e,o),t.append(e,a),t.append(e,n)},d(r){r&&t.detach(e)}}}function tt(i){let e,a,n;return{c(){e=t.svg_element("svg"),a=t.svg_element("circle"),n=t.svg_element("path"),t.attr(a,"cx","12"),t.attr(a,"cy","12"),t.attr(a,"r","10"),t.attr(a,"stroke","#e76049"),t.attr(a,"stroke-width","2"),t.attr(a,"class","svelte-40f46w"),t.attr(n,"d","M9 9L15 15M15 9L9 15"),t.attr(n,"stroke","#e76049"),t.attr(n,"stroke-width","2"),t.attr(n,"stroke-linecap","round"),t.attr(n,"stroke-linejoin","round"),t.attr(n,"class","svelte-40f46w"),t.attr(e,"width","18"),t.attr(e,"height","18"),t.attr(e,"viewBox","0 0 24 24"),t.attr(e,"fill","none"),t.attr(e,"xmlns","http://www.w3.org/2000/svg"),t.attr(e,"class","svelte-40f46w")},m(r,o){t.insert(r,e,o),t.append(e,a),t.append(e,n)},d(r){r&&t.detach(e)}}}function et(i){let e,a,n,r;return{c(){e=t.svg_element("svg"),a=t.svg_element("circle"),n=t.svg_element("text"),r=t.text("A"),t.attr(a,"cx","12"),t.attr(a,"cy","12"),t.attr(a,"r","10"),t.attr(a,"stroke","#32b398"),t.attr(a,"stroke-width","2"),t.attr(a,"class","svelte-40f46w"),t.attr(n,"x","50%"),t.attr(n,"y","54%"),t.attr(n,"text-anchor","middle"),t.attr(n,"dominant-baseline","middle"),t.attr(n,"font-size","14"),t.attr(n,"font-weight","bold"),t.attr(n,"fill","#32b398"),t.attr(n,"font-family","Arial Rounded MT Bold, Arial, sans-serif"),t.attr(n,"class","svelte-40f46w"),t.attr(e,"width","18"),t.attr(e,"height","18"),t.attr(e,"viewBox","0 0 24 24"),t.attr(e,"fill","none"),t.attr(e,"xmlns","http://www.w3.org/2000/svg"),t.attr(e,"class","svelte-40f46w")},m(o,d){t.insert(o,e,d),t.append(e,a),t.append(e,n),t.append(n,r)},d(o){o&&t.detach(e)}}}function q(i){let e,a,n=i[24].Code+"",r,o,d,f=i[24].Date+"",m,_,T,h=i[5](`transactionType.${i[24].Type}`)+"",k,z,C,v,x,y,H,S=i[5](`transactionStatus.${i[24].Status}`)+"",I,F,j,R;function A(s,l){if(s[24].Status===s[4].Authorized)return et;if(s[24].Status===s[4].Failed)return tt;if(s[24].Status===s[4].Pending)return $;if(s[24].Status===s[4].Rejected)return Z;if(s[24].Status===s[4].Success)return Q}let b=A(i),w=b&&b(i);return{c(){e=t.element("tr"),a=t.element("td"),r=t.text(n),o=t.space(),d=t.element("td"),m=t.text(f),_=t.space(),T=t.element("td"),k=t.text(h),z=t.space(),C=t.element("td"),v=t.element("div"),x=t.element("span"),w&&w.c(),y=t.space(),H=t.element("span"),I=t.text(S),F=t.space(),t.attr(a,"class","CashierTransactionId svelte-40f46w"),t.toggle_class(a,"copied",i[3]),t.attr(d,"class","svelte-40f46w"),t.attr(T,"class","svelte-40f46w"),t.attr(x,"class","CashierTransactionHistoryIcon svelte-40f46w"),t.attr(H,"class","CashierTransactionHistoryStatusText svelte-40f46w"),t.attr(v,"class","CashierTransactionHistoryStatus svelte-40f46w"),t.attr(C,"class","svelte-40f46w"),t.attr(e,"class","svelte-40f46w")},m(s,l){t.insert(s,e,l),t.append(e,a),t.append(a,r),t.append(e,o),t.append(e,d),t.append(d,m),t.append(e,_),t.append(e,T),t.append(T,k),t.append(e,z),t.append(e,C),t.append(C,v),t.append(v,x),w&&w.m(x,null),t.append(v,y),t.append(v,H),t.append(H,I),t.append(e,F),j||(R=t.listen(a,"mousedown",i[15]),j=!0)},p(s,l){l&4&&n!==(n=s[24].Code+"")&&t.set_data(r,n),l&8&&t.toggle_class(a,"copied",s[3]),l&4&&f!==(f=s[24].Date+"")&&t.set_data(m,f),l&36&&h!==(h=s[5](`transactionType.${s[24].Type}`)+"")&&t.set_data(k,h),b!==(b=A(s))&&(w&&w.d(1),w=b&&b(s),w&&(w.c(),w.m(x,null))),l&36&&S!==(S=s[5](`transactionStatus.${s[24].Status}`)+"")&&t.set_data(I,S)},d(s){s&&t.detach(e),w&&w.d(),j=!1,R()}}}function at(i){let e,a=i[2].length&&W(i);return{c(){a&&a.c(),e=t.empty()},m(n,r){a&&a.m(n,r),t.insert(n,e,r)},p(n,[r]){n[2].length?a?a.p(n,r):(a=W(n),a.c(),a.m(e.parentNode,e)):a&&(a.d(1),a=null)},i:t.noop,o:t.noop,d(n){n&&t.detach(e),a&&a.d(n)}}}const nt="DD.MM.YYYY";function st(i,e,a){let n;t.component_subscribe(i,L.$format,s=>a(5,n=s));let{endpoint:r}=e,{session:o}=e,{lang:d="en"}=e,{customerid:f}=e,{clientstyling:m=""}=e,{clientstylingurl:_=""}=e,{translationurl:T}=e,{tooltipduration:h=1e3}=e,{txncount:k=3}=e,z=[],C=!1,v,x;var y;(function(s){s.Deposit="deposit",s.Withdraw="withdraw",s.Refund="refund",s.Unknown="unknown",s.TaxDeduction="taxDeduction"})(y||(y={}));const H=["Authorized","Success","Failed","Rejected","PendingApprovalStage1","PendingApprovalStage2","PendingApprovalStage3","PendingNotification","PendingOfflineNotification","PendingConfirmation"];var S;(function(s){s.Authorized="Authorized",s.Success="Success",s.Failed="Failed",s.Rejected="Rejected",s.Pending="Pending"})(S||(S={}));const I=()=>{let s=T;if(s)return fetch(s).then(l=>l.json()).then(l=>{Object.keys(l).forEach(c=>{E(c,l[c])})}).catch(l=>{console.log(l)})};Object.keys(U).forEach(s=>{E(s,U[s])});const F=()=>{G(d)},j=()=>{const s=new URL(`${r}/api/v1/mm/payment/gettransactionshistory`),l=new Headers;l.append("accept","application/json"),l.append("Content-Type","application/json"),l.append("X-SessionId",`${o}`);const c=new Date(new Date().setMonth(new Date().getMonth()-3)).toISOString(),P={method:"POST",mode:"cors",headers:l,body:JSON.stringify({language:d,customerId:f,count:k,page:0,fromDate:c,toDate:null,statuses:{[y.Deposit]:H,[y.Withdraw]:H,[y.Refund]:["Unknown"],[y.TaxDeduction]:["Unknown"],[y.Unknown]:["Unknown"]},calculateProfit:!1})};fetch(s,P).then(u=>u.json()).then(u=>{a(2,z=R((u==null?void 0:u.items)||[]))}).catch(u=>console.log(u))},R=s=>s.map(l=>{let c=l.generalFields.status;return l.generalFields.status.toLowerCase().includes("pending")&&(c=S.Pending),{Code:l.generalFields.code,Date:X.dayjs(l.generalFields.created).format(nt),Status:c,Type:l.generalFields.type}})||[],A=s=>{const l=s.currentTarget;s.target===l&&navigator.clipboard.writeText(l.innerText).then(()=>{a(3,C=!0),clearTimeout(x),x=setTimeout(()=>{a(3,C=!1)},2e3)}).catch(c=>{console.error("Could not copy text: ",c)})},b=s=>A(s);function w(s){t.binding_callbacks[s?"unshift":"push"](()=>{v=s,a(1,v)})}return i.$$set=s=>{"endpoint"in s&&a(7,r=s.endpoint),"session"in s&&a(8,o=s.session),"lang"in s&&a(9,d=s.lang),"customerid"in s&&a(10,f=s.customerid),"clientstyling"in s&&a(11,m=s.clientstyling),"clientstylingurl"in s&&a(12,_=s.clientstylingurl),"translationurl"in s&&a(13,T=s.translationurl),"tooltipduration"in s&&a(0,h=s.tooltipduration),"txncount"in s&&a(14,k=s.txncount)},i.$$.update=()=>{i.$$.dirty&512&&d&&F(),i.$$.dirty&2050&&m&&v&&J(v,m),i.$$.dirty&4098&&_&&v&&V(v,_),i.$$.dirty&1920&&r&&o&&f&&d&&j(),i.$$.dirty&8192&&T&&I()},[h,v,z,C,S,n,A,r,o,d,f,m,_,T,k,b,w]}class Y extends t.SvelteComponent{constructor(e){super(),t.init(this,e,st,at,t.safe_not_equal,{endpoint:7,session:8,lang:9,customerid:10,clientstyling:11,clientstylingurl:12,translationurl:13,tooltipduration:0,txncount:14},K)}get endpoint(){return this.$$.ctx[7]}set endpoint(e){this.$$set({endpoint:e}),t.flush()}get session(){return this.$$.ctx[8]}set session(e){this.$$set({session:e}),t.flush()}get lang(){return this.$$.ctx[9]}set lang(e){this.$$set({lang:e}),t.flush()}get customerid(){return this.$$.ctx[10]}set customerid(e){this.$$set({customerid:e}),t.flush()}get clientstyling(){return this.$$.ctx[11]}set clientstyling(e){this.$$set({clientstyling:e}),t.flush()}get clientstylingurl(){return this.$$.ctx[12]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),t.flush()}get translationurl(){return this.$$.ctx[13]}set translationurl(e){this.$$set({translationurl:e}),t.flush()}get tooltipduration(){return this.$$.ctx[0]}set tooltipduration(e){this.$$set({tooltipduration:e}),t.flush()}get txncount(){return this.$$.ctx[14]}set txncount(e){this.$$set({txncount:e}),t.flush()}}t.create_custom_element(Y,{endpoint:{},session:{},lang:{},customerid:{},clientstyling:{},clientstylingurl:{},translationurl:{},tooltipduration:{},txncount:{}},[],[],!0);exports.default=Y;