@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.
- 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
- package/dist/{Chargeback-BWYiKkqL.js → Chargeback-7jLLq3BR.js} +5 -5
- package/dist/{DocumentViewer.vue_vue_type_script_setup_true_lang-BfeWxpKJ.js → DocumentViewer.vue_vue_type_script_setup_true_lang-DTcwQ5Qj.js} +1 -1
- package/dist/{OnboardForm-BbkAGkHb.js → OnboardForm-BN0ILsGU.js} +5 -5
- package/dist/{OnboardForm-p7d_OavN.js → OnboardForm-D_FIXmPB.js} +5 -5
- package/dist/{OnboardSubmission-3odyUQyC.js → OnboardSubmission-CjObMzjr.js} +5 -5
- package/dist/{OnboardSubmission-CiBbPO2D.js → OnboardSubmission-hDMAGRnx.js} +2 -2
- package/dist/{PayoutAccount-CWtqzA8d.js → PayoutAccount-BdfuqSaf.js} +5 -5
- package/dist/{PayoutAccount-CXV_QvZQ.js → PayoutAccount-BpSQ2zQk.js} +5 -5
- package/dist/{PayoutAccountSetting-BtadpaJg.js → PayoutAccountSetting-Bj3ayBnW.js} +4 -4
- package/dist/{Restaurant-DH_HfGFZ.js → Restaurant-BeasTCBN.js} +4 -4
- package/dist/{RestaurantSetting-CBSXwRgk.js → RestaurantSetting-DwRraruD.js} +3 -3
- package/dist/{Settlement-DoakARF-.js → Settlement-CDQ4mC52.js} +3 -3
- package/dist/{Settlement-DIfoJ0TR.js → Settlement-CFfl02X_.js} +4 -4
- package/dist/{SettlementTransactions-DFFeDJwr.js → SettlementTransactions-BXeYz_iy.js} +4 -4
- package/dist/{SettlementTransactions-BNuPUJ_9.js → SettlementTransactions-Bt_v-aI6.js} +4 -4
- package/dist/{Status.vue_vue_type_script_setup_true_lang-B9iMrYmB.js → Status.vue_vue_type_script_setup_true_lang-Cq8LBhUh.js} +1 -1
- package/dist/{Terminal-CLwRLkqy.js → Terminal-Bdra-49r.js} +5 -5
- package/dist/{TerminalSetting-w4xSbjgG.js → TerminalSetting-CzjDu4A_.js} +4 -4
- package/dist/{Transaction-D8FgEjT-.js → Transaction-BG3RCxYv.js} +6 -6
- package/dist/{Transaction-CRAVbLeJ.js → Transaction-C3Le6Ig-.js} +10 -10
- package/dist/{TransactionOld-DtairD3U.js → TransactionOld-BXbn3NQy.js} +7 -7
- package/dist/{app-KyFHax35.js → app-DEJ_hAvw.js} +1083 -1075
- package/dist/app.d.ts +96 -1
- package/dist/app.js +5 -4
- package/dist/{assets-DbTpTl63.js → assets-DhWdwOH7.js} +1 -1
- package/dist/{grafana-DEDOEUfG.js → grafana-DJDzzJ9q.js} +1 -1
- package/dist/{index-BkrnKa5a.js → index-BL_cPUhX.js} +2 -2
- package/dist/{index-hLGdCywe.js → index-BbaDzW6B.js} +1 -1
- package/dist/{index-DLCMqRW5.js → index-BpwmbLR4.js} +1 -1
- package/dist/{index-CtMveZxp.js → index-C2X36PPH.js} +1 -1
- package/dist/{index-BI8GkVPY.js → index-DbCpzLPM.js} +1 -1
- package/dist/{index-BSF_x7-q.js → index-DgtoLJuf.js} +1 -1
- package/dist/{index-439R_pZM.js → index-DqBHy3Py.js} +1 -1
- package/dist/{index-CzT76TN3.js → index-DugLDgA_.js} +1 -1
- package/dist/{index-B_nnreIH.js → index-RripfGVB.js} +1 -1
- 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
- package/dist/package.json +2 -2
- package/dist/{payout-account-fFkHTIdO.js → payout-account-C0AWMnuX.js} +3 -3
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- 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:
|
|
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
|
|
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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import { c as H, a as Iv, g as Av } from "./app-
|
|
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,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-
|
|
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.
|
|
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.
|
|
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-
|
|
2
|
-
import { g as it, c as at, _ as ut } from "./app-
|
|
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-
|
|
4
|
+
import { d as H } from "./index-DqBHy3Py.js";
|
|
5
5
|
var Q = { exports: {} };
|
|
6
6
|
(function(i, a) {
|
|
7
7
|
(function(t, m) {
|