@feedmepos/mf-payment 1.5.74-dev → 1.5.75-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-Clq0gK8F.js} +1 -1
  2. package/dist/{Chargeback-BWYiKkqL.js → Chargeback-B0NVPvX4.js} +5 -5
  3. package/dist/{DocumentViewer.vue_vue_type_script_setup_true_lang-BfeWxpKJ.js → DocumentViewer.vue_vue_type_script_setup_true_lang-DzWdVh1k.js} +1 -1
  4. package/dist/{OnboardForm-p7d_OavN.js → OnboardForm--EzInjiZ.js} +5 -5
  5. package/dist/{OnboardForm-BbkAGkHb.js → OnboardForm-CLixHoAD.js} +5 -5
  6. package/dist/{OnboardSubmission-3odyUQyC.js → OnboardSubmission-C13NgJ_c.js} +5 -5
  7. package/dist/{OnboardSubmission-CiBbPO2D.js → OnboardSubmission-Vrq1v0BQ.js} +2 -2
  8. package/dist/{PayoutAccount-CXV_QvZQ.js → PayoutAccount-C_NgECbv.js} +5 -5
  9. package/dist/{PayoutAccount-CWtqzA8d.js → PayoutAccount-D8-JYW4l.js} +5 -5
  10. package/dist/{PayoutAccountSetting-BtadpaJg.js → PayoutAccountSetting-uv82IM9I.js} +4 -4
  11. package/dist/{Restaurant-DH_HfGFZ.js → Restaurant-CeLGtOhN.js} +4 -4
  12. package/dist/{RestaurantSetting-CBSXwRgk.js → RestaurantSetting-CokkKQf1.js} +3 -3
  13. package/dist/{Settlement-DoakARF-.js → Settlement-BaVdCbhk.js} +3 -3
  14. package/dist/{Settlement-DIfoJ0TR.js → Settlement-IzzxWS1Y.js} +4 -4
  15. package/dist/{SettlementTransactions-DFFeDJwr.js → SettlementTransactions-BBiA4hjd.js} +4 -4
  16. package/dist/{SettlementTransactions-BNuPUJ_9.js → SettlementTransactions-ClWROLAZ.js} +4 -4
  17. package/dist/{Status.vue_vue_type_script_setup_true_lang-B9iMrYmB.js → Status.vue_vue_type_script_setup_true_lang-CMK3yXwC.js} +1 -1
  18. package/dist/{Terminal-CLwRLkqy.js → Terminal-BFi2UmMt.js} +5 -5
  19. package/dist/{TerminalSetting-w4xSbjgG.js → TerminalSetting-AMhDLMFF.js} +4 -4
  20. package/dist/{Transaction-D8FgEjT-.js → Transaction-6wkXIJe6.js} +6 -6
  21. package/dist/{Transaction-CRAVbLeJ.js → Transaction-ajQzNDfS.js} +10 -10
  22. package/dist/{TransactionOld-DtairD3U.js → TransactionOld--JDqFNem.js} +7 -7
  23. package/dist/{app-KyFHax35.js → app-BWWQuKIi.js} +787 -782
  24. package/dist/app.d.ts +91 -1
  25. package/dist/app.js +5 -4
  26. package/dist/{assets-DbTpTl63.js → assets-DPrEWC9w.js} +1 -1
  27. package/dist/{grafana-DEDOEUfG.js → grafana-C0ylC9Dp.js} +1 -1
  28. package/dist/{index-DLCMqRW5.js → index-B9ASzUdx.js} +1 -1
  29. package/dist/{index-CtMveZxp.js → index-BTy0uOXW.js} +1 -1
  30. package/dist/{index-B_nnreIH.js → index-BbyGIYO2.js} +1 -1
  31. package/dist/{index-hLGdCywe.js → index-Bd57_1iM.js} +1 -1
  32. package/dist/{index-439R_pZM.js → index-Bm1sygad.js} +1 -1
  33. package/dist/{index-BI8GkVPY.js → index-Cj2vufH8.js} +1 -1
  34. package/dist/{index-BSF_x7-q.js → index-Co2hdn_t.js} +1 -1
  35. package/dist/{index-CzT76TN3.js → index-HHaDD7PZ.js} +1 -1
  36. package/dist/{index-BkrnKa5a.js → index-YMOHOygz.js} +2 -2
  37. package/dist/{index.vue_vue_type_script_setup_true_lang-BSY-OpVl.js → index.vue_vue_type_script_setup_true_lang-Dtwo4sVt.js} +1 -1
  38. package/dist/package.json +1 -1
  39. package/dist/{payout-account-fFkHTIdO.js → payout-account-sqOaU3lp.js} +3 -3
  40. package/dist/tsconfig.app.tsbuildinfo +1 -1
  41. package/package.json +1 -1
