@feedmepos/mf-payment 1.5.74-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-DkPI_drV.js → Actions.vue_vue_type_script_setup_true_lang-BBWoxxpE.js} +1 -1
  2. package/dist/{Chargeback-BWYiKkqL.js → Chargeback-7jLLq3BR.js} +5 -5
  3. package/dist/{DocumentViewer.vue_vue_type_script_setup_true_lang-BfeWxpKJ.js → DocumentViewer.vue_vue_type_script_setup_true_lang-DTcwQ5Qj.js} +1 -1
  4. package/dist/{OnboardForm-BbkAGkHb.js → OnboardForm-BN0ILsGU.js} +5 -5
  5. package/dist/{OnboardForm-p7d_OavN.js → OnboardForm-D_FIXmPB.js} +5 -5
  6. package/dist/{OnboardSubmission-3odyUQyC.js → OnboardSubmission-CjObMzjr.js} +5 -5
  7. package/dist/{OnboardSubmission-CiBbPO2D.js → OnboardSubmission-hDMAGRnx.js} +2 -2
  8. package/dist/{PayoutAccount-CWtqzA8d.js → PayoutAccount-BdfuqSaf.js} +5 -5
  9. package/dist/{PayoutAccount-CXV_QvZQ.js → PayoutAccount-BpSQ2zQk.js} +5 -5
  10. package/dist/{PayoutAccountSetting-BtadpaJg.js → PayoutAccountSetting-Bj3ayBnW.js} +4 -4
  11. package/dist/{Restaurant-DH_HfGFZ.js → Restaurant-BeasTCBN.js} +4 -4
  12. package/dist/{RestaurantSetting-CBSXwRgk.js → RestaurantSetting-DwRraruD.js} +3 -3
  13. package/dist/{Settlement-DoakARF-.js → Settlement-CDQ4mC52.js} +3 -3
  14. package/dist/{Settlement-DIfoJ0TR.js → Settlement-CFfl02X_.js} +4 -4
  15. package/dist/{SettlementTransactions-DFFeDJwr.js → SettlementTransactions-BXeYz_iy.js} +4 -4
  16. package/dist/{SettlementTransactions-BNuPUJ_9.js → SettlementTransactions-Bt_v-aI6.js} +4 -4
  17. package/dist/{Status.vue_vue_type_script_setup_true_lang-B9iMrYmB.js → Status.vue_vue_type_script_setup_true_lang-Cq8LBhUh.js} +1 -1
  18. package/dist/{Terminal-CLwRLkqy.js → Terminal-Bdra-49r.js} +5 -5
  19. package/dist/{TerminalSetting-w4xSbjgG.js → TerminalSetting-CzjDu4A_.js} +4 -4
  20. package/dist/{Transaction-D8FgEjT-.js → Transaction-BG3RCxYv.js} +6 -6
  21. package/dist/{Transaction-CRAVbLeJ.js → Transaction-C3Le6Ig-.js} +10 -10
  22. package/dist/{TransactionOld-DtairD3U.js → TransactionOld-BXbn3NQy.js} +7 -7
  23. package/dist/{app-KyFHax35.js → app-DEJ_hAvw.js} +1083 -1075
  24. package/dist/app.d.ts +96 -1
  25. package/dist/app.js +5 -4
  26. package/dist/{assets-DbTpTl63.js → assets-DhWdwOH7.js} +1 -1
  27. package/dist/{grafana-DEDOEUfG.js → grafana-DJDzzJ9q.js} +1 -1
  28. package/dist/{index-BkrnKa5a.js → index-BL_cPUhX.js} +2 -2
  29. package/dist/{index-hLGdCywe.js → index-BbaDzW6B.js} +1 -1
  30. package/dist/{index-DLCMqRW5.js → index-BpwmbLR4.js} +1 -1
  31. package/dist/{index-CtMveZxp.js → index-C2X36PPH.js} +1 -1
  32. package/dist/{index-BI8GkVPY.js → index-DbCpzLPM.js} +1 -1
  33. package/dist/{index-BSF_x7-q.js → index-DgtoLJuf.js} +1 -1
  34. package/dist/{index-439R_pZM.js → index-DqBHy3Py.js} +1 -1
  35. package/dist/{index-CzT76TN3.js → index-DugLDgA_.js} +1 -1
  36. package/dist/{index-B_nnreIH.js → index-RripfGVB.js} +1 -1
  37. package/dist/{index.vue_vue_type_script_setup_true_lang-BSY-OpVl.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-fFkHTIdO.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
@@ -1,6 +1,101 @@
1
1
  import enUS from "./assets/locales/en-US.json";
2
2
  export type AppMessagesSchema = typeof enUS;
3
3
  export declare const i18nMessages: () => Record<string, Record<string, string>>;
4
- declare const routers: import("vue-router").RouteRecordRaw[];
4
+ declare const routers: ({
5
+ component: {
6
+ inheritAttrs: boolean;
7
+ setup(_: any, { attrs }: any): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8
+ [key: string]: any;
9
+ }>;
10
+ };
11
+ components?: undefined;
12
+ children?: undefined;
13
+ redirect?: undefined;
14
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
15
+ path: string;
16
+ alias?: string | string[] | undefined;
17
+ name?: import("vue-router").RouteRecordNameGeneric;
18
+ beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
19
+ meta?: import("vue-router").RouteMeta | undefined;
20
+ end?: boolean | undefined;
21
+ sensitive?: boolean | undefined;
22
+ strict?: boolean | undefined;
23
+ } | {
24
+ component: {
25
+ inheritAttrs: boolean;
26
+ setup(_: any, { attrs }: any): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
+ [key: string]: any;
28
+ }>;
29
+ };
30
+ components?: undefined;
31
+ children: import("vue-router").RouteRecordRaw[];
32
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
33
+ path: string;
34
+ redirect?: import("vue-router").RouteRecordRedirectOption | undefined;
35
+ alias?: string | string[] | undefined;
36
+ name?: import("vue-router").RouteRecordNameGeneric;
37
+ beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
38
+ meta?: import("vue-router").RouteMeta | undefined;
39
+ end?: boolean | undefined;
40
+ sensitive?: boolean | undefined;
41
+ strict?: boolean | undefined;
42
+ } | {
43
+ component: {
44
+ inheritAttrs: boolean;
45
+ setup(_: any, { attrs }: any): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
+ [key: string]: any;
47
+ }>;
48
+ };
49
+ components: Record<string, import("vue-router").RouteComponent | (() => Promise<import("vue-router").RouteComponent>)>;
50
+ children?: undefined;
51
+ redirect?: undefined;
52
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
53
+ path: string;
54
+ alias?: string | string[] | undefined;
55
+ name?: import("vue-router").RouteRecordNameGeneric;
56
+ beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
57
+ meta?: import("vue-router").RouteMeta | undefined;
58
+ end?: boolean | undefined;
59
+ sensitive?: boolean | undefined;
60
+ strict?: boolean | undefined;
61
+ } | {
62
+ component: {
63
+ inheritAttrs: boolean;
64
+ setup(_: any, { attrs }: any): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
65
+ [key: string]: any;
66
+ }>;
67
+ };
68
+ components?: Record<string, import("vue-router").RouteComponent | (() => Promise<import("vue-router").RouteComponent>)> | null | undefined;
69
+ children: import("vue-router").RouteRecordRaw[];
70
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
71
+ path: string;
72
+ redirect?: import("vue-router").RouteRecordRedirectOption | undefined;
73
+ alias?: string | string[] | undefined;
74
+ name?: import("vue-router").RouteRecordNameGeneric;
75
+ beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
76
+ meta?: import("vue-router").RouteMeta | undefined;
77
+ end?: boolean | undefined;
78
+ sensitive?: boolean | undefined;
79
+ strict?: boolean | undefined;
80
+ } | {
81
+ component: {
82
+ inheritAttrs: boolean;
83
+ setup(_: any, { attrs }: any): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
84
+ [key: string]: any;
85
+ }>;
86
+ };
87
+ redirect: import("vue-router").RouteRecordRedirectOption;
88
+ components?: undefined;
89
+ props?: undefined;
90
+ path: string;
91
+ alias?: string | string[] | undefined;
92
+ name?: import("vue-router").RouteRecordNameGeneric;
93
+ beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
94
+ meta?: import("vue-router").RouteMeta | undefined;
95
+ children?: import("vue-router").RouteRecordRaw[] | undefined;
96
+ end?: boolean | undefined;
97
+ sensitive?: boolean | undefined;
98
+ strict?: boolean | undefined;
99
+ })[];
5
100
  export { routers };
6
101
  export { default as FmApp } from "./App.vue";
package/dist/app.js CHANGED
@@ -1,7 +1,8 @@
1
- import { b as e, i as o, r as p } from "./app-KyFHax35.js";
1
+ import { b as a, i as e, r as i } from "./app-DEJ_hAvw.js";
2
2
  import "@feedmepos/mf-financing";
3
+ import "vue";
3
4
  export {
4
- e as FmApp,
5
- o as i18nMessages,
6
- p as routers
5
+ a as FmApp,
6
+ e as i18nMessages,
7
+ i as routers
7
8
  };
@@ -1,4 +1,4 @@
1
- import { p as Q } from "./index-BI8GkVPY.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-BI8GkVPY.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-BI8GkVPY.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-439R_pZM.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-BI8GkVPY.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-BI8GkVPY.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-KyFHax35.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-KyFHax35.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-BI8GkVPY.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-BI8GkVPY.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-BI8GkVPY.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-BI8GkVPY.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-BI8GkVPY.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.74-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-BI8GkVPY.js";
2
- import { g as it, c as at, _ as ut } from "./app-KyFHax35.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-439R_pZM.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) {