@feedmepos/mf-payment 0.0.0-beta.48 → 0.0.0-beta.49
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AdminLayout.vue_vue_type_script_setup_true_lang-BTmMOzwx.js +39 -0
- package/dist/{Layout.vue_vue_type_script_setup_true_lang-D-JR2zbC.js → Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js} +2 -2
- package/dist/{PayoutAccount-9VwIiz7n.js → PayoutAccount-N97WzOS5.js} +2 -2
- package/dist/{PayoutAccount-DVb8J-Yf.js → PayoutAccount-hRlf93I3.js} +2 -2
- package/dist/{PayoutAccountSetting-DBtUBO3o.js → PayoutAccountSetting-CTHMEsjH.js} +1 -1
- package/dist/{Settlement-DNmMKdPw.js → Settlement-DsjIRuJW.js} +1 -1
- package/dist/{Settlement-COFM3lbO.js → Settlement-G6Ac690_.js} +1 -1
- package/dist/{SettlementTransactions-CCsvpOSt.js → SettlementTransactions-D1pkLrWn.js} +1 -1
- package/dist/{SettlementTransactions-DMzwczhl.js → SettlementTransactions-DZnWOOzM.js} +1 -1
- package/dist/{Terminal-B8RsZu8o.js → Terminal-ClGqWjhf.js} +1 -1
- package/dist/{TerminalSetting-DuO38Btt.js → TerminalSetting-BixN506L.js} +1 -1
- package/dist/{TerminalTransaction-_Y2wlZv_.js → TerminalTransaction-BW6GU0qV.js} +1 -1
- package/dist/{TerminalTransaction-C0u7w70f.js → TerminalTransaction-BfPsGowk.js} +1 -1
- package/dist/{Transaction-D8We2hsE.js → Transaction-LC2KAr1G.js} +1 -1
- package/dist/{Transaction-BkBLz76p.js → Transaction-bUy85OPi.js} +1 -1
- package/dist/{app-CFvRa-m-.js → app-DuUf1EVT.js} +211 -211
- package/dist/app.js +1 -1
- package/dist/package.json +1 -1
- package/dist/{payout-account-BrjQQJcd.js → payout-account-BXyXgwrc.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/AdminLayout.vue_vue_type_script_setup_true_lang-Dn1N0mw9.js +0 -42
package/package.json
CHANGED
@@ -1,42 +0,0 @@
|
|
1
|
-
import { defineComponent as l, resolveComponent as t, openBlock as n, createElementBlock as s, createVNode as r, withCtx as c, createElementVNode as m, renderSlot as p } from "vue";
|
2
|
-
import "@feedmepos/ui-library";
|
3
|
-
const d = {
|
4
|
-
key: 0,
|
5
|
-
class: "flex items-center justify-center mb-6 min-h-[80vh]"
|
6
|
-
}, u = {
|
7
|
-
key: 1,
|
8
|
-
class: "m-6"
|
9
|
-
}, k = { class: "bg-white fm-corner-radius-md p-6" }, g = /* @__PURE__ */ l({
|
10
|
-
__name: "AdminLayout",
|
11
|
-
props: {
|
12
|
-
loading: { type: Boolean },
|
13
|
-
title: {},
|
14
|
-
onBack: { type: Function },
|
15
|
-
businessFilter: { type: Boolean },
|
16
|
-
restaurantFilter: { type: Boolean }
|
17
|
-
},
|
18
|
-
setup(_) {
|
19
|
-
return (e, o) => {
|
20
|
-
const a = t("FmCircularProgress"), i = t("FmPageHead");
|
21
|
-
return e.loading ? (n(), s("div", d, [
|
22
|
-
r(a, { size: "xxl" })
|
23
|
-
])) : (n(), s("div", u, [
|
24
|
-
r(i, {
|
25
|
-
class: "flex-grow",
|
26
|
-
title: e.title,
|
27
|
-
"back-button": !!e.onBack,
|
28
|
-
"onClick:back": e.onBack
|
29
|
-
}, {
|
30
|
-
append: c(() => o[0] || (o[0] = [])),
|
31
|
-
_: 1
|
32
|
-
}, 8, ["title", "back-button", "onClick:back"]),
|
33
|
-
m("div", k, [
|
34
|
-
p(e.$slots, "default")
|
35
|
-
])
|
36
|
-
]));
|
37
|
-
};
|
38
|
-
}
|
39
|
-
});
|
40
|
-
export {
|
41
|
-
g as _
|
42
|
-
};
|