@feedmepos/mf-payment 0.0.0-beta.9 → 1.0.0-beta.10

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.
Files changed (132) hide show
  1. package/README.md +11 -1
  2. package/dist/AdminLayout.vue_vue_type_script_setup_true_lang-BTmMOzwx.js +39 -0
  3. package/dist/AsyncButton.vue_vue_type_script_setup_true_lang-DcjzvYwT.js +42 -0
  4. package/dist/AutoCopyCell.vue_vue_type_script_setup_true_lang-GXPXBEf5.js +40 -0
  5. package/dist/DateRangePicker.vue_vue_type_script_setup_true_lang-dP_5WjEJ.js +31 -0
  6. package/dist/Modal-DB8M9o1T.js +13 -0
  7. package/dist/PDFViewer-xrBtzrlR.js +22426 -0
  8. package/dist/{PayoutAccount-DLhMMlw_.js → PayoutAccount-B1sLInPk.js} +96 -83
  9. package/dist/PayoutAccount-Dut_OQHJ.js +613 -0
  10. package/dist/PayoutAccountSetting-CmgVLhdp.js +780 -0
  11. package/dist/RestaurantSelector.vue_vue_type_script_setup_true_lang-CY4ttpKj.js +33 -0
  12. package/dist/SelectAll.vue_vue_type_script_setup_true_lang-DA4rs3tk.js +42 -0
  13. package/dist/Settlement-B1-WmCwC.js +193 -0
  14. package/dist/Settlement-BSOQRlp1.js +145 -0
  15. package/dist/{SettlementTransactions-Dl1H4jvh.js → SettlementTransactions-Cqd2raea.js} +117 -130
  16. package/dist/{SettlementTransactions-CoEzdtYT.js → SettlementTransactions-JTwD_Vuq.js} +99 -105
  17. package/dist/Terminal-De69bTKY.js +373 -0
  18. package/dist/TerminalSetting-DlRHaEZh.js +387 -0
  19. package/dist/TerminalTransaction-4rE-cikT.js +261 -0
  20. package/dist/TerminalTransaction-BGzVHOHQ.js +485 -0
  21. package/dist/Transaction-B3ZWKg6Q.js +403 -0
  22. package/dist/Transaction-B_0nUmpf.js +238 -0
  23. package/dist/api/index.d.ts +14 -0
  24. package/dist/api/pagination.d.ts +20 -0
  25. package/dist/api/payment-gateway/index.d.ts +9 -0
  26. package/dist/api/settlement/index.d.ts +12 -13
  27. package/dist/api/terminal/index.d.ts +13 -1
  28. package/dist/api/terminal-transaction/index.d.ts +12 -1
  29. package/dist/api/transaction/index.d.ts +7 -2
  30. package/dist/app-ssoGt5u4.js +6356 -0
  31. package/dist/app.js +3 -198
  32. package/dist/assets-BCAivOTo.js +45 -0
  33. package/dist/clipboard-4jh1WteU.js +10 -0
  34. package/dist/components/AdminLayout.vue.d.ts +8 -13
  35. package/dist/components/AsyncButton.vue.d.ts +21 -0
  36. package/dist/components/AutoCopyCell.vue.d.ts +5 -0
  37. package/dist/components/CursorTable/index.vue.d.ts +24 -5
  38. package/dist/components/DateRangePicker.vue.d.ts +13 -0
  39. package/dist/components/Layout.vue.d.ts +8 -13
  40. package/dist/components/PDFViewer.vue.d.ts +1 -1
  41. package/dist/components/RestaurantSelector.vue.d.ts +2 -0
  42. package/dist/components/RouteCell.vue.d.ts +7 -0
  43. package/dist/components/SelectAll.vue.d.ts +57 -0
  44. package/dist/helpers/assets.d.ts +2 -0
  45. package/dist/helpers/idToDate.d.ts +1 -1
  46. package/dist/index-4meiCsRz.js +56117 -0
  47. package/dist/{index-CF56zGyu.js → index-BFYq3eq8.js} +1 -1
  48. package/dist/{index-Bmka-1lQ.js → index-BwFHcZlm.js} +1 -1
  49. package/dist/index-CBa6eapm.js +47 -0
  50. package/dist/index-CETCXB6X.js +127 -0
  51. package/dist/index-CbsnpMWl.js +52 -0
  52. package/dist/index.vue_vue_type_script_setup_true_lang-CKOlikHb.js +167 -0
  53. package/dist/model/transaction.d.ts +2 -1
  54. package/dist/package.json +5 -5
  55. package/dist/payout-account-02bK8c23.js +1805 -0
  56. package/dist/router/index.d.ts +1 -0
  57. package/dist/stores/iframe.d.ts +1 -1
  58. package/dist/stores/payoutAccount.d.ts +5 -5
  59. package/dist/transaction-COjHU7aN.js +97 -0
  60. package/dist/tsconfig.app.tsbuildinfo +1 -1
  61. package/dist/validator-D5jtpt9A.js +2877 -0
  62. package/dist/views/admin/payout-account/cell/Bank.vue.d.ts +3 -5
  63. package/dist/views/admin/payout-account/cell/IsActive.vue.d.ts +3 -5
  64. package/dist/views/admin/payout-account/cell/PersonInCharge.vue.d.ts +3 -5
  65. package/dist/views/admin/payout-account/cell/RateInput.vue.d.ts +3 -5
  66. package/dist/views/admin/payout-account/cell/Status.vue.d.ts +3 -5
  67. package/dist/views/admin/payout-account/cell/TPlusInput.vue.d.ts +3 -5
  68. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +4 -4
  69. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +81 -0
  70. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +4 -4
  71. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +4 -4
  72. package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +56 -0
  73. package/dist/views/admin/payout-account/tabs/gateway/GhlGateway.vue.d.ts +50 -0
  74. package/dist/views/admin/payout-account/tabs/gateway/RevenueMonsterGateway.vue.d.ts +52 -0
  75. package/dist/views/admin/settlement/SettlementTable.vue.d.ts +12 -12
  76. package/dist/views/admin/settlement/cell/Actions.vue.d.ts +4 -6
  77. package/dist/views/admin/settlement/cell/Gateway.vue.d.ts +3 -5
  78. package/dist/views/admin/settlement/cell/Method.vue.d.ts +3 -5
  79. package/dist/views/admin/settlement/cell/Status.vue.d.ts +3 -5
  80. package/dist/views/admin/terminal/TerminalBindCodeDialog.vue.d.ts +1 -1
  81. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +83 -0
  82. package/dist/views/admin/terminal/TerminalSetting.vue.d.ts +12 -0
  83. package/dist/views/admin/terminal/cell/Actions.vue.d.ts +13 -14
  84. package/dist/views/admin/terminal/cell/ID.vue.d.ts +3 -5
  85. package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +94 -0
  86. package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +94 -0
  87. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +85 -0
  88. package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +94 -0
  89. package/dist/views/admin/terminal-transaction/cell/Actions.vue.d.ts +6 -0
  90. package/dist/views/admin/terminal-transaction/cell/Gateway.vue.d.ts +3 -5
  91. package/dist/views/admin/terminal-transaction/cell/Status.vue.d.ts +3 -5
  92. package/dist/views/admin/terminal-transaction/cell/Timestamp.vue.d.ts +7 -0
  93. package/dist/views/admin/transaction/TransactionTable.vue.d.ts +6 -2
  94. package/dist/views/admin/transaction/cell/Actions.vue.d.ts +6 -0
  95. package/dist/views/admin/transaction/cell/Gateway.vue.d.ts +3 -5
  96. package/dist/views/admin/transaction/cell/Method.vue.d.ts +3 -5
  97. package/dist/views/admin/transaction/cell/Status.vue.d.ts +3 -5
  98. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +8 -8
  99. package/dist/views/payout-account/cell/Bank.vue.d.ts +3 -5
  100. package/dist/views/payout-account/cell/IsActive.vue.d.ts +3 -5
  101. package/dist/views/payout-account/cell/PersonInCharge.vue.d.ts +3 -5
  102. package/dist/views/payout-account/cell/Status.vue.d.ts +3 -5
  103. package/dist/views/settlement/SettlementTable.vue.d.ts +12 -12
  104. package/dist/views/settlement/cell/Actions.vue.d.ts +4 -6
  105. package/dist/views/settlement/cell/Gateway.vue.d.ts +3 -5
  106. package/dist/views/settlement/cell/Method.vue.d.ts +3 -5
  107. package/dist/views/settlement/cell/Status.vue.d.ts +3 -5
  108. package/dist/views/terminal-transaction/TerminalTransaction.vue.d.ts +2 -0
  109. package/dist/views/terminal-transaction/cell/Gateway.vue.d.ts +7 -0
  110. package/dist/views/terminal-transaction/cell/Status.vue.d.ts +7 -0
  111. package/dist/views/transaction/cell/Gateway.vue.d.ts +3 -5
  112. package/dist/views/transaction/cell/Method.vue.d.ts +3 -5
  113. package/dist/views/transaction/cell/Status.vue.d.ts +3 -5
  114. package/package.json +5 -5
  115. package/dist/AdminLayout.vue_vue_type_script_setup_true_lang-oPYFBeEo.js +0 -42
  116. package/dist/PDFViewer-CjH_C1uT.js +0 -21792
  117. package/dist/PayoutAccount-xxSxqBTL.js +0 -3485
  118. package/dist/PayoutAccountSetting-CIeos0md.js +0 -425
  119. package/dist/Settlement-BVGACeme.js +0 -136
  120. package/dist/Settlement-Ce48KHrc.js +0 -132
  121. package/dist/Terminal-ByKV2Rof.js +0 -204
  122. package/dist/TerminalTransaction-RuSxBAxf.js +0 -240
  123. package/dist/Transaction-CYo-uLQi.js +0 -241
  124. package/dist/Transaction-Cjw9WwX8.js +0 -242
  125. package/dist/api/auth/index.d.ts +0 -7
  126. package/dist/assets-BuLGUMIx.js +0 -472
  127. package/dist/index-Coz5aeIO.js +0 -61
  128. package/dist/index-DCPNrUDq.js +0 -40075
  129. package/dist/index.vue_vue_type_script_setup_true_lang-CAR-bNaR.js +0 -150
  130. package/dist/mascot-side-3VXskf9y.js +0 -4
  131. package/dist/payout-account-iAM7HPtG.js +0 -3317
  132. package/dist/transaction-vRrBf3FN.js +0 -64
