@feedmepos/mf-payment 1.5.58-dev → 1.5.59-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 (27) hide show
  1. package/dist/{OnboardForm-DvRA8ZFe.js → OnboardForm-JVgZ181b.js} +553 -481
  2. package/dist/{OnboardForm-D-wyJQY9.js → OnboardForm-zsULkQrh.js} +2 -2
  3. package/dist/{OnboardSubmission-DvWwQFy6.js → OnboardSubmission-BvUrpOC3.js} +336 -121
  4. package/dist/{OnboardSubmission-C2BYK2p1.js → OnboardSubmission-CR6o2zIK.js} +25 -25
  5. package/dist/{PayoutAccount-CFlQtAoG.js → PayoutAccount-3zLhh0ti.js} +1 -1
  6. package/dist/{PayoutAccount-NlE9-0J7.js → PayoutAccount-B42ffsVM.js} +1 -1
  7. package/dist/{Terminal-Sfe6Nf9j.js → Terminal-DqSu2QTe.js} +1 -1
  8. package/dist/TerminalSetting-BCVX0Jdf.js +2102 -0
  9. package/dist/{Transaction-hVVgSn4x.js → Transaction-Cuh4qbT0.js} +1 -1
  10. package/dist/api/onboard-submission/index.d.ts +13 -0
  11. package/dist/api/terminal/index.d.ts +1 -0
  12. package/dist/{app-C5xqFDpA.js → app-B9xMyKhl.js} +187 -137
  13. package/dist/app.js +1 -1
  14. package/dist/composable/async-poller/index.d.ts +22 -0
  15. package/dist/index-BteYHCd3.js +63 -0
  16. package/dist/{index-CnN_MV2-.js → index-CQI_8W1T.js} +23 -8
  17. package/dist/index-MdV54cWO.js +58 -0
  18. package/dist/package.json +1 -1
  19. package/dist/{payout-account-CrHhzFPk.js → payout-account-BkGj6HJy.js} +1 -1
  20. package/dist/tsconfig.app.tsbuildinfo +1 -1
  21. package/dist/views/admin/onboard-submission/forms/TyroSubmission.vue.d.ts +81 -0
  22. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +2 -2
  23. package/dist/views/admin/terminal/tabs/useTyroSoftposGateway.d.ts +10 -0
  24. package/dist/views/onboard-submission/tyro-submission-polling.d.ts +27 -0
  25. package/package.json +1 -1
  26. package/dist/TerminalSetting-KjacSx_V.js +0 -1958
  27. package/dist/index-XTdSN6CV.js +0 -60
@@ -1,7 +1,7 @@
1
- import { defineComponent as x, ref as w, watch as f, computed as y, resolveComponent as _, openBlock as F, createBlock as O, withCtx as b, createElementVNode as k, createVNode as m, isRef as n, unref as o, h as K } from "vue";
2
- import { o as T } from "./index-CnN_MV2-.js";
3
- import { p as u } from "./index-D0j1LZAB.js";
4
- import { _ as R } from "./index.vue_vue_type_script_setup_true_lang-BksGFeSf.js";
1
+ import { defineComponent as x, ref as w, watch as f, computed as y, resolveComponent as _, openBlock as k, createBlock as F, withCtx as b, createElementVNode as K, createVNode as m, isRef as n, unref as o, h as O } from "vue";
2
+ import { o as R } from "./index-CQI_8W1T.js";
3
+ import { p as d } from "./index-D0j1LZAB.js";
4
+ import { _ as T } from "./index.vue_vue_type_script_setup_true_lang-BksGFeSf.js";
5
5
  import { useRouter as D } from "vue-router";
6
6
  import { _ as N } from "./AdminLayout.vue_vue_type_script_setup_true_lang-0Mf1MhAL.js";
7
7
  import { h as U } from "./moment-h96o7c8I.js";
