@feedmepos/mf-payment 1.5.75-dev → 1.5.76-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 (41) hide show
  1. package/dist/{Actions.vue_vue_type_script_setup_true_lang-Clq0gK8F.js → Actions.vue_vue_type_script_setup_true_lang-BBWoxxpE.js} +1 -1
  2. package/dist/{Chargeback-B0NVPvX4.js → Chargeback-7jLLq3BR.js} +5 -5
  3. package/dist/{DocumentViewer.vue_vue_type_script_setup_true_lang-DzWdVh1k.js → DocumentViewer.vue_vue_type_script_setup_true_lang-DTcwQ5Qj.js} +1 -1
  4. package/dist/{OnboardForm-CLixHoAD.js → OnboardForm-BN0ILsGU.js} +5 -5
  5. package/dist/{OnboardForm--EzInjiZ.js → OnboardForm-D_FIXmPB.js} +5 -5
  6. package/dist/{OnboardSubmission-C13NgJ_c.js → OnboardSubmission-CjObMzjr.js} +5 -5
  7. package/dist/{OnboardSubmission-Vrq1v0BQ.js → OnboardSubmission-hDMAGRnx.js} +2 -2
  8. package/dist/{PayoutAccount-D8-JYW4l.js → PayoutAccount-BdfuqSaf.js} +5 -5
  9. package/dist/{PayoutAccount-C_NgECbv.js → PayoutAccount-BpSQ2zQk.js} +5 -5
  10. package/dist/{PayoutAccountSetting-uv82IM9I.js → PayoutAccountSetting-Bj3ayBnW.js} +4 -4
  11. package/dist/{Restaurant-CeLGtOhN.js → Restaurant-BeasTCBN.js} +4 -4
  12. package/dist/{RestaurantSetting-CokkKQf1.js → RestaurantSetting-DwRraruD.js} +3 -3
  13. package/dist/{Settlement-BaVdCbhk.js → Settlement-CDQ4mC52.js} +3 -3
  14. package/dist/{Settlement-IzzxWS1Y.js → Settlement-CFfl02X_.js} +4 -4
  15. package/dist/{SettlementTransactions-BBiA4hjd.js → SettlementTransactions-BXeYz_iy.js} +4 -4
  16. package/dist/{SettlementTransactions-ClWROLAZ.js → SettlementTransactions-Bt_v-aI6.js} +4 -4
  17. package/dist/{Status.vue_vue_type_script_setup_true_lang-CMK3yXwC.js → Status.vue_vue_type_script_setup_true_lang-Cq8LBhUh.js} +1 -1
  18. package/dist/{Terminal-BFi2UmMt.js → Terminal-Bdra-49r.js} +5 -5
  19. package/dist/{TerminalSetting-AMhDLMFF.js → TerminalSetting-CzjDu4A_.js} +4 -4
  20. package/dist/{Transaction-6wkXIJe6.js → Transaction-BG3RCxYv.js} +6 -6
  21. package/dist/{Transaction-ajQzNDfS.js → Transaction-C3Le6Ig-.js} +10 -10
  22. package/dist/{TransactionOld--JDqFNem.js → TransactionOld-BXbn3NQy.js} +7 -7
  23. package/dist/{app-BWWQuKIi.js → app-DEJ_hAvw.js} +347 -344
  24. package/dist/app.d.ts +10 -5
  25. package/dist/app.js +1 -1
  26. package/dist/{assets-DPrEWC9w.js → assets-DhWdwOH7.js} +1 -1
  27. package/dist/{grafana-C0ylC9Dp.js → grafana-DJDzzJ9q.js} +1 -1
  28. package/dist/{index-YMOHOygz.js → index-BL_cPUhX.js} +2 -2
  29. package/dist/{index-Bd57_1iM.js → index-BbaDzW6B.js} +1 -1
  30. package/dist/{index-B9ASzUdx.js → index-BpwmbLR4.js} +1 -1
  31. package/dist/{index-BTy0uOXW.js → index-C2X36PPH.js} +1 -1
  32. package/dist/{index-Cj2vufH8.js → index-DbCpzLPM.js} +1 -1
  33. package/dist/{index-Co2hdn_t.js → index-DgtoLJuf.js} +1 -1
  34. package/dist/{index-Bm1sygad.js → index-DqBHy3Py.js} +1 -1
  35. package/dist/{index-HHaDD7PZ.js → index-DugLDgA_.js} +1 -1
  36. package/dist/{index-BbyGIYO2.js → index-RripfGVB.js} +1 -1
  37. package/dist/{index.vue_vue_type_script_setup_true_lang-Dtwo4sVt.js → index.vue_vue_type_script_setup_true_lang-Bl9xUvgx.js} +1 -1
  38. package/dist/package.json +2 -2
  39. package/dist/{payout-account-sqOaU3lp.js → payout-account-C0AWMnuX.js} +3 -3
  40. package/dist/tsconfig.app.tsbuildinfo +1 -1
  41. package/package.json +2 -2
