@feedmepos/mf-payment 1.5.29-dev → 1.5.30-dev

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.
Files changed (47) hide show
  1. package/dist/Actions.vue_vue_type_script_setup_true_lang-DLw0ITPH.js +118 -0
  2. package/dist/{Chargeback-CocH4bON.js → Chargeback-Bu9myaUA.js} +5 -5
  3. package/dist/{DocumentViewer.vue_vue_type_script_setup_true_lang-tGPnCbHL.js → DocumentViewer.vue_vue_type_script_setup_true_lang-VTOtgJqq.js} +1 -1
  4. package/dist/{OnboardForm-BLk46c4b.js → OnboardForm-CHS-Wn8q.js} +5 -5
  5. package/dist/{OnboardForm-CqohYc7w.js → OnboardForm-r4gfwRzj.js} +5 -5
  6. package/dist/{OnboardSubmission-CNJ-CYki.js → OnboardSubmission-Cs9HaAOd.js} +5 -5
  7. package/dist/{OnboardSubmission-CIZuFLWF.js → OnboardSubmission-DrhAUv7t.js} +2 -2
  8. package/dist/{PayoutAccount-Qzl0EU8D.js → PayoutAccount-Cw8mr3AT.js} +4 -4
  9. package/dist/{PayoutAccount-2vZvDUNZ.js → PayoutAccount-yapBZD1_.js} +5 -5
  10. package/dist/{PayoutAccountSetting-DfrRhtcP.js → PayoutAccountSetting-l63lJr70.js} +4 -4
  11. package/dist/{Restaurant-Ckh7iZ9v.js → Restaurant-DT1CBXoU.js} +4 -4
  12. package/dist/{RestaurantSetting-CeHORT_l.js → RestaurantSetting-BZLLNlRl.js} +3 -3
  13. package/dist/{Settlement-DWj3kJpX.js → Settlement-D6Qq9kGF.js} +3 -3
  14. package/dist/{Settlement-Dkf0_6WU.js → Settlement-Dv0jEXTB.js} +3 -3
  15. package/dist/SettlementTransactions-BCk6M7qB.js +300 -0
  16. package/dist/{SettlementTransactions-B_-EF9FQ.js → SettlementTransactions-JFsFu_Ht.js} +112 -136
  17. package/dist/{Status.vue_vue_type_script_setup_true_lang-BRylU6yC.js → Status.vue_vue_type_script_setup_true_lang-Bc_fNAZo.js} +1 -1
  18. package/dist/{Terminal-CO1Qqx4X.js → Terminal-CDMAnVwE.js} +5 -5
  19. package/dist/{TerminalSetting-14CDkcsr.js → TerminalSetting-DK9AiBdT.js} +3 -3
  20. package/dist/{Transaction-LS_h6ecG.js → Transaction-N5r7T7V9.js} +151 -176
  21. package/dist/{Transaction-CkZKTFNI.js → Transaction-vwCDt0Pw.js} +23 -23
  22. package/dist/{TransactionOld-Bivy85L4.js → TransactionOld-BHppAR5F.js} +10 -10
  23. package/dist/{app-DUlTcsCJ.js → app-CA6LqLXm.js} +23 -23
  24. package/dist/app.js +1 -1
  25. package/dist/assets-BX4ZyCcr.js +169 -0
  26. package/dist/{views/settlement/cell/Status.vue.d.ts → components/TransactionStatus.vue.d.ts} +0 -2
  27. package/dist/{grafana-D_fIUdUm.js → grafana-CoN-qHoW.js} +1 -1
  28. package/dist/{index-D7IY2VY_.js → index-BF7EP59L.js} +1 -1
  29. package/dist/{index-BganQIV3.js → index-Bh-678tK.js} +1 -1
  30. package/dist/{index-cOl7pH9_.js → index-CIfxqNP6.js} +1 -1
  31. package/dist/{index-DGCnviAy.js → index-CZgeE6DH.js} +1 -1
  32. package/dist/{index-CsxAKwXK.js → index-CbznfaxU.js} +1 -1
  33. package/dist/{index-DEC3wCyK.js → index-DLjeORZk.js} +1 -1
  34. package/dist/{index-CcCcgcKj.js → index-Dt8OKmo1.js} +1 -0
  35. package/dist/{index-C87vsLzf.js → index-Rhg526GN.js} +1 -1
  36. package/dist/{index-WuRUC8sI.js → index-pYSEWi8A.js} +2 -2
  37. package/dist/{index.vue_vue_type_script_setup_true_lang-H0-KLC0F.js → index.vue_vue_type_script_setup_true_lang-DUmgGiHt.js} +1 -1
  38. package/dist/package.json +2 -2
  39. package/dist/{payout-account-DyUwLBkF.js → payout-account-Bv0sunto.js} +3 -3
  40. package/dist/tsconfig.app.tsbuildinfo +1 -1
  41. package/package.json +2 -2
  42. package/dist/Actions.vue_vue_type_script_setup_true_lang-DGrZmVUQ.js +0 -144
  43. package/dist/SettlementTransactions-BfDzz9CE.js +0 -324
  44. package/dist/assets-zMyaBFbU.js +0 -144
  45. package/dist/views/admin/settlement/cell/Status.vue.d.ts +0 -7
  46. package/dist/views/admin/transaction/cell/Status.vue.d.ts +0 -7
  47. package/dist/views/transaction/cell/Status.vue.d.ts +0 -7
