@feedmepos/mf-payment 0.0.0-beta.2 → 0.0.0-beta.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (508) hide show
  1. package/dist/{AdminLayout.vue_vue_type_script_setup_true_lang-oPYFBeEo.js → AdminLayout.vue_vue_type_script_setup_true_lang-1DSAdvX7.js} +1 -1
  2. package/dist/AsyncButton.vue_vue_type_script_setup_true_lang-DcjzvYwT.js +42 -0
  3. package/dist/{Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js → Layout.vue_vue_type_script_setup_true_lang-C38PTqO5.js} +9 -9
  4. package/dist/Modal-DB8M9o1T.js +13 -0
  5. package/dist/{PayoutAccount-BVljEwn3.js → PDFViewer-CjH_C1uT.js} +10851 -14329
  6. package/dist/PayoutAccount-DEEuJq8a.js +272 -0
  7. package/dist/PayoutAccount-Fg0fD2z1.js +612 -0
  8. package/dist/PayoutAccountSetting-D6rCau39.js +702 -0
  9. package/dist/RestaurantSelector.vue_vue_type_script_setup_true_lang-CY4ttpKj.js +33 -0
  10. package/dist/Settlement-DO3KQc7V.js +142 -0
  11. package/dist/Settlement-KxjeLkyq.js +148 -0
  12. package/dist/{SettlementTransactions-C3dnWHkD.js → SettlementTransactions-BHm0Xr73.js} +99 -105
  13. package/dist/SettlementTransactions-D8SewaiK.js +334 -0
  14. package/dist/Terminal-CG3mIv6Z.js +318 -0
  15. package/dist/TerminalSetting-CIFHaoHX.js +176 -0
  16. package/dist/TerminalTransaction-B2PFfPKP.js +234 -0
  17. package/dist/{TerminalTransaction-CtVBUTMg.js → TerminalTransaction-CnfWv95d.js} +65 -75
  18. package/dist/Transaction-CM_VKdEN.js +243 -0
  19. package/dist/Transaction-D7ZuZ-IB.js +242 -0
  20. package/dist/api/index.d.ts +11 -0
  21. package/dist/api/pagination.d.ts +20 -0
  22. package/dist/api/payment-gateway/index.d.ts +9 -0
  23. package/dist/api/payout/index.d.ts +2 -1
  24. package/dist/api/settlement/index.d.ts +7 -13
  25. package/dist/api/terminal/index.d.ts +8 -1
  26. package/dist/api/terminal-transaction/index.d.ts +9 -0
  27. package/dist/api/transaction/index.d.ts +6 -2
  28. package/dist/app.d.ts +3 -0
  29. package/dist/app.js +105 -82
  30. package/dist/assets/icons/index.d.ts +1 -3
  31. package/dist/assets-CLiVU4As.js +42 -0
  32. package/dist/components/AsyncButton.vue.d.ts +21 -0
  33. package/dist/components/CursorTable/index.vue.d.ts +16 -5
  34. package/dist/components/PDFViewer.vue.d.ts +0 -2
  35. package/dist/components/RestaurantSelector.vue.d.ts +2 -0
  36. package/dist/error-K1CakhA9.js +6 -0
  37. package/dist/{index-B8_4waUa.js → index-ByCQqfan.js} +1 -1
  38. package/dist/index-CkIbCIHJ.js +55560 -0
  39. package/dist/index-CpIkc_Lq.js +40 -0
  40. package/dist/index-DVSsAdF3.js +26 -0
  41. package/dist/index-DvsSYfvP.js +37 -0
  42. package/dist/{index-CjCiGW2Y.js → index-eVOVYNBC.js} +13 -23
  43. package/dist/index.vue_vue_type_script_setup_true_lang-sNgZ-dwX.js +155 -0
  44. package/dist/package.json +7 -7
  45. package/dist/{index-D-lMrCvM.js → payout-account-Bj0y4ywE.js} +771 -802
  46. package/dist/plugins.d.ts +1 -1
  47. package/dist/style.css +1 -1
  48. package/dist/{transaction-fdJNol6A.js → transaction-C1MtaXOd.js} +29 -13
  49. package/dist/tsconfig.app.tsbuildinfo +1 -1
  50. package/dist/validator-D5jtpt9A.js +2877 -0
  51. package/dist/views/admin/payout-account/PayoutAccountSetting.vue.d.ts +11 -1
  52. package/dist/views/admin/payout-account/cell/RateInput.vue.d.ts +8 -0
  53. package/dist/views/admin/payout-account/cell/TPlusInput.vue.d.ts +8 -0
  54. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +81 -0
  55. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +81 -0
  56. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +90 -0
  57. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +81 -0
  58. package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +56 -0
  59. package/dist/views/admin/payout-account/tabs/gateway/RevenueMonsterGateway.vue.d.ts +52 -0
  60. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +61 -0
  61. package/dist/views/admin/terminal/TerminalSetting.vue.d.ts +12 -0
  62. package/dist/views/admin/terminal/cell/Actions.vue.d.ts +58 -9
  63. package/dist/views/admin/terminal/tabs/Fiuu.vue.d.ts +72 -0
  64. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +63 -0
  65. package/dist/views/terminal-transaction/TerminalTransaction.vue.d.ts +2 -0
  66. package/dist/views/terminal-transaction/cell/Gateway.vue.d.ts +9 -0
  67. package/dist/views/terminal-transaction/cell/Status.vue.d.ts +9 -0
  68. package/package.json +19 -19
  69. package/dist/PayoutAccount-J3GJxUjj.js +0 -266
  70. package/dist/Settlement-C4IEccV6.js +0 -136
  71. package/dist/Settlement-D4gdbOE0.js +0 -132
  72. package/dist/SettlementTransactions-DYelInkD.js +0 -351
  73. package/dist/Terminal-Co7KPrrb.js +0 -204
  74. package/dist/Transaction-CvDEP2Uq.js +0 -242
  75. package/dist/Transaction-Rk0g5_Gn.js +0 -241
  76. package/dist/assets-CZ2m5tCN.js +0 -43
  77. package/dist/favicon.ico +0 -0
  78. package/dist/icons/anydesk.svg +0 -1
  79. package/dist/icons/sort.svg +0 -3
  80. package/dist/images/gateway/ccdc.svg +0 -44
  81. package/dist/images/gateway/fiuu.jpg +0 -0
  82. package/dist/images/gateway/fm.svg +0 -44
  83. package/dist/images/gateway/rm.jpg +0 -0
  84. package/dist/images/method/BNPL/Ablr/Ablr_SVG.svg +0 -7
  85. package/dist/images/method/BNPL/Ablr/Ablr_V1_ROU.svg +0 -4
  86. package/dist/images/method/BNPL/Ablr/Ablr_V1_SQU.svg +0 -4
  87. package/dist/images/method/BNPL/Ablr/Ablr_V2_ROU.svg +0 -7
  88. package/dist/images/method/BNPL/Ablr/Ablr_V2_SQU.svg +0 -7
  89. package/dist/images/method/BNPL/Atome/Atome_SVG.svg +0 -4
  90. package/dist/images/method/BNPL/Atome/Atome_V1_ROU.svg +0 -4
  91. package/dist/images/method/BNPL/Atome/Atome_V1_SQU.svg +0 -4
  92. package/dist/images/method/BNPL/Atome/Atome_V2_ROU.svg +0 -4
  93. package/dist/images/method/BNPL/Atome/Atome_V2_SQU.svg +0 -4
  94. package/dist/images/method/BNPL/Atome/Atome_V3_ROU.svg +0 -5
  95. package/dist/images/method/BNPL/Atome/Atome_V3_SQU.svg +0 -5
  96. package/dist/images/method/BNPL/IOUPay/IOUPay_SVG.svg +0 -12
  97. package/dist/images/method/BNPL/IOUPay/IOUPay_V1_ROU.svg +0 -7
  98. package/dist/images/method/BNPL/IOUPay/IOUPay_V1_SQU.svg +0 -7
  99. package/dist/images/method/BNPL/IOUPay/IOUPay_V2_ROU.svg +0 -13
  100. package/dist/images/method/BNPL/IOUPay/IOUPay_V2_SQU.svg +0 -13
  101. package/dist/images/method/BNPL/ShopBack/ShopBack_SVG.svg +0 -6
  102. package/dist/images/method/BNPL/ShopBack/ShopBack_V1_ROU.svg +0 -6
  103. package/dist/images/method/BNPL/ShopBack/ShopBack_V1_SQU.svg +0 -6
  104. package/dist/images/method/BNPL/ShopBack/ShopBack_V2_ROU.svg +0 -4
  105. package/dist/images/method/BNPL/ShopBack/ShopBack_V2_SQU.svg +0 -4
  106. package/dist/images/method/BNPL/Split/Split_SVG.svg +0 -4
  107. package/dist/images/method/BNPL/Split/Split_V1_ROU.svg +0 -5
  108. package/dist/images/method/BNPL/Split/Split_V1_SQU.svg +0 -5
  109. package/dist/images/method/BNPL/Split/Split_V2_ROU.svg +0 -5
  110. package/dist/images/method/BNPL/Split/Split_V2_SQU.svg +0 -5
  111. package/dist/images/method/BNPL/Split/Split_V3_ROU.svg +0 -4
  112. package/dist/images/method/BNPL/Split/Split_V3_SQU.svg +0 -4
  113. package/dist/images/method/BNPL/Split/Split_V4_ROU.svg +0 -4
  114. package/dist/images/method/BNPL/Split/Split_V4_SQU.svg +0 -4
  115. package/dist/images/method/Banks/AEONBank/AEONBank_SVG.svg +0 -16
  116. package/dist/images/method/Banks/AEONBank/AEONBank_V1_BSQU.svg +0 -17
  117. package/dist/images/method/Banks/AEONBank/AEONBank_V1_LG.svg +0 -17
  118. package/dist/images/method/Banks/AEONBank/AEONBank_V1_ROU.svg +0 -6
  119. package/dist/images/method/Banks/AEONBank/AEONBank_V1_SQU.svg +0 -6
  120. package/dist/images/method/Banks/AEONBank/AEONBank_V2_BSQU.svg +0 -17
  121. package/dist/images/method/Banks/AEONBank/AEONBank_V2_LG.svg +0 -17
  122. package/dist/images/method/Banks/AEONBank/AEONBank_V2_ROU.svg +0 -6
  123. package/dist/images/method/Banks/AEONBank/AEONBank_V2_SQU.svg +0 -6
  124. package/dist/images/method/Banks/AffinBank/AffinBank_SVG.svg +0 -56
  125. package/dist/images/method/Banks/AffinBank/AffinBank_V1_BSQU.svg +0 -57
  126. package/dist/images/method/Banks/AffinBank/AffinBank_V1_LG.svg +0 -57
  127. package/dist/images/method/Banks/AffinBank/AffinBank_V1_ROU.svg +0 -10
  128. package/dist/images/method/Banks/AffinBank/AffinBank_V1_SQU.svg +0 -10
  129. package/dist/images/method/Banks/AffinBank/AffinBank_V2_BSQU.svg +0 -57
  130. package/dist/images/method/Banks/AffinBank/AffinBank_V2_LG.svg +0 -57
  131. package/dist/images/method/Banks/AffinBank/AffinBank_V2_ROU.svg +0 -10
  132. package/dist/images/method/Banks/AffinBank/AffinBank_V2_SQU.svg +0 -10
  133. package/dist/images/method/Banks/AllianceBank/AllianceBank_SVG.svg +0 -45
  134. package/dist/images/method/Banks/AllianceBank/AllianceBank_V1_BSQU.svg +0 -46
  135. package/dist/images/method/Banks/AllianceBank/AllianceBank_V1_LG.svg +0 -46
  136. package/dist/images/method/Banks/AllianceBank/AllianceBank_V1_ROU.svg +0 -34
  137. package/dist/images/method/Banks/AllianceBank/AllianceBank_V1_SQU.svg +0 -34
  138. package/dist/images/method/Banks/AmBank/AmBank_SVG.svg +0 -18
  139. package/dist/images/method/Banks/AmBank/AmBank_V1_BSQU.svg +0 -13
  140. package/dist/images/method/Banks/AmBank/AmBank_V1_LG.svg +0 -13
  141. package/dist/images/method/Banks/AmBank/AmBank_V1_ROU.svg +0 -7
  142. package/dist/images/method/Banks/AmBank/AmBank_V1_SQU.svg +0 -7
  143. package/dist/images/method/Banks/AmBank/AmBank_V2_BSQU.svg +0 -13
  144. package/dist/images/method/Banks/AmBank/AmBank_V2_LG.svg +0 -13
  145. package/dist/images/method/Banks/AmBank/AmBank_V2_ROU.svg +0 -7
  146. package/dist/images/method/Banks/AmBank/AmBank_V2_SQU.svg +0 -7
  147. package/dist/images/method/Banks/AmBank/AmBank_V3_BSQU.svg +0 -13
  148. package/dist/images/method/Banks/AmBank/AmBank_V3_LG.svg +0 -13
  149. package/dist/images/method/Banks/AmBank/AmBank_V3_ROU.svg +0 -7
  150. package/dist/images/method/Banks/AmBank/AmBank_V3_SQU.svg +0 -7
  151. package/dist/images/method/Banks/AmBank/AmBank_V4_BSQU.svg +0 -18
  152. package/dist/images/method/Banks/AmBank/AmBank_V4_LG.svg +0 -18
  153. package/dist/images/method/Banks/AmBank/AmBank_V5_BSQU.svg +0 -18
  154. package/dist/images/method/Banks/AmBank/AmBank_V5_LG.svg +0 -18
  155. package/dist/images/method/Banks/ArgoBank/ArgoBank_SVG.svg +0 -12
  156. package/dist/images/method/Banks/ArgoBank/ArgoBank_V1_BSQU.svg +0 -13
  157. package/dist/images/method/Banks/ArgoBank/ArgoBank_V1_LG.svg +0 -13
  158. package/dist/images/method/Banks/ArgoBank/ArgoBank_V1_ROU.svg +0 -4
  159. package/dist/images/method/Banks/ArgoBank/ArgoBank_V1_SQU.svg +0 -4
  160. package/dist/images/method/Banks/BSN/BSN_SVG.svg +0 -7
  161. package/dist/images/method/Banks/BSN/BSN_V1_BSQU.svg +0 -7
  162. package/dist/images/method/Banks/BSN/BSN_V1_LG.svg +0 -7
  163. package/dist/images/method/Banks/BSN/BSN_V1_ROU.svg +0 -4
  164. package/dist/images/method/Banks/BSN/BSN_V1_SQU.svg +0 -4
  165. package/dist/images/method/Banks/BankIslam/BankIslam_SVG.svg +0 -13
  166. package/dist/images/method/Banks/BankIslam/BankIslam_V1_BSQU.svg +0 -14
  167. package/dist/images/method/Banks/BankIslam/BankIslam_V1_LG.svg +0 -14
  168. package/dist/images/method/Banks/BankIslam/BankIslam_V1_ROU.svg +0 -14
  169. package/dist/images/method/Banks/BankIslam/BankIslam_V1_SQU.svg +0 -14
  170. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_SVG.svg +0 -26
  171. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V1_BSQU.svg +0 -24
  172. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V1_LG.svg +0 -24
  173. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V1_ROU.svg +0 -12
  174. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V1_SQU.svg +0 -12
  175. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V2_BSQU.svg +0 -26
  176. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V2_LG.svg +0 -27
  177. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V2_ROU.svg +0 -14
  178. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V2_SQU.svg +0 -14
  179. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V3_ROU.svg +0 -12
  180. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V3_SQU.svg +0 -12
  181. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V4_ROU.svg +0 -4
  182. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V4_SQU.svg +0 -4
  183. package/dist/images/method/Banks/BankRakyat/BankRakyat_SVG.svg +0 -18
  184. package/dist/images/method/Banks/BankRakyat/BankRakyat_V1_BSQU.svg +0 -18
  185. package/dist/images/method/Banks/BankRakyat/BankRakyat_V1_LG.svg +0 -18
  186. package/dist/images/method/Banks/BankRakyat/BankRakyat_V1_ROU.svg +0 -6
  187. package/dist/images/method/Banks/BankRakyat/BankRakyat_V1_SQU.svg +0 -6
  188. package/dist/images/method/Banks/BankRakyat/BankRakyat_V2_BSQU.svg +0 -18
  189. package/dist/images/method/Banks/BankRakyat/BankRakyat_V2_LG.svg +0 -18
  190. package/dist/images/method/Banks/BankRakyat/BankRakyat_V2_ROU.svg +0 -6
  191. package/dist/images/method/Banks/BankRakyat/BankRakyat_V2_SQU.svg +0 -6
  192. package/dist/images/method/Banks/Cimb/Cimb_SVG.svg +0 -16
  193. package/dist/images/method/Banks/Cimb/Cimb_V1_BSQU.svg +0 -13
  194. package/dist/images/method/Banks/Cimb/Cimb_V1_LG.svg +0 -13
  195. package/dist/images/method/Banks/Cimb/Cimb_V1_ROU.svg +0 -5
  196. package/dist/images/method/Banks/Cimb/Cimb_V1_SQU.svg +0 -5
  197. package/dist/images/method/Banks/Cimb/Cimb_V2_BSQU.svg +0 -13
  198. package/dist/images/method/Banks/Cimb/Cimb_V2_LG.svg +0 -13
  199. package/dist/images/method/Banks/Cimb/Cimb_V2_ROU.svg +0 -5
  200. package/dist/images/method/Banks/Cimb/Cimb_V2_SQU.svg +0 -5
  201. package/dist/images/method/Banks/Cimb/Cimb_V3_BSQU.svg +0 -19
  202. package/dist/images/method/Banks/Cimb/Cimb_V3_LG.svg +0 -19
  203. package/dist/images/method/Banks/Cimb/Cimb_V3_ROU.svg +0 -11
  204. package/dist/images/method/Banks/Cimb/Cimb_V3_SQU.svg +0 -11
  205. package/dist/images/method/Banks/Cimb/Cimb_V4_BSQU.svg +0 -14
  206. package/dist/images/method/Banks/Cimb/Cimb_V4_LG.svg +0 -14
  207. package/dist/images/method/Banks/Cimb/Cimb_V5_LG.svg +0 -14
  208. package/dist/images/method/Banks/CitiBank/CitiBank_SVG.svg +0 -4
  209. package/dist/images/method/Banks/CitiBank/CitiBank_V1_BSQU.svg +0 -5
  210. package/dist/images/method/Banks/CitiBank/CitiBank_V1_LG.svg +0 -5
  211. package/dist/images/method/Banks/CitiBank/CitiBank_V1_ROU.svg +0 -5
  212. package/dist/images/method/Banks/CitiBank/CitiBank_V1_SQU.svg +0 -5
  213. package/dist/images/method/Banks/CitiBank/CitiBank_V2_BSQU.svg +0 -5
  214. package/dist/images/method/Banks/CitiBank/CitiBank_V2_LG.svg +0 -5
  215. package/dist/images/method/Banks/CitiBank/CitiBank_V2_ROU.svg +0 -5
  216. package/dist/images/method/Banks/CitiBank/CitiBank_V2_SQU.svg +0 -5
  217. package/dist/images/method/Banks/GXBank/GXBank_SVG.svg +0 -10
  218. package/dist/images/method/Banks/GXBank/GXBank_V1_BSQU.svg +0 -4
  219. package/dist/images/method/Banks/GXBank/GXBank_V1_LG.svg +0 -4
  220. package/dist/images/method/Banks/GXBank/GXBank_V1_ROU.svg +0 -4
  221. package/dist/images/method/Banks/GXBank/GXBank_V1_SQU.svg +0 -4
  222. package/dist/images/method/Banks/GXBank/GXBank_V2_BSQU.svg +0 -4
  223. package/dist/images/method/Banks/GXBank/GXBank_V2_LG.svg +0 -4
  224. package/dist/images/method/Banks/GXBank/GXBank_V2_ROU.svg +0 -4
  225. package/dist/images/method/Banks/GXBank/GXBank_V2_SQU.svg +0 -4
  226. package/dist/images/method/Banks/GXBank/GXBank_V3_BSQU.svg +0 -10
  227. package/dist/images/method/Banks/GXBank/GXBank_V3_LG.svg +0 -10
  228. package/dist/images/method/Banks/GXBank/GXBank_V3_ROU.svg +0 -10
  229. package/dist/images/method/Banks/GXBank/GXBank_V3_SQU.svg +0 -10
  230. package/dist/images/method/Banks/GXBank/GXBank_V4_BSQU.svg +0 -10
  231. package/dist/images/method/Banks/GXBank/GXBank_V4_LG.svg +0 -10
  232. package/dist/images/method/Banks/GXBank/GXBank_V4_ROU.svg +0 -10
  233. package/dist/images/method/Banks/GXBank/GXBank_V4_SQU.svg +0 -10
  234. package/dist/images/method/Banks/GXBank/GXBank_V5_BSQU.svg +0 -10
  235. package/dist/images/method/Banks/GXBank/GXBank_V5_LG.svg +0 -10
  236. package/dist/images/method/Banks/GXBank/GXBank_V5_ROU.svg +0 -10
  237. package/dist/images/method/Banks/GXBank/GXBank_V5_SQU.svg +0 -10
  238. package/dist/images/method/Banks/HSBC/HSBC_SVG.svg +0 -11
  239. package/dist/images/method/Banks/HSBC/HSBC_V1_BSQU.svg +0 -12
  240. package/dist/images/method/Banks/HSBC/HSBC_V1_LG.svg +0 -12
  241. package/dist/images/method/Banks/HSBC/HSBC_V1_ROU.svg +0 -8
  242. package/dist/images/method/Banks/HSBC/HSBC_V1_SQU.svg +0 -8
  243. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_SVG.svg +0 -27
  244. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V1_BSQU.svg +0 -22
  245. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V1_LG.svg +0 -22
  246. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V1_ROU.svg +0 -9
  247. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V1_SQU.svg +0 -9
  248. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V2_BSQU.svg +0 -18
  249. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V2_LG.svg +0 -18
  250. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_SVG.svg +0 -5
  251. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V1_BSQU.svg +0 -5
  252. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V1_LG.svg +0 -5
  253. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V1_ROU.svg +0 -4
  254. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V1_SQU.svg +0 -4
  255. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V2_BSQU.svg +0 -5
  256. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V2_LG.svg +0 -5
  257. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V2_ROU.svg +0 -4
  258. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V2_SQU.svg +0 -4
  259. package/dist/images/method/Banks/Maybank/MayBank_SVG.svg +0 -22
  260. package/dist/images/method/Banks/Maybank/MayBank_V1_BSQU.svg +0 -22
  261. package/dist/images/method/Banks/Maybank/MayBank_V1_LG.svg +0 -22
  262. package/dist/images/method/Banks/Maybank/MayBank_V1_ROU.svg +0 -15
  263. package/dist/images/method/Banks/Maybank/MayBank_V1_SQU.svg +0 -15
  264. package/dist/images/method/Banks/OCBC/OCBC_SVG.svg +0 -11
  265. package/dist/images/method/Banks/OCBC/OCBC_V1_BSQU.svg +0 -12
  266. package/dist/images/method/Banks/OCBC/OCBC_V1_LG.svg +0 -12
  267. package/dist/images/method/Banks/OCBC/OCBC_V1_ROU.svg +0 -4
  268. package/dist/images/method/Banks/OCBC/OCBC_V1_SQU.svg +0 -4
  269. package/dist/images/method/Banks/OCBC/OCBC_V2_BSQU.svg +0 -12
  270. package/dist/images/method/Banks/OCBC/OCBC_V2_LG.svg +0 -12
  271. package/dist/images/method/Banks/OCBC/OCBC_V2_ROU.svg +0 -4
  272. package/dist/images/method/Banks/OCBC/OCBC_V2_SQU.svg +0 -4
  273. package/dist/images/method/Banks/PublicBank/PublicBank_SVG.svg +0 -13
  274. package/dist/images/method/Banks/PublicBank/PublicBank_V1_BSQU.svg +0 -14
  275. package/dist/images/method/Banks/PublicBank/PublicBank_V1_LG.svg +0 -14
  276. package/dist/images/method/Banks/PublicBank/PublicBank_V1_ROU.svg +0 -4
  277. package/dist/images/method/Banks/PublicBank/PublicBank_V1_SQU.svg +0 -4
  278. package/dist/images/method/Banks/RHB/RHB_SVG.svg +0 -4
  279. package/dist/images/method/Banks/RHB/RHB_V1_BSQU.svg +0 -5
  280. package/dist/images/method/Banks/RHB/RHB_V1_LG.svg +0 -5
  281. package/dist/images/method/Banks/RHB/RHB_V1_ROU.svg +0 -5
  282. package/dist/images/method/Banks/RHB/RHB_V1_SQU.svg +0 -5
  283. package/dist/images/method/Banks/RHB/RHB_V2_BSQU.svg +0 -5
  284. package/dist/images/method/Banks/RHB/RHB_V2_LG.svg +0 -5
  285. package/dist/images/method/Banks/RHB/RHB_V2_ROU.svg +0 -5
  286. package/dist/images/method/Banks/RHB/RHB_V2_SQU.svg +0 -5
  287. package/dist/images/method/Banks/StandardChartered/StandardChartered_SVG.svg +0 -26
  288. package/dist/images/method/Banks/StandardChartered/StandardChartered_V1_BSQU.svg +0 -27
  289. package/dist/images/method/Banks/StandardChartered/StandardChartered_V1_LG.svg +0 -27
  290. package/dist/images/method/Banks/StandardChartered/StandardChartered_V1_ROU.svg +0 -10
  291. package/dist/images/method/Banks/StandardChartered/StandardChartered_V1_SQU.svg +0 -10
  292. package/dist/images/method/Banks/UOB/UOB_SVG.svg +0 -15
  293. package/dist/images/method/Banks/UOB/UOB_V1_BSQU.svg +0 -16
  294. package/dist/images/method/Banks/UOB/UOB_V1_LG.svg +0 -16
  295. package/dist/images/method/Banks/UOB/UOB_V1_ROU.svg +0 -4
  296. package/dist/images/method/Banks/UOB/UOB_V1_SQU.svg +0 -4
  297. package/dist/images/method/Banks/UOB/UOB_V2_BSQU.svg +0 -16
  298. package/dist/images/method/Banks/UOB/UOB_V2_LG.svg +0 -16
  299. package/dist/images/method/Banks/UOB/UOB_V2_ROU.svg +0 -4
  300. package/dist/images/method/Banks/UOB/UOB_V2_SQU.svg +0 -4
  301. package/dist/images/method/Banks/UOB/UOB_V3_ROU.svg +0 -5
  302. package/dist/images/method/Banks/UOB/UOB_V3_SQU.svg +0 -5
  303. package/dist/images/method/Banks/UOB/UOB_V4_ROU.svg +0 -5
  304. package/dist/images/method/Banks/UOB/UOB_V4_SQU.svg +0 -5
  305. package/dist/images/method/Card/Gobiz/Gobiz_SVG.svg +0 -10
  306. package/dist/images/method/Card/Gobiz/Gobiz_V1_ROU.svg +0 -11
  307. package/dist/images/method/Card/Gobiz/Gobiz_V1_SQU.svg +0 -11
  308. package/dist/images/method/Card/Gobiz/Gobiz_V2_ROU.svg +0 -11
  309. package/dist/images/method/Card/Gobiz/Gobiz_V2_SQU.svg +0 -11
  310. package/dist/images/method/Card/Master/MASTER_SVG.svg +0 -6
  311. package/dist/images/method/Card/Master/MASTER_V1_ROU.svg +0 -7
  312. package/dist/images/method/Card/Master/MASTER_V1_SQU.svg +0 -7
  313. package/dist/images/method/Card/Master/MASTER_V1_TRSP.svg +0 -6
  314. package/dist/images/method/Card/Master/MASTER_V2_ROU.svg +0 -7
  315. package/dist/images/method/Card/Master/MASTER_V2_SQU.svg +0 -7
  316. package/dist/images/method/Card/Paydee/Paydee_SVG.svg +0 -8
  317. package/dist/images/method/Card/Paydee/Paydee_V1_ROU.svg +0 -9
  318. package/dist/images/method/Card/Paydee/Paydee_V1_SQU.svg +0 -9
  319. package/dist/images/method/Card/Paydee/Paydee_V2_ROU.svg +0 -9
  320. package/dist/images/method/Card/Paydee/Paydee_V2_SQU.svg +0 -9
  321. package/dist/images/method/Card/UnionPay/UNIONPAY_SVG.svg +0 -17
  322. package/dist/images/method/Card/UnionPay/UNIONPAY_V1_ROU.svg +0 -18
  323. package/dist/images/method/Card/UnionPay/UNIONPAY_V1_SQU.svg +0 -18
  324. package/dist/images/method/Card/UnionPay/UNIONPAY_V1_TRSP.svg +0 -17
  325. package/dist/images/method/Card/Visa/VISA_SVG.svg +0 -3
  326. package/dist/images/method/Card/Visa/VISA_V1_ROU.svg +0 -4
  327. package/dist/images/method/Card/Visa/VISA_V1_SQU.svg +0 -4
  328. package/dist/images/method/Card/Visa/VISA_V1_TRSP.svg +0 -3
  329. package/dist/images/method/Card/Visa/VISA_V2_ROU.svg +0 -4
  330. package/dist/images/method/Card/Visa/VISA_V2_SQU.svg +0 -4
  331. package/dist/images/method/Card/Visa/VISA_V2_TRSP.svg +0 -3
  332. package/dist/images/method/Mobile/ApplePay/ApplePay_SVG.svg +0 -3
  333. package/dist/images/method/Mobile/ApplePay/ApplePay_V1_ROU.svg +0 -4
  334. package/dist/images/method/Mobile/ApplePay/ApplePay_V1_SQU.svg +0 -4
  335. package/dist/images/method/Mobile/ApplePay/ApplePay_V1_TRSP.svg +0 -3
  336. package/dist/images/method/Mobile/ApplePay/ApplePay_V2_ROU.svg +0 -4
  337. package/dist/images/method/Mobile/ApplePay/ApplePay_V2_SQU.svg +0 -4
  338. package/dist/images/method/Mobile/ApplePay/ApplePay_V2_TRSP.svg +0 -3
  339. package/dist/images/method/Mobile/GooglePay/GooglePay_SVG.svg +0 -7
  340. package/dist/images/method/Mobile/GooglePay/GooglePay_V1_ROU.svg +0 -8
  341. package/dist/images/method/Mobile/GooglePay/GooglePay_V1_SQU.svg +0 -8
  342. package/dist/images/method/Mobile/GooglePay/GooglePay_V1_TRSP.svg +0 -7
  343. package/dist/images/method/Mobile/GooglePay/GooglePay_V2_ROU.svg +0 -8
  344. package/dist/images/method/Mobile/GooglePay/GooglePay_V2_SQU.svg +0 -8
  345. package/dist/images/method/Mobile/GooglePay/GooglePay_V2_TRSP.svg +0 -7
  346. package/dist/images/method/Mobile/GooglePay/GooglePay_V3_ROU.svg +0 -7
  347. package/dist/images/method/Mobile/GooglePay/GooglePay_V3_SQU.svg +0 -7
  348. package/dist/images/method/Mobile/GooglePay/GooglePay_V3_TRSP.svg +0 -6
  349. package/dist/images/method/Mobile/SamsungPay/SamsungPay_SVG.svg +0 -12
  350. package/dist/images/method/Mobile/SamsungPay/SamsungPay_V1_ROU.svg +0 -13
  351. package/dist/images/method/Mobile/SamsungPay/SamsungPay_V1_SQU.svg +0 -13
  352. package/dist/images/method/Mobile/SamsungPay/SamsungPay_V2_ROU.svg +0 -13
  353. package/dist/images/method/Mobile/SamsungPay/SamsungPay_V2_SQU.svg +0 -13
  354. package/dist/images/method/Mobile/SamsungPay/SamsungPay_V3_ROU.svg +0 -6
  355. package/dist/images/method/Mobile/SamsungPay/SamsungPay_V3_SQU.svg +0 -6
  356. package/dist/images/method/Other/DuitNow/DuitNow_SVG.svg +0 -11
  357. package/dist/images/method/Other/DuitNow/DuitNow_V1_ROU.svg +0 -12
  358. package/dist/images/method/Other/DuitNow/DuitNow_V1_SQU.svg +0 -12
  359. package/dist/images/method/Other/DuitNow/DuitNow_V2_ROU.svg +0 -12
  360. package/dist/images/method/Other/DuitNow/DuitNow_V2_SQU.svg +0 -12
  361. package/dist/images/method/Other/DuitNow/DuitNow_V3_ROU.svg +0 -5
  362. package/dist/images/method/Other/DuitNow/DuitNow_V3_SQU.svg +0 -5
  363. package/dist/images/method/Other/DuitNow/DuitNow_V4_ROU.svg +0 -5
  364. package/dist/images/method/Other/DuitNow/DuitNow_V4_SQU.svg +0 -5
  365. package/dist/images/method/Other/FPX/FPX_SVG.svg +0 -28
  366. package/dist/images/method/Other/FPX/FPX_V1_ROU.svg +0 -29
  367. package/dist/images/method/Other/FPX/FPX_V1_SQU.svg +0 -29
  368. package/dist/images/method/Other/FPX/FPX_V2_ROU.svg +0 -8
  369. package/dist/images/method/Other/FPX/FPX_V2_SQU.svg +0 -8
  370. package/dist/images/method/Other/FPX/FPX_V3_ROU.svg +0 -5
  371. package/dist/images/method/Other/FPX/FPX_V3_SQU.svg +0 -5
  372. package/dist/images/method/Other/MaybankQR/MaybankQR_V1_ROU.svg +0 -35
  373. package/dist/images/method/Other/MaybankQR/MaybankQR_V1_SQU.svg +0 -35
  374. package/dist/images/method/Other/MaybankQR/Maybank_SVG.svg +0 -49
  375. package/dist/images/method/Other/NetsPay/NetsPay_SVG.svg +0 -5
  376. package/dist/images/method/Other/NetsPay/NetsPay_V1_ROU.svg +0 -6
  377. package/dist/images/method/Other/NetsPay/NetsPay_V1_SQU.svg +0 -6
  378. package/dist/images/method/Wallet/Alipay/Alipay_SVG.svg +0 -4
  379. package/dist/images/method/Wallet/Alipay/Alipay_V1_ROU.svg +0 -6
  380. package/dist/images/method/Wallet/Alipay/Alipay_V1_SQU.svg +0 -5
  381. package/dist/images/method/Wallet/Alipay/Alipay_V2_ROU.svg +0 -6
  382. package/dist/images/method/Wallet/Alipay/Alipay_V2_SQU.svg +0 -5
  383. package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_SVG.svg +0 -7
  384. package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_V1_ROU.svg +0 -8
  385. package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_V1_SQU.svg +0 -8
  386. package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_V2_ROU.svg +0 -6
  387. package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_V2_SQU.svg +0 -6
  388. package/dist/images/method/Wallet/Binfinite/Binfinite_SVG.svg +0 -14
  389. package/dist/images/method/Wallet/Binfinite/Binfinite_V1_ROU.svg +0 -7
  390. package/dist/images/method/Wallet/Binfinite/Binfinite_V1_SQU.svg +0 -7
  391. package/dist/images/method/Wallet/Binfinite/Binfinite_V2_ROU.svg +0 -15
  392. package/dist/images/method/Wallet/Binfinite/Binfinite_V2_SQU.svg +0 -15
  393. package/dist/images/method/Wallet/Binfinite/Binfinite_V3_ROU.svg +0 -15
  394. package/dist/images/method/Wallet/Binfinite/Binfinite_V3_SQU.svg +0 -15
  395. package/dist/images/method/Wallet/Boost/Boost_SVG.svg +0 -10
  396. package/dist/images/method/Wallet/Boost/Boost_V1_ROU.svg +0 -6
  397. package/dist/images/method/Wallet/Boost/Boost_V1_SQU.svg +0 -6
  398. package/dist/images/method/Wallet/Boost/Boost_V2_ROU.svg +0 -11
  399. package/dist/images/method/Wallet/Boost/Boost_V2_SQU.svg +0 -11
  400. package/dist/images/method/Wallet/Boost/Boost_V3_ROU.svg +0 -11
  401. package/dist/images/method/Wallet/Boost/Boost_V3_SQU.svg +0 -11
  402. package/dist/images/method/Wallet/FavePay/FavePay_SVG.svg +0 -12
  403. package/dist/images/method/Wallet/FavePay/FavePay_V1_ROU.svg +0 -16
  404. package/dist/images/method/Wallet/FavePay/FavePay_V1_SQU.svg +0 -16
  405. package/dist/images/method/Wallet/FavePay/FavePay_V2_ROU.svg +0 -13
  406. package/dist/images/method/Wallet/FavePay/FavePay_V2_SQU.svg +0 -13
  407. package/dist/images/method/Wallet/GoPayz/GoPayz_SVG.svg +0 -12
  408. package/dist/images/method/Wallet/GoPayz/GoPayz_V1_ROU.svg +0 -11
  409. package/dist/images/method/Wallet/GoPayz/GoPayz_V1_SQU.svg +0 -11
  410. package/dist/images/method/Wallet/GoPayz/GoPayz_V2_ROU.svg +0 -5
  411. package/dist/images/method/Wallet/GoPayz/GoPayz_V2_SQU.svg +0 -5
  412. package/dist/images/method/Wallet/GrabPay/GrabPay_SVG.svg +0 -15
  413. package/dist/images/method/Wallet/GrabPay/GrabPay_V1_ROU.svg +0 -13
  414. package/dist/images/method/Wallet/GrabPay/GrabPay_V1_SQU.svg +0 -13
  415. package/dist/images/method/Wallet/GrabPay/GrabPay_V2_ROU.svg +0 -13
  416. package/dist/images/method/Wallet/GrabPay/GrabPay_V2_SQU.svg +0 -13
  417. package/dist/images/method/Wallet/GrabPay/GrabPay_V3_ROU.svg +0 -16
  418. package/dist/images/method/Wallet/GrabPay/GrabPay_V3_SQU.svg +0 -16
  419. package/dist/images/method/Wallet/GrabPay/GrabPay_V4_ROU.svg +0 -16
  420. package/dist/images/method/Wallet/GrabPay/GrabPay_V4_SQU.svg +0 -16
  421. package/dist/images/method/Wallet/Lazada/Lazada_SVG.svg +0 -44
  422. package/dist/images/method/Wallet/Lazada/Lazada_V1_ROU.svg +0 -39
  423. package/dist/images/method/Wallet/Lazada/Lazada_V1_SQU.svg +0 -39
  424. package/dist/images/method/Wallet/Lazada/Lazada_V2_ROU.svg +0 -45
  425. package/dist/images/method/Wallet/Lazada/Lazada_V2_SQU.svg +0 -45
  426. package/dist/images/method/Wallet/MAE/MAE_SVG.svg +0 -4
  427. package/dist/images/method/Wallet/MAE/MAE_V1_ROU.svg +0 -11
  428. package/dist/images/method/Wallet/MAE/MAE_V1_SQU.svg +0 -11
  429. package/dist/images/method/Wallet/MCash/MCash_SVG.svg +0 -7
  430. package/dist/images/method/Wallet/MCash/MCash_V1_ROU.svg +0 -8
  431. package/dist/images/method/Wallet/MCash/MCash_V1_SQU.svg +0 -8
  432. package/dist/images/method/Wallet/MCash/MCash_V2_ROU.svg +0 -8
  433. package/dist/images/method/Wallet/MCash/MCash_V2_SQU.svg +0 -8
  434. package/dist/images/method/Wallet/Presto/Presto_SVG.svg +0 -10
  435. package/dist/images/method/Wallet/Presto/Presto_V1_ROU.svg +0 -11
  436. package/dist/images/method/Wallet/Presto/Presto_V1_SQU.svg +0 -11
  437. package/dist/images/method/Wallet/Presto/Presto_V2_ROU.svg +0 -11
  438. package/dist/images/method/Wallet/Presto/Presto_V2_SQU.svg +0 -11
  439. package/dist/images/method/Wallet/Presto/Presto_V3_ROU.svg +0 -11
  440. package/dist/images/method/Wallet/Presto/Presto_V3_SQU.svg +0 -11
  441. package/dist/images/method/Wallet/Presto/Presto_V4_ROU.svg +0 -5
  442. package/dist/images/method/Wallet/Presto/Presto_V4_SQU.svg +0 -5
  443. package/dist/images/method/Wallet/Presto/Presto_V5_ROU.svg +0 -5
  444. package/dist/images/method/Wallet/Presto/Presto_V5_SQU.svg +0 -5
  445. package/dist/images/method/Wallet/Razer/RazerPay_SVG.svg +0 -11
  446. package/dist/images/method/Wallet/Razer/RazerPay_V1_ROU.svg +0 -12
  447. package/dist/images/method/Wallet/Razer/RazerPay_V1_SQU.svg +0 -12
  448. package/dist/images/method/Wallet/SarawakPay/SarawakPay_SVG.svg +0 -9
  449. package/dist/images/method/Wallet/SarawakPay/SarawakPay_V1_ROU.svg +0 -10
  450. package/dist/images/method/Wallet/SarawakPay/SarawakPay_V1_SQU.svg +0 -11
  451. package/dist/images/method/Wallet/SarawakPay/SarawakPay_V2_ROU.svg +0 -4
  452. package/dist/images/method/Wallet/SarawakPay/SarawakPay_V2_SQU.svg +0 -4
  453. package/dist/images/method/Wallet/Senheng/Senheng_SVG.svg +0 -9
  454. package/dist/images/method/Wallet/Senheng/Senheng_V1_ROU.svg +0 -4
  455. package/dist/images/method/Wallet/Senheng/Senheng_V1_SQU.svg +0 -4
  456. package/dist/images/method/Wallet/Senheng/Senheng_V2_ROU.svg +0 -4
  457. package/dist/images/method/Wallet/Senheng/Senheng_V2_SQU.svg +0 -4
  458. package/dist/images/method/Wallet/Setel/Setel_SVG.svg +0 -10
  459. package/dist/images/method/Wallet/Setel/Setel_V1_ROU.svg +0 -11
  460. package/dist/images/method/Wallet/Setel/Setel_V1_SQU.svg +0 -11
  461. package/dist/images/method/Wallet/Setel/Setel_V2_ROU.svg +0 -6
  462. package/dist/images/method/Wallet/Setel/Setel_V2_SQU.svg +0 -6
  463. package/dist/images/method/Wallet/ShopeePay/ShopeePay_SVG.svg +0 -13
  464. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V1_ROU.svg +0 -14
  465. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V1_SQU.svg +0 -14
  466. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V2_ROU.svg +0 -12
  467. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V2_SQU.svg +0 -12
  468. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V3_ROU.svg +0 -5
  469. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V3_SQU.svg +0 -5
  470. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V4_ROU.svg +0 -5
  471. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V4_SQU.svg +0 -5
  472. package/dist/images/method/Wallet/TNG/TNG_SVG.svg +0 -27
  473. package/dist/images/method/Wallet/TNG/TNG_V1_ROU.svg +0 -27
  474. package/dist/images/method/Wallet/TNG/TNG_V1_SQU.svg +0 -27
  475. package/dist/images/method/Wallet/TaPay/TaPay_SVG.svg +0 -25
  476. package/dist/images/method/Wallet/TaPay/TaPay_V1_ROU.svg +0 -25
  477. package/dist/images/method/Wallet/TaPay/TaPay_V1_SQU.svg +0 -25
  478. package/dist/images/method/Wallet/TaPay/TaPay_V2_ROU.svg +0 -25
  479. package/dist/images/method/Wallet/TaPay/TaPay_V2_SQU.svg +0 -25
  480. package/dist/images/method/Wallet/Truemoney/Truemoney_SVG.svg +0 -42
  481. package/dist/images/method/Wallet/Truemoney/Truemoney_V1_ROU.svg +0 -8
  482. package/dist/images/method/Wallet/Truemoney/Truemoney_V1_SQU.svg +0 -8
  483. package/dist/images/method/Wallet/Truemoney/Truemoney_V2_ROU.svg +0 -17
  484. package/dist/images/method/Wallet/Truemoney/Truemoney_V2_SQU.svg +0 -17
  485. package/dist/images/method/Wallet/WechatPay/WeChat_SVG.svg +0 -4
  486. package/dist/images/method/Wallet/WechatPay/WeChat_V1_ROU.svg +0 -4
  487. package/dist/images/method/Wallet/WechatPay/WeChat_V1_SQU.svg +0 -4
  488. package/dist/images/method/Wallet/WechatPay/WeChat_V2_ROU.svg +0 -4
  489. package/dist/images/method/Wallet/WechatPay/WeChat_V2_SQU.svg +0 -4
  490. package/dist/images/method/Wallet/WechatPay/WeChat_V3_ROU.svg +0 -5
  491. package/dist/images/method/Wallet/WechatPay/WeChat_V3_SQU.svg +0 -5
  492. package/dist/images/method/Wallet/Zapp/Zapp_SVG.svg +0 -6
  493. package/dist/images/method/Wallet/Zapp/Zapp_V1_ROU.svg +0 -7
  494. package/dist/images/method/Wallet/Zapp/Zapp_V1_SQU.svg +0 -7
  495. package/dist/index-DvzXwr90.js +0 -40075
  496. package/dist/index.vue_vue_type_script_setup_true_lang-y4tchjya.js +0 -150
  497. package/dist/locales/en/business.json +0 -4
  498. package/dist/locales/en/common.json +0 -272
  499. package/dist/locales/en/country.json +0 -4
  500. package/dist/locales/en/payment.json +0 -27
  501. package/dist/locales/en/transaction.json +0 -25
  502. package/dist/locales/en/user.json +0 -61
  503. package/dist/locales/zh/business.json +0 -4
  504. package/dist/locales/zh/common.json +0 -272
  505. package/dist/locales/zh/country.json +0 -6
  506. package/dist/locales/zh/payment.json +0 -27
  507. package/dist/locales/zh/transaction.json +0 -25
  508. package/dist/locales/zh/user.json +0 -61
