@feedmepos/mf-payment 1.0.0-beta.1 → 1.0.0-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +11 -1
- package/dist/{PayoutAccount-BHRhEZ9h.js → PayoutAccount-Ce_7sGf-.js} +1 -1
- package/dist/{PayoutAccount-Bj5zvmoj.js → PayoutAccount-ip4hKBE0.js} +91 -81
- package/dist/SelectAll.vue_vue_type_script_setup_true_lang-DA4rs3tk.js +42 -0
- package/dist/{TerminalTransaction-B77YK3hF.js → TerminalTransaction-B2RjE2Y0.js} +115 -105
- package/dist/{TerminalTransaction---9nk_4q.js → TerminalTransaction-CCfrLWpi.js} +87 -77
- package/dist/{app-DjzULXn3.js → app-DQNKrzQz.js} +133 -133
- package/dist/app.js +1 -1
- package/dist/components/SelectAll.vue.d.ts +57 -0
- package/dist/package.json +1 -1
- package/dist/{payout-account-CBT1rfSS.js → payout-account-DVoSXsW7.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/app.js
CHANGED
@@ -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": (modelValue: 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"?: ((modelValue: any[]) => any) | undefined;
|
56
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
57
|
+
export default _default;
|
package/dist/package.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as Qe, C as et, r as Oe, S as tt, g as re, a as nt, b as rt, c as _e, d as st, F as it, e as ot } from "./app-
|
1
|
+
import { _ as Qe, C as et, r as Oe, S as tt, g as re, a as nt, b as rt, c as _e, d as st, F as it, e as ot } from "./app-DQNKrzQz.js";
|
2
2
|
import { d as at, f as ut, _ as Y, m as ct } from "./index-CWaKb7bG.js";
|
3
3
|
/**
|
4
4
|
* @license
|