@@ -11,20 +11,20 @@ import { _ as I } from "./Status.vue_vue_type_script_setup_true_lang-CUnCf_fx.js
11
11
  const Y = { class: "flex items-start mb-6" }, L = /* @__PURE__ */ x({
12
12
  __name: "OnboardSubmission",
13
13
  setup($) {
14
- const i = w(), h = D(), { status: l, type: r, search: s } = C({
15
- status: [u.FdoOnboardStatus.Enum.submitted],
14
+ const u = w(), h = D(), { status: l, type: s, search: r } = C({
15
+ status: [d.FdoOnboardStatus.Enum.submitted],
16
16
  type: "",
17
17
  search: ""
18
18
  });
19
- f([l, r], () => {
19
+ f([l, s], () => {
20
20
  var e;
21
- return (e = i.value) == null ? void 0 : e.reset();
21
+ return (e = u.value) == null ? void 0 : e.reset();
22
22
  });
23
- let d;
24
- f(s, () => {
25
- d && clearTimeout(d), d = setTimeout(() => {
23
+ let i;
24
+ f(r, () => {
25
+ i && clearTimeout(i), i = setTimeout(() => {
26
26
  var e;
27
- (e = i.value) == null || e.reset();
27
+ (e = u.value) == null || e.reset();
28
28
  }, 700);
29
29
  });
30
30
  const g = function(e) {
@@ -75,7 +75,7 @@ const Y = { class: "flex items-start mb-6" }, L = /* @__PURE__ */ x({
75
75
  meta: {
76
76
  textAlign: "left"
77
77
  },
78
- cell: ({ cell: e }) => K(I, { data: e.getValue() })
78
+ cell: ({ cell: e }) => O(I, { data: e.getValue() })
79
79
  },
80
80
  {
81
81
  accessorKey: "updatedAt",
@@ -85,34 +85,34 @@ const Y = { class: "flex items-start mb-6" }, L = /* @__PURE__ */ x({
85
85
  }
86
86
  }
87
87
  ], V = y(
88
- () => u.FdoOnboardType.options.map((e) => ({
88
+ () => d.FdoOnboardType.options.map((e) => ({
89
89
  label: e,
90
90
  value: e
91
91
  }))
92
92
  ), p = y(
93
- () => u.FdoOnboardStatus.options.map((e) => ({
93
+ () => d.FdoOnboardStatus.options.map((e) => ({
94
94
  label: e,
95
95
  value: e
96
96
  }))
97
97
  );
98
98
  return (e, a) => {
99
99
  const A = _("FmSearch"), c = _("FmSelect");
100
- return F(), O(N, {
100
+ return k(), F(N, {
101
101
  title: "Payment Onboarding",
102
102
  loading: !1
103
103
  }, {
104
104
  default: b(() => [
105
- k("div", Y, [
105
+ K("div", Y, [
106
106
  m(A, {
107
- "model-value": o(s),
108
- "onUpdate:modelValue": a[0] || (a[0] = (t) => n(s) ? s.value = t : null),
107
+ "model-value": o(r),
108
+ "onUpdate:modelValue": a[0] || (a[0] = (t) => n(r) ? r.value = t : null),
109
109
  class: "mr-6",
110
110
  label: "Search",
111
111
  placeholder: "Search Restaurant ID"
112
112
  }, null, 8, ["model-value"]),
113
113
  m(c, {
114
- modelValue: o(r),
115
- "onUpdate:modelValue": a[1] || (a[1] = (t) => n(r) ? r.value = t : null),
114
+ modelValue: o(s),
115
+ "onUpdate:modelValue": a[1] || (a[1] = (t) => n(s) ? s.value = t : null),
116
116
  class: "mr-6 w-[128px]",
117
117
  label: "Type",
118
118
  "label-mark": "required",
@@ -137,14 +137,14 @@ const Y = { class: "flex items-start mb-6" }, L = /* @__PURE__ */ x({
137
137
  _: 1
138
138
  }, 8, ["modelValue", "items"])
139
139
  ]),
140
- m(R, {
140
+ m(T, {
141
141
  ref_key: "controller",
142
- ref: i,
142
+ ref: u,
143
143
  "column-defs": v,
144
144
  "rows-defs": g,
145
- paginate: (t, S) => o(T).read({ status: o(l), type: o(r), limit: t, cursor: S, search: o(s) }),
145
+ paginate: (t, S) => o(R).read({ status: o(l), type: o(s), limit: t, cursor: S, search: o(r) }),
146
146
  onRowClick: a[4] || (a[4] = (t) => {
147
- t.type !== o(u.FdoOnboardType).enum.tyro && o(h).push({
147
+ o(h).push({
148
148
  name: "mf-payment-admin.onboard-submission-form",
149
149
  params: {
150
150
  submissionId: t._id
@@ -3,7 +3,7 @@ import { h as K } from "./moment-h96o7c8I.js";
3
3
  import { u as T } from "./index-BkQ7t3F6.js";
4
4
  import { p as $ } from "./index-D0j1LZAB.js";
5
5
  import { _ as U } from "./AdminLayout.vue_vue_type_script_setup_true_lang-0Mf1MhAL.js";
6
- import { P as E } from "./payout-account-CrHhzFPk.js";
6
+ import { P as E } from "./payout-account-BkGj6HJy.js";
7
7
  import { p as A } from "./index-C80a7-Ks.js";
8
8
  import "@feedmepos/ui-library";
9
9
  import { _ as G } from "./index.vue_vue_type_script_setup_true_lang-BksGFeSf.js";
@@ -3,7 +3,7 @@ import { defineStore as rA, storeToRefs as lA } from "pinia";
3
3
  import { p as k } from "./index-C80a7-Ks.js";
4
4
  import { p as O, u as nA, e as cA } from "./index-D0j1LZAB.js";
5
5
  import { useI18n as S, useCoreStore as sA } from "@feedmepos/mf-common";
6
- import { c as BA, a as AA, P as R } from "./payout-account-CrHhzFPk.js";
6
+ import { c as BA, a as AA, P as R } from "./payout-account-BkGj6HJy.js";
7
7
  import { useDialogChild as uA, useDialog as wA } from "@feedmepos/ui-library";
8
8
  import { z as j, a as y } from "./validator-DzjyJnvv.js";
9
9
  import { P as tA } from "./PDFViewer-CIPPbzWD.js";
@@ -5,7 +5,7 @@ import { u as Me } from "./index-BkQ7t3F6.js";
5
5
  import { _ as be } from "./index.vue_vue_type_script_setup_true_lang-BksGFeSf.js";
6
6
  import { _ as Se } from "./AdminLayout.vue_vue_type_script_setup_true_lang-0Mf1MhAL.js";
7
7
  import { useSnackbar as J, useDialogChild as Pe, useDialog as Ae } from "@feedmepos/ui-library";
8
- import { t as K } from "./index-XTdSN6CV.js";
8
+ import { t as K } from "./index-BteYHCd3.js";
9
9
  import { c as le } from "./clipboard-4jh1WteU.js";
10
10
  import { useCoreStore as ue } from "@feedmepos/mf-common";
11
11
  import { g as Te } from "./grafana-B0iQmK6j.js";