@feedmepos/mf-payment 1.3.15 → 1.3.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{OnboardForm-CPuGbrK_.js → OnboardForm-B_RHCV7M.js} +2 -2
- package/dist/{OnboardForm-CG7K5yk7.js → OnboardForm-DhrBGbw8.js} +2 -2
- package/dist/{OnboardSubmission-B-qZcl9K.js → OnboardSubmission-DqTMEjkR.js} +1 -1
- package/dist/{OnboardSubmission-sxGMoZZI.js → OnboardSubmission-LwIBwRU9.js} +1 -1
- package/dist/{PayoutAccount-CpllhH0o.js → PayoutAccount-BkqEU0_g.js} +1 -1
- package/dist/{PayoutAccount-C97gLbqE.js → PayoutAccount-DV51F3Q1.js} +3 -3
- package/dist/{RestaurantSetting-DcHUxBYh.js → RestaurantSetting-BZ_wJvh-.js} +52 -52
- package/dist/{TerminalSetting-Bgn-I2bk.js → TerminalSetting-CmpDYU7f.js} +53 -50
- package/dist/{app-Cf7DgBaZ.js → app-CV25jYXU.js} +10 -10
- package/dist/app.js +1 -1
- package/dist/{index-CHjhdeWq.js → index-DlDgG-S2.js} +1 -1
- package/dist/package.json +2 -2
- package/dist/{payout-account-BZbHO2Nx.js → payout-account-BkETt4CD.js} +2 -2
- package/dist/{plugins-DzVeXQgr.js → plugins-Bjx_JmC0.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
import { defineComponent as V, openBlock as f, createElementBlock as N, Fragment as M, createElementVNode as _, createTextVNode as
|
1
|
+
import { defineComponent as V, openBlock as f, createElementBlock as N, Fragment as M, createElementVNode as _, createTextVNode as A, toDisplayString as h, ref as I, resolveComponent as g, createVNode as v, createCommentVNode as C, unref as S, computed as q, isRef as B, createBlock as w, resolveDynamicComponent as Y, normalizeProps as K, mergeProps as L, toRef as R, watch as $, onMounted as O, withCtx as P, renderList as G } from "vue";
|
2
2
|
import { u as z, e as U } from "./index-CJPiBIRm.js";
|
3
3
|
import { useRouter as W } from "vue-router";
|
4
4
|
import { t as D } from "./index-B5zEwG__.js";
|
@@ -19,16 +19,16 @@ const te = /* @__PURE__ */ V({
|
|
19
19
|
setup(F) {
|
20
20
|
return (d, a) => (f(), N(M, null, [
|
21
21
|
a[0] || (a[0] = _("b", null, "Name", -1)),
|
22
|
-
|
22
|
+
A(": " + h(F.terminal.name), 1),
|
23
23
|
a[1] || (a[1] = _("br", null, null, -1)),
|
24
24
|
a[2] || (a[2] = _("b", null, "Status", -1)),
|
25
|
-
|
25
|
+
A(": " + h(F.terminal.status), 1),
|
26
26
|
a[3] || (a[3] = _("br", null, null, -1)),
|
27
27
|
a[4] || (a[4] = _("b", null, "Device ID", -1)),
|
28
|
-
|
28
|
+
A(": " + h(F.terminal.deviceId ?? "-"), 1),
|
29
29
|
a[5] || (a[5] = _("br", null, null, -1)),
|
30
30
|
a[6] || (a[6] = _("b", null, "Device Type", -1)),
|
31
|
-
|
31
|
+
A(": " + h(F.terminal.deviceType ?? "-"), 1),
|
32
32
|
a[7] || (a[7] = _("br", null, null, -1))
|
33
33
|
], 64));
|
34
34
|
}
|
@@ -115,11 +115,11 @@ const te = /* @__PURE__ */ V({
|
|
115
115
|
return f(), N(M, null, [
|
116
116
|
e[1] || (e[1] = _("p", { className: "mt-1 my-6 text-gray-600" }, [
|
117
117
|
_("b", null, "Note: "),
|
118
|
-
|
118
|
+
A(" Setting request will perform remotely without caching so make sure terminal is connected to the network also to our websocket as well. ")
|
119
119
|
], -1)),
|
120
120
|
v(m, {
|
121
121
|
"model-value": S(d),
|
122
|
-
"onUpdate:modelValue": e[0] || (e[0] = (y) =>
|
122
|
+
"onUpdate:modelValue": e[0] || (e[0] = (y) => B(d) ? d.value = y : null),
|
123
123
|
class: "mb-6",
|
124
124
|
items: a
|
125
125
|
}, null, 8, ["model-value"]),
|
@@ -178,7 +178,7 @@ const te = /* @__PURE__ */ V({
|
|
178
178
|
gateway: "Digio",
|
179
179
|
region: U.F_COUNTRY.enum.TH
|
180
180
|
}
|
181
|
-
], n =
|
181
|
+
], n = R(() => d.terminal), r = I(), e = I({
|
182
182
|
packageId: "",
|
183
183
|
uniqueId: "",
|
184
184
|
developerId: "",
|
@@ -212,7 +212,7 @@ const te = /* @__PURE__ */ V({
|
|
212
212
|
return;
|
213
213
|
}
|
214
214
|
};
|
215
|
-
|
215
|
+
$(n, s), O(s);
|
216
216
|
async function y(t) {
|
217
217
|
var l;
|
218
218
|
(l = n.value.gateways) == null || l.splice(t, 1), d.onUpdate(n.value);
|
@@ -239,7 +239,7 @@ const te = /* @__PURE__ */ V({
|
|
239
239
|
(!n.value.gateways || n.value.gateways.length > 1) && (n.value.gateways = []), n.value.gateways[0] = J, d.onUpdate(n.value);
|
240
240
|
})
|
241
241
|
}, {
|
242
|
-
default:
|
242
|
+
default: P(() => [
|
243
243
|
v(u, {
|
244
244
|
modelValue: e.value.packageId,
|
245
245
|
"onUpdate:modelValue": l[0] || (l[0] = (k) => e.value.packageId = k),
|
@@ -307,7 +307,7 @@ const te = /* @__PURE__ */ V({
|
|
307
307
|
}
|
308
308
|
},
|
309
309
|
setup(F) {
|
310
|
-
const { isLoading: d, startAsyncCall: a } = z(), b = F, n =
|
310
|
+
const { isLoading: d, startAsyncCall: a } = z(), b = F, n = R(() => b.terminal), r = I(), e = I(), m = I(-1), s = I({
|
311
311
|
terminalId: ""
|
312
312
|
}), y = () => {
|
313
313
|
s.value.terminalId = "", m.value = -1;
|
@@ -325,7 +325,7 @@ const te = /* @__PURE__ */ V({
|
|
325
325
|
terminalId: u.config.terminalId
|
326
326
|
});
|
327
327
|
};
|
328
|
-
|
328
|
+
$(n, c), O(c);
|
329
329
|
const i = q(() => (r.value ?? []).map((l) => ({
|
330
330
|
label: l.name ?? l._id,
|
331
331
|
value: l._id
|
@@ -346,7 +346,7 @@ const te = /* @__PURE__ */ V({
|
|
346
346
|
m.value > -1 ? n.value.ecrs[m.value] = { gateway: "FeedMe", config: s.value } : (n.value.ecrs || (n.value.ecrs = []), n.value.ecrs.push({ gateway: "FeedMe", config: s.value })), b.onUpdate(n.value);
|
347
347
|
})
|
348
348
|
}, {
|
349
|
-
default:
|
349
|
+
default: P(() => [
|
350
350
|
v(x, {
|
351
351
|
modelValue: s.value.terminalId,
|
352
352
|
"onUpdate:modelValue": u[0] || (u[0] = (k) => s.value.terminalId = k),
|
@@ -387,7 +387,7 @@ const te = /* @__PURE__ */ V({
|
|
387
387
|
}
|
388
388
|
},
|
389
389
|
setup(F) {
|
390
|
-
const d = F, a =
|
390
|
+
const d = F, a = R(() => d.terminal), b = I(), n = I(-1), r = I({
|
391
391
|
merchantId: "",
|
392
392
|
terminalId: "",
|
393
393
|
privateKey: ""
|
@@ -407,7 +407,7 @@ const te = /* @__PURE__ */ V({
|
|
407
407
|
privateKey: c.config.privateKey
|
408
408
|
});
|
409
409
|
};
|
410
|
-
|
410
|
+
$(a, m), O(m);
|
411
411
|
async function s(y) {
|
412
412
|
var c;
|
413
413
|
(c = a.value.ecrs) == null || c.splice(y, 1), d.onUpdate(a.value);
|
@@ -421,7 +421,7 @@ const te = /* @__PURE__ */ V({
|
|
421
421
|
n.value > -1 ? a.value.ecrs[n.value] = { gateway: "Ghl", config: r.value } : (a.value.ecrs || (a.value.ecrs = []), a.value.ecrs.push({ gateway: "Ghl", config: r.value })), d.onUpdate(a.value);
|
422
422
|
})
|
423
423
|
}, {
|
424
|
-
default:
|
424
|
+
default: P(() => [
|
425
425
|
v(i, {
|
426
426
|
modelValue: r.value.merchantId,
|
427
427
|
"onUpdate:modelValue": c[0] || (c[0] = (p) => r.value.merchantId = p),
|
@@ -435,7 +435,9 @@ const te = /* @__PURE__ */ V({
|
|
435
435
|
v(t, {
|
436
436
|
modelValue: r.value.privateKey,
|
437
437
|
"onUpdate:modelValue": c[2] || (c[2] = (p) => r.value.privateKey = p),
|
438
|
-
label: "Private Key"
|
438
|
+
label: "Private Key",
|
439
|
+
"label-mark": "optional",
|
440
|
+
"label-info": "Default will use FeedMe Private Key"
|
439
441
|
}, null, 8, ["modelValue"]),
|
440
442
|
_("div", pe, [
|
441
443
|
n.value > -1 ? (f(), w(l, {
|
@@ -470,7 +472,7 @@ const te = /* @__PURE__ */ V({
|
|
470
472
|
}
|
471
473
|
},
|
472
474
|
setup(F) {
|
473
|
-
const d = F, a =
|
475
|
+
const d = F, a = R(() => d.terminal), b = I(), n = I(-1), r = I(), e = I({
|
474
476
|
ip: "",
|
475
477
|
receiptName: "",
|
476
478
|
cardTypes: []
|
@@ -491,7 +493,7 @@ const te = /* @__PURE__ */ V({
|
|
491
493
|
cardTypes: ((u = l.dialogConfig) == null ? void 0 : u.cardTypes) ?? []
|
492
494
|
});
|
493
495
|
};
|
494
|
-
|
496
|
+
$(a, s), O(s);
|
495
497
|
async function y(i) {
|
496
498
|
var t;
|
497
499
|
(t = a.value.ecrIntegrations) == null || t.splice(i, 1), d.onUpdate(a.value);
|
@@ -524,7 +526,7 @@ const te = /* @__PURE__ */ V({
|
|
524
526
|
})), d.onUpdate(a.value);
|
525
527
|
})
|
526
528
|
}, {
|
527
|
-
default:
|
529
|
+
default: P(() => [
|
528
530
|
v(l, {
|
529
531
|
modelValue: e.value.ip,
|
530
532
|
"onUpdate:modelValue": t[0] || (t[0] = (o) => e.value.ip = o),
|
@@ -590,7 +592,7 @@ const te = /* @__PURE__ */ V({
|
|
590
592
|
}
|
591
593
|
},
|
592
594
|
setup(F) {
|
593
|
-
const d = F, a =
|
595
|
+
const d = F, a = R(() => d.terminal), b = I(), n = I(-1), r = I(), e = I({
|
594
596
|
ip: "",
|
595
597
|
receiptName: "",
|
596
598
|
cardTypes: []
|
@@ -611,7 +613,7 @@ const te = /* @__PURE__ */ V({
|
|
611
613
|
cardTypes: ((u = l.dialogConfig) == null ? void 0 : u.cardTypes) ?? []
|
612
614
|
});
|
613
615
|
};
|
614
|
-
|
616
|
+
$(a, s), O(s);
|
615
617
|
async function y(i) {
|
616
618
|
var t;
|
617
619
|
(t = a.value.ecrIntegrations) == null || t.splice(i, 1), d.onUpdate(a.value);
|
@@ -644,7 +646,7 @@ const te = /* @__PURE__ */ V({
|
|
644
646
|
})), d.onUpdate(a.value);
|
645
647
|
})
|
646
648
|
}, {
|
647
|
-
default:
|
649
|
+
default: P(() => [
|
648
650
|
v(l, {
|
649
651
|
modelValue: e.value.ip,
|
650
652
|
"onUpdate:modelValue": t[0] || (t[0] = (o) => e.value.ip = o),
|
@@ -710,7 +712,7 @@ const te = /* @__PURE__ */ V({
|
|
710
712
|
}
|
711
713
|
},
|
712
714
|
setup(F) {
|
713
|
-
const d = F, a =
|
715
|
+
const d = F, a = R(() => d.terminal), b = I(), n = I(-1), r = I(), e = I({
|
714
716
|
ip: "",
|
715
717
|
receiptName: "",
|
716
718
|
cardTypes: []
|
@@ -731,7 +733,7 @@ const te = /* @__PURE__ */ V({
|
|
731
733
|
cardTypes: ((u = l.dialogConfig) == null ? void 0 : u.cardTypes) ?? []
|
732
734
|
});
|
733
735
|
};
|
734
|
-
|
736
|
+
$(a, s), O(s);
|
735
737
|
async function y(i) {
|
736
738
|
var t;
|
737
739
|
(t = a.value.ecrIntegrations) == null || t.splice(i, 1), d.onUpdate(a.value);
|
@@ -764,7 +766,7 @@ const te = /* @__PURE__ */ V({
|
|
764
766
|
})), d.onUpdate(a.value);
|
765
767
|
})
|
766
768
|
}, {
|
767
|
-
default:
|
769
|
+
default: P(() => [
|
768
770
|
v(l, {
|
769
771
|
modelValue: e.value.ip,
|
770
772
|
"onUpdate:modelValue": t[0] || (t[0] = (o) => e.value.ip = o),
|
@@ -830,7 +832,7 @@ const te = /* @__PURE__ */ V({
|
|
830
832
|
}
|
831
833
|
},
|
832
834
|
setup(F) {
|
833
|
-
const d = F, a =
|
835
|
+
const d = F, a = R(() => d.terminal), b = I(), n = I(-1), r = I(), e = I({
|
834
836
|
ip: "",
|
835
837
|
receiptName: "",
|
836
838
|
cardTypes: []
|
@@ -851,7 +853,7 @@ const te = /* @__PURE__ */ V({
|
|
851
853
|
cardTypes: ((u = l.dialogConfig) == null ? void 0 : u.cardTypes) ?? []
|
852
854
|
});
|
853
855
|
};
|
854
|
-
|
856
|
+
$(a, s), O(s);
|
855
857
|
async function y(i) {
|
856
858
|
var t;
|
857
859
|
(t = a.value.ecrIntegrations) == null || t.splice(i, 1), d.onUpdate(a.value);
|
@@ -884,7 +886,7 @@ const te = /* @__PURE__ */ V({
|
|
884
886
|
})), d.onUpdate(a.value);
|
885
887
|
})
|
886
888
|
}, {
|
887
|
-
default:
|
889
|
+
default: P(() => [
|
888
890
|
v(l, {
|
889
891
|
modelValue: e.value.ip,
|
890
892
|
"onUpdate:modelValue": t[0] || (t[0] = (o) => e.value.ip = o),
|
@@ -937,7 +939,7 @@ const te = /* @__PURE__ */ V({
|
|
937
939
|
}, 512);
|
938
940
|
};
|
939
941
|
}
|
940
|
-
}), Me = { class: "flex items-end" }, qe = { class: "flex flex-wrap gap-8 items-center mt-4" }, Oe = { class: "flex mt-6 space-x-6" },
|
942
|
+
}), Me = { class: "flex items-end" }, qe = { class: "flex flex-wrap gap-8 items-center mt-4" }, Oe = { class: "flex mt-6 space-x-6" }, Pe = /* @__PURE__ */ V({
|
941
943
|
__name: "KBankGateway",
|
942
944
|
props: {
|
943
945
|
terminal: {
|
@@ -950,7 +952,7 @@ const te = /* @__PURE__ */ V({
|
|
950
952
|
}
|
951
953
|
},
|
952
954
|
setup(F) {
|
953
|
-
const d = F, a =
|
955
|
+
const d = F, a = R(() => d.terminal), b = I(), n = I(-1), r = I(), e = I({
|
954
956
|
receiptName: "",
|
955
957
|
cardTypes: []
|
956
958
|
}), m = () => {
|
@@ -969,7 +971,7 @@ const te = /* @__PURE__ */ V({
|
|
969
971
|
cardTypes: ((u = l.dialogConfig) == null ? void 0 : u.cardTypes) ?? []
|
970
972
|
});
|
971
973
|
};
|
972
|
-
|
974
|
+
$(a, s), O(s);
|
973
975
|
async function y(i) {
|
974
976
|
var t;
|
975
977
|
(t = a.value.ecrIntegrations) == null || t.splice(i, 1), d.onUpdate(a.value);
|
@@ -1002,7 +1004,7 @@ const te = /* @__PURE__ */ V({
|
|
1002
1004
|
})), d.onUpdate(a.value);
|
1003
1005
|
})
|
1004
1006
|
}, {
|
1005
|
-
default:
|
1007
|
+
default: P(() => [
|
1006
1008
|
v(l, {
|
1007
1009
|
modelValue: e.value.receiptName,
|
1008
1010
|
"onUpdate:modelValue": t[0] || (t[0] = (o) => e.value.receiptName = o),
|
@@ -1050,7 +1052,7 @@ const te = /* @__PURE__ */ V({
|
|
1050
1052
|
}, 512);
|
1051
1053
|
};
|
1052
1054
|
}
|
1053
|
-
}),
|
1055
|
+
}), Re = { class: "flex items-center" }, $e = { class: "w-[260px] self-start" }, Ae = { class: "flex-1" }, De = /* @__PURE__ */ V({
|
1054
1056
|
__name: "EcrGateway",
|
1055
1057
|
props: {
|
1056
1058
|
terminal: {
|
@@ -1103,7 +1105,7 @@ const te = /* @__PURE__ */ V({
|
|
1103
1105
|
{
|
1104
1106
|
label: "KBank Terminal",
|
1105
1107
|
value: "kbank",
|
1106
|
-
render:
|
1108
|
+
render: Pe,
|
1107
1109
|
region: [U.F_COUNTRY.enum.TH]
|
1108
1110
|
}
|
1109
1111
|
], b = q(() => a.find((s) => s.value === e.value)), n = j().currentCountry, r = q(() => a.filter((s) => !s.region || s.region.includes(n.value ?? U.F_COUNTRY.enum.MY))), { gatewayTab: e } = E({
|
@@ -1112,17 +1114,17 @@ const te = /* @__PURE__ */ V({
|
|
1112
1114
|
return (s, y) => {
|
1113
1115
|
var i;
|
1114
1116
|
const c = g("FmTabs");
|
1115
|
-
return f(), N("div",
|
1116
|
-
_("div",
|
1117
|
+
return f(), N("div", Re, [
|
1118
|
+
_("div", $e, [
|
1117
1119
|
v(c, {
|
1118
1120
|
"model-value": S(e),
|
1119
|
-
"onUpdate:modelValue": y[0] || (y[0] = (t) =>
|
1121
|
+
"onUpdate:modelValue": y[0] || (y[0] = (t) => B(e) ? e.value = t : null),
|
1120
1122
|
class: "mb-6",
|
1121
1123
|
vertical: !0,
|
1122
1124
|
items: r.value
|
1123
1125
|
}, null, 8, ["model-value", "items"])
|
1124
1126
|
]),
|
1125
|
-
_("div",
|
1127
|
+
_("div", Ae, [
|
1126
1128
|
S(e) ? (f(), w(Y((i = b.value) == null ? void 0 : i.render), K(L({ key: 0 }, {
|
1127
1129
|
terminal: d.terminal,
|
1128
1130
|
onUpdate: d.onUpdate
|
@@ -1131,7 +1133,7 @@ const te = /* @__PURE__ */ V({
|
|
1131
1133
|
]);
|
1132
1134
|
};
|
1133
1135
|
}
|
1134
|
-
}), Ge = { class: "flex mt-6 space-x-6" },
|
1136
|
+
}), Ge = { class: "flex mt-6 space-x-6" }, he = /* @__PURE__ */ V({
|
1135
1137
|
__name: "PromptPayGateway",
|
1136
1138
|
props: {
|
1137
1139
|
terminal: {
|
@@ -1144,7 +1146,7 @@ const te = /* @__PURE__ */ V({
|
|
1144
1146
|
}
|
1145
1147
|
},
|
1146
1148
|
setup(F) {
|
1147
|
-
const d = F, a =
|
1149
|
+
const d = F, a = R(() => d.terminal), b = I(), n = I(-1), r = I({
|
1148
1150
|
account: "",
|
1149
1151
|
receiptName: ""
|
1150
1152
|
}), e = () => {
|
@@ -1162,7 +1164,7 @@ const te = /* @__PURE__ */ V({
|
|
1162
1164
|
receiptName: i.receiptName ?? ""
|
1163
1165
|
});
|
1164
1166
|
};
|
1165
|
-
|
1167
|
+
$(a, m), O(m);
|
1166
1168
|
async function s(y) {
|
1167
1169
|
var c;
|
1168
1170
|
(c = a.value.qrIntegrations) == null || c.splice(y, 1), d.onUpdate(a.value);
|
@@ -1176,11 +1178,12 @@ const te = /* @__PURE__ */ V({
|
|
1176
1178
|
n.value > -1 ? a.value.qrIntegrations[n.value] = { gateway: "PROMPTPAY", config: { account: r.value.account }, receiptName: r.value.receiptName } : (a.value.qrIntegrations || (a.value.qrIntegrations = []), a.value.qrIntegrations.push({ gateway: "PROMPTPAY", config: { account: r.value.account }, receiptName: r.value.receiptName })), d.onUpdate(a.value);
|
1177
1179
|
})
|
1178
1180
|
}, {
|
1179
|
-
default:
|
1181
|
+
default: P(() => [
|
1180
1182
|
v(i, {
|
1181
1183
|
modelValue: r.value.account,
|
1182
1184
|
"onUpdate:modelValue": c[0] || (c[0] = (u) => r.value.account = u),
|
1183
|
-
label: "Thai
|
1185
|
+
label: "Thai Phone Number / Thai Naitonal ID",
|
1186
|
+
"label-info": "Thai Phone Number can be prefixed with 66 or 0 will be fine both will works well."
|
1184
1187
|
}, null, 8, ["modelValue"]),
|
1185
1188
|
v(i, {
|
1186
1189
|
modelValue: r.value.receiptName,
|
@@ -1208,7 +1211,7 @@ const te = /* @__PURE__ */ V({
|
|
1208
1211
|
}, 512);
|
1209
1212
|
};
|
1210
1213
|
}
|
1211
|
-
}),
|
1214
|
+
}), Be = { class: "flex items-center" }, Ye = { class: "w-[260px] self-start" }, Ke = { class: "flex-1" }, Le = /* @__PURE__ */ V({
|
1212
1215
|
__name: "QrGateway",
|
1213
1216
|
props: {
|
1214
1217
|
terminal: {
|
@@ -1226,7 +1229,7 @@ const te = /* @__PURE__ */ V({
|
|
1226
1229
|
{
|
1227
1230
|
label: "PromptPay",
|
1228
1231
|
value: "promptpay",
|
1229
|
-
render:
|
1232
|
+
render: he,
|
1230
1233
|
region: [U.F_COUNTRY.enum.TH]
|
1231
1234
|
}
|
1232
1235
|
], b = q(() => a.find((s) => s.value === e.value)), n = j().currentCountry, r = q(() => a.filter((s) => !s.region || s.region.includes(n.value ?? U.F_COUNTRY.enum.MY))), { gatewayTab: e } = E({
|
@@ -1235,11 +1238,11 @@ const te = /* @__PURE__ */ V({
|
|
1235
1238
|
return (s, y) => {
|
1236
1239
|
var i;
|
1237
1240
|
const c = g("FmTabs");
|
1238
|
-
return f(), N("div",
|
1241
|
+
return f(), N("div", Be, [
|
1239
1242
|
_("div", Ye, [
|
1240
1243
|
v(c, {
|
1241
1244
|
"model-value": S(e),
|
1242
|
-
"onUpdate:modelValue": y[0] || (y[0] = (t) =>
|
1245
|
+
"onUpdate:modelValue": y[0] || (y[0] = (t) => B(e) ? e.value = t : null),
|
1243
1246
|
class: "mb-6",
|
1244
1247
|
vertical: !0,
|
1245
1248
|
items: r.value
|
@@ -1349,10 +1352,10 @@ const te = /* @__PURE__ */ V({
|
|
1349
1352
|
loading: S(b),
|
1350
1353
|
onBack: S(r).back
|
1351
1354
|
}, {
|
1352
|
-
default:
|
1355
|
+
default: P(() => [
|
1353
1356
|
v(p, {
|
1354
1357
|
"model-value": S(a),
|
1355
|
-
"onUpdate:modelValue": u[0] || (u[0] = (o) =>
|
1358
|
+
"onUpdate:modelValue": u[0] || (u[0] = (o) => B(a) ? a.value = o : null),
|
1356
1359
|
class: "mb-6",
|
1357
1360
|
items: t.value
|
1358
1361
|
}, null, 8, ["model-value", "items"]),
|
@@ -374,7 +374,7 @@ const Gn = {
|
|
374
374
|
meta: {
|
375
375
|
parent: "mf-payment-admin.restaurant"
|
376
376
|
},
|
377
|
-
component: () => import("./RestaurantSetting-
|
377
|
+
component: () => import("./RestaurantSetting-BZ_wJvh-.js")
|
378
378
|
},
|
379
379
|
{
|
380
380
|
path: "/admin/payout-accounts",
|
@@ -383,7 +383,7 @@ const Gn = {
|
|
383
383
|
sidebarDisplay: "Payout Accounts",
|
384
384
|
section: "payment-gateway"
|
385
385
|
},
|
386
|
-
component: () => import("./PayoutAccount-
|
386
|
+
component: () => import("./PayoutAccount-BkqEU0_g.js")
|
387
387
|
},
|
388
388
|
{
|
389
389
|
path: "/admin/payout-accounts/:accountId",
|
@@ -401,7 +401,7 @@ const Gn = {
|
|
401
401
|
sidebarDisplay: "Payment Onboarding",
|
402
402
|
section: "payment-gateway"
|
403
403
|
},
|
404
|
-
component: () => import("./OnboardSubmission-
|
404
|
+
component: () => import("./OnboardSubmission-DqTMEjkR.js")
|
405
405
|
},
|
406
406
|
{
|
407
407
|
path: "/admin/onboarding/:submissionId",
|
@@ -410,7 +410,7 @@ const Gn = {
|
|
410
410
|
meta: {
|
411
411
|
parent: "mf-payment-admin.onboard-submission"
|
412
412
|
},
|
413
|
-
component: () => import("./OnboardForm-
|
413
|
+
component: () => import("./OnboardForm-B_RHCV7M.js")
|
414
414
|
},
|
415
415
|
{
|
416
416
|
path: "/admin/terminal/pos",
|
@@ -455,7 +455,7 @@ const Gn = {
|
|
455
455
|
meta: {
|
456
456
|
parent: "mf-payment-admin.pos"
|
457
457
|
},
|
458
|
-
component: () => import("./TerminalSetting-
|
458
|
+
component: () => import("./TerminalSetting-CmpDYU7f.js")
|
459
459
|
},
|
460
460
|
{
|
461
461
|
path: "/admin/terminal/kiosk/:terminalId",
|
@@ -464,7 +464,7 @@ const Gn = {
|
|
464
464
|
meta: {
|
465
465
|
parent: "mf-payment-admin.kiosk"
|
466
466
|
},
|
467
|
-
component: () => import("./TerminalSetting-
|
467
|
+
component: () => import("./TerminalSetting-CmpDYU7f.js")
|
468
468
|
},
|
469
469
|
{
|
470
470
|
path: "/admin/terminal/terminal/:terminalId",
|
@@ -473,7 +473,7 @@ const Gn = {
|
|
473
473
|
meta: {
|
474
474
|
parent: "mf-payment-admin.terminal"
|
475
475
|
},
|
476
|
-
component: () => import("./TerminalSetting-
|
476
|
+
component: () => import("./TerminalSetting-CmpDYU7f.js")
|
477
477
|
},
|
478
478
|
{
|
479
479
|
path: "/admin/transaction",
|
@@ -508,7 +508,7 @@ const Gn = {
|
|
508
508
|
{
|
509
509
|
path: "/payout-account",
|
510
510
|
name: "mf-payment-payout-account",
|
511
|
-
component: () => import("./PayoutAccount-
|
511
|
+
component: () => import("./PayoutAccount-DV51F3Q1.js"),
|
512
512
|
meta: {
|
513
513
|
sidebarDisplay: "i18n:payment.routes.payout_account"
|
514
514
|
}
|
@@ -516,7 +516,7 @@ const Gn = {
|
|
516
516
|
{
|
517
517
|
path: "/onboard-submission",
|
518
518
|
name: "mf-payment-onboard-submission",
|
519
|
-
component: () => import("./OnboardSubmission-
|
519
|
+
component: () => import("./OnboardSubmission-LwIBwRU9.js"),
|
520
520
|
meta: {
|
521
521
|
sidebarDisplay: "i18n:payment.routes.onboard_submission"
|
522
522
|
}
|
@@ -525,7 +525,7 @@ const Gn = {
|
|
525
525
|
path: "/onboard-submission/:type/:submission?",
|
526
526
|
name: "mf-payment-onboard-submission-form",
|
527
527
|
props: !0,
|
528
|
-
component: () => import("./OnboardForm-
|
528
|
+
component: () => import("./OnboardForm-DhrBGbw8.js"),
|
529
529
|
meta: {
|
530
530
|
parent: "mf-payment-onboard-submission"
|
531
531
|
}
|
package/dist/app.js
CHANGED
package/dist/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { f as j } from "./plugins-
|
1
|
+
import { f as j } from "./plugins-Bjx_JmC0.js";
|
2
2
|
import { c as st, a as it, B as at, p as E } from "./index-CJPiBIRm.js";
|
3
3
|
import { useCoreStore as ut } from "@feedmepos/mf-common";
|
4
|
-
import { _ as ot } from "./app-
|
4
|
+
import { _ as ot } from "./app-CV25jYXU.js";
|
5
5
|
var Q = { exports: {} };
|
6
6
|
(function(i, a) {
|
7
7
|
(function(t, m) {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { a as be, C as we, r as K, g as C, b as Te, c as ye, d as H, S as ke, e as Ee, F as Ae } from "./app-
|
1
|
+
import { a as be, C as we, r as K, g as C, b as Te, c as ye, d as H, S as ke, e as Ee, F as Ae } from "./app-CV25jYXU.js";
|
2
2
|
/**
|
3
3
|
* @license
|
4
4
|
* Copyright 2017 Google LLC
|