@@ -1,22 +1,22 @@
1
1
  import { defineComponent as Y, ref as x, watch as U, onMounted as G, resolveComponent as T, unref as n, openBlock as F, createBlock as q, createElementBlock as w, createVNode as p, withCtx as $, createElementVNode as A, Fragment as j, renderList as J, createTextVNode as Q, toDisplayString as H, isRef as N, h as D } from "vue";
2
- import { t as I } from "./index-BganQIV3.js";
2
+ import { t as I } from "./index-Bh-678tK.js";
3
3
  import { h as B } from "./moment-h96o7c8I.js";
4
4
  import { useI18n as L, useCoreStore as z } from "@feedmepos/mf-common";
5
5
  import { _ as W } from "./Layout.vue_vue_type_script_setup_true_lang-BKIvkgA_.js";
6
- import { t as X, b as Z } from "./assets-zMyaBFbU.js";
7
- import { u as ee } from "./index-C87vsLzf.js";
8
- import { _ as ae } from "./AsyncButton.vue_vue_type_script_setup_true_lang-DcjzvYwT.js";
9
- import { _ as te } from "./SelectAll.vue_vue_type_script_setup_true_lang-BNZTqdoF.js";
10
- import { _ as ne } from "./DateRangePicker.vue_vue_type_script_setup_true_lang-kymnzYpd.js";
11
- import { p as se } from "./index-CsxAKwXK.js";
12
- import { t as re } from "./index-DEC3wCyK.js";
13
- import { u as oe, p as R } from "./index-CcCcgcKj.js";
14
- import { useSnackbar as le, useDialog as ie } from "@feedmepos/ui-library";
15
- import { _ as ce, a as ue, b as me, c as de } from "./Actions.vue_vue_type_script_setup_true_lang-DGrZmVUQ.js";
16
- import { g as pe } from "./grafana-D_fIUdUm.js";
6
+ import { t as X, b as Z, _ as ee } from "./assets-BX4ZyCcr.js";
7
+ import { u as ae } from "./index-Rhg526GN.js";
8
+ import { _ as te } from "./AsyncButton.vue_vue_type_script_setup_true_lang-DcjzvYwT.js";
9
+ import { _ as ne } from "./SelectAll.vue_vue_type_script_setup_true_lang-BNZTqdoF.js";
10
+ import { _ as se } from "./DateRangePicker.vue_vue_type_script_setup_true_lang-kymnzYpd.js";
11
+ import { p as re } from "./index-CbznfaxU.js";
12
+ import { t as oe } from "./index-DLjeORZk.js";
13
+ import { u as le, p as R } from "./index-Dt8OKmo1.js";
14
+ import { useSnackbar as ie, useDialog as ce } from "@feedmepos/ui-library";
15
+ import { _ as ue, a as me, b as de } from "./Actions.vue_vue_type_script_setup_true_lang-DLw0ITPH.js";
16
+ import { g as pe } from "./grafana-CoN-qHoW.js";
17
17
  import { w as O } from "./Modal-DB8M9o1T.js";
