@feedmepos/mf-payment 1.3.19 → 1.3.21
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/{OnboardForm-DPP9sDQZ.js → OnboardForm-UC7FlAKc.js} +133 -128
- package/dist/OnboardForm-ZIeFW3ZH.js +774 -0
- package/dist/{OnboardSubmission-DXUcu1dt.js → OnboardSubmission-CGI_T8K6.js} +2 -2
- package/dist/{OnboardSubmission-BAl9Ow45.js → OnboardSubmission-CUqrOqBi.js} +5 -5
- package/dist/{PayoutAccount-CXDYrAd3.js → PayoutAccount-D2eUU8Qa.js} +5 -5
- package/dist/{PayoutAccount-NSgjtEeb.js → PayoutAccount-pxoe0HM6.js} +5 -5
- package/dist/{PayoutAccountSetting-BbMJO09b.js → PayoutAccountSetting-yH2ZRT-A.js} +378 -296
- package/dist/{Restaurant-CwdFy65Q.js → Restaurant-CeH2FJRT.js} +4 -4
- package/dist/{RestaurantSetting-BZ_wJvh-.js → RestaurantSetting-BV1XLh-9.js} +292 -212
- package/dist/{Settlement-PxISyjHU.js → Settlement-DzYUTaVE.js} +3 -3
- package/dist/{Settlement-ByfwQDjy.js → Settlement-L8ukHWPs.js} +3 -3
- package/dist/{SettlementTransactions-DidiqbXG.js → SettlementTransactions-C8o5Atmc.js} +3 -3
- package/dist/{SettlementTransactions-D5yeeyDP.js → SettlementTransactions-DG9nJuLQ.js} +3 -3
- package/dist/{Status.vue_vue_type_script_setup_true_lang-kehDoQ6j.js → Status.vue_vue_type_script_setup_true_lang-B7a304Y6.js} +1 -1
- package/dist/{Terminal-C--amJVv.js → Terminal-DA_mJQMD.js} +5 -5
- package/dist/{TerminalSetting-CmpDYU7f.js → TerminalSetting-GFMILaSV.js} +93 -93
- package/dist/{Transaction-Bd_4iMOT.js → Transaction-CfC0yN9P.js} +5 -5
- package/dist/{Transaction-BMc3gQy1.js → Transaction-fhDUanwr.js} +6 -6
- package/dist/{TransactionOld-8-sEspIt.js → TransactionOld-CObh3uJa.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-BayIh55f.js → TransactionTable.vue_vue_type_script_setup_true_lang-DPRIp0wx.js} +3 -3
- package/dist/{app-BNDwaB8P.js → app-U8rab4vJ.js} +23 -23
- package/dist/app.js +1 -1
- package/dist/{assets-CTH4trdc.js → assets-D4ayW3GC.js} +1 -1
- package/dist/components/ImagePreview.vue.d.ts +13 -0
- package/dist/{grafana-bPLmWYzm.js → grafana-BrdrOUM4.js} +1 -1
- package/dist/{index-DZYRliw9.js → index-BWjmOoX3.js} +1 -1
- package/dist/{index-CJPiBIRm.js → index-C4FfKmPS.js} +5303 -5231
- package/dist/{index-B5zEwG__.js → index-C8G7ruiF.js} +1 -1
- package/dist/{index-D1aKlCrl.js → index-DJJFmavW.js} +2 -2
- package/dist/{index-cU53UWIn.js → index-DJrcobek.js} +1 -1
- package/dist/{index-98tll3Hu.js → index-ILoz50zh.js} +1 -1
- package/dist/{index-DPY6iypt.js → index-j0nww2Hf.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-CaVufHjO.js → index.vue_vue_type_script_setup_true_lang-v7o6C5Pg.js} +1 -1
- package/dist/package.json +2 -2
- package/dist/{payout-account-B5NqmtVV.js → payout-account-OFsbgQTk.js} +3 -3
- package/dist/{plugins-P9PV_l1I.js → plugins-C0WdSJxl.js} +1 -1
- package/dist/stores/payoutAccount.d.ts +34 -18
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +34 -18
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +38 -22
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +38 -22
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +34 -18
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +34 -18
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +38 -22
- package/dist/views/admin/payout-account/tabs/gateway/AdyenGateway.vue.d.ts +45 -0
- package/dist/views/admin/payout-account/tabs/gateway/DigioGateway.vue.d.ts +2 -2
- package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/gateway/MacauPassGateway.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
- package/dist/views/admin/restaurant/tabs/gateway/AdyenGateway.vue.d.ts +50 -0
- package/dist/views/admin/restaurant/tabs/gateway/DigioGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +8 -8
- package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +8 -8
- package/dist/views/admin/restaurant/tabs/gateway/GrabGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/gateway/MacauPassGateway.vue.d.ts +8 -8
- package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/gateway/SoftSpaceGateway.vue.d.ts +6 -6
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/EcrGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/QrGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/ecr/GhlGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/ecr/KBankGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/ecr/Maybank2Gateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/ecr/Maybank3Gateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/ecr/MaybankGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/ecr/NetsGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/ecr/TerminalGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/qr/PromptPayGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +20 -20
- package/dist/views/onboard-submission/cell/UploadButton.vue.d.ts +9 -2
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +68 -36
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +32 -32
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +16 -16
- package/package.json +2 -2
- package/dist/OnboardForm-Dwj9j1vz.js +0 -673
@@ -1,11 +1,11 @@
|
|
1
1
|
import { defineComponent as T, ref as y, onMounted as Y, watch as f, resolveComponent as V, openBlock as C, createBlock as M, unref as t, withCtx as O, createElementVNode as u, createVNode as i, isRef as h } from "vue";
|
2
|
-
import { t as g, b as S } from "./assets-
|
3
|
-
import { u as $ } from "./index-
|
4
|
-
import { _ as N } from "./TransactionTable.vue_vue_type_script_setup_true_lang-
|
2
|
+
import { t as g, b as S } from "./assets-D4ayW3GC.js";
|
3
|
+
import { u as $ } from "./index-C4FfKmPS.js";
|
4
|
+
import { _ as N } from "./TransactionTable.vue_vue_type_script_setup_true_lang-DPRIp0wx.js";
|
5
5
|
import { h as x } from "./moment-h96o7c8I.js";
|
6
6
|
import { useCoreStore as k, useI18n as E } from "@feedmepos/mf-common";
|
7
7
|
import { _ as L } from "./Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js";
|
8
|
-
import { u as P } from "./index-
|
8
|
+
import { u as P } from "./index-ILoz50zh.js";
|
9
9
|
import { _ as A } from "./AsyncButton.vue_vue_type_script_setup_true_lang-DcjzvYwT.js";
|
10
10
|
import { _ as B } from "./RestaurantSelector.vue_vue_type_script_setup_true_lang-DyLnqQYe.js";
|
11
11
|
import { _ as F } from "./DateRangePicker.vue_vue_type_script_setup_true_lang-dP_5WjEJ.js";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { defineComponent as y, resolveComponent as d, openBlock as m, createBlock as f, normalizeClass as R, withCtx as p, createElementVNode as A, toDisplayString as V, unref as K, createElementBlock as N, createVNode as k, Fragment as U, renderList as B, ref as S, watch as $, h as b } from "vue";
|
2
2
|
import { useSnackbar as L, useDialog as G } from "@feedmepos/ui-library";
|
3
|
-
import { g as O, a as Y, t as h, c as x } from "./assets-
|
4
|
-
import { e as T } from "./index-
|
5
|
-
import { g as z } from "./grafana-
|
3
|
+
import { g as O, a as Y, t as h, c as x } from "./assets-D4ayW3GC.js";
|
4
|
+
import { e as T } from "./index-C4FfKmPS.js";
|
5
|
+
import { g as z } from "./grafana-BrdrOUM4.js";
|
6
6
|
import { w as E } from "./Modal-DB8M9o1T.js";
|
7
7
|
import { u as w } from "./error-K1CakhA9.js";
|
8
8
|
import { useCoreStore as Q, useI18n as j } from "@feedmepos/mf-common";
|
@@ -365,7 +365,7 @@ const Gn = {
|
|
365
365
|
sidebarDisplay: "Restaurants",
|
366
366
|
section: "payment-gateway"
|
367
367
|
},
|
368
|
-
component: () => import("./Restaurant-
|
368
|
+
component: () => import("./Restaurant-CeH2FJRT.js")
|
369
369
|
},
|
370
370
|
{
|
371
371
|
path: "/admin/restaurants/:restaurantId",
|
@@ -374,7 +374,7 @@ const Gn = {
|
|
374
374
|
meta: {
|
375
375
|
parent: "mf-payment-admin.restaurant"
|
376
376
|
},
|
377
|
-
component: () => import("./RestaurantSetting-
|
377
|
+
component: () => import("./RestaurantSetting-BV1XLh-9.js")
|
378
378
|
},
|
379
379
|
{
|
380
380
|
path: "/admin/payout-accounts",
|
@@ -383,7 +383,7 @@ const Gn = {
|
|
383
383
|
sidebarDisplay: "Payout Accounts",
|
384
384
|
section: "payment-gateway"
|
385
385
|
},
|
386
|
-
component: () => import("./PayoutAccount-
|
386
|
+
component: () => import("./PayoutAccount-pxoe0HM6.js")
|
387
387
|
},
|
388
388
|
{
|
389
389
|
path: "/admin/payout-accounts/:accountId",
|
@@ -392,7 +392,7 @@ const Gn = {
|
|
392
392
|
meta: {
|
393
393
|
parent: "mf-payment-admin.payout-account"
|
394
394
|
},
|
395
|
-
component: () => import("./PayoutAccountSetting-
|
395
|
+
component: () => import("./PayoutAccountSetting-yH2ZRT-A.js")
|
396
396
|
},
|
397
397
|
{
|
398
398
|
path: "/admin/onboarding",
|
@@ -401,7 +401,7 @@ const Gn = {
|
|
401
401
|
sidebarDisplay: "Payment Onboarding",
|
402
402
|
section: "payment-gateway"
|
403
403
|
},
|
404
|
-
component: () => import("./OnboardSubmission-
|
404
|
+
component: () => import("./OnboardSubmission-CUqrOqBi.js")
|
405
405
|
},
|
406
406
|
{
|
407
407
|
path: "/admin/onboarding/:submissionId",
|
@@ -410,7 +410,7 @@ const Gn = {
|
|
410
410
|
meta: {
|
411
411
|
parent: "mf-payment-admin.onboard-submission"
|
412
412
|
},
|
413
|
-
component: () => import("./OnboardForm-
|
413
|
+
component: () => import("./OnboardForm-UC7FlAKc.js")
|
414
414
|
},
|
415
415
|
{
|
416
416
|
path: "/admin/terminal/pos",
|
@@ -419,7 +419,7 @@ const Gn = {
|
|
419
419
|
sidebarDisplay: "POS",
|
420
420
|
section: "device"
|
421
421
|
},
|
422
|
-
component: () => import("./Terminal-
|
422
|
+
component: () => import("./Terminal-DA_mJQMD.js"),
|
423
423
|
props: {
|
424
424
|
type: "POS"
|
425
425
|
}
|
@@ -431,7 +431,7 @@ const Gn = {
|
|
431
431
|
sidebarDisplay: "Kiosks",
|
432
432
|
section: "device"
|
433
433
|
},
|
434
|
-
component: () => import("./Terminal-
|
434
|
+
component: () => import("./Terminal-DA_mJQMD.js"),
|
435
435
|
props: {
|
436
436
|
type: "KIOSK"
|
437
437
|
}
|
@@ -443,7 +443,7 @@ const Gn = {
|
|
443
443
|
sidebarDisplay: "Terminals",
|
444
444
|
section: "device"
|
445
445
|
},
|
446
|
-
component: () => import("./Terminal-
|
446
|
+
component: () => import("./Terminal-DA_mJQMD.js"),
|
447
447
|
props: {
|
448
448
|
type: "TERMINAL"
|
449
449
|
}
|
@@ -455,7 +455,7 @@ const Gn = {
|
|
455
455
|
meta: {
|
456
456
|
parent: "mf-payment-admin.pos"
|
457
457
|
},
|
458
|
-
component: () => import("./TerminalSetting-
|
458
|
+
component: () => import("./TerminalSetting-GFMILaSV.js")
|
459
459
|
},
|
460
460
|
{
|
461
461
|
path: "/admin/terminal/kiosk/:terminalId",
|
@@ -464,7 +464,7 @@ const Gn = {
|
|
464
464
|
meta: {
|
465
465
|
parent: "mf-payment-admin.kiosk"
|
466
466
|
},
|
467
|
-
component: () => import("./TerminalSetting-
|
467
|
+
component: () => import("./TerminalSetting-GFMILaSV.js")
|
468
468
|
},
|
469
469
|
{
|
470
470
|
path: "/admin/terminal/terminal/:terminalId",
|
@@ -473,7 +473,7 @@ const Gn = {
|
|
473
473
|
meta: {
|
474
474
|
parent: "mf-payment-admin.terminal"
|
475
475
|
},
|
476
|
-
component: () => import("./TerminalSetting-
|
476
|
+
component: () => import("./TerminalSetting-GFMILaSV.js")
|
477
477
|
},
|
478
478
|
{
|
479
479
|
path: "/admin/transaction",
|
@@ -481,7 +481,7 @@ const Gn = {
|
|
481
481
|
meta: {
|
482
482
|
sidebarDisplay: "Transactions"
|
483
483
|
},
|
484
|
-
component: () => import("./Transaction-
|
484
|
+
component: () => import("./Transaction-CfC0yN9P.js")
|
485
485
|
},
|
486
486
|
{
|
487
487
|
path: "/admin/settlement",
|
@@ -489,7 +489,7 @@ const Gn = {
|
|
489
489
|
meta: {
|
490
490
|
sidebarDisplay: "Settlements"
|
491
491
|
},
|
492
|
-
component: () => import("./Settlement-
|
492
|
+
component: () => import("./Settlement-DzYUTaVE.js")
|
493
493
|
},
|
494
494
|
{
|
495
495
|
path: "/admin/settlement/:settlementId",
|
@@ -498,7 +498,7 @@ const Gn = {
|
|
498
498
|
meta: {
|
499
499
|
parent: "mf-payment-admin.settlement"
|
500
500
|
},
|
501
|
-
component: () => import("./SettlementTransactions-
|
501
|
+
component: () => import("./SettlementTransactions-C8o5Atmc.js")
|
502
502
|
}
|
503
503
|
], We = [
|
504
504
|
{
|
@@ -508,7 +508,7 @@ const Gn = {
|
|
508
508
|
{
|
509
509
|
path: "/payout-account",
|
510
510
|
name: "mf-payment-payout-account",
|
511
|
-
component: () => import("./PayoutAccount-
|
511
|
+
component: () => import("./PayoutAccount-D2eUU8Qa.js"),
|
512
512
|
meta: {
|
513
513
|
sidebarDisplay: "i18n:payment.routes.payout_account"
|
514
514
|
}
|
@@ -516,7 +516,7 @@ const Gn = {
|
|
516
516
|
{
|
517
517
|
path: "/onboard-submission",
|
518
518
|
name: "mf-payment-onboard-submission",
|
519
|
-
component: () => import("./OnboardSubmission-
|
519
|
+
component: () => import("./OnboardSubmission-CGI_T8K6.js"),
|
520
520
|
meta: {
|
521
521
|
sidebarDisplay: "i18n:payment.routes.onboard_submission",
|
522
522
|
region: { MY: !0 }
|
@@ -526,7 +526,7 @@ const Gn = {
|
|
526
526
|
path: "/onboard-submission/:type/:submission?",
|
527
527
|
name: "mf-payment-onboard-submission-form",
|
528
528
|
props: !0,
|
529
|
-
component: () => import("./OnboardForm-
|
529
|
+
component: () => import("./OnboardForm-ZIeFW3ZH.js"),
|
530
530
|
meta: {
|
531
531
|
parent: "mf-payment-onboard-submission"
|
532
532
|
}
|
@@ -534,7 +534,7 @@ const Gn = {
|
|
534
534
|
{
|
535
535
|
path: "/transaction-old",
|
536
536
|
name: "mf-payment-old-transaction",
|
537
|
-
component: () => import("./TransactionOld-
|
537
|
+
component: () => import("./TransactionOld-CObh3uJa.js"),
|
538
538
|
meta: {
|
539
539
|
sidebarDisplay: "i18n:payment.routes.transaction"
|
540
540
|
}
|
@@ -542,7 +542,7 @@ const Gn = {
|
|
542
542
|
{
|
543
543
|
path: "/transaction",
|
544
544
|
name: "mf-payment-transaction",
|
545
|
-
component: () => import("./Transaction-
|
545
|
+
component: () => import("./Transaction-fhDUanwr.js"),
|
546
546
|
meta: {
|
547
547
|
sidebarDisplay: "i18n:payment.routes.transaction-new",
|
548
548
|
sidebarNew: !0
|
@@ -551,7 +551,7 @@ const Gn = {
|
|
551
551
|
{
|
552
552
|
path: "/settlement",
|
553
553
|
name: "mf-payment-settlement",
|
554
|
-
component: () => import("./Settlement-
|
554
|
+
component: () => import("./Settlement-L8ukHWPs.js"),
|
555
555
|
meta: {
|
556
556
|
sidebarDisplay: "i18n:payment.routes.settlement"
|
557
557
|
}
|
@@ -560,7 +560,7 @@ const Gn = {
|
|
560
560
|
path: "/settlement/:settlementId",
|
561
561
|
name: "mf-payment-settlement-transaction",
|
562
562
|
props: !0,
|
563
|
-
component: () => import("./SettlementTransactions-
|
563
|
+
component: () => import("./SettlementTransactions-DG9nJuLQ.js"),
|
564
564
|
meta: {
|
565
565
|
parent: "mf-payment-settlement"
|
566
566
|
}
|
@@ -6828,7 +6828,7 @@ const Ra = /* @__PURE__ */ Mt({
|
|
6828
6828
|
};
|
6829
6829
|
}
|
6830
6830
|
});
|
6831
|
-
var Ca = { authClientId: "
|
6831
|
+
var Ca = { authClientId: "1a362d621873497b277ea55258cc82594ba148d235257f7bd44ea2acc132d8a4", googleMap: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", firebase: { apiKey: "AIzaSyAj8JdCHtP0Vc5vZobCfgoLzWxPIn0WUG4", authDomain: "feedme-dev-4c3ef.firebaseapp.com", databaseURL: "https://feedme-dev-4c3ef.firebaseio.com", projectId: "feedme-dev-4c3ef", storageBucket: "feedme-dev-4c3ef.appspot.com", messagingSenderId: "458797803788", appId: "1:458797803788:web:37f2af2926a84288f0c129", measurementId: "G-J2QG09D2Q7" }, assetBucketUrl: "feedme-dev-4c3ef.appspot.com" };
|
6832
6832
|
const xa = /* @__PURE__ */ Mt({
|
6833
6833
|
__name: "App",
|
6834
6834
|
setup(n) {
|
package/dist/app.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { g, b as q, r as d, f as k, l as P, h as l, p as u } from "./index-
|
1
|
+
import { g, b as q, r as d, f as k, l as P, h as l, p as u } from "./index-C4FfKmPS.js";
|
2
2
|
import { h as C } from "./moment-h96o7c8I.js";
|
3
3
|
import { d as H } from "./dinero-CIVmXLL-.js";
|
4
4
|
import { i as Y } from "./softspace-25X2bjBx.js";
|
@@ -0,0 +1,13 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
title: string;
|
3
|
+
image: string;
|
4
|
+
};
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
6
|
+
default?(_: {}): any;
|
7
|
+
}>;
|
8
|
+
export default _default;
|
9
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
10
|
+
new (): {
|
11
|
+
$slots: S;
|
12
|
+
};
|
13
|
+
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { e as c } from "./index-
|
1
|
+
import { e as c } from "./index-C4FfKmPS.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) => ({
|