@feedmepos/mf-payment 1.0.0-beta.1 → 1.0.0-beta.11
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/README.md +11 -1
- package/dist/DateRangePicker.vue_vue_type_script_setup_true_lang-dP_5WjEJ.js +31 -0
- package/dist/PDFViewer-xrBtzrlR.js +22426 -0
- package/dist/{PayoutAccount-Bj5zvmoj.js → PayoutAccount-BCWthHjR.js} +93 -83
- package/dist/{PayoutAccount-BHRhEZ9h.js → PayoutAccount-BU2ocKJ0.js} +6 -6
- package/dist/{PayoutAccountSetting-kUQLeAcb.js → PayoutAccountSetting-CmgVLhdp.js} +4 -4
- package/dist/SelectAll.vue_vue_type_script_setup_true_lang-DA4rs3tk.js +42 -0
- package/dist/{Settlement-JHOJNkhd.js → Settlement-B1-WmCwC.js} +43 -44
- package/dist/Settlement-BSOQRlp1.js +145 -0
- package/dist/{SettlementTransactions-daWMAmtz.js → SettlementTransactions-Cqd2raea.js} +4 -4
- package/dist/{SettlementTransactions-BxuLXUR-.js → SettlementTransactions-JTwD_Vuq.js} +4 -4
- package/dist/{Terminal-gxGnjFGc.js → Terminal-De69bTKY.js} +43 -42
- package/dist/TerminalSetting-DlRHaEZh.js +387 -0
- package/dist/TerminalTransaction-4rE-cikT.js +261 -0
- package/dist/TerminalTransaction-BGzVHOHQ.js +485 -0
- package/dist/{Transaction-8LlOLPeZ.js → Transaction-B3ZWKg6Q.js} +119 -120
- package/dist/Transaction-B_0nUmpf.js +238 -0
- package/dist/{app-DjzULXn3.js → app-B86KsI6c.js} +228 -228
- package/dist/app.js +1 -1
- package/dist/{assets-NrCec-W0.js → assets-BCAivOTo.js} +1 -1
- package/dist/components/AdminLayout.vue.d.ts +8 -13
- package/dist/components/AutoCopyCell.vue.d.ts +3 -4
- package/dist/components/DateRangePicker.vue.d.ts +13 -0
- package/dist/components/Layout.vue.d.ts +8 -13
- package/dist/components/PDFViewer.vue.d.ts +1 -1
- package/dist/components/RouteCell.vue.d.ts +5 -6
- package/dist/components/SelectAll.vue.d.ts +57 -0
- package/dist/helpers/idToDate.d.ts +1 -1
- package/dist/{index-CWaKb7bG.js → index-4meiCsRz.js} +1566 -1556
- package/dist/{index-BwcJZFsi.js → index-BFYq3eq8.js} +1 -1
- package/dist/{index-7KNaibcq.js → index-BwFHcZlm.js} +1 -1
- package/dist/{index-BWUtjGg7.js → index-CBa6eapm.js} +1 -1
- package/dist/{index-CojhNtuG.js → index-CETCXB6X.js} +1 -1
- package/dist/{index-DbJpbpSs.js → index-CbsnpMWl.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-JdAFa8vy.js → index.vue_vue_type_script_setup_true_lang-CKOlikHb.js} +1 -1
- package/dist/package.json +1 -1
- package/dist/{payout-account-CBT1rfSS.js → payout-account-CSEKeh4S.js} +2 -2
- package/dist/stores/iframe.d.ts +1 -1
- package/dist/stores/payoutAccount.d.ts +1 -1
- package/dist/{transaction-CQiT7Y_s.js → transaction-COjHU7aN.js} +26 -16
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/cell/Bank.vue.d.ts +3 -5
- package/dist/views/admin/payout-account/cell/IsActive.vue.d.ts +3 -5
- package/dist/views/admin/payout-account/cell/PersonInCharge.vue.d.ts +3 -5
- package/dist/views/admin/payout-account/cell/RateInput.vue.d.ts +3 -5
- package/dist/views/admin/payout-account/cell/Status.vue.d.ts +3 -5
- package/dist/views/admin/payout-account/cell/TPlusInput.vue.d.ts +3 -5
- package/dist/views/admin/settlement/cell/Actions.vue.d.ts +4 -6
- package/dist/views/admin/settlement/cell/Gateway.vue.d.ts +3 -5
- package/dist/views/admin/settlement/cell/Method.vue.d.ts +3 -5
- package/dist/views/admin/settlement/cell/Status.vue.d.ts +3 -5
- package/dist/views/admin/terminal/TerminalBindCodeDialog.vue.d.ts +1 -1
- package/dist/views/admin/terminal/cell/Actions.vue.d.ts +7 -79
- package/dist/views/admin/terminal/cell/ID.vue.d.ts +3 -5
- package/dist/views/admin/terminal-transaction/cell/Actions.vue.d.ts +3 -4
- package/dist/views/admin/terminal-transaction/cell/Gateway.vue.d.ts +3 -5
- package/dist/views/admin/terminal-transaction/cell/Status.vue.d.ts +3 -5
- package/dist/views/admin/terminal-transaction/cell/Timestamp.vue.d.ts +7 -0
- package/dist/views/admin/transaction/cell/Actions.vue.d.ts +3 -4
- package/dist/views/admin/transaction/cell/Gateway.vue.d.ts +3 -5
- package/dist/views/admin/transaction/cell/Method.vue.d.ts +3 -5
- package/dist/views/admin/transaction/cell/Status.vue.d.ts +3 -5
- package/dist/views/payout-account/cell/Bank.vue.d.ts +3 -5
- package/dist/views/payout-account/cell/IsActive.vue.d.ts +3 -5
- package/dist/views/payout-account/cell/PersonInCharge.vue.d.ts +3 -5
- package/dist/views/payout-account/cell/Status.vue.d.ts +3 -5
- package/dist/views/settlement/cell/Actions.vue.d.ts +4 -6
- package/dist/views/settlement/cell/Gateway.vue.d.ts +3 -5
- package/dist/views/settlement/cell/Method.vue.d.ts +3 -5
- package/dist/views/settlement/cell/Status.vue.d.ts +3 -5
- package/dist/views/terminal-transaction/cell/Gateway.vue.d.ts +3 -5
- package/dist/views/terminal-transaction/cell/Status.vue.d.ts +3 -5
- package/dist/views/transaction/cell/Gateway.vue.d.ts +3 -5
- package/dist/views/transaction/cell/Method.vue.d.ts +3 -5
- package/dist/views/transaction/cell/Status.vue.d.ts +3 -5
- package/package.json +1 -1
- package/dist/PDFViewer-CjH_C1uT.js +0 -21792
- package/dist/Settlement-Crdfq22j.js +0 -149
- package/dist/TerminalSetting--ZAJJ_Hf.js +0 -379
- package/dist/TerminalTransaction---9nk_4q.js +0 -249
- package/dist/TerminalTransaction-B77YK3hF.js +0 -425
- package/dist/Transaction-DRQ_uZ30.js +0 -241
@@ -1,21 +1,16 @@
|
|
1
1
|
import { type FmPageHeadAction } from '@feedmepos/ui-library';
|
2
|
+
type __VLS_Props = {
|
3
|
+
loading: boolean;
|
4
|
+
title: string;
|
5
|
+
onBack?: () => void;
|
6
|
+
businessFilter?: boolean;
|
7
|
+
restaurantFilter?: boolean;
|
8
|
+
};
|
2
9
|
export type LayoutAction = {
|
3
10
|
label: string;
|
4
11
|
fn: () => void;
|
5
12
|
} & Omit<FmPageHeadAction, 'value'>;
|
6
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
7
|
-
loading: boolean;
|
8
|
-
title: string;
|
9
|
-
onBack?: (() => void) | undefined;
|
10
|
-
businessFilter?: boolean | undefined;
|
11
|
-
restaurantFilter?: boolean | undefined;
|
12
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
13
|
-
loading: boolean;
|
14
|
-
title: string;
|
15
|
-
onBack?: (() => void) | undefined;
|
16
|
-
businessFilter?: boolean | undefined;
|
17
|
-
restaurantFilter?: boolean | undefined;
|
18
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
13
|
+
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>, {
|
19
14
|
default?(_: {}): any;
|
20
15
|
}>;
|
21
16
|
export default _default;
|
@@ -1,6 +1,5 @@
|
|
1
|
-
|
1
|
+
type __VLS_Props = {
|
2
2
|
data: string;
|
3
|
-
}
|
4
|
-
|
5
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
3
|
+
};
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
6
5
|
export default _default;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
type DateRange = {
|
2
|
+
startDate: string;
|
3
|
+
endDate: string;
|
4
|
+
};
|
5
|
+
type __VLS_PublicProps = {
|
6
|
+
modelValue: DateRange;
|
7
|
+
};
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
9
|
+
"update:modelValue": (value: DateRange) => any;
|
10
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
11
|
+
"onUpdate:modelValue"?: ((value: DateRange) => any) | undefined;
|
12
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
13
|
+
export default _default;
|
@@ -1,21 +1,16 @@
|
|
1
1
|
import { type FmPageHeadAction } from '@feedmepos/ui-library';
|
2
|
+
type __VLS_Props = {
|
3
|
+
loading: boolean;
|
4
|
+
title: string;
|
5
|
+
description?: string;
|
6
|
+
onBack?: () => void;
|
7
|
+
actions?: LayoutAction[];
|
8
|
+
};
|
2
9
|
export type LayoutAction = {
|
3
10
|
label: string;
|
4
11
|
fn: () => void;
|
5
12
|
} & Omit<FmPageHeadAction, 'value'>;
|
6
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
7
|
-
loading: boolean;
|
8
|
-
title: string;
|
9
|
-
description?: string | undefined;
|
10
|
-
onBack?: (() => void) | undefined;
|
11
|
-
actions?: LayoutAction[] | undefined;
|
12
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
13
|
-
loading: boolean;
|
14
|
-
title: string;
|
15
|
-
description?: string | undefined;
|
16
|
-
onBack?: (() => void) | undefined;
|
17
|
-
actions?: LayoutAction[] | undefined;
|
18
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
13
|
+
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>, {
|
19
14
|
default?(_: {}): any;
|
20
15
|
}>;
|
21
16
|
export default _default;
|
@@ -14,7 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
14
14
|
height: {
|
15
15
|
type: NumberConstructor;
|
16
16
|
};
|
17
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
17
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
18
18
|
"top-right"?(_: {}): any;
|
19
19
|
}>;
|
20
20
|
export default _default;
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
1
|
+
import { type RouteLocationRaw } from 'vue-router';
|
2
|
+
type __VLS_Props = {
|
2
3
|
data: string;
|
3
|
-
route:
|
4
|
-
}
|
5
|
-
|
6
|
-
route: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
7
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
4
|
+
route: RouteLocationRaw;
|
5
|
+
};
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
8
7
|
export default _default;
|
@@ -0,0 +1,57 @@
|
|
1
|
+
import { type ISelectItem } from '@feedmepos/ui-library';
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
|
+
label: {
|
4
|
+
type: StringConstructor;
|
5
|
+
};
|
6
|
+
items: {
|
7
|
+
type: {
|
8
|
+
(arrayLength: number): ISelectItem[];
|
9
|
+
(...items: ISelectItem[]): ISelectItem[];
|
10
|
+
new (arrayLength: number): ISelectItem[];
|
11
|
+
new (...items: ISelectItem[]): ISelectItem[];
|
12
|
+
isArray(arg: any): arg is any[];
|
13
|
+
readonly prototype: any[];
|
14
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
15
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
16
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
17
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
18
|
+
of<T_4>(...items: T_4[]): T_4[];
|
19
|
+
readonly [Symbol.species]: ArrayConstructor;
|
20
|
+
};
|
21
|
+
required: true;
|
22
|
+
};
|
23
|
+
modelValue: {
|
24
|
+
type: import("vue").PropType<any[]>;
|
25
|
+
required: true;
|
26
|
+
};
|
27
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
28
|
+
"update:modelValue": (value: any[]) => any;
|
29
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
30
|
+
label: {
|
31
|
+
type: StringConstructor;
|
32
|
+
};
|
33
|
+
items: {
|
34
|
+
type: {
|
35
|
+
(arrayLength: number): ISelectItem[];
|
36
|
+
(...items: ISelectItem[]): ISelectItem[];
|
37
|
+
new (arrayLength: number): ISelectItem[];
|
38
|
+
new (...items: ISelectItem[]): ISelectItem[];
|
39
|
+
isArray(arg: any): arg is any[];
|
40
|
+
readonly prototype: any[];
|
41
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
42
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
43
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
44
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
45
|
+
of<T_4>(...items: T_4[]): T_4[];
|
46
|
+
readonly [Symbol.species]: ArrayConstructor;
|
47
|
+
};
|
48
|
+
required: true;
|
49
|
+
};
|
50
|
+
modelValue: {
|
51
|
+
type: import("vue").PropType<any[]>;
|
52
|
+
required: true;
|
53
|
+
};
|
54
|
+
}>> & Readonly<{
|
55
|
+
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
56
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
57
|
+
export default _default;
|
@@ -1 +1 @@
|
|
1
|
-
export default function idToDate(id: any):
|
1
|
+
export default function idToDate(id: any): Date | null;
|