@feedmepos/mf-payment 0.0.0-beta.3 → 0.0.0-beta.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{PayoutAccount-BVljEwn3.js → PayoutAccount-CAFAjyuW.js} +1 -1
- package/dist/{PayoutAccount-J3GJxUjj.js → PayoutAccount-CcKzwrCh.js} +1 -1
- package/dist/app.js +3 -3
- package/dist/{index-D-lMrCvM.js → index-IE-8HK_2.js} +179 -179
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
import { shallowRef as EW, watchEffect as eJ, toValue as Lb, watch as ac, onBeforeUnmount as r2, defineComponent as eU, ref as nU, toRef as RJ, computed as v0, openBlock as Nl, createElementBlock as Ft, Fragment as E2, renderList as NJ, renderSlot as mR, createElementVNode as al, normalizeStyle as hJ, createCommentVNode as tZ, resolveComponent as fl, createVNode as Yl, normalizeClass as rs, unref as ul, toDisplayString as MR, reactive as bJ, createBlock as sd, withCtx as UZ, h as nn, onMounted as mJ } from "vue";
|
2
|
-
import { p as AQ, c as MJ, P as Rc } from "./index-
|
2
|
+
import { p as AQ, c as MJ, P as Rc } from "./index-IE-8HK_2.js";
|
3
3
|
import { _ as wW, u as GJ, e as zb } from "./index-DvzXwr90.js";
|
4
4
|
import { defineStore as JJ } from "pinia";
|
5
5
|
import { useCoreStore as TJ } from "@feedmepos/mf-common";
|
@@ -2,7 +2,7 @@ import { defineComponent as b, resolveComponent as i, openBlock as f, createBloc
|
|
2
2
|
import { u as E } from "./index-B8_4waUa.js";
|
3
3
|
import { _ as S } from "./index-DvzXwr90.js";
|
4
4
|
import { _ as O } from "./AdminLayout.vue_vue_type_script_setup_true_lang-oPYFBeEo.js";
|
5
|
-
import { P as F, p as K } from "./index-
|
5
|
+
import { P as F, p as K } from "./index-IE-8HK_2.js";
|
6
6
|
import "@feedmepos/ui-library";
|
7
7
|
import { _ as D } from "./index.vue_vue_type_script_setup_true_lang-y4tchjya.js";
|
8
8
|
const T = /* @__PURE__ */ b({
|
package/dist/app.js
CHANGED
@@ -9,7 +9,7 @@ const c = [
|
|
9
9
|
meta: {
|
10
10
|
sidebarDisplay: "Payout Accounts"
|
11
11
|
},
|
12
|
-
component: () => import("./PayoutAccount-
|
12
|
+
component: () => import("./PayoutAccount-CcKzwrCh.js")
|
13
13
|
},
|
14
14
|
{
|
15
15
|
path: "/payment/admin/transaction",
|
@@ -52,12 +52,12 @@ const c = [
|
|
52
52
|
], l = [
|
53
53
|
{
|
54
54
|
path: "",
|
55
|
-
redirect: {
|
55
|
+
redirect: { name: "mf-payment-payout-account" }
|
56
56
|
},
|
57
57
|
{
|
58
58
|
path: "/payment/payout-account",
|
59
59
|
name: "mf-payment-payout-account",
|
60
|
-
component: () => import("./PayoutAccount-
|
60
|
+
component: () => import("./PayoutAccount-CAFAjyuW.js"),
|
61
61
|
meta: {
|
62
62
|
sidebarDisplay: "Payout Accounts"
|
63
63
|
}
|