@feedmepos/mf-payment 0.0.0-beta.47 → 0.0.0-beta.49

Sign up to get free protection for your applications and to get access to all the features.
Files changed (22) hide show
  1. package/dist/AdminLayout.vue_vue_type_script_setup_true_lang-BTmMOzwx.js +39 -0
  2. package/dist/{Layout.vue_vue_type_script_setup_true_lang-C38PTqO5.js → Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js} +9 -9
  3. package/dist/{PayoutAccount-D-5Ssbyp.js → PayoutAccount-N97WzOS5.js} +2 -2
  4. package/dist/{PayoutAccount-Djyf_cBr.js → PayoutAccount-hRlf93I3.js} +2 -2
  5. package/dist/{PayoutAccountSetting-t3MudcS-.js → PayoutAccountSetting-CTHMEsjH.js} +1 -1
  6. package/dist/{Settlement-CwdBiElJ.js → Settlement-DsjIRuJW.js} +1 -1
  7. package/dist/{Settlement-ID4SKZQU.js → Settlement-G6Ac690_.js} +1 -1
  8. package/dist/{SettlementTransactions-Bv_KB2nk.js → SettlementTransactions-D1pkLrWn.js} +1 -1
  9. package/dist/{SettlementTransactions-Co0wLS-w.js → SettlementTransactions-DZnWOOzM.js} +1 -1
  10. package/dist/{Terminal-CD2HjTZ6.js → Terminal-ClGqWjhf.js} +1 -1
  11. package/dist/{TerminalSetting-1bqfLfaT.js → TerminalSetting-BixN506L.js} +1 -1
  12. package/dist/{TerminalTransaction-UXIy6i3a.js → TerminalTransaction-BW6GU0qV.js} +1 -1
  13. package/dist/{TerminalTransaction-u-_yuP6s.js → TerminalTransaction-BfPsGowk.js} +1 -1
  14. package/dist/{Transaction-p2vB4SVZ.js → Transaction-LC2KAr1G.js} +1 -1
  15. package/dist/{Transaction-CydLMWFM.js → Transaction-bUy85OPi.js} +1 -1
  16. package/dist/{app-e-zKIrg4.js → app-DuUf1EVT.js} +131 -131
  17. package/dist/app.js +1 -1
  18. package/dist/package.json +1 -1
  19. package/dist/{payout-account-CAzXXWOw.js → payout-account-BXyXgwrc.js} +1 -1
  20. package/dist/tsconfig.app.tsbuildinfo +1 -1
  21. package/package.json +1 -1
  22. package/dist/AdminLayout.vue_vue_type_script_setup_true_lang-1DSAdvX7.js +0 -42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "0.0.0-beta.47",
3
+ "version": "0.0.0-beta.49",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -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 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
- };