@feedmepos/mf-payment 0.0.0-beta.11 → 0.0.0-beta.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. package/dist/AsyncButton.vue_vue_type_script_setup_true_lang-DcjzvYwT.js +42 -0
  2. package/dist/Modal-DB8M9o1T.js +13 -0
  3. package/dist/{PayoutAccount-uqw305f2.js → PayoutAccount-CIKS18wv.js} +37 -34
  4. package/dist/{PayoutAccount-h58IN5jz.js → PayoutAccount-Daxv1Djz.js} +288 -3160
  5. package/dist/{PayoutAccountSetting-CIeos0md.js → PayoutAccountSetting-CnjAKH1q.js} +3 -3
  6. package/dist/Settlement-C7X_gzIk.js +142 -0
  7. package/dist/Settlement-DxQ9WNy-.js +146 -0
  8. package/dist/{SettlementTransactions-Bqw7WbtT.js → SettlementTransactions-Bne5lD30.js} +4 -4
  9. package/dist/{SettlementTransactions-De_DYXFh.js → SettlementTransactions-RqT0OWUX.js} +100 -107
  10. package/dist/Terminal-CddS-zgz.js +318 -0
  11. package/dist/TerminalSetting-B2aM1gW-.js +176 -0
  12. package/dist/{TerminalTransaction-D_lILlqx.js → TerminalTransaction-XrqXeZZH.js} +18 -18
  13. package/dist/{Transaction-CiFh9jYU.js → Transaction-B16xeZ39.js} +80 -74
  14. package/dist/Transaction-CpOhK6md.js +249 -0
  15. package/dist/api/index.d.ts +7 -0
  16. package/dist/api/settlement/index.d.ts +7 -13
  17. package/dist/api/terminal/index.d.ts +8 -1
  18. package/dist/api/transaction/index.d.ts +6 -2
  19. package/dist/app.js +68 -62
  20. package/dist/{assets-DZoIWoOi.js → assets-nIQ0r4oP.js} +49 -49
  21. package/dist/components/AsyncButton.vue.d.ts +21 -0
  22. package/dist/components/CursorTable/index.vue.d.ts +16 -5
  23. package/dist/{index-Bmka-1lQ.js → index-CIIojtd5.js} +1 -1
  24. package/dist/index-CxYMbN69.js +37 -0
  25. package/dist/index-DflgpHga.js +55560 -0
  26. package/dist/{index-Coz5aeIO.js → index-DhPhiNvt.js} +13 -23
  27. package/dist/{index-CF56zGyu.js → index-DqQBDo_Y.js} +1 -1
  28. package/dist/index.vue_vue_type_script_setup_true_lang-CcY9Uu6G.js +155 -0
  29. package/dist/package.json +3 -3
  30. package/dist/{payout-account-D_lGAP8q.js → payout-account-C4iFFgWi.js} +262 -262
  31. package/dist/{transaction-vRrBf3FN.js → transaction-B4rEbejx.js} +28 -15
  32. package/dist/tsconfig.app.tsbuildinfo +1 -1
  33. package/dist/validator-D5jtpt9A.js +2877 -0
  34. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +61 -0
  35. package/dist/views/admin/terminal/TerminalSetting.vue.d.ts +12 -0
  36. package/dist/views/admin/terminal/cell/Actions.vue.d.ts +58 -9
  37. package/dist/views/admin/terminal/tabs/Fiuu.vue.d.ts +72 -0
  38. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +63 -0
  39. package/package.json +3 -3
  40. package/dist/Settlement-BVGACeme.js +0 -136
  41. package/dist/Settlement-Ce48KHrc.js +0 -132
  42. package/dist/Terminal-ByKV2Rof.js +0 -204
  43. package/dist/Transaction-DWJ4TWTQ.js +0 -242
  44. package/dist/index-DCPNrUDq.js +0 -40075
  45. package/dist/index.vue_vue_type_script_setup_true_lang-CAR-bNaR.js +0 -150