@@ -1,2 +1,12 @@
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>;
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ accountId: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ accountId: {
8
+ type: StringConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
12
  export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ data: number;
3
+ onChange: (val: number) => void;
4
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
+ data: number;
6
+ onChange: (val: number) => void;
7
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ data: number;
3
+ onChange: (val: number) => void;
4
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
+ data: number;
6
+ onChange: (val: number) => void;
7
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,81 @@
1
+ import type { PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ payoutAccount: {
4
+ type: PropType<{
5
+ enable?: boolean | null | undefined;
6
+ ref?: any;
7
+ status: "NEW" | "PENDING" | "APPROVED";
8
+ _id: string;
9
+ store: {
10
+ bank?: {
11
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12
+ accountNumber?: string | null | undefined;
13
+ holderName?: string | null | undefined;
14
+ name: string;
15
+ } | null | undefined;
16
+ ssm?: string | null | undefined;
17
+ bankStatement?: string | null | undefined;
18
+ exteriorPhoto?: string | null | undefined;
19
+ keyPerson?: {
20
+ name: string;
21
+ phone: string;
22
+ email: string;
23
+ } | null | undefined;
24
+ id: string;
25
+ event: "ORDERING" | "MARKETING";
26
+ };
27
+ notifyUrl: string;
28
+ methods: {
29
+ rate?: {
30
+ amount: number;
31
+ precision: number;
32
+ } | null | undefined;
33
+ tPlus?: number | null | undefined;
34
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
35
+ variant: string;
36
+ }[];
37
+ businessId: string;
38
+ }>;
39
+ required: true;
40
+ };
41
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
+ payoutAccount: {
43
+ type: PropType<{
44
+ enable?: boolean | null | undefined;
45
+ ref?: any;
46
+ status: "NEW" | "PENDING" | "APPROVED";
47
+ _id: string;
48
+ store: {
49
+ bank?: {
50
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
51
+ accountNumber?: string | null | undefined;
52
+ holderName?: string | null | undefined;
53
+ name: string;
54
+ } | null | undefined;
55
+ ssm?: string | null | undefined;
56
+ bankStatement?: string | null | undefined;
57
+ exteriorPhoto?: string | null | undefined;
58
+ keyPerson?: {
59
+ name: string;
60
+ phone: string;
61
+ email: string;
62
+ } | null | undefined;
63
+ id: string;
64
+ event: "ORDERING" | "MARKETING";
65
+ };
66
+ notifyUrl: string;
67
+ methods: {
68
+ rate?: {
69
+ amount: number;
70
+ precision: number;
71
+ } | null | undefined;
72
+ tPlus?: number | null | undefined;
73
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
74
+ variant: string;
75
+ }[];
76
+ businessId: string;
77
+ }>;
78
+ required: true;
79
+ };
80
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ export default _default;
@@ -0,0 +1,81 @@
1
+ import { type PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ payoutAccount: {
4
+ type: PropType<{
5
+ enable?: boolean | null | undefined;
6
+ ref?: any;
7
+ status: "NEW" | "PENDING" | "APPROVED";
8
+ _id: string;
9
+ store: {
10
+ bank?: {
11
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12
+ accountNumber?: string | null | undefined;
13
+ holderName?: string | null | undefined;
14
+ name: string;
15
+ } | null | undefined;
16
+ ssm?: string | null | undefined;
17
+ bankStatement?: string | null | undefined;
18
+ exteriorPhoto?: string | null | undefined;
19
+ keyPerson?: {
20
+ name: string;
21
+ phone: string;
22
+ email: string;
23
+ } | null | undefined;
24
+ id: string;
25
+ event: "ORDERING" | "MARKETING";
26
+ };
27
+ notifyUrl: string;
28
+ methods: {
29
+ rate?: {
30
+ amount: number;
31
+ precision: number;
32
+ } | null | undefined;
33
+ tPlus?: number | null | undefined;
34
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
35
+ variant: string;
36
+ }[];
37
+ businessId: string;
38
+ }>;
39
+ required: true;
40
+ };
41
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
+ payoutAccount: {
43
+ type: PropType<{
44
+ enable?: boolean | null | undefined;
45
+ ref?: any;
46
+ status: "NEW" | "PENDING" | "APPROVED";
47
+ _id: string;
48
+ store: {
49
+ bank?: {
50
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
51
+ accountNumber?: string | null | undefined;
52
+ holderName?: string | null | undefined;
53
+ name: string;
54
+ } | null | undefined;
55
+ ssm?: string | null | undefined;
56
+ bankStatement?: string | null | undefined;
57
+ exteriorPhoto?: string | null | undefined;
58
+ keyPerson?: {
59
+ name: string;
60
+ phone: string;
61
+ email: string;
62
+ } | null | undefined;
63
+ id: string;
64
+ event: "ORDERING" | "MARKETING";
65
+ };
66
+ notifyUrl: string;
67
+ methods: {
68
+ rate?: {
69
+ amount: number;
70
+ precision: number;
71
+ } | null | undefined;
72
+ tPlus?: number | null | undefined;
73
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
74
+ variant: string;
75
+ }[];
76
+ businessId: string;
77
+ }>;
78
+ required: true;
79
+ };
80
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ export default _default;
@@ -0,0 +1,90 @@
1
+ import type { PayoutAccountWithRefDto } from '@feedmepos/payment-entity';
2
+ import { type PropType } from 'vue';
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ onUpdate: {
5
+ type: PropType<(account: PayoutAccountWithRefDto) => Promise<void>>;
6
+ required: true;
7
+ };
8
+ payoutAccount: {
9
+ type: PropType<{
10
+ enable?: boolean | null | undefined;
11
+ ref?: any;
12
+ status: "NEW" | "PENDING" | "APPROVED";
13
+ _id: string;
14
+ store: {
15
+ bank?: {
16
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
17
+ accountNumber?: string | null | undefined;
18
+ holderName?: string | null | undefined;
19
+ name: string;
20
+ } | null | undefined;
21
+ ssm?: string | null | undefined;
22
+ bankStatement?: string | null | undefined;
23
+ exteriorPhoto?: string | null | undefined;
24
+ keyPerson?: {
25
+ name: string;
26
+ phone: string;
27
+ email: string;
28
+ } | null | undefined;
29
+ id: string;
30
+ event: "ORDERING" | "MARKETING";
31
+ };
32
+ notifyUrl: string;
33
+ methods: {
34
+ rate?: {
35
+ amount: number;
36
+ precision: number;
37
+ } | null | undefined;
38
+ tPlus?: number | null | undefined;
39
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
40
+ variant: string;
41
+ }[];
42
+ businessId: string;
43
+ }>;
44
+ required: true;
45
+ };
46
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
+ onUpdate: {
48
+ type: PropType<(account: PayoutAccountWithRefDto) => Promise<void>>;
49
+ required: true;
50
+ };
51
+ payoutAccount: {
52
+ type: PropType<{
53
+ enable?: boolean | null | undefined;
54
+ ref?: any;
55
+ status: "NEW" | "PENDING" | "APPROVED";
56
+ _id: string;
57
+ store: {
58
+ bank?: {
59
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
60
+ accountNumber?: string | null | undefined;
61
+ holderName?: string | null | undefined;
62
+ name: string;
63
+ } | null | undefined;
64
+ ssm?: string | null | undefined;
65
+ bankStatement?: string | null | undefined;
66
+ exteriorPhoto?: string | null | undefined;
67
+ keyPerson?: {
68
+ name: string;
69
+ phone: string;
70
+ email: string;
71
+ } | null | undefined;
72
+ id: string;
73
+ event: "ORDERING" | "MARKETING";
74
+ };
75
+ notifyUrl: string;
76
+ methods: {
77
+ rate?: {
78
+ amount: number;
79
+ precision: number;
80
+ } | null | undefined;
81
+ tPlus?: number | null | undefined;
82
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
83
+ variant: string;
84
+ }[];
85
+ businessId: string;
86
+ }>;
87
+ required: true;
88
+ };
89
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
90
+ export default _default;
@@ -0,0 +1,81 @@
1
+ import type { PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ payoutAccount: {
4
+ type: PropType<{
5
+ enable?: boolean | null | undefined;
6
+ ref?: any;
7
+ status: "NEW" | "PENDING" | "APPROVED";
8
+ _id: string;
9
+ store: {
10
+ bank?: {
11
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12
+ accountNumber?: string | null | undefined;
13
+ holderName?: string | null | undefined;
14
+ name: string;
15
+ } | null | undefined;
16
+ ssm?: string | null | undefined;
17
+ bankStatement?: string | null | undefined;
18
+ exteriorPhoto?: string | null | undefined;
19
+ keyPerson?: {
20
+ name: string;
21
+ phone: string;
22
+ email: string;
23
+ } | null | undefined;
24
+ id: string;
25
+ event: "ORDERING" | "MARKETING";
26
+ };
27
+ notifyUrl: string;
28
+ methods: {
29
+ rate?: {
30
+ amount: number;
31
+ precision: number;
32
+ } | null | undefined;
33
+ tPlus?: number | null | undefined;
34
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
35
+ variant: string;
36
+ }[];
37
+ businessId: string;
38
+ }>;
39
+ required: true;
40
+ };
41
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
+ payoutAccount: {
43
+ type: PropType<{
44
+ enable?: boolean | null | undefined;
45
+ ref?: any;
46
+ status: "NEW" | "PENDING" | "APPROVED";
47
+ _id: string;
48
+ store: {
49
+ bank?: {
50
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
51
+ accountNumber?: string | null | undefined;
52
+ holderName?: string | null | undefined;
53
+ name: string;
54
+ } | null | undefined;
55
+ ssm?: string | null | undefined;
56
+ bankStatement?: string | null | undefined;
57
+ exteriorPhoto?: string | null | undefined;
58
+ keyPerson?: {
59
+ name: string;
60
+ phone: string;
61
+ email: string;
62
+ } | null | undefined;
63
+ id: string;
64
+ event: "ORDERING" | "MARKETING";
65
+ };
66
+ notifyUrl: string;
67
+ methods: {
68
+ rate?: {
69
+ amount: number;
70
+ precision: number;
71
+ } | null | undefined;
72
+ tPlus?: number | null | undefined;
73
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
74
+ variant: string;
75
+ }[];
76
+ businessId: string;
77
+ }>;
78
+ required: true;
79
+ };
80
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ export default _default;
@@ -0,0 +1,56 @@
1
+ import type { FdoPaymentGateway } from '@feedmepos/payment-entity';
2
+ import type { PropType } from 'vue';
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ onUpdate: {
5
+ type: PropType<(g: any) => void>;
6
+ required: true;
7
+ };
8
+ onDelete: {
9
+ type: PropType<(g: FdoPaymentGateway) => void>;
10
+ required: true;
11
+ };
12
+ gateway: {
13
+ type: PropType<{
14
+ _id: string;
15
+ _rev: string;
16
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
17
+ active: boolean;
18
+ config: {
19
+ applicationCode?: string | null | undefined;
20
+ offlineSecret?: string | null | undefined;
21
+ uniqueId: string;
22
+ merchantId: string;
23
+ secretKey: string;
24
+ verifyKey: string;
25
+ };
26
+ } | undefined>;
27
+ required: true;
28
+ };
29
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
+ onUpdate: {
31
+ type: PropType<(g: any) => void>;
32
+ required: true;
33
+ };
34
+ onDelete: {
35
+ type: PropType<(g: FdoPaymentGateway) => void>;
36
+ required: true;
37
+ };
38
+ gateway: {
39
+ type: PropType<{
40
+ _id: string;
41
+ _rev: string;
42
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
43
+ active: boolean;
44
+ config: {
45
+ applicationCode?: string | null | undefined;
46
+ offlineSecret?: string | null | undefined;
47
+ uniqueId: string;
48
+ merchantId: string;
49
+ secretKey: string;
50
+ verifyKey: string;
51
+ };
52
+ } | undefined>;
53
+ required: true;
54
+ };
55
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
56
+ export default _default;
@@ -0,0 +1,52 @@
1
+ import type { FdoPaymentGateway } from '@feedmepos/payment-entity';
2
+ import type { PropType } from 'vue';
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ onUpdate: {
5
+ type: PropType<(g: any) => void>;
6
+ required: true;
7
+ };
8
+ onDelete: {
9
+ type: PropType<(g: FdoPaymentGateway) => void>;
10
+ required: true;
11
+ };
12
+ gateway: {
13
+ type: PropType<{
14
+ _id: string;
15
+ _rev: string;
16
+ paymentGateway: "REVENUE_MONSTER";
17
+ active: boolean;
18
+ config: {
19
+ clientId: string;
20
+ clientPrivateKey: string;
21
+ clientSecret: string;
22
+ storeId: string;
23
+ };
24
+ } | undefined>;
25
+ required: true;
26
+ };
27
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
+ onUpdate: {
29
+ type: PropType<(g: any) => void>;
30
+ required: true;
31
+ };
32
+ onDelete: {
33
+ type: PropType<(g: FdoPaymentGateway) => void>;
34
+ required: true;
35
+ };
36
+ gateway: {
37
+ type: PropType<{
38
+ _id: string;
39
+ _rev: string;
40
+ paymentGateway: "REVENUE_MONSTER";
41
+ active: boolean;
42
+ config: {
43
+ clientId: string;
44
+ clientPrivateKey: string;
45
+ clientSecret: string;
46
+ storeId: string;
47
+ };
48
+ } | undefined>;
49
+ required: true;
50
+ };
51
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
52
+ export default _default;
@@ -0,0 +1,61 @@
1
+ import { type PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ terminal: {
4
+ type: PropType<{
5
+ name?: string | null | undefined;
6
+ secretKey?: string | null | undefined;
7
+ deviceId?: string | null | undefined;
8
+ bindCode?: string | null | undefined;
9
+ token?: string | null | undefined;
10
+ gateways?: ({
11
+ config?: {
12
+ applicationCode?: string | null | undefined;
13
+ offlineSecret?: string | null | undefined;
14
+ uniqueId: string;
15
+ merchantId: string;
16
+ secretKey: string;
17
+ verifyKey: string;
18
+ } | null | undefined;
19
+ gateway: "Fiuu";
20
+ } | {
21
+ gateway: "Gkash";
22
+ })[] | null | undefined;
23
+ status: "Active" | "Inactive";
24
+ _id: string;
25
+ createdAt: string;
26
+ updatedAt: string;
27
+ referenceId: string;
28
+ securityCode: string;
29
+ }>;
30
+ };
31
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
32
+ terminal: {
33
+ type: PropType<{
34
+ name?: string | null | undefined;
35
+ secretKey?: string | null | undefined;
36
+ deviceId?: string | null | undefined;
37
+ bindCode?: string | null | undefined;
38
+ token?: string | null | undefined;
39
+ gateways?: ({
40
+ config?: {
41
+ applicationCode?: string | null | undefined;
42
+ offlineSecret?: string | null | undefined;
43
+ uniqueId: string;
44
+ merchantId: string;
45
+ secretKey: string;
46
+ verifyKey: string;
47
+ } | null | undefined;
48
+ gateway: "Fiuu";
49
+ } | {
50
+ gateway: "Gkash";
51
+ })[] | null | undefined;
52
+ status: "Active" | "Inactive";
53
+ _id: string;
54
+ createdAt: string;
55
+ updatedAt: string;
56
+ referenceId: string;
57
+ securityCode: string;
58
+ }>;
59
+ };
60
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
61
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ terminalId: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ terminalId: {
8
+ type: StringConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -1,15 +1,64 @@
1
- import { type Row } from '@feedmepos/ui-library';
2
1
  declare const _default: import("vue").DefineComponent<{
3
- row: Row<any>;
4
- data: string;
2
+ data: {
3
+ name?: string | null | undefined;
4
+ secretKey?: string | null | undefined;
5
+ deviceId?: string | null | undefined;
6
+ bindCode?: string | null | undefined;
7
+ token?: string | null | undefined;
8
+ gateways?: ({
9
+ config?: {
10
+ applicationCode?: string | null | undefined;
11
+ offlineSecret?: string | null | undefined;
12
+ uniqueId: string;
13
+ merchantId: string;
14
+ secretKey: string;
15
+ verifyKey: string;
16
+ } | null | undefined;
17
+ gateway: "Fiuu";
18
+ } | {
19
+ gateway: "Gkash";
20
+ })[] | null | undefined;
21
+ status: "Active" | "Inactive";
22
+ _id: string;
23
+ createdAt: string;
24
+ updatedAt: string;
25
+ referenceId: string;
26
+ securityCode: string;
27
+ };
5
28
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
- link: (data: string) => any;
7
- edit: (data: string) => any;
29
+ link: () => any;
30
+ unlink: () => any;
31
+ edit: () => any;
8
32
  }, string, import("vue").PublicProps, Readonly<{
9
- row: Row<any>;
10
- data: string;
33
+ data: {
34
+ name?: string | null | undefined;
35
+ secretKey?: string | null | undefined;
36
+ deviceId?: string | null | undefined;
37
+ bindCode?: string | null | undefined;
38
+ token?: string | null | undefined;
39
+ gateways?: ({
40
+ config?: {
41
+ applicationCode?: string | null | undefined;
42
+ offlineSecret?: string | null | undefined;
43
+ uniqueId: string;
44
+ merchantId: string;
45
+ secretKey: string;
46
+ verifyKey: string;
47
+ } | null | undefined;
48
+ gateway: "Fiuu";
49
+ } | {
50
+ gateway: "Gkash";
51
+ })[] | null | undefined;
52
+ status: "Active" | "Inactive";
53
+ _id: string;
54
+ createdAt: string;
55
+ updatedAt: string;
56
+ referenceId: string;
57
+ securityCode: string;
58
+ };
11
59
  }> & Readonly<{
12
- onLink?: ((data: string) => any) | undefined;
13
- onEdit?: ((data: string) => any) | undefined;
60
+ onLink?: (() => any) | undefined;
61
+ onUnlink?: (() => any) | undefined;
62
+ onEdit?: (() => any) | undefined;
14
63
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
64
  export default _default;