@feedmepos/mf-payment 1.1.10 → 1.1.12-beta.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.
Files changed (31) hide show
  1. package/dist/{PayoutAccount-DYaDyUv-.js → PayoutAccount-DKEe7X58.js} +10 -10
  2. package/dist/{PayoutAccount-DS8uWdg6.js → PayoutAccount-MczrEYYq.js} +145 -144
  3. package/dist/{PayoutAccountSetting-CaWSuWfP.js → PayoutAccountSetting-CLZsdyeA.js} +3 -3
  4. package/dist/{Restaurant-DQVYjNCS.js → Restaurant-DUPNOvKz.js} +4 -4
  5. package/dist/{RestaurantSetting-CIIbhon-.js → RestaurantSetting-DvLSXxui.js} +3 -3
  6. package/dist/{Settlement-B1Wxz1Ud.js → Settlement-BHs5dzF0.js} +3 -3
  7. package/dist/{Settlement-BYpA6n3I.js → Settlement-y_Da-L5X.js} +3 -3
  8. package/dist/{SettlementTransactions-Cn894u3m.js → SettlementTransactions-CtsY0F48.js} +3 -3
  9. package/dist/{SettlementTransactions-SPDIlLfj.js → SettlementTransactions-DlPy1Ipe.js} +3 -3
  10. package/dist/{Terminal-DwRmKAkV.js → Terminal-BacjYgmz.js} +6 -6
  11. package/dist/{TerminalSetting-BXjGS7gr.js → TerminalSetting-DlNjElAd.js} +3 -3
  12. package/dist/{Transaction-DfCzQWjl.js → Transaction-BKBt1fN-.js} +5 -5
  13. package/dist/{Transaction-CZXLiiK_.js → Transaction-FtI1kV0c.js} +9 -9
  14. package/dist/{TransactionOld-V05PFuAs.js → TransactionOld-CADkyqcT.js} +4 -4
  15. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-pP3veVBQ.js → TransactionTable.vue_vue_type_script_setup_true_lang-CswpeblY.js} +3 -3
  16. package/dist/{app-Cwh0hT_9.js → app-BT5HDAK2.js} +236 -236
  17. package/dist/app.js +1 -1
  18. package/dist/{assets-A_2acaHr.js → assets-CrxFOAg1.js} +1 -1
  19. package/dist/{grafana-S2Pyvvsb.js → grafana-CNGlZ51D.js} +2 -2
  20. package/dist/{index-DlkaQaXu.js → index-3crqMtQN.js} +1 -1
  21. package/dist/{index-DRMgFTyD.js → index-4oeE6L5j.js} +1 -1
  22. package/dist/{index-nh9QzbMv.js → index-6Dd9Z4I1.js} +1 -1
  23. package/dist/{index-BO9tnr5e.js → index-BA1axWIR.js} +1 -1
  24. package/dist/{index-B45raqGN.js → index-C-bq2Wp4.js} +1713 -1713
  25. package/dist/{index-Dwo99xiS.js → index-C0M8Ujrb.js} +1 -1
  26. package/dist/{index.vue_vue_type_script_setup_true_lang-_ttdMw6x.js → index.vue_vue_type_script_setup_true_lang-B1h_dhOi.js} +1 -1
  27. package/dist/model/payout-account.d.ts +30 -11
  28. package/dist/package.json +1 -1
  29. package/dist/{payout-account-CqkVIkNF.js → payout-account-DtsDnugX.js} +193 -182
  30. package/dist/tsconfig.app.tsbuildinfo +1 -1
  31. package/package.json +1 -1
@@ -1,11 +1,11 @@
1
1
  import { defineComponent as y, resolveComponent as u, openBlock as h, createBlock as k, normalizeClass as N, withCtx as c, createElementVNode as P, toDisplayString as I, createVNode as i, computed as x, ref as S, watch as F, unref as r, isRef as f, h as v } from "vue";
2
- import { u as O } from "./index-Dwo99xiS.js";
3
- import { _ as K } from "./index-B45raqGN.js";
2
+ import { u as O } from "./index-C0M8Ujrb.js";
3
+ import { _ as K } from "./index-C-bq2Wp4.js";
4
4
  import { _ as A } from "./AdminLayout.vue_vue_type_script_setup_true_lang-BTmMOzwx.js";
5
- import { P as V } from "./payout-account-CqkVIkNF.js";
6
- import { p as D } from "./index-BO9tnr5e.js";
5
+ import { P as V } from "./payout-account-DtsDnugX.js";
6
+ import { p as D } from "./index-BA1axWIR.js";
7
7
  import "@feedmepos/ui-library";
8
- import { _ as T } from "./index.vue_vue_type_script_setup_true_lang-_ttdMw6x.js";
8
+ import { _ as T } from "./index.vue_vue_type_script_setup_true_lang-B1h_dhOi.js";
9
9
  import { useRouter as U } from "vue-router";
10
10
  import { _ as $ } from "./SelectAll.vue_vue_type_script_setup_true_lang-DA4rs3tk.js";
11
11
  const G = /* @__PURE__ */ y({
@@ -91,7 +91,7 @@ const G = /* @__PURE__ */ y({
91
91
  }), j = { class: "flex items-start mb-6" }, ae = /* @__PURE__ */ y({
92
92
  __name: "PayoutAccount",
93
93
  setup(_) {
94
- const l = x(() => V.storeEventOptions), t = x(() => V.statusOptions), p = S(), d = U(), { event: o, status: s, searchKey: m } = O({
94
+ const l = x(() => V.storeEventOptions()), t = x(() => V.statusOptions()), p = S(), d = U(), { event: o, status: s, searchKey: m } = O({
95
95
  searchKey: "",
96
96
  event: K.F_PAYOUT_FOR.Enum.ORDERING,
97
97
  status: t.value.map((e) => e.value)
@@ -144,7 +144,7 @@ const G = /* @__PURE__ */ y({
144
144
  ...a,
145
145
  ...b
146
146
  };
147
- }, B = [
147
+ }, C = [
148
148
  {
149
149
  header: () => "Type",
150
150
  accessorKey: "event",
@@ -177,7 +177,7 @@ const G = /* @__PURE__ */ y({
177
177
  }
178
178
  ];
179
179
  return (e, a) => {
180
- const b = u("FmSelect"), g = u("FmSearch"), C = u("FmFormGroup");
180
+ const b = u("FmSelect"), g = u("FmSearch"), B = u("FmFormGroup");
181
181
  return h(), k(A, {
182
182
  title: "Payout Accounts",
183
183
  loading: !1
@@ -210,7 +210,7 @@ const G = /* @__PURE__ */ y({
210
210
  ]),
211
211
  _: 1
212
212
  }, 8, ["modelValue", "items"]),
213
- i(C, {
213
+ i(B, {
214
214
  class: "w-[300px]",
215
215
  modelValue: r(m),
216
216
  "onUpdate:modelValue": a[4] || (a[4] = (n) => f(m) ? m.value = n : null),
@@ -229,7 +229,7 @@ const G = /* @__PURE__ */ y({
229
229
  i(T, {
230
230
  ref_key: "controller",
231
231
  ref: p,
232
- "column-defs": B,
232
+ "column-defs": C,
233
233
  "rows-defs": R,
234
234
  paginate: (n, E) => r(D).read({ event: r(o), status: r(s), searchKey: r(m), limit: n, cursor: E }),
235
235
  onRowClick: a[5] || (a[5] = (n) => r(d).push({