@@ -1,204 +0,0 @@
1
- import { defineComponent as d, openBlock as m, createElementBlock as y, createTextVNode as T, createElementVNode as c, toDisplayString as v, resolveComponent as f, createBlock as x, normalizeClass as b, withCtx as C, Fragment as D, createVNode as l, ref as I, watch as K, unref as p, isRef as $, h as _ } from "vue";
2
- import { g as F, b as g, a as S } from "./index-DCPNrUDq.js";
3
- import { h as V } from "./moment-h96o7c8I.js";
4
- import { u as N } from "./index-Bmka-1lQ.js";
5
- import { _ as Y } from "./index.vue_vue_type_script_setup_true_lang-CAR-bNaR.js";
6
- import { _ as E } from "./AdminLayout.vue_vue_type_script_setup_true_lang-oPYFBeEo.js";
7
- import { useDialog as P } from "@feedmepos/ui-library";
8
- const h = {
9
- async read(n) {
10
- return F(
11
- await g().get("/payments/terminals", {
12
- params: { ...n }
13
- })
14
- );
15
- },
16
- async getBindCode(n) {
17
- const { code: o } = S(
18
- await g().get(`/payments/terminals/${n}/code`)
19
- );
20
- return o;
21
- }
22
- }, R = { class: "t-caption" }, L = { class: "t-h1 my-6 text-center" }, M = /* @__PURE__ */ d({
23
- __name: "TerminalBindCodeDialog",
24
- props: {
25
- code: {
26
- type: String,
27
- required: !0
28
- }
29
- },
30
- setup(n) {
31
- return (o, a) => (m(), y("div", R, [
32
- a[0] || (a[0] = T(" Enter the binding code below on your device to link it with this terminal and apply the configuration. ")),
33
- c("div", L, v(n.code), 1)
34
- ]));
35
- }
36
- }), Q = /* @__PURE__ */ d({
37
- __name: "ID",
38
- props: {
39
- row: {},
40
- data: {}
41
- },
42
- setup(n) {
43
- const o = n;
44
- function a() {
45
- return o.row.original.status === "Active" ? "!w-[16px] !h-[16px] bg-green-400" : "!w-[16px] !h-[16px] bg-red-400";
46
- }
47
- return (i, t) => {
48
- const r = f("FmBadge");
49
- return m(), x(r, {
50
- inline: "",
51
- class: b(a())
52
- }, {
53
- default: C(() => [
54
- c("div", null, v(i.data), 1)
55
- ]),
56
- _: 1
57
- }, 8, ["class"]);
58
- };
59
- }
60
- }), U = /* @__PURE__ */ d({
61
- __name: "Actions",
62
- props: {
63
- row: {},
64
- data: {}
65
- },
66
- emits: ["link", "edit"],
67
- setup(n, { emit: o }) {
68
- const a = o;
69
- return (i, t) => {
70
- const r = f("FmButton");
71
- return m(), y(D, null, [
72
- l(r, {
73
- variant: "plain",
74
- "prepend-icon": "link",
75
- onClick: t[0] || (t[0] = () => a("link", i.data))
76
- }),
77
- l(r, {
78
- variant: "plain",
79
- "prepend-icon": "edit",
80
- onClick: t[1] || (t[1] = () => a("edit", i.data))
81
- })
82
- ], 64);
83
- };
84
- }
85
- }), j = { class: "flex justify-between mb-6 items-center" }, q = { class: "flex space-x-4" }, Z = /* @__PURE__ */ d({
86
- __name: "Terminal",
87
- setup(n) {
88
- const o = P();
89
- async function a(e) {
90
- const s = await h.getBindCode(e);
91
- o.open({
92
- title: "Terminal Bind Code",
93
- closeButton: !0,
94
- overlay: !0,
95
- contentComponent: M,
96
- contentComponentProps: { code: s }
97
- });
98
- }
99
- const i = I(), { searchKey: t } = N({
100
- searchKey: ""
101
- });
102
- let r;
103
- K(t, async () => {
104
- r && clearTimeout(r), r = setTimeout(
105
- () => {
106
- var e;
107
- return (e = i.value) == null ? void 0 : e.refreshQuery();
108
- },
109
- 700
110
- );
111
- });
112
- const w = function(e) {
113
- return {
114
- id: e._id,
115
- status: e.status,
116
- referenceId: e.referenceId,
117
- name: e.name,
118
- deviceId: e.deviceId,
119
- updatedAt: V(e.updatedAt).format("YYYY-MM-DD hh:mm:ss")
120
- };
121
- }, B = [
122
- {
123
- accessorKey: "id",
124
- header: () => "Terminal ID",
125
- meta: {
126
- textAlign: "right"
127
- },
128
- cell: ({ cell: e, row: s }) => _(Q, { row: s, data: e.getValue() })
129
- },
130
- {
131
- accessorKey: "name",
132
- header: () => "Name",
133
- meta: {
134
- textAlign: "left"
135
- }
136
- },
137
- {
138
- accessorKey: "referenceId",
139
- header: () => "Reference",
140
- meta: {
141
- textAlign: "left"
142
- }
143
- },
144
- {
145
- accessorKey: "deviceId",
146
- header: () => "Bound Device Id",
147
- meta: {
148
- textAlign: "left"
149
- }
150
- },
151
- {
152
- accessorKey: "updatedAt",
153
- header: () => "Last Updated",
154
- meta: {
155
- textAlign: "left"
156
- }
157
- },
158
- {
159
- accessorKey: "id",
160
- header: () => "Actions",
161
- meta: {
162
- textAlign: "center"
163
- },
164
- cell: ({ cell: e, row: s }) => _(U, {
165
- row: s,
166
- data: e.getValue(),
167
- onLink: a
168
- })
169
- }
170
- ];
171
- return (e, s) => {
172
- const k = f("FmSearch");
173
- return m(), x(E, {
174
- title: "Terminals",
175
- loading: !1
176
- }, {
177
- default: C(() => [
178
- c("div", j, [
179
- c("div", q, [
180
- l(k, {
181
- "model-value": p(t),
182
- "onUpdate:modelValue": s[0] || (s[0] = (u) => $(t) ? t.value = u : null),
183
- class: "mr-8",
184
- label: "Search",
185
- placeholder: "Search Terminals ..."
186
- }, null, 8, ["model-value"])
187
- ])
188
- ]),
189
- l(Y, {
190
- ref_key: "controller",
191
- ref: i,
192
- "column-defs": B,
193
- "rows-defs": w,
194
- paginate: (u, A) => p(h).read({ searchKey: p(t), limit: u, cursor: A })
195
- }, null, 8, ["paginate"])
196
- ]),
197
- _: 1
198
- });
199
- };
200
- }
201
- });
202
- export {
203
- Z as default
204
- };
@@ -1,242 +0,0 @@
1
- import { defineComponent as _, resolveComponent as c, openBlock as f, createBlock as g, normalizeClass as I, withCtx as E, createElementVNode as T, toDisplayString as D, unref as u, ref as A, h as S, onMounted as O, watch as C, createVNode as y, isRef as N } from "vue";
2
- import { t as K, a as R } from "./transaction-vRrBf3FN.js";
3
- import { e as F, u as V } from "./index-DCPNrUDq.js";
4
- import "@feedmepos/ui-library";
5
- import "./dinero-CIVmXLL-.js";
6
- import { h as b } from "./moment-h96o7c8I.js";
7
- import { g as k, a as P } from "./assets-DZoIWoOi.js";
8
- import { useCoreStore as B } from "@feedmepos/mf-common";
9
- import { u as L } from "./index-Bmka-1lQ.js";
10
- import { _ as M } from "./AdminLayout.vue_vue_type_script_setup_true_lang-oPYFBeEo.js";
11
- const U = /* @__PURE__ */ _({
12
- __name: "Status",
13
- props: {
14
- row: {},
15
- data: {}
16
- },
17
- setup(i) {
18
- const t = i;
19
- function a() {
20
- return t.data === F.F_PAYMENT_TRANSACTION_STATUS.Enum.PENDING ? "!w-[16px] !h-[16px] bg-yellow-400" : t.data === F.F_PAYMENT_TRANSACTION_STATUS.Enum.FAILED ? "!w-[16px] !h-[16px] bg-red-400" : t.data === F.F_PAYMENT_TRANSACTION_STATUS.Enum.REFUNDED ? "!w-[16px] !h-[16px] bg-blue-400" : "!w-[16px] !h-[16px] bg-green-400";
21
- }
22
- return (r, d) => {
23
- const o = c("FmBadge");
24
- return f(), g(o, {
25
- inline: "",
26
- class: I(a())
27
- }, {
28
- default: E(() => [
29
- T("div", null, D(r.data), 1)
30
- ]),
31
- _: 1
32
- }, 8, ["class"]);
33
- };
34
- }
35
- }), $ = /* @__PURE__ */ _({
36
- __name: "Gateway",
37
- props: {
38
- row: {},
39
- data: {}
40
- },
41
- setup(i) {
42
- return (t, a) => {
43
- const r = c("FmThumbnail");
44
- return f(), g(r, {
45
- src: u(k)(t.row.original.gateway),
46
- class: "mr-2 border-transparent w-[32px] h-[32px]"
47
- }, null, 8, ["src"]);
48
- };
49
- }
50
- }), G = /* @__PURE__ */ _({
51
- __name: "Method",
52
- props: {
53
- row: {},
54
- data: {}
55
- },
56
- setup(i) {
57
- return (t, a) => {
58
- const r = c("FmThumbnail");
59
- return f(), g(r, {
60
- src: u(P)(t.row.original.method.issuer),
61
- class: "mr-2 border-transparent w-[32px] h-[32px]"
62
- }, null, 8, ["src"]);
63
- };
64
- }
65
- }), Y = /* @__PURE__ */ _({
66
- __name: "TransactionTable",
67
- props: {
68
- data: {
69
- type: Array,
70
- required: !0
71
- },
72
- loading: {
73
- type: Boolean,
74
- required: !0
75
- }
76
- },
77
- emits: ["row-click"],
78
- setup(i, { emit: t }) {
79
- const a = i, r = t, d = A(""), o = [
80
- {
81
- header: () => "Transaction ID",
82
- accessorKey: "id"
83
- },
84
- {
85
- header: () => "Pay ID",
86
- accessorKey: "payId"
87
- },
88
- {
89
- header: () => "Gateway",
90
- accessorKey: "gateway",
91
- meta: {
92
- textAlign: "center"
93
- },
94
- cell: ({ cell: n, row: e }) => e.original.method ? S($, { row: e, data: n.getValue() }) : ""
95
- },
96
- {
97
- header: () => "Method",
98
- accessorKey: "method",
99
- meta: {
100
- textAlign: "center"
101
- },
102
- cell: ({ cell: n, row: e }) => e.original.method ? S(G, { row: e, data: n.getValue() }) : ""
103
- },
104
- {
105
- header: () => "Type",
106
- accessorKey: "type",
107
- meta: {
108
- textAlign: "center"
109
- },
110
- cell: ({ row: n }) => {
111
- if (!n.original.method)
112
- return "";
113
- const e = n.original.method.variant;
114
- return e.includes("_ONLINE") ? "ONLINE" : e.includes("_OFFLINE") ? "OFFLINE" : e;
115
- }
116
- },
117
- {
118
- header: () => "Status",
119
- accessorKey: "status",
120
- cell: ({ cell: n, row: e }) => S(U, { row: e, data: n.getValue() })
121
- },
122
- {
123
- header: () => "Transaction At",
124
- accessorKey: "transactionAt",
125
- meta: {
126
- width: "180px"
127
- }
128
- },
129
- {
130
- header: () => "Sales Amount",
131
- accessorKey: "amount"
132
- },
133
- {
134
- header: () => "Fee",
135
- accessorKey: "fee"
136
- },
137
- {
138
- header: () => "Settlement Amount",
139
- accessorKey: "payout"
140
- }
141
- ];
142
- return (n, e) => {
143
- const x = c("FmTable");
144
- return f(), g(x, {
145
- modelValue: d.value,
146
- "onUpdate:modelValue": e[0] || (e[0] = (l) => d.value = l),
147
- "column-defs": o,
148
- "row-data": a.data,
149
- loading: a.loading,
150
- onRowClick: e[1] || (e[1] = (l) => r("row-click", a.data.at(l.index)))
151
- }, null, 8, ["modelValue", "row-data", "loading"]);
152
- };
153
- }
154
- }), q = { class: "flex justify-between mb-6 items-center" }, J = { class: "flex space-x-4" }, j = { class: "flex space-x-4" }, re = /* @__PURE__ */ _({
155
- __name: "Transaction",
156
- setup(i) {
157
- const { dateRange: t, searchKey: a } = L({
158
- searchKey: "",
159
- dateRange: {
160
- startDate: b().startOf("day").toISOString(),
161
- endDate: b().endOf("day").toISOString()
162
- }
163
- }), { isLoading: r, startAsyncCall: d } = V(!0);
164
- B();
165
- const o = A([]), n = A([]);
166
- async function e() {
167
- await d(async () => {
168
- const { startDate: h, endDate: s } = t.value, m = await K.readTransactions({
169
- start: h,
170
- end: s
171
- });
172
- if (o.value = R(m), n.value = o.value, a.value > "") {
173
- var w = new RegExp(a.value, "i");
174
- n.value = o.value.filter((v) => {
175
- const p = JSON.stringify(v);
176
- return w.test(p);
177
- });
178
- }
179
- });
180
- }
181
- function x() {
182
- e();
183
- }
184
- O(x);
185
- let l;
186
- return C(a, async () => {
187
- l && clearTimeout(l), l = setTimeout(() => {
188
- var h = new RegExp(a.value, "i");
189
- n.value = o.value.filter((s) => {
190
- const m = JSON.stringify(s);
191
- return h.test(m);
192
- });
193
- }, 700);
194
- }), (h, s) => {
195
- const m = c("FmSearch"), w = c("FmDateRangePicker"), v = c("FmButton");
196
- return f(), g(M, {
197
- title: "Transactions",
198
- loading: u(r)
199
- }, {
200
- default: E(() => [
201
- T("div", q, [
202
- T("div", J, [
203
- y(m, {
204
- "model-value": u(a),
205
- "onUpdate:modelValue": s[0] || (s[0] = (p) => N(a) ? a.value = p : null),
206
- class: "mr-8",
207
- label: "Search",
208
- placeholder: "Search Transactions ..."
209
- }, null, 8, ["model-value"]),
210
- y(w, {
211
- modelValue: u(t),
212
- "onUpdate:modelValue": [
213
- s[1] || (s[1] = (p) => N(t) ? t.value = p : null),
214
- e
215
- ],
216
- compare: "",
217
- "show-predefined-range": ""
218
- }, null, 8, ["modelValue"])
219
- ]),
220
- T("div", j, [
221
- y(v, {
222
- "append-icon": "file_download",
223
- variant: "primary",
224
- label: "Export",
225
- onClick: () => {
226
- }
227
- })
228
- ])
229
- ]),
230
- y(Y, {
231
- loading: u(r),
232
- data: n.value
233
- }, null, 8, ["loading", "data"])
234
- ]),
235
- _: 1
236
- }, 8, ["loading"]);
237
- };
238
- }
239
- });
240
- export {
241
- re as default
242
- };