package/dist/app.d.ts CHANGED
@@ -1,6 +1,96 @@
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
+ render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
7
+ [key: string]: any;
8
+ }>;
9
+ };
10
+ components?: undefined;
11
+ children?: undefined;
12
+ redirect?: undefined;
13
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
14
+ path: string;
15
+ alias?: string | string[] | undefined;
16
+ name?: import("vue-router").RouteRecordNameGeneric;
17
+ beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
18
+ meta?: import("vue-router").RouteMeta | undefined;
19
+ end?: boolean | undefined;
20
+ sensitive?: boolean | undefined;
21
+ strict?: boolean | undefined;
22
+ } | {
23
+ component: {
24
+ render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
+ [key: string]: any;
26
+ }>;
27
+ };
28
+ components?: undefined;
29
+ children: import("vue-router").RouteRecordRaw[];
30
+ props?: import("vue-router")._RouteRecordProps<string | symbol> | undefined;
31
+ path: string;
32
+ redirect?: import("vue-router").RouteRecordRedirectOption | undefined;
33
+ alias?: string | string[] | undefined;
34
+ name?: import("vue-router").RouteRecordNameGeneric;
35
+ beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
36
+ meta?: import("vue-router").RouteMeta | undefined;
37
+ end?: boolean | undefined;
38
+ sensitive?: boolean | undefined;
39
+ strict?: boolean | undefined;
40
+ } | {
41
+ component: {
42
+ render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
+ [key: string]: any;
44
+ }>;
45
+ };
46
+ components: Record<string, import("vue-router").RouteComponent | (() => Promise<import("vue-router").RouteComponent>)>;
47
+ children?: undefined;
48
+ redirect?: undefined;
49
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
50
+ path: string;
51
+ alias?: string | string[] | undefined;
52
+ name?: import("vue-router").RouteRecordNameGeneric;
53
+ beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
54
+ meta?: import("vue-router").RouteMeta | undefined;
55
+ end?: boolean | undefined;
56
+ sensitive?: boolean | undefined;
57
+ strict?: boolean | undefined;
58
+ } | {
59
+ component: {
60
+ render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
61
+ [key: string]: any;
62
+ }>;
63
+ };
64
+ components?: Record<string, import("vue-router").RouteComponent | (() => Promise<import("vue-router").RouteComponent>)> | null | undefined;
65
+ children: import("vue-router").RouteRecordRaw[];
66
+ props?: boolean | Record<string, import("vue-router")._RouteRecordProps<string | symbol>> | undefined;
67
+ path: string;
68
+ redirect?: import("vue-router").RouteRecordRedirectOption | undefined;
69
+ alias?: string | string[] | undefined;
70
+ name?: import("vue-router").RouteRecordNameGeneric;
71
+ beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
72
+ meta?: import("vue-router").RouteMeta | undefined;
73
+ end?: boolean | undefined;
74
+ sensitive?: boolean | undefined;
75
+ strict?: boolean | undefined;
76
+ } | {
77
+ component: {
78
+ render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
79
+ [key: string]: any;
80
+ }>;
81
+ };
82
+ redirect: import("vue-router").RouteRecordRedirectOption;
83
+ components?: undefined;
84
+ props?: undefined;
85
+ path: string;
86
+ alias?: string | string[] | undefined;
87
+ name?: import("vue-router").RouteRecordNameGeneric;
88
+ beforeEnter?: import("vue-router").NavigationGuardWithThis<undefined> | import("vue-router").NavigationGuardWithThis<undefined>[] | undefined;
89
+ meta?: import("vue-router").RouteMeta | undefined;
90
+ children?: import("vue-router").RouteRecordRaw[] | undefined;
91
+ end?: boolean | undefined;
92
+ sensitive?: boolean | undefined;
93
+ strict?: boolean | undefined;
94
+ })[];
5
95
  export { routers };
6
96
  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-BWWQuKIi.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-Cj2vufH8.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-Cj2vufH8.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,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-Cj2vufH8.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-BWWQuKIi.js";
4
4
  var d = {};
5
5
  (function(s) {
6
6
  (function(c) {
@@ -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-Cj2vufH8.js";
2
2
  const m = {
3
3
  async create(e) {
4
4
  return s(
@@ -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-Cj2vufH8.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 { b as r, c as n } from "./index-BI8GkVPY.js";
1
+ import { b as r, c as n } from "./index-Cj2vufH8.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 { 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-BWWQuKIi.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-Cj2vufH8.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 { 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-Cj2vufH8.js";
2
2
  const o = {
3
3
  async read(a) {
4
4
  return e(
@@ -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-Cj2vufH8.js";
2
2
  import { h as b } from "./moment-h96o7c8I.js";
3
- import { d } from "./index-439R_pZM.js";
3
+ import { d } from "./index-Bm1sygad.js";
4
4
  const w = {
5
5
  async read(s) {
6
6
  return m(
@@ -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-Cj2vufH8.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.75-dev",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -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-Cj2vufH8.js";
2
+ import { g as it, c as at, _ as ut } from "./app-BWWQuKIi.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-Bm1sygad.js";
5
5
  var Q = { exports: {} };
6
6
  (function(i, a) {
7
7
  (function(t, m) {