@@ -0,0 +1,10 @@
1
+ function a(o) {
2
+ navigator.clipboard ? navigator.clipboard.writeText(o) : t(o);
3
+ }
4
+ function t(o) {
5
+ const e = document.createElement("textarea");
6
+ e.value = o, e.style.position = "fixed", e.style.top = "-100px", document.body.appendChild(e), e.focus(), e.select(), document.execCommand("copy"), document.body.removeChild(e);
7
+ }
8
+ export {
9
+ a as c
10
+ };
@@ -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;
@@ -0,0 +1,21 @@
1
+ import { type FmButtonProps } from '@feedmepos/ui-library';
2
+ import type { PropType } from 'vue';
3
+ type AsyncFunction = () => Promise<void>;
4
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
+ button: {
6
+ type: PropType<FmButtonProps>;
7
+ };
8
+ handler: {
9
+ type: PropType<AsyncFunction>;
10
+ required: true;
11
+ };
12
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
+ button: {
14
+ type: PropType<FmButtonProps>;
15
+ };
16
+ handler: {
17
+ type: PropType<AsyncFunction>;
18
+ required: true;
19
+ };
20
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
21
+ export default _default;
@@ -0,0 +1,5 @@
1
+ type __VLS_Props = {
2
+ data: string;
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>;
5
+ export default _default;
@@ -1,7 +1,26 @@
1
1
  import { type PaginatedResult } from '@feedmepos/payment-entity';
2
2
  import { type ColumnDef } from '@feedmepos/ui-library';
3
- export type CursorTableController = {
4
- refreshQuery: () => {};
3
+ export type CursorTableController<T> = {
4
+ /**
5
+ * Reset pagination and all loaded data, and perform load for first page data
6
+ */
7
+ reset: () => {};
8
+ /**
9
+ * All data from the server, will be keep on looping cursor until there's no cursor.
10
+ */
11
+ allData: () => Promise<T[]>;
12
+ /**
13
+ * All loaded data, before transform
14
+ */
15
+ data: () => T[];
16
+ /**
17
+ * Current page of the data, before transform
18
+ */
19
+ pageData: () => T[];
20
+ /**
21
+ * Replace page data by page index
22
+ */
23
+ replaceData: (index: number, value: T) => void;
5
24
  };
6
25
  declare const _default: <T extends unknown, R extends unknown>(__VLS_props: {
7
26
  readonly "onRow-click"?: ((data: T) => any) | undefined;
@@ -12,14 +31,14 @@ declare const _default: <T extends unknown, R extends unknown>(__VLS_props: {
12
31
  attrs: any;
13
32
  slots: {};
14
33
  emit: (event: 'row-click', data: T) => any;
15
- } | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<CursorTableController>) => void) | undefined, __VLS_setup?: Promise<{
34
+ } | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<CursorTableController<T>>) => void) | undefined, __VLS_setup?: Promise<{
16
35
  props: {
17
36
  readonly "onRow-click"?: ((data: T) => any) | undefined;
18
37
  readonly columnDefs: ColumnDef<R>[];
19
38
  readonly rowsDefs: (a: T) => R;
20
39
  readonly paginate: (limit: number, cursor: string) => Promise<PaginatedResult<T>>;
21
40
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
22
- expose(exposed: import("vue").ShallowUnwrapRef<CursorTableController>): void;
41
+ expose(exposed: import("vue").ShallowUnwrapRef<CursorTableController<T>>): void;
23
42
  attrs: any;
24
43
  slots: {};
25
44
  emit: (event: 'row-click', data: T) => any;
@@ -33,7 +52,7 @@ declare const _default: <T extends unknown, R extends unknown>(__VLS_props: {
33
52
  readonly rowsDefs: (a: T) => R;
34
53
  readonly paginate: (limit: number, cursor: string) => Promise<PaginatedResult<T>>;
35
54
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
36
- expose(exposed: import("vue").ShallowUnwrapRef<CursorTableController>): void;
55
+ expose(exposed: import("vue").ShallowUnwrapRef<CursorTableController<T>>): void;
37
56
  attrs: any;
38
57
  slots: {};
39
58
  emit: (event: 'row-click', data: T) => any;
@@ -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, {}, any>, {
17
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>, {
18
18
  "top-right"?(_: {}): any;
19
19
  }>;
20
20
  export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { type RouteLocationRaw } from 'vue-router';
2
+ type __VLS_Props = {
3
+ data: string;
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>;
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,3 +1,5 @@
1
+ import ECR from "@/assets/images/gateway/ecr.png";
1
2
  import { F_PAYMENT_GATEWAY_KEY, F_PAYMENT_ISSUER } from "@feedmepos/payment-entity/common/enum";
2
3
  export declare function getGatewayIcon(gateway: F_PAYMENT_GATEWAY_KEY | string): string;
3
4
  export declare function getMethodIcon(issuer: F_PAYMENT_ISSUER): string;
5
+ export { ECR };
@@ -1 +1 @@
1
- export default function idToDate(id: any): string | null;
1
+ export default function idToDate(id: any): Date | null;