@feedmepos/mf-payment 0.0.0-beta.47 → 0.0.0-beta.49
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/AdminLayout.vue_vue_type_script_setup_true_lang-BTmMOzwx.js +39 -0
- package/dist/{Layout.vue_vue_type_script_setup_true_lang-C38PTqO5.js → Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js} +9 -9
- package/dist/{PayoutAccount-D-5Ssbyp.js → PayoutAccount-N97WzOS5.js} +2 -2
- package/dist/{PayoutAccount-Djyf_cBr.js → PayoutAccount-hRlf93I3.js} +2 -2
- package/dist/{PayoutAccountSetting-t3MudcS-.js → PayoutAccountSetting-CTHMEsjH.js} +1 -1
- package/dist/{Settlement-CwdBiElJ.js → Settlement-DsjIRuJW.js} +1 -1
- package/dist/{Settlement-ID4SKZQU.js → Settlement-G6Ac690_.js} +1 -1
- package/dist/{SettlementTransactions-Bv_KB2nk.js → SettlementTransactions-D1pkLrWn.js} +1 -1
- package/dist/{SettlementTransactions-Co0wLS-w.js → SettlementTransactions-DZnWOOzM.js} +1 -1
- package/dist/{Terminal-CD2HjTZ6.js → Terminal-ClGqWjhf.js} +1 -1
- package/dist/{TerminalSetting-1bqfLfaT.js → TerminalSetting-BixN506L.js} +1 -1
- package/dist/{TerminalTransaction-UXIy6i3a.js → TerminalTransaction-BW6GU0qV.js} +1 -1
- package/dist/{TerminalTransaction-u-_yuP6s.js → TerminalTransaction-BfPsGowk.js} +1 -1
- package/dist/{Transaction-p2vB4SVZ.js → Transaction-LC2KAr1G.js} +1 -1
- package/dist/{Transaction-CydLMWFM.js → Transaction-bUy85OPi.js} +1 -1
- package/dist/{app-e-zKIrg4.js → app-DuUf1EVT.js} +131 -131
- package/dist/app.js +1 -1
- package/dist/package.json +1 -1
- package/dist/{payout-account-CAzXXWOw.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-1DSAdvX7.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 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 | 
            -
            };
         |