@feedmepos/mf-payment 1.6.23-dev → 1.6.25-dev
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/{Actions.vue_vue_type_script_setup_true_lang-CED0lRrs.js → Actions.vue_vue_type_script_setup_true_lang-BXdAC1W-.js} +1 -1
- package/dist/{AdminRestaurantSelector.vue_vue_type_script_setup_true_lang-Bxxht3ig.js → AdminRestaurantSelector.vue_vue_type_script_setup_true_lang-CXfuWd1-.js} +2 -2
- package/dist/{Chargeback-DYczVwru.js → Chargeback-UGSLhNWz.js} +5 -5
- package/dist/{DocumentViewer.vue_vue_type_script_setup_true_lang-Doy-uvZk.js → DocumentViewer.vue_vue_type_script_setup_true_lang-o5l1qHMM.js} +1 -1
- package/dist/{OnboardForm-CXBppyYU.js → OnboardForm-DosLGogM.js} +1154 -1147
- package/dist/{OnboardForm-D7vGJWqI.js → OnboardForm-ggSB0CEE.js} +5 -5
- package/dist/{OnboardSubmission-BOU-LlgM.js → OnboardSubmission-CDgYzeg9.js} +127 -126
- package/dist/{OnboardSubmission-Cu6YStyx.js → OnboardSubmission-g3DMFYr4.js} +5 -5
- package/dist/{PayoutAccount-CkrDWBi9.js → PayoutAccount-BgHua1FG.js} +5 -5
- package/dist/{PayoutAccount-B47NTzE_.js → PayoutAccount-C7ZJbJYP.js} +5 -5
- package/dist/{PayoutAccountSetting-CAs0gqlU.js → PayoutAccountSetting-DFeKBkiv.js} +420 -389
- package/dist/{Restaurant-C6KSRnw4.js → Restaurant-BBTq2ahl.js} +4 -4
- package/dist/{RestaurantSetting-M8eF6pjt.js → RestaurantSetting-Dn0tZpFX.js} +3 -3
- package/dist/{Settlement-db8qOpx1.js → Settlement-D2y6M5gv.js} +3 -3
- package/dist/{Settlement-u78h_wFr.js → Settlement-VGXsvWvW.js} +4 -4
- package/dist/{SettlementTransactions-hvr1ApcU.js → SettlementTransactions-BsfpeaH0.js} +4 -4
- package/dist/{SettlementTransactions-nhBfDIbz.js → SettlementTransactions-DeFoDBDQ.js} +4 -4
- package/dist/{Status.vue_vue_type_script_setup_true_lang-vMd7MhNe.js → Status.vue_vue_type_script_setup_true_lang-CmDbBV0F.js} +1 -1
- package/dist/{Terminal-DjTKRIac.js → Terminal-CHS9OZRD.js} +5 -5
- package/dist/{TerminalSetting-59djl7yb.js → TerminalSetting-CDOwqSS3.js} +4 -4
- package/dist/TextInputDialog.vue_vue_type_script_setup_true_lang-C3AeZqwO.js +95 -0
- package/dist/{Transaction-DfoFJPAQ.js → Transaction-8rLdS1qZ.js} +10 -10
- package/dist/{Transaction-DBrozF6M.js → Transaction-Ae_G2Kj4.js} +10 -10
- package/dist/{TransactionOld-fzxa2Qx-.js → TransactionOld-6gmlg85J.js} +7 -7
- package/dist/{app-nGiU9nFE.js → app-CqwmHLvs.js} +24 -24
- package/dist/app.js +1 -1
- package/dist/{assets-DtPNRmuM.js → assets-CyX9JKtd.js} +1 -1
- package/dist/{grafana-AilCL0Iu.js → grafana-pRGXWclJ.js} +1 -1
- package/dist/{index-aqme6lfW.js → index-B0EVHtoo.js} +1 -1
- package/dist/{index-8h_XO3Ko.js → index-B33Td3nm.js} +1 -1
- package/dist/{index-DmOjGcFL.js → index-BTP-CDiG.js} +1 -1
- package/dist/{index-Bjuw-0tx.js → index-BcqujSZn.js} +1 -1
- package/dist/{index-CpeEI5GG.js → index-DGYQpclt.js} +2 -2
- package/dist/{index-BwqrMMiY.js → index-DMXRugPQ.js} +1 -1
- package/dist/{index-CKa8xiXS.js → index-Doeg12q-.js} +1 -1
- package/dist/{index-H5vh_YqW.js → index-Du0fGQvY.js} +1 -1
- package/dist/{index-C5pmFdrU.js → index-YeihGkvn.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-ChjbthyW.js → index.vue_vue_type_script_setup_true_lang-XbaqWIt4.js} +1 -1
- package/dist/package.json +1 -1
- package/dist/{payout-account-Cmt6_JGE.js → payout-account-D6J50-th.js} +3 -3
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/transaction/TextInputDialog.vue.d.ts +42 -2
- package/dist/views/onboard-submission/OnboardForm.vue.d.ts +6 -2
- package/dist/views/onboard-submission/form/NTTSubmission.vue.d.ts +2 -1
- package/dist/views/onboard-submission/form/SoftSpaceSubmission.vue.d.ts +2 -1
- package/package.json +1 -1
- package/dist/TextInputDialog.vue_vue_type_script_setup_true_lang-BvGYVca0.js +0 -55
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
import { type PropType } from
|
|
2
|
-
import { z } from
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
type SelectItem = {
|
|
4
|
+
label: string;
|
|
5
|
+
value: string;
|
|
6
|
+
};
|
|
3
7
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
8
|
label: {
|
|
5
9
|
type: StringConstructor;
|
|
@@ -13,6 +17,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13
17
|
type: PropType<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
14
18
|
default: () => z.ZodString;
|
|
15
19
|
};
|
|
20
|
+
selectableReasons: {
|
|
21
|
+
type: PropType<SelectItem[]>;
|
|
22
|
+
default: () => never[];
|
|
23
|
+
};
|
|
24
|
+
otherValue: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
otherLabel: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
otherPlaceholder: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
16
36
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
37
|
label: {
|
|
18
38
|
type: StringConstructor;
|
|
@@ -26,9 +46,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
26
46
|
type: PropType<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
27
47
|
default: () => z.ZodString;
|
|
28
48
|
};
|
|
49
|
+
selectableReasons: {
|
|
50
|
+
type: PropType<SelectItem[]>;
|
|
51
|
+
default: () => never[];
|
|
52
|
+
};
|
|
53
|
+
otherValue: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
otherLabel: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
otherPlaceholder: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
29
65
|
}>> & Readonly<{}>, {
|
|
30
66
|
label: string;
|
|
31
67
|
placeholder: string;
|
|
32
68
|
schema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
69
|
+
selectableReasons: SelectItem[];
|
|
70
|
+
otherValue: string;
|
|
71
|
+
otherLabel: string;
|
|
72
|
+
otherPlaceholder: string;
|
|
33
73
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
34
74
|
export default _default;
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
type?: any;
|
|
3
|
+
restaurantId?: any;
|
|
3
4
|
submission?: any;
|
|
4
5
|
}, {}, {}, {
|
|
5
6
|
currentComponent(): import("vue").DefineComponent<{
|
|
6
|
-
|
|
7
|
+
restaurantId: string;
|
|
8
|
+
submission?: string | undefined;
|
|
7
9
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
8
|
-
|
|
10
|
+
restaurantId: string;
|
|
11
|
+
submission?: string | undefined;
|
|
9
12
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | null;
|
|
10
13
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
11
14
|
type?: any;
|
|
15
|
+
restaurantId?: any;
|
|
12
16
|
submission?: any;
|
|
13
17
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
18
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
|
-
|
|
2
|
+
restaurantId: string;
|
|
3
|
+
submission?: string;
|
|
3
4
|
};
|
|
4
5
|
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, {}, any>;
|
|
5
6
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
|
-
|
|
2
|
+
restaurantId: string;
|
|
3
|
+
submission?: string;
|
|
3
4
|
};
|
|
4
5
|
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, {}, any>;
|
|
5
6
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { defineComponent as _, ref as b, resolveComponent as l, openBlock as x, createBlock as y, withCtx as V, createVNode as r, unref as s, createElementVNode as v } from "vue";
|
|
2
|
-
import { useDialogChild as g } from "@feedmepos/ui-library";
|
|
3
|
-
import { s as m, z as C } from "./validator-CTlVogBQ.js";
|
|
4
|
-
const T = { class: "flex justify-end mb-2" }, j = /* @__PURE__ */ _({
|
|
5
|
-
__name: "TextInputDialog",
|
|
6
|
-
props: {
|
|
7
|
-
label: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: "Value"
|
|
10
|
-
},
|
|
11
|
-
placeholder: {
|
|
12
|
-
type: String,
|
|
13
|
-
default: ""
|
|
14
|
-
},
|
|
15
|
-
schema: {
|
|
16
|
-
type: Object,
|
|
17
|
-
default: () => m().min(1, "Value is required")
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
setup(e) {
|
|
21
|
-
const c = e, { emitData: i, emitAction: u } = g(), t = b(""), a = m().trim().pipe(c.schema), p = () => {
|
|
22
|
-
const o = a.safeParse(t.value);
|
|
23
|
-
o.success && (i(o.data), u("primary"));
|
|
24
|
-
};
|
|
25
|
-
return (o, n) => {
|
|
26
|
-
const d = l("FmTextField"), f = l("FmButton"), h = l("FmForm");
|
|
27
|
-
return x(), y(h, {
|
|
28
|
-
class: "flex flex-col gap-16",
|
|
29
|
-
onValidationSuccess: p
|
|
30
|
-
}, {
|
|
31
|
-
default: V(() => [
|
|
32
|
-
r(d, {
|
|
33
|
-
modelValue: t.value,
|
|
34
|
-
"onUpdate:modelValue": n[0] || (n[0] = (F) => t.value = F),
|
|
35
|
-
label: e.label,
|
|
36
|
-
placeholder: e.placeholder,
|
|
37
|
-
rules: s(C)(s(a)),
|
|
38
|
-
autofocus: ""
|
|
39
|
-
}, null, 8, ["modelValue", "label", "placeholder", "rules"]),
|
|
40
|
-
v("div", T, [
|
|
41
|
-
r(f, {
|
|
42
|
-
type: "submit",
|
|
43
|
-
variant: "primary",
|
|
44
|
-
label: "Confirm"
|
|
45
|
-
})
|
|
46
|
-
])
|
|
47
|
-
]),
|
|
48
|
-
_: 1
|
|
49
|
-
});
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
});
|
|
53
|
-
export {
|
|
54
|
-
j as _
|
|
55
|
-
};
|