package/dist/app.d.ts CHANGED
@@ -3,7 +3,8 @@ export type AppMessagesSchema = typeof enUS;
3
3
  export declare const i18nMessages: () => Record<string, Record<string, string>>;
4
4
  declare const routers: ({
5
5
  component: {
6
- render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
6
+ inheritAttrs: boolean;
7
+ setup(_: any, { attrs }: any): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
7
8
  [key: string]: any;
8
9
  }>;
9
10
  };
@@ -21,7 +22,8 @@ declare const routers: ({
21
22
  strict?: boolean | undefined;
22
23
  } | {
23
24
  component: {
24
- render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
+ inheritAttrs: boolean;
26
+ setup(_: any, { attrs }: any): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
27
  [key: string]: any;
26
28
  }>;
27
29
  };
@@ -39,7 +41,8 @@ declare const routers: ({
39
41
  strict?: boolean | undefined;
40
42
  } | {
41
43
  component: {
42
- render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
+ inheritAttrs: boolean;
45
+ setup(_: any, { attrs }: any): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
46
  [key: string]: any;
44
47
  }>;
45
48
  };
@@ -57,7 +60,8 @@ declare const routers: ({
57
60
  strict?: boolean | undefined;
58
61
  } | {
59
62
  component: {
60
- render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
63
+ inheritAttrs: boolean;
64
+ setup(_: any, { attrs }: any): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
61
65
  [key: string]: any;
62
66
  }>;
63
67
  };
@@ -75,7 +79,8 @@ declare const routers: ({
75
79
  strict?: boolean | undefined;
76
80
  } | {
77
81
  component: {
78
- render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
82
+ inheritAttrs: boolean;
83
+ setup(_: any, { attrs }: any): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
79
84
  [key: string]: any;
80
85
  }>;
81
86
  };
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { b as a, i as e, r as i } from "./app-BWWQuKIi.js";
1
+ import { b as a, i as e, r as i } from "./app-DEJ_hAvw.js";
2
2
  import "@feedmepos/mf-financing";
3
3
  import "vue";
4
4
  export {
@@ -1,4 +1,4 @@
1
- import { p as Q } from "./index-Cj2vufH8.js";
1
+ import { p as Q } from "./index-DbCpzLPM.js";
2
2
  import { d as w } from "./dinero-CIVmXLL-.js";
3
3
  import { h as V } from "./moment-h96o7c8I.js";
4
4
  import { defineComponent as c, resolveComponent as R, openBlock as l, createBlock as L, normalizeClass as T, withCtx as z, createElementVNode as p, toDisplayString as r } from "vue";
@@ -1,4 +1,4 @@
1
- import { e as c } from "./index-Cj2vufH8.js";
1
+ import { e as c } from "./index-DbCpzLPM.js";
2
2
  import { useCoreStore as p } from "@feedmepos/mf-common";
3
3
  import { h as n } from "./moment-h96o7c8I.js";
4
4
  const i = "https://grafana.feedme.farm/explore?schemaVersion=1", m = (o, r, t) => ({
@@ -1,6 +1,6 @@
1
- import { g as n, b as a, o as u, a as m } from "./index-Cj2vufH8.js";
1
+ import { g as n, b as a, o as u, a as m } from "./index-DbCpzLPM.js";
2
2
  import { h as b } from "./moment-h96o7c8I.js";
3
- import { d } from "./index-Bm1sygad.js";
3
+ import { d } from "./index-DqBHy3Py.js";
4
4
  const w = {
5
5
  async read(s) {
6
6
  return m(
@@ -1,4 +1,4 @@
1
- import { g as r, c as i, b as m, d as l, l as c, f as d, h as y } from "./index-Cj2vufH8.js";
1
+ import { g as r, c as i, b as m, d as l, l as c, f as d, h as y } from "./index-DbCpzLPM.js";
2
2
  import { h as o } from "./moment-h96o7c8I.js";
3
3
  import { d as f } from "./dinero-CIVmXLL-.js";
4
4
  function* p(t, a) {
@@ -1,4 +1,4 @@
1
- import { g as n, b as e, a as o, d as m, l, c as i, r as f } from "./index-Cj2vufH8.js";
1
+ import { g as n, b as e, a as o, d as m, l, c as i, r as f } from "./index-DbCpzLPM.js";
2
2
  import { h as a } from "./moment-h96o7c8I.js";
3
3
  const w = {
4
4
  async readBySettlementId(t) {
@@ -1,6 +1,6 @@
1
1
  import { ref as b, watch as w } from "vue";
2
2
  import { useRoute as A, useRouter as m } from "vue-router";
3
- import { g as y } from "./app-BWWQuKIi.js";
3
+ import { g as y } from "./app-DEJ_hAvw.js";
4
4
  var d = {};
5
5
  (function(s) {
6
6
  (function(c) {
@@ -1,4 +1,4 @@
1
- import { c as H, a as Iv, g as Av } from "./app-BWWQuKIi.js";
1
+ import { c as H, a as Iv, g as Av } from "./app-DEJ_hAvw.js";
2
2
  import { useCoreStore as Tu } from "@feedmepos/mf-common";
3
3
  import { ref as pv } from "vue";
4
4
  var eh = {}, Hd = {}, F = {}, Vm = {}, p_ = {}, S_ = {}, hc = {};
@@ -1,4 +1,4 @@
1
- import { b as r, g as e } from "./index-Cj2vufH8.js";
1
+ import { b as r, g as e } from "./index-DbCpzLPM.js";
2
2
  const n = {
3
3
  async readRestaurantById(t) {
4
4
  const a = await r().get(`/restaurants/${t}`);
@@ -1,4 +1,4 @@
1
- import { b as r, c as n } from "./index-Cj2vufH8.js";
1
+ import { b as r, c as n } from "./index-DbCpzLPM.js";
2
2
  const i = {
3
3
  async upload(e, s, t) {
4
4
  const a = (await n().post("/document/presign", {
@@ -1,4 +1,4 @@
1
- import { g as n, b as s, c as u, a as e } from "./index-Cj2vufH8.js";
1
+ import { g as n, b as s, c as u, a as e } from "./index-DbCpzLPM.js";
2
2
  const o = {
3
3
  async read(a) {
4
4
  return e(
@@ -1,4 +1,4 @@
1
- import { b as a, g as t, p as r, c as i, a as s } from "./index-Cj2vufH8.js";
1
+ import { b as a, g as t, p as r, c as i, a as s } from "./index-DbCpzLPM.js";
2
2
  const m = {
3
3
  async create(e) {
4
4
  return s(
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as U, ref as r, resolveComponent as f, openBlock as g, createBlock as S, withCtx as z, createElementVNode as s, normalizeStyle as j, createElementBlock as B, Fragment as N, renderList as E, createVNode as c, computed as _, watch as I, onMounted as O, unref as C, toDisplayString as D, createCommentVNode as R, nextTick as G, normalizeClass as H } from "vue";
2
- import { u as J } from "./index-Cj2vufH8.js";
2
+ import { u as J } from "./index-DbCpzLPM.js";
3
3
  import "@feedmepos/ui-library";
4
4
  const K = ["id"], L = /* @__PURE__ */ U({
5
5
  __name: "FmTableSelection",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "1.5.75-dev",
3
+ "version": "1.5.76-dev",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "@casl/ability": "^3.2.0",
38
38
  "@feedmepos/core": "^2.6.0",
39
- "@feedmepos/hrm-permission": "^1.0.4",
39
+ "@feedmepos/hrm-permission": "^1.0.5-dev.3",
40
40
  "@feedmepos/mf-common": "^1.26.8",
41
41
  "@feedmepos/mf-financing": "0.0.24-dev",
42
42
  "@feedmepos/payment-entity": "0.1.80",
@@ -1,7 +1,7 @@
1
- import { p as E, B as st } from "./index-Cj2vufH8.js";
2
- import { g as it, c as at, _ as ut } from "./app-BWWQuKIi.js";
1
+ import { p as E, B as st } from "./index-DbCpzLPM.js";
2
+ import { g as it, c as at, _ as ut } from "./app-DEJ_hAvw.js";
3
3
  import { useCoreStore as ot } from "@feedmepos/mf-common";
4
- import { d as H } from "./index-Bm1sygad.js";
4
+ import { d as H } from "./index-DqBHy3Py.js";
5
5
  var Q = { exports: {} };
6
6
  (function(i, a) {
7
7
  (function(t, m) {