18
18
  import { u as P } from "./error-K1CakhA9.js";
19
- import { _ as ye } from "./index.vue_vue_type_script_setup_true_lang-H0-KLC0F.js";
19
+ import { _ as ye } from "./index.vue_vue_type_script_setup_true_lang-DUmgGiHt.js";
20
20
  const fe = {
21
21
  key: 1,
22
22
  class: "inline-flex"
@@ -31,7 +31,7 @@ const fe = {
31
31
  },
32
32
  emits: ["update:id", "update:by"],
33
33
  setup(V, { emit: y }) {
34
- const h = V, m = y, { t: s } = L(), { currentBusiness: b, readRestaurants: f } = z(), { isLoading: _, startAsyncCall: d } = oe(!0), v = x([]), u = x(), g = x(""), S = x([]);
34
+ const h = V, m = y, { t: s } = L(), { currentBusiness: b, readRestaurants: f } = z(), { isLoading: _, startAsyncCall: d } = le(!0), v = x([]), u = x(), g = x(""), S = x([]);
35
35
  let E;
36
36
  U(g, async () => {
37
37
  E && clearTimeout(E), E = setTimeout(() => {
@@ -47,14 +47,14 @@ const fe = {
47
47
  });
48
48
  async function K() {
49
49
  return d(async () => {
50
- let l = await se.readBusinessPayoutAccounts();
50
+ let l = await re.readBusinessPayoutAccounts();
51
51
  if (l.length !== 0)
52
52
  return l;
53
53
  });
54
54
  }
55
55
  async function M() {
56
56
  return d(async () => {
57
- let l = await re.getBusinessTerminals();
57
+ let l = await oe.getBusinessTerminals();
58
58
  if (l.length !== 0)
59
59
  return l;
60
60
  });
@@ -168,7 +168,7 @@ const fe = {
168
168
  __name: "Transaction",
169
169
  setup(V) {
170
170
  var i, o;
171
- const y = le(), h = ie(), { sessionUser: m } = z(), { t: s } = L(), b = x(), { dateRange: f, searchKey: _, status: d, id: v, by: u } = ee({
171
+ const y = ie(), h = ce(), { sessionUser: m } = z(), { t: s } = L(), b = x(), { dateRange: f, searchKey: _, status: d, id: v, by: u } = ae({
172
172
  by: "",
173
173
  id: "",
174
174
  searchKey: "",
@@ -313,7 +313,7 @@ ID: ` + e.original.transactionId : e.original.id;
313
313
  meta: {
314
314
  textAlign: "center"
315
315
  },
316
- cell: ({ cell: a, row: e }) => e.original.gateway ? D(ce, { row: e, data: a.getValue() }) : ""
316
+ cell: ({ cell: a, row: e }) => e.original.gateway ? D(ue, { row: e, data: a.getValue() }) : ""
317
317
  },
318
318
  {
319
319
  header: () => s("payment.transactions.table.method"),
@@ -321,7 +321,7 @@ ID: ` + e.original.transactionId : e.original.id;
321
321
  meta: {
322
322
  textAlign: "center"
323
323
  },
324
- cell: ({ cell: a, row: e }) => e.original.method ? D(ue, { row: e, data: a.getValue() }) : ""
324
+ cell: ({ cell: a, row: e }) => e.original.method ? D(me, { row: e, data: a.getValue() }) : ""
325
325
  },
326
326
  {
327
327
  header: () => s("payment.transactions.table.type"),
@@ -333,7 +333,7 @@ ID: ` + e.original.transactionId : e.original.id;
333
333
  {
334
334
  header: () => s("payment.transactions.table.status"),
335
335
  accessorKey: "status",
336
- cell: ({ cell: a, row: e }) => D(me, { row: e, data: a.getValue() })
336
+ cell: ({ cell: a }) => D(ee, { data: a.getValue() })
337
337
  },
338
338
  {
339
339
  header: () => s("payment.transactions.table.restaurant"),
@@ -410,7 +410,7 @@ ID: ` + e.original.transactionId : e.original.id;
410
410
  items: S
411
411
  }, {
412
412
  "prepend-menu": $(() => [
413
- p(te, {
413
+ p(ne, {
414
414
  modelValue: n(d),
415
415
  "onUpdate:modelValue": e[1] || (e[1] = (t) => N(d) ? d.value = t : null),
416
416
  items: S
@@ -420,7 +420,7 @@ ID: ` + e.original.transactionId : e.original.id;
420
420
  }, 8, ["modelValue", "label"])
421
421
  ]),
422
422
  A("div", Se, [
423
- p(ae, {
423
+ p(te, {
424
424
  button: {
425
425
  appendIcon: "file_download",
426
426
  variant: "primary",
@@ -441,7 +441,7 @@ ID: ` + e.original.transactionId : e.original.id;
441
441
  by: n(u),
442
442
  "onUpdate:by": e[4] || (e[4] = (t) => N(u) ? u.value = t : null)
443
443
  }, null, 8, ["id", "by"]),
444
- p(ne, {
444
+ p(se, {
445
445
  modelValue: n(f),
446
446
  "onUpdate:modelValue": e[5] || (e[5] = (t) => N(f) ? f.value = t : null)
447
447
  }, null, 8, ["modelValue"])
@@ -1,16 +1,16 @@
1
1
  import { defineComponent as S, ref as K, watch as x, resolveComponent as F, openBlock as Y, createBlock as C, h as A, onMounted as M, unref as i, withCtx as O, createElementVNode as w, createVNode as _, isRef as R } from "vue";
2
- import { t as v } from "./index-BganQIV3.js";
3
- import { u as U } from "./index-CcCcgcKj.js";
2
+ import { t as v } from "./index-Bh-678tK.js";
3
+ import { u as U } from "./index-Dt8OKmo1.js";
4
4
  import { useSnackbar as L, useDialog as P } from "@feedmepos/ui-library";
5
- import { b as $, t as B } from "./assets-zMyaBFbU.js";
6
- import { _ as J, a as j, b as G, c as Q } from "./Actions.vue_vue_type_script_setup_true_lang-DGrZmVUQ.js";
7
- import { g as z } from "./grafana-D_fIUdUm.js";
5
+ import { _ as B, b as $, t as J } from "./assets-BX4ZyCcr.js";
6
+ import { _ as j, a as G, b as Q } from "./Actions.vue_vue_type_script_setup_true_lang-DLw0ITPH.js";
7
+ import { g as z } from "./grafana-CoN-qHoW.js";
8
8
  import { w as k } from "./Modal-DB8M9o1T.js";
9
9
  import { u as V } from "./error-K1CakhA9.js";
10
10
  import { useCoreStore as N, useI18n as E } from "@feedmepos/mf-common";
11
11
  import { h as I } from "./moment-h96o7c8I.js";
12
12
  import { _ as H } from "./Layout.vue_vue_type_script_setup_true_lang-BKIvkgA_.js";
13
- import { u as W } from "./index-C87vsLzf.js";
13
+ import { u as W } from "./index-Rhg526GN.js";
14
14
  import { _ as X } from "./AsyncButton.vue_vue_type_script_setup_true_lang-DcjzvYwT.js";
15
15
  import { _ as Z } from "./RestaurantSelector.vue_vue_type_script_setup_true_lang-DG3iyjkK.js";
16
16
  import { _ as aa } from "./DateRangePicker.vue_vue_type_script_setup_true_lang-kymnzYpd.js";
@@ -138,7 +138,7 @@ ID: ` + a.original.transactionId : a.original.id;
138
138
  meta: {
139
139
  textAlign: "center"
140
140
  },
141
- cell: ({ cell: e, row: a }) => a.original.gateway ? A(J, { row: a, data: e.getValue() }) : ""
141
+ cell: ({ cell: e, row: a }) => a.original.gateway ? A(j, { row: a, data: e.getValue() }) : ""
142
142
  },
143
143
  {
144
144
  header: () => t("payment.transactions.table.method"),
@@ -146,7 +146,7 @@ ID: ` + a.original.transactionId : a.original.id;
146
146
  meta: {
147
147
  textAlign: "center"
148
148
  },
149
- cell: ({ cell: e, row: a }) => a.original.method ? A(j, { row: a, data: e.getValue() }) : ""
149
+ cell: ({ cell: e, row: a }) => a.original.method ? A(G, { row: a, data: e.getValue() }) : ""
150
150
  },
151
151
  {
152
152
  header: () => t("payment.transactions.table.type"),
@@ -158,7 +158,7 @@ ID: ` + a.original.transactionId : a.original.id;
158
158
  {
159
159
  header: () => t("payment.transactions.table.status"),
160
160
  accessorKey: "status",
161
- cell: ({ cell: e, row: a }) => A(G, { row: a, data: e.getValue() })
161
+ cell: ({ cell: e }) => A(B, { data: e.getValue() })
162
162
  },
163
163
  {
164
164
  header: () => t("payment.transactions.table.restaurant"),
@@ -236,7 +236,7 @@ ID: ` + a.original.transactionId : a.original.id;
236
236
  start: y,
237
237
  end: s
238
238
  });
239
- if (r.value = B(p), t.value = r.value, o.value > "") {
239
+ if (r.value = J(p), t.value = r.value, o.value > "") {
240
240
  var f = new RegExp(o.value, "i");
241
241
  t.value = r.value.filter((T) => {
242
242
  const e = JSON.stringify(T);
@@ -1156,7 +1156,7 @@ const Kn = {
1156
1156
  sidebarDisplay: "Restaurants",
1157
1157
  section: "payment-gateway"
1158
1158
  },
1159
- component: () => import("./Restaurant-Ckh7iZ9v.js")
1159
+ component: () => import("./Restaurant-DT1CBXoU.js")
1160
1160
  },
1161
1161
  {
1162
1162
  path: "/admin/restaurants/:restaurantId",
@@ -1165,7 +1165,7 @@ const Kn = {
1165
1165
  meta: {
1166
1166
  parent: "mf-payment-admin.restaurant"
1167
1167
  },
1168
- component: () => import("./RestaurantSetting-CeHORT_l.js")
1168
+ component: () => import("./RestaurantSetting-BZLLNlRl.js")
1169
1169
  },
1170
1170
  {
1171
1171
  path: "/admin/payout-accounts",
@@ -1174,7 +1174,7 @@ const Kn = {
1174
1174
  sidebarDisplay: "Payout Accounts",
1175
1175
  section: "payment-gateway"
1176
1176
  },
1177
- component: () => import("./PayoutAccount-2vZvDUNZ.js")
1177
+ component: () => import("./PayoutAccount-yapBZD1_.js")
1178
1178
  },
1179
1179
  {
1180
1180
  path: "/admin/payout-accounts/:accountId",
@@ -1183,7 +1183,7 @@ const Kn = {
1183
1183
  meta: {
1184
1184
  parent: "mf-payment-admin.payout-account"
1185
1185
  },
1186
- component: () => import("./PayoutAccountSetting-DfrRhtcP.js")
1186
+ component: () => import("./PayoutAccountSetting-l63lJr70.js")
1187
1187
  },
1188
1188
  {
1189
1189
  path: "/admin/onboarding",
@@ -1192,7 +1192,7 @@ const Kn = {
1192
1192
  sidebarDisplay: "Payment Onboarding",
1193
1193
  section: "payment-gateway"
1194
1194
  },
1195
- component: () => import("./OnboardSubmission-CNJ-CYki.js")
1195
+ component: () => import("./OnboardSubmission-Cs9HaAOd.js")
1196
1196
  },
1197
1197
  {
1198
1198
  path: "/admin/onboarding/:submissionId",
@@ -1201,7 +1201,7 @@ const Kn = {
1201
1201
  meta: {
1202
1202
  parent: "mf-payment-admin.onboard-submission"
1203
1203
  },
1204
- component: () => import("./OnboardForm-BLk46c4b.js")
1204
+ component: () => import("./OnboardForm-CHS-Wn8q.js")
1205
1205
  },
1206
1206
  {
1207
1207
  path: "/admin/terminal/pos",
@@ -1210,7 +1210,7 @@ const Kn = {
1210
1210
  sidebarDisplay: "POS",
1211
1211
  section: "device"
1212
1212
  },
1213
- component: () => import("./Terminal-CO1Qqx4X.js"),
1213
+ component: () => import("./Terminal-CDMAnVwE.js"),
1214
1214
  props: {
1215
1215
  type: "POS"
1216
1216
  }
@@ -1222,7 +1222,7 @@ const Kn = {
1222
1222
  sidebarDisplay: "Kiosks",
1223
1223
  section: "device"
1224
1224
  },
1225
- component: () => import("./Terminal-CO1Qqx4X.js"),
1225
+ component: () => import("./Terminal-CDMAnVwE.js"),
1226
1226
  props: {
1227
1227
  type: "KIOSK"
1228
1228
  }
@@ -1234,7 +1234,7 @@ const Kn = {
1234
1234
  sidebarDisplay: "Terminals",
1235
1235
  section: "device"
1236
1236
  },
1237
- component: () => import("./Terminal-CO1Qqx4X.js"),
1237
+ component: () => import("./Terminal-CDMAnVwE.js"),
1238
1238
  props: {
1239
1239
  type: "TERMINAL"
1240
1240
  }
@@ -1246,7 +1246,7 @@ const Kn = {
1246
1246
  meta: {
1247
1247
  parent: "mf-payment-admin.pos"
1248
1248
  },
1249
- component: () => import("./TerminalSetting-14CDkcsr.js")
1249
+ component: () => import("./TerminalSetting-DK9AiBdT.js")
1250
1250
  },
1251
1251
  {
1252
1252
  path: "/admin/terminal/kiosk/:terminalId",
@@ -1255,7 +1255,7 @@ const Kn = {
1255
1255
  meta: {
1256
1256
  parent: "mf-payment-admin.kiosk"
1257
1257
  },
1258
- component: () => import("./TerminalSetting-14CDkcsr.js")
1258
+ component: () => import("./TerminalSetting-DK9AiBdT.js")
1259
1259
  },
1260
1260
  {
1261
1261
  path: "/admin/terminal/terminal/:terminalId",
@@ -1264,7 +1264,7 @@ const Kn = {
1264
1264
  meta: {
1265
1265
  parent: "mf-payment-admin.terminal"
1266
1266
  },
1267
- component: () => import("./TerminalSetting-14CDkcsr.js")
1267
+ component: () => import("./TerminalSetting-DK9AiBdT.js")
1268
1268
  },
1269
1269
  {
1270
1270
  path: "/admin/transaction",
@@ -1272,7 +1272,7 @@ const Kn = {
1272
1272
  meta: {
1273
1273
  sidebarDisplay: "Transactions"
1274
1274
  },
1275
- component: () => import("./Transaction-LS_h6ecG.js")
1275
+ component: () => import("./Transaction-N5r7T7V9.js")
1276
1276
  },
1277
1277
  {
1278
1278
  path: "/admin/chargeback",
@@ -1280,7 +1280,7 @@ const Kn = {
1280
1280
  meta: {
1281
1281
  sidebarDisplay: "Chargebacks"
1282
1282
  },
1283
- component: () => import("./Chargeback-CocH4bON.js")
1283
+ component: () => import("./Chargeback-Bu9myaUA.js")
1284
1284
  },
1285
1285
  {
1286
1286
  path: "/admin/settlement",
@@ -1288,7 +1288,7 @@ const Kn = {
1288
1288
  meta: {
1289
1289
  sidebarDisplay: "Settlements"
1290
1290
  },
1291
- component: () => import("./Settlement-Dkf0_6WU.js")
1291
+ component: () => import("./Settlement-Dv0jEXTB.js")
1292
1292
  },
1293
1293
  {
1294
1294
  path: "/admin/settlement/:settlementId",
@@ -1297,7 +1297,7 @@ const Kn = {
1297
1297
  meta: {
1298
1298
  parent: "mf-payment-admin.settlement"
1299
1299
  },
1300
- component: () => import("./SettlementTransactions-B_-EF9FQ.js")
1300
+ component: () => import("./SettlementTransactions-JFsFu_Ht.js")
1301
1301
  }
1302
1302
  ], ue = [
1303
1303
  {
@@ -1307,7 +1307,7 @@ const Kn = {
1307
1307
  {
1308
1308
  path: "/payout-account",
1309
1309
  name: "mf-payment-payout-account",
1310
- component: () => import("./PayoutAccount-Qzl0EU8D.js"),
1310
+ component: () => import("./PayoutAccount-Cw8mr3AT.js"),
1311
1311
  meta: {
1312
1312
  sidebarDisplay: "i18n:payment.routes.payout_account"
1313
1313
  }
@@ -1315,7 +1315,7 @@ const Kn = {
1315
1315
  {
1316
1316
  path: "/onboard-submission",
1317
1317
  name: "mf-payment-onboard-submission",
1318
- component: () => import("./OnboardSubmission-CIZuFLWF.js"),
1318
+ component: () => import("./OnboardSubmission-DrhAUv7t.js"),
1319
1319
  meta: {
1320
1320
  sidebarDisplay: "i18n:payment.routes.onboard_submission",
1321
1321
  region: { MY: !0, TH: !0 }
@@ -1325,7 +1325,7 @@ const Kn = {
1325
1325
  path: "/onboard-submission/:type/:submission?",
1326
1326
  name: "mf-payment-onboard-submission-form",
1327
1327
  props: !0,
1328
- component: () => import("./OnboardForm-CqohYc7w.js"),
1328
+ component: () => import("./OnboardForm-r4gfwRzj.js"),
1329
1329
  meta: {
1330
1330
  parent: "mf-payment-onboard-submission"
1331
1331
  }
@@ -1333,7 +1333,7 @@ const Kn = {
1333
1333
  {
1334
1334
  path: "/transaction-old",
1335
1335
  name: "mf-payment-old-transaction",
1336
- component: () => import("./TransactionOld-Bivy85L4.js"),
1336
+ component: () => import("./TransactionOld-BHppAR5F.js"),
1337
1337
  meta: {
1338
1338
  sidebarDisplay: "i18n:payment.routes.transaction"
1339
1339
  }
@@ -1341,7 +1341,7 @@ const Kn = {
1341
1341
  {
1342
1342
  path: "/transaction",
1343
1343
  name: "mf-payment-transaction",
1344
- component: () => import("./Transaction-CkZKTFNI.js"),
1344
+ component: () => import("./Transaction-vwCDt0Pw.js"),
1345
1345
  meta: {
1346
1346
  sidebarDisplay: "i18n:payment.routes.transaction_new",
1347
1347
  sidebarNew: !0
@@ -1350,7 +1350,7 @@ const Kn = {
1350
1350
  {
1351
1351
  path: "/settlement",
1352
1352
  name: "mf-payment-settlement",
1353
- component: () => import("./Settlement-DWj3kJpX.js"),
1353
+ component: () => import("./Settlement-D6Qq9kGF.js"),
1354
1354
  meta: {
1355
1355
  sidebarDisplay: "i18n:payment.routes.settlement",
1356
1356
  region: { MY: !0, SG: !0 }
@@ -1360,7 +1360,7 @@ const Kn = {
1360
1360
  path: "/settlement/:settlementId",
1361
1361
  name: "mf-payment-settlement-transaction",
1362
1362
  props: !0,
1363
- component: () => import("./SettlementTransactions-BfDzz9CE.js"),
1363
+ component: () => import("./SettlementTransactions-BCk6M7qB.js"),
1364
1364
  meta: {
1365
1365
  parent: "mf-payment-settlement"
1366
1366
  }
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as e, i as o, r as p } from "./app-DUlTcsCJ.js";
1
+ import { a as e, i as o, r as p } from "./app-CA6LqLXm.js";
2
2
  import "@feedmepos/mf-financing";
3
3
  export {
4
4
  e as FmApp,