@feedmepos/mf-payment 1.0.0-beta.1 → 1.0.0-beta.3

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/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { h as p, f as s } from "./app-DjzULXn3.js";
1
+ import { h as p, f as s } from "./app-aEVoN1BQ.js";
2
2
  export {
3
3
  p as FmApp,
4
4
  s as routers
@@ -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;
@@ -1 +1 @@
1
- export default function idToDate(id: any): string | null;
1
+ export default function idToDate(id: any): Date | null;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.3",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -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-DjzULXn3.js";
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-aEVoN1BQ.js";
2
2
  import { d as at, f as ut, _ as Y, m as ct } from "./index-CWaKb7bG.js";
3
3
  /**
4
4
  * @license