@feedmepos/mf-payment 0.0.0-beta.5 → 0.0.0-beta.50
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AdminLayout.vue_vue_type_script_setup_true_lang-BTmMOzwx.js +39 -0
- package/dist/AsyncButton.vue_vue_type_script_setup_true_lang-DcjzvYwT.js +42 -0
- package/dist/AutoCopyCell.vue_vue_type_script_setup_true_lang-GXPXBEf5.js +40 -0
- package/dist/Modal-DB8M9o1T.js +13 -0
- package/dist/{PayoutAccount-DG7T6kD1.js → PayoutAccount-DABJBnNC.js} +38 -35
- package/dist/{PayoutAccount-0WC8znVs.js → PayoutAccount-DGydj2Rp.js} +289 -3161
- package/dist/PayoutAccountSetting-CTHMEsjH.js +780 -0
- package/dist/RestaurantSelector.vue_vue_type_script_setup_true_lang-CY4ttpKj.js +33 -0
- package/dist/Settlement-DsjIRuJW.js +150 -0
- package/dist/Settlement-G6Ac690_.js +144 -0
- package/dist/{SettlementTransactions-DaPsFXU6.js → SettlementTransactions-D1pkLrWn.js} +99 -105
- package/dist/{SettlementTransactions-CN80rfjl.js → SettlementTransactions-DZnWOOzM.js} +117 -130
- package/dist/Terminal-ClGqWjhf.js +372 -0
- package/dist/TerminalSetting-BixN506L.js +379 -0
- package/dist/TerminalTransaction-CjYedRYO.js +418 -0
- package/dist/TerminalTransaction-Cpovc2fH.js +242 -0
- package/dist/Transaction-LC2KAr1G.js +242 -0
- package/dist/Transaction-bUy85OPi.js +405 -0
- package/dist/api/index.d.ts +12 -0
- package/dist/api/pagination.d.ts +20 -0
- package/dist/api/payment-gateway/index.d.ts +9 -0
- package/dist/api/settlement/index.d.ts +7 -13
- package/dist/api/terminal/index.d.ts +13 -1
- package/dist/api/terminal-transaction/index.d.ts +12 -1
- package/dist/api/transaction/index.d.ts +7 -2
- package/dist/app-BSw8aQiR.js +6343 -0
- package/dist/app.js +3 -198
- package/dist/assets/icons/index.d.ts +1 -3
- package/dist/assets-B9l5jWbK.js +44 -0
- package/dist/clipboard-4jh1WteU.js +10 -0
- package/dist/components/AsyncButton.vue.d.ts +21 -0
- package/dist/components/AutoCopyCell.vue.d.ts +6 -0
- package/dist/components/CursorTable/index.vue.d.ts +24 -5
- package/dist/components/RestaurantSelector.vue.d.ts +2 -0
- package/dist/components/RouteCell.vue.d.ts +8 -0
- package/dist/helpers/assets.d.ts +2 -0
- package/dist/index-9ujJCGqe.js +55911 -0
- package/dist/{index-ONVv2EsB.js → index-BlGpdOEP.js} +1 -1
- package/dist/{index-g9d8rwR_.js → index-C074LfUa.js} +13 -23
- package/dist/{index-B-3Vz_px.js → index-C5AZUa6M.js} +1 -1
- package/dist/index-DYz8XIrE.js +52 -0
- package/dist/index-DuCv6dOI.js +47 -0
- package/dist/index.vue_vue_type_script_setup_true_lang-DcbfY6SQ.js +167 -0
- package/dist/model/transaction.d.ts +2 -1
- package/dist/package.json +8 -8
- package/dist/payout-account-DDKFUaz5.js +1805 -0
- package/dist/transaction-D5lnozQA.js +87 -0
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/validator-D5jtpt9A.js +2877 -0
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +81 -0
- package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +56 -0
- package/dist/views/admin/payout-account/tabs/gateway/GhlGateway.vue.d.ts +50 -0
- package/dist/views/admin/payout-account/tabs/gateway/RevenueMonsterGateway.vue.d.ts +52 -0
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +83 -0
- package/dist/views/admin/terminal/TerminalSetting.vue.d.ts +12 -0
- package/dist/views/admin/terminal/cell/Actions.vue.d.ts +80 -9
- package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +94 -0
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +94 -0
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +85 -0
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +94 -0
- package/dist/views/admin/terminal-transaction/cell/Actions.vue.d.ts +7 -0
- package/dist/views/admin/transaction/TransactionTable.vue.d.ts +6 -2
- package/dist/views/admin/transaction/cell/Actions.vue.d.ts +7 -0
- package/dist/views/terminal-transaction/TerminalTransaction.vue.d.ts +2 -0
- package/dist/views/terminal-transaction/cell/Gateway.vue.d.ts +9 -0
- package/dist/views/terminal-transaction/cell/Status.vue.d.ts +9 -0
- package/package.json +8 -8
- package/dist/AdminLayout.vue_vue_type_script_setup_true_lang-oPYFBeEo.js +0 -42
- package/dist/PayoutAccountSetting-CYEzOO_x.js +0 -425
- package/dist/Settlement-B7dxZllN.js +0 -136
- package/dist/Settlement-CcTtaP6I.js +0 -132
- package/dist/Terminal-CMBB-Q32.js +0 -204
- package/dist/TerminalTransaction-MeyqLQ81.js +0 -240
- package/dist/Transaction-BAQvj173.js +0 -242
- package/dist/Transaction-CATazx8y.js +0 -241
- package/dist/api/auth/index.d.ts +0 -7
- package/dist/assets-LSl507nH.js +0 -43
- package/dist/favicon.ico +0 -0
- package/dist/icons/anydesk.svg +0 -1
- package/dist/icons/sort.svg +0 -3
- package/dist/images/gateway/ccdc.svg +0 -44
- package/dist/images/gateway/fiuu.jpg +0 -0
- package/dist/images/gateway/fm.svg +0 -44
- package/dist/images/gateway/rm.jpg +0 -0
- package/dist/images/method/BNPL/Ablr/Ablr_SVG.svg +0 -7
- package/dist/images/method/BNPL/Ablr/Ablr_V1_ROU.svg +0 -4
- package/dist/images/method/BNPL/Ablr/Ablr_V1_SQU.svg +0 -4
- package/dist/images/method/BNPL/Ablr/Ablr_V2_ROU.svg +0 -7
- package/dist/images/method/BNPL/Ablr/Ablr_V2_SQU.svg +0 -7
- package/dist/images/method/BNPL/Atome/Atome_SVG.svg +0 -4
- package/dist/images/method/BNPL/Atome/Atome_V1_ROU.svg +0 -4
- package/dist/images/method/BNPL/Atome/Atome_V1_SQU.svg +0 -4
- package/dist/images/method/BNPL/Atome/Atome_V2_ROU.svg +0 -4
- package/dist/images/method/BNPL/Atome/Atome_V2_SQU.svg +0 -4
- package/dist/images/method/BNPL/Atome/Atome_V3_ROU.svg +0 -5
- package/dist/images/method/BNPL/Atome/Atome_V3_SQU.svg +0 -5
- package/dist/images/method/BNPL/IOUPay/IOUPay_SVG.svg +0 -12
- package/dist/images/method/BNPL/IOUPay/IOUPay_V1_ROU.svg +0 -7
- package/dist/images/method/BNPL/IOUPay/IOUPay_V1_SQU.svg +0 -7
- package/dist/images/method/BNPL/IOUPay/IOUPay_V2_ROU.svg +0 -13
- package/dist/images/method/BNPL/IOUPay/IOUPay_V2_SQU.svg +0 -13
- package/dist/images/method/BNPL/ShopBack/ShopBack_SVG.svg +0 -6
- package/dist/images/method/BNPL/ShopBack/ShopBack_V1_ROU.svg +0 -6
- package/dist/images/method/BNPL/ShopBack/ShopBack_V1_SQU.svg +0 -6
- package/dist/images/method/BNPL/ShopBack/ShopBack_V2_ROU.svg +0 -4
- package/dist/images/method/BNPL/ShopBack/ShopBack_V2_SQU.svg +0 -4
- package/dist/images/method/BNPL/Split/Split_SVG.svg +0 -4
- package/dist/images/method/BNPL/Split/Split_V1_ROU.svg +0 -5
- package/dist/images/method/BNPL/Split/Split_V1_SQU.svg +0 -5
- package/dist/images/method/BNPL/Split/Split_V2_ROU.svg +0 -5
- package/dist/images/method/BNPL/Split/Split_V2_SQU.svg +0 -5
- package/dist/images/method/BNPL/Split/Split_V3_ROU.svg +0 -4
- package/dist/images/method/BNPL/Split/Split_V3_SQU.svg +0 -4
- package/dist/images/method/BNPL/Split/Split_V4_ROU.svg +0 -4
- package/dist/images/method/BNPL/Split/Split_V4_SQU.svg +0 -4
- package/dist/images/method/Banks/AEONBank/AEONBank_SVG.svg +0 -16
- package/dist/images/method/Banks/AEONBank/AEONBank_V1_BSQU.svg +0 -17
- package/dist/images/method/Banks/AEONBank/AEONBank_V1_LG.svg +0 -17
- package/dist/images/method/Banks/AEONBank/AEONBank_V1_ROU.svg +0 -6
- package/dist/images/method/Banks/AEONBank/AEONBank_V1_SQU.svg +0 -6
- package/dist/images/method/Banks/AEONBank/AEONBank_V2_BSQU.svg +0 -17
- package/dist/images/method/Banks/AEONBank/AEONBank_V2_LG.svg +0 -17
- package/dist/images/method/Banks/AEONBank/AEONBank_V2_ROU.svg +0 -6
- package/dist/images/method/Banks/AEONBank/AEONBank_V2_SQU.svg +0 -6
- package/dist/images/method/Banks/AffinBank/AffinBank_SVG.svg +0 -56
- package/dist/images/method/Banks/AffinBank/AffinBank_V1_BSQU.svg +0 -57
- package/dist/images/method/Banks/AffinBank/AffinBank_V1_LG.svg +0 -57
- package/dist/images/method/Banks/AffinBank/AffinBank_V1_ROU.svg +0 -10
- package/dist/images/method/Banks/AffinBank/AffinBank_V1_SQU.svg +0 -10
- package/dist/images/method/Banks/AffinBank/AffinBank_V2_BSQU.svg +0 -57
- package/dist/images/method/Banks/AffinBank/AffinBank_V2_LG.svg +0 -57
- package/dist/images/method/Banks/AffinBank/AffinBank_V2_ROU.svg +0 -10
- package/dist/images/method/Banks/AffinBank/AffinBank_V2_SQU.svg +0 -10
- package/dist/images/method/Banks/AllianceBank/AllianceBank_SVG.svg +0 -45
- package/dist/images/method/Banks/AllianceBank/AllianceBank_V1_BSQU.svg +0 -46
- package/dist/images/method/Banks/AllianceBank/AllianceBank_V1_LG.svg +0 -46
- package/dist/images/method/Banks/AllianceBank/AllianceBank_V1_ROU.svg +0 -34
- package/dist/images/method/Banks/AllianceBank/AllianceBank_V1_SQU.svg +0 -34
- package/dist/images/method/Banks/AmBank/AmBank_SVG.svg +0 -18
- package/dist/images/method/Banks/AmBank/AmBank_V1_BSQU.svg +0 -13
- package/dist/images/method/Banks/AmBank/AmBank_V1_LG.svg +0 -13
- package/dist/images/method/Banks/AmBank/AmBank_V1_ROU.svg +0 -7
- package/dist/images/method/Banks/AmBank/AmBank_V1_SQU.svg +0 -7
- package/dist/images/method/Banks/AmBank/AmBank_V2_BSQU.svg +0 -13
- package/dist/images/method/Banks/AmBank/AmBank_V2_LG.svg +0 -13
- package/dist/images/method/Banks/AmBank/AmBank_V2_ROU.svg +0 -7
- package/dist/images/method/Banks/AmBank/AmBank_V2_SQU.svg +0 -7
- package/dist/images/method/Banks/AmBank/AmBank_V3_BSQU.svg +0 -13
- package/dist/images/method/Banks/AmBank/AmBank_V3_LG.svg +0 -13
- package/dist/images/method/Banks/AmBank/AmBank_V3_ROU.svg +0 -7
- package/dist/images/method/Banks/AmBank/AmBank_V3_SQU.svg +0 -7
- package/dist/images/method/Banks/AmBank/AmBank_V4_BSQU.svg +0 -18
- package/dist/images/method/Banks/AmBank/AmBank_V4_LG.svg +0 -18
- package/dist/images/method/Banks/AmBank/AmBank_V5_BSQU.svg +0 -18
- package/dist/images/method/Banks/AmBank/AmBank_V5_LG.svg +0 -18
- package/dist/images/method/Banks/ArgoBank/ArgoBank_SVG.svg +0 -12
- package/dist/images/method/Banks/ArgoBank/ArgoBank_V1_BSQU.svg +0 -13
- package/dist/images/method/Banks/ArgoBank/ArgoBank_V1_LG.svg +0 -13
- package/dist/images/method/Banks/ArgoBank/ArgoBank_V1_ROU.svg +0 -4
- package/dist/images/method/Banks/ArgoBank/ArgoBank_V1_SQU.svg +0 -4
- package/dist/images/method/Banks/BSN/BSN_SVG.svg +0 -7
- package/dist/images/method/Banks/BSN/BSN_V1_BSQU.svg +0 -7
- package/dist/images/method/Banks/BSN/BSN_V1_LG.svg +0 -7
- package/dist/images/method/Banks/BSN/BSN_V1_ROU.svg +0 -4
- package/dist/images/method/Banks/BSN/BSN_V1_SQU.svg +0 -4
- package/dist/images/method/Banks/BankIslam/BankIslam_SVG.svg +0 -13
- package/dist/images/method/Banks/BankIslam/BankIslam_V1_BSQU.svg +0 -14
- package/dist/images/method/Banks/BankIslam/BankIslam_V1_LG.svg +0 -14
- package/dist/images/method/Banks/BankIslam/BankIslam_V1_ROU.svg +0 -14
- package/dist/images/method/Banks/BankIslam/BankIslam_V1_SQU.svg +0 -14
- package/dist/images/method/Banks/BankMuamalat/BankMuamalat_SVG.svg +0 -26
- package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V1_BSQU.svg +0 -24
- package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V1_LG.svg +0 -24
- package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V1_ROU.svg +0 -12
- package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V1_SQU.svg +0 -12
- package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V2_BSQU.svg +0 -26
- package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V2_LG.svg +0 -27
- package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V2_ROU.svg +0 -14
- package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V2_SQU.svg +0 -14
- package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V3_ROU.svg +0 -12
- package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V3_SQU.svg +0 -12
- package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V4_ROU.svg +0 -4
- package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V4_SQU.svg +0 -4
- package/dist/images/method/Banks/BankRakyat/BankRakyat_SVG.svg +0 -18
- package/dist/images/method/Banks/BankRakyat/BankRakyat_V1_BSQU.svg +0 -18
- package/dist/images/method/Banks/BankRakyat/BankRakyat_V1_LG.svg +0 -18
- package/dist/images/method/Banks/BankRakyat/BankRakyat_V1_ROU.svg +0 -6
- package/dist/images/method/Banks/BankRakyat/BankRakyat_V1_SQU.svg +0 -6
- package/dist/images/method/Banks/BankRakyat/BankRakyat_V2_BSQU.svg +0 -18
- package/dist/images/method/Banks/BankRakyat/BankRakyat_V2_LG.svg +0 -18
- package/dist/images/method/Banks/BankRakyat/BankRakyat_V2_ROU.svg +0 -6
- package/dist/images/method/Banks/BankRakyat/BankRakyat_V2_SQU.svg +0 -6
- package/dist/images/method/Banks/Cimb/Cimb_SVG.svg +0 -16
- package/dist/images/method/Banks/Cimb/Cimb_V1_BSQU.svg +0 -13
- package/dist/images/method/Banks/Cimb/Cimb_V1_LG.svg +0 -13
- package/dist/images/method/Banks/Cimb/Cimb_V1_ROU.svg +0 -5
- package/dist/images/method/Banks/Cimb/Cimb_V1_SQU.svg +0 -5
- package/dist/images/method/Banks/Cimb/Cimb_V2_BSQU.svg +0 -13
- package/dist/images/method/Banks/Cimb/Cimb_V2_LG.svg +0 -13
- package/dist/images/method/Banks/Cimb/Cimb_V2_ROU.svg +0 -5
- package/dist/images/method/Banks/Cimb/Cimb_V2_SQU.svg +0 -5
- package/dist/images/method/Banks/Cimb/Cimb_V3_BSQU.svg +0 -19
- package/dist/images/method/Banks/Cimb/Cimb_V3_LG.svg +0 -19
- package/dist/images/method/Banks/Cimb/Cimb_V3_ROU.svg +0 -11
- package/dist/images/method/Banks/Cimb/Cimb_V3_SQU.svg +0 -11
- package/dist/images/method/Banks/Cimb/Cimb_V4_BSQU.svg +0 -14
- package/dist/images/method/Banks/Cimb/Cimb_V4_LG.svg +0 -14
- package/dist/images/method/Banks/Cimb/Cimb_V5_LG.svg +0 -14
- package/dist/images/method/Banks/CitiBank/CitiBank_SVG.svg +0 -4
- package/dist/images/method/Banks/CitiBank/CitiBank_V1_BSQU.svg +0 -5
- package/dist/images/method/Banks/CitiBank/CitiBank_V1_LG.svg +0 -5
- package/dist/images/method/Banks/CitiBank/CitiBank_V1_ROU.svg +0 -5
- package/dist/images/method/Banks/CitiBank/CitiBank_V1_SQU.svg +0 -5
- package/dist/images/method/Banks/CitiBank/CitiBank_V2_BSQU.svg +0 -5
- package/dist/images/method/Banks/CitiBank/CitiBank_V2_LG.svg +0 -5
- package/dist/images/method/Banks/CitiBank/CitiBank_V2_ROU.svg +0 -5
- package/dist/images/method/Banks/CitiBank/CitiBank_V2_SQU.svg +0 -5
- package/dist/images/method/Banks/GXBank/GXBank_SVG.svg +0 -10
- package/dist/images/method/Banks/GXBank/GXBank_V1_BSQU.svg +0 -4
- package/dist/images/method/Banks/GXBank/GXBank_V1_LG.svg +0 -4
- package/dist/images/method/Banks/GXBank/GXBank_V1_ROU.svg +0 -4
- package/dist/images/method/Banks/GXBank/GXBank_V1_SQU.svg +0 -4
- package/dist/images/method/Banks/GXBank/GXBank_V2_BSQU.svg +0 -4
- package/dist/images/method/Banks/GXBank/GXBank_V2_LG.svg +0 -4
- package/dist/images/method/Banks/GXBank/GXBank_V2_ROU.svg +0 -4
- package/dist/images/method/Banks/GXBank/GXBank_V2_SQU.svg +0 -4
- package/dist/images/method/Banks/GXBank/GXBank_V3_BSQU.svg +0 -10
- package/dist/images/method/Banks/GXBank/GXBank_V3_LG.svg +0 -10
- package/dist/images/method/Banks/GXBank/GXBank_V3_ROU.svg +0 -10
- package/dist/images/method/Banks/GXBank/GXBank_V3_SQU.svg +0 -10
- package/dist/images/method/Banks/GXBank/GXBank_V4_BSQU.svg +0 -10
- package/dist/images/method/Banks/GXBank/GXBank_V4_LG.svg +0 -10
- package/dist/images/method/Banks/GXBank/GXBank_V4_ROU.svg +0 -10
- package/dist/images/method/Banks/GXBank/GXBank_V4_SQU.svg +0 -10
- package/dist/images/method/Banks/GXBank/GXBank_V5_BSQU.svg +0 -10
- package/dist/images/method/Banks/GXBank/GXBank_V5_LG.svg +0 -10
- package/dist/images/method/Banks/GXBank/GXBank_V5_ROU.svg +0 -10
- package/dist/images/method/Banks/GXBank/GXBank_V5_SQU.svg +0 -10
- package/dist/images/method/Banks/HSBC/HSBC_SVG.svg +0 -11
- package/dist/images/method/Banks/HSBC/HSBC_V1_BSQU.svg +0 -12
- package/dist/images/method/Banks/HSBC/HSBC_V1_LG.svg +0 -12
- package/dist/images/method/Banks/HSBC/HSBC_V1_ROU.svg +0 -8
- package/dist/images/method/Banks/HSBC/HSBC_V1_SQU.svg +0 -8
- package/dist/images/method/Banks/HongLeongBank/HongLeongBank_SVG.svg +0 -27
- package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V1_BSQU.svg +0 -22
- package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V1_LG.svg +0 -22
- package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V1_ROU.svg +0 -9
- package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V1_SQU.svg +0 -9
- package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V2_BSQU.svg +0 -18
- package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V2_LG.svg +0 -18
- package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_SVG.svg +0 -5
- package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V1_BSQU.svg +0 -5
- package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V1_LG.svg +0 -5
- package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V1_ROU.svg +0 -4
- package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V1_SQU.svg +0 -4
- package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V2_BSQU.svg +0 -5
- package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V2_LG.svg +0 -5
- package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V2_ROU.svg +0 -4
- package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V2_SQU.svg +0 -4
- package/dist/images/method/Banks/Maybank/MayBank_SVG.svg +0 -22
- package/dist/images/method/Banks/Maybank/MayBank_V1_BSQU.svg +0 -22
- package/dist/images/method/Banks/Maybank/MayBank_V1_LG.svg +0 -22
- package/dist/images/method/Banks/Maybank/MayBank_V1_ROU.svg +0 -15
- package/dist/images/method/Banks/Maybank/MayBank_V1_SQU.svg +0 -15
- package/dist/images/method/Banks/OCBC/OCBC_SVG.svg +0 -11
- package/dist/images/method/Banks/OCBC/OCBC_V1_BSQU.svg +0 -12
- package/dist/images/method/Banks/OCBC/OCBC_V1_LG.svg +0 -12
- package/dist/images/method/Banks/OCBC/OCBC_V1_ROU.svg +0 -4
- package/dist/images/method/Banks/OCBC/OCBC_V1_SQU.svg +0 -4
- package/dist/images/method/Banks/OCBC/OCBC_V2_BSQU.svg +0 -12
- package/dist/images/method/Banks/OCBC/OCBC_V2_LG.svg +0 -12
- package/dist/images/method/Banks/OCBC/OCBC_V2_ROU.svg +0 -4
- package/dist/images/method/Banks/OCBC/OCBC_V2_SQU.svg +0 -4
- package/dist/images/method/Banks/PublicBank/PublicBank_SVG.svg +0 -13
- package/dist/images/method/Banks/PublicBank/PublicBank_V1_BSQU.svg +0 -14
- package/dist/images/method/Banks/PublicBank/PublicBank_V1_LG.svg +0 -14
- package/dist/images/method/Banks/PublicBank/PublicBank_V1_ROU.svg +0 -4
- package/dist/images/method/Banks/PublicBank/PublicBank_V1_SQU.svg +0 -4
- package/dist/images/method/Banks/RHB/RHB_SVG.svg +0 -4
- package/dist/images/method/Banks/RHB/RHB_V1_BSQU.svg +0 -5
- package/dist/images/method/Banks/RHB/RHB_V1_LG.svg +0 -5
- package/dist/images/method/Banks/RHB/RHB_V1_ROU.svg +0 -5
- package/dist/images/method/Banks/RHB/RHB_V1_SQU.svg +0 -5
- package/dist/images/method/Banks/RHB/RHB_V2_BSQU.svg +0 -5
- package/dist/images/method/Banks/RHB/RHB_V2_LG.svg +0 -5
- package/dist/images/method/Banks/RHB/RHB_V2_ROU.svg +0 -5
- package/dist/images/method/Banks/RHB/RHB_V2_SQU.svg +0 -5
- package/dist/images/method/Banks/StandardChartered/StandardChartered_SVG.svg +0 -26
- package/dist/images/method/Banks/StandardChartered/StandardChartered_V1_BSQU.svg +0 -27
- package/dist/images/method/Banks/StandardChartered/StandardChartered_V1_LG.svg +0 -27
- package/dist/images/method/Banks/StandardChartered/StandardChartered_V1_ROU.svg +0 -10
- package/dist/images/method/Banks/StandardChartered/StandardChartered_V1_SQU.svg +0 -10
- package/dist/images/method/Banks/UOB/UOB_SVG.svg +0 -15
- package/dist/images/method/Banks/UOB/UOB_V1_BSQU.svg +0 -16
- package/dist/images/method/Banks/UOB/UOB_V1_LG.svg +0 -16
- package/dist/images/method/Banks/UOB/UOB_V1_ROU.svg +0 -4
- package/dist/images/method/Banks/UOB/UOB_V1_SQU.svg +0 -4
- package/dist/images/method/Banks/UOB/UOB_V2_BSQU.svg +0 -16
- package/dist/images/method/Banks/UOB/UOB_V2_LG.svg +0 -16
- package/dist/images/method/Banks/UOB/UOB_V2_ROU.svg +0 -4
- package/dist/images/method/Banks/UOB/UOB_V2_SQU.svg +0 -4
- package/dist/images/method/Banks/UOB/UOB_V3_ROU.svg +0 -5
- package/dist/images/method/Banks/UOB/UOB_V3_SQU.svg +0 -5
- package/dist/images/method/Banks/UOB/UOB_V4_ROU.svg +0 -5
- package/dist/images/method/Banks/UOB/UOB_V4_SQU.svg +0 -5
- package/dist/images/method/Card/Gobiz/Gobiz_SVG.svg +0 -10
- package/dist/images/method/Card/Gobiz/Gobiz_V1_ROU.svg +0 -11
- package/dist/images/method/Card/Gobiz/Gobiz_V1_SQU.svg +0 -11
- package/dist/images/method/Card/Gobiz/Gobiz_V2_ROU.svg +0 -11
- package/dist/images/method/Card/Gobiz/Gobiz_V2_SQU.svg +0 -11
- package/dist/images/method/Card/Master/MASTER_SVG.svg +0 -6
- package/dist/images/method/Card/Master/MASTER_V1_ROU.svg +0 -7
- package/dist/images/method/Card/Master/MASTER_V1_SQU.svg +0 -7
- package/dist/images/method/Card/Master/MASTER_V1_TRSP.svg +0 -6
- package/dist/images/method/Card/Master/MASTER_V2_ROU.svg +0 -7
- package/dist/images/method/Card/Master/MASTER_V2_SQU.svg +0 -7
- package/dist/images/method/Card/Paydee/Paydee_SVG.svg +0 -8
- package/dist/images/method/Card/Paydee/Paydee_V1_ROU.svg +0 -9
- package/dist/images/method/Card/Paydee/Paydee_V1_SQU.svg +0 -9
- package/dist/images/method/Card/Paydee/Paydee_V2_ROU.svg +0 -9
- package/dist/images/method/Card/Paydee/Paydee_V2_SQU.svg +0 -9
- package/dist/images/method/Card/UnionPay/UNIONPAY_SVG.svg +0 -17
- package/dist/images/method/Card/UnionPay/UNIONPAY_V1_ROU.svg +0 -18
- package/dist/images/method/Card/UnionPay/UNIONPAY_V1_SQU.svg +0 -18
- package/dist/images/method/Card/UnionPay/UNIONPAY_V1_TRSP.svg +0 -17
- package/dist/images/method/Card/Visa/VISA_SVG.svg +0 -3
- package/dist/images/method/Card/Visa/VISA_V1_ROU.svg +0 -4
- package/dist/images/method/Card/Visa/VISA_V1_SQU.svg +0 -4
- package/dist/images/method/Card/Visa/VISA_V1_TRSP.svg +0 -3
- package/dist/images/method/Card/Visa/VISA_V2_ROU.svg +0 -4
- package/dist/images/method/Card/Visa/VISA_V2_SQU.svg +0 -4
- package/dist/images/method/Card/Visa/VISA_V2_TRSP.svg +0 -3
- package/dist/images/method/Mobile/ApplePay/ApplePay_SVG.svg +0 -3
- package/dist/images/method/Mobile/ApplePay/ApplePay_V1_ROU.svg +0 -4
- package/dist/images/method/Mobile/ApplePay/ApplePay_V1_SQU.svg +0 -4
- package/dist/images/method/Mobile/ApplePay/ApplePay_V1_TRSP.svg +0 -3
- package/dist/images/method/Mobile/ApplePay/ApplePay_V2_ROU.svg +0 -4
- package/dist/images/method/Mobile/ApplePay/ApplePay_V2_SQU.svg +0 -4
- package/dist/images/method/Mobile/ApplePay/ApplePay_V2_TRSP.svg +0 -3
- package/dist/images/method/Mobile/GooglePay/GooglePay_SVG.svg +0 -7
- package/dist/images/method/Mobile/GooglePay/GooglePay_V1_ROU.svg +0 -8
- package/dist/images/method/Mobile/GooglePay/GooglePay_V1_SQU.svg +0 -8
- package/dist/images/method/Mobile/GooglePay/GooglePay_V1_TRSP.svg +0 -7
- package/dist/images/method/Mobile/GooglePay/GooglePay_V2_ROU.svg +0 -8
- package/dist/images/method/Mobile/GooglePay/GooglePay_V2_SQU.svg +0 -8
- package/dist/images/method/Mobile/GooglePay/GooglePay_V2_TRSP.svg +0 -7
- package/dist/images/method/Mobile/GooglePay/GooglePay_V3_ROU.svg +0 -7
- package/dist/images/method/Mobile/GooglePay/GooglePay_V3_SQU.svg +0 -7
- package/dist/images/method/Mobile/GooglePay/GooglePay_V3_TRSP.svg +0 -6
- package/dist/images/method/Mobile/SamsungPay/SamsungPay_SVG.svg +0 -12
- package/dist/images/method/Mobile/SamsungPay/SamsungPay_V1_ROU.svg +0 -13
- package/dist/images/method/Mobile/SamsungPay/SamsungPay_V1_SQU.svg +0 -13
- package/dist/images/method/Mobile/SamsungPay/SamsungPay_V2_ROU.svg +0 -13
- package/dist/images/method/Mobile/SamsungPay/SamsungPay_V2_SQU.svg +0 -13
- package/dist/images/method/Mobile/SamsungPay/SamsungPay_V3_ROU.svg +0 -6
- package/dist/images/method/Mobile/SamsungPay/SamsungPay_V3_SQU.svg +0 -6
- package/dist/images/method/Other/DuitNow/DuitNow_SVG.svg +0 -11
- package/dist/images/method/Other/DuitNow/DuitNow_V1_ROU.svg +0 -12
- package/dist/images/method/Other/DuitNow/DuitNow_V1_SQU.svg +0 -12
- package/dist/images/method/Other/DuitNow/DuitNow_V2_ROU.svg +0 -12
- package/dist/images/method/Other/DuitNow/DuitNow_V2_SQU.svg +0 -12
- package/dist/images/method/Other/DuitNow/DuitNow_V3_ROU.svg +0 -5
- package/dist/images/method/Other/DuitNow/DuitNow_V3_SQU.svg +0 -5
- package/dist/images/method/Other/DuitNow/DuitNow_V4_ROU.svg +0 -5
- package/dist/images/method/Other/DuitNow/DuitNow_V4_SQU.svg +0 -5
- package/dist/images/method/Other/FPX/FPX_SVG.svg +0 -28
- package/dist/images/method/Other/FPX/FPX_V1_ROU.svg +0 -29
- package/dist/images/method/Other/FPX/FPX_V1_SQU.svg +0 -29
- package/dist/images/method/Other/FPX/FPX_V2_ROU.svg +0 -8
- package/dist/images/method/Other/FPX/FPX_V2_SQU.svg +0 -8
- package/dist/images/method/Other/FPX/FPX_V3_ROU.svg +0 -5
- package/dist/images/method/Other/FPX/FPX_V3_SQU.svg +0 -5
- package/dist/images/method/Other/MaybankQR/MaybankQR_V1_ROU.svg +0 -35
- package/dist/images/method/Other/MaybankQR/MaybankQR_V1_SQU.svg +0 -35
- package/dist/images/method/Other/MaybankQR/Maybank_SVG.svg +0 -49
- package/dist/images/method/Other/NetsPay/NetsPay_SVG.svg +0 -5
- package/dist/images/method/Other/NetsPay/NetsPay_V1_ROU.svg +0 -6
- package/dist/images/method/Other/NetsPay/NetsPay_V1_SQU.svg +0 -6
- package/dist/images/method/Wallet/Alipay/Alipay_SVG.svg +0 -4
- package/dist/images/method/Wallet/Alipay/Alipay_V1_ROU.svg +0 -6
- package/dist/images/method/Wallet/Alipay/Alipay_V1_SQU.svg +0 -5
- package/dist/images/method/Wallet/Alipay/Alipay_V2_ROU.svg +0 -6
- package/dist/images/method/Wallet/Alipay/Alipay_V2_SQU.svg +0 -5
- package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_SVG.svg +0 -7
- package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_V1_ROU.svg +0 -8
- package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_V1_SQU.svg +0 -8
- package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_V2_ROU.svg +0 -6
- package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_V2_SQU.svg +0 -6
- package/dist/images/method/Wallet/Binfinite/Binfinite_SVG.svg +0 -14
- package/dist/images/method/Wallet/Binfinite/Binfinite_V1_ROU.svg +0 -7
- package/dist/images/method/Wallet/Binfinite/Binfinite_V1_SQU.svg +0 -7
- package/dist/images/method/Wallet/Binfinite/Binfinite_V2_ROU.svg +0 -15
- package/dist/images/method/Wallet/Binfinite/Binfinite_V2_SQU.svg +0 -15
- package/dist/images/method/Wallet/Binfinite/Binfinite_V3_ROU.svg +0 -15
- package/dist/images/method/Wallet/Binfinite/Binfinite_V3_SQU.svg +0 -15
- package/dist/images/method/Wallet/Boost/Boost_SVG.svg +0 -10
- package/dist/images/method/Wallet/Boost/Boost_V1_ROU.svg +0 -6
- package/dist/images/method/Wallet/Boost/Boost_V1_SQU.svg +0 -6
- package/dist/images/method/Wallet/Boost/Boost_V2_ROU.svg +0 -11
- package/dist/images/method/Wallet/Boost/Boost_V2_SQU.svg +0 -11
- package/dist/images/method/Wallet/Boost/Boost_V3_ROU.svg +0 -11
- package/dist/images/method/Wallet/Boost/Boost_V3_SQU.svg +0 -11
- package/dist/images/method/Wallet/FavePay/FavePay_SVG.svg +0 -12
- package/dist/images/method/Wallet/FavePay/FavePay_V1_ROU.svg +0 -16
- package/dist/images/method/Wallet/FavePay/FavePay_V1_SQU.svg +0 -16
- package/dist/images/method/Wallet/FavePay/FavePay_V2_ROU.svg +0 -13
- package/dist/images/method/Wallet/FavePay/FavePay_V2_SQU.svg +0 -13
- package/dist/images/method/Wallet/GoPayz/GoPayz_SVG.svg +0 -12
- package/dist/images/method/Wallet/GoPayz/GoPayz_V1_ROU.svg +0 -11
- package/dist/images/method/Wallet/GoPayz/GoPayz_V1_SQU.svg +0 -11
- package/dist/images/method/Wallet/GoPayz/GoPayz_V2_ROU.svg +0 -5
- package/dist/images/method/Wallet/GoPayz/GoPayz_V2_SQU.svg +0 -5
- package/dist/images/method/Wallet/GrabPay/GrabPay_SVG.svg +0 -15
- package/dist/images/method/Wallet/GrabPay/GrabPay_V1_ROU.svg +0 -13
- package/dist/images/method/Wallet/GrabPay/GrabPay_V1_SQU.svg +0 -13
- package/dist/images/method/Wallet/GrabPay/GrabPay_V2_ROU.svg +0 -13
- package/dist/images/method/Wallet/GrabPay/GrabPay_V2_SQU.svg +0 -13
- package/dist/images/method/Wallet/GrabPay/GrabPay_V3_ROU.svg +0 -16
- package/dist/images/method/Wallet/GrabPay/GrabPay_V3_SQU.svg +0 -16
- package/dist/images/method/Wallet/GrabPay/GrabPay_V4_ROU.svg +0 -16
- package/dist/images/method/Wallet/GrabPay/GrabPay_V4_SQU.svg +0 -16
- package/dist/images/method/Wallet/Lazada/Lazada_SVG.svg +0 -44
- package/dist/images/method/Wallet/Lazada/Lazada_V1_ROU.svg +0 -39
- package/dist/images/method/Wallet/Lazada/Lazada_V1_SQU.svg +0 -39
- package/dist/images/method/Wallet/Lazada/Lazada_V2_ROU.svg +0 -45
- package/dist/images/method/Wallet/Lazada/Lazada_V2_SQU.svg +0 -45
- package/dist/images/method/Wallet/MAE/MAE_SVG.svg +0 -4
- package/dist/images/method/Wallet/MAE/MAE_V1_ROU.svg +0 -11
- package/dist/images/method/Wallet/MAE/MAE_V1_SQU.svg +0 -11
- package/dist/images/method/Wallet/MCash/MCash_SVG.svg +0 -7
- package/dist/images/method/Wallet/MCash/MCash_V1_ROU.svg +0 -8
- package/dist/images/method/Wallet/MCash/MCash_V1_SQU.svg +0 -8
- package/dist/images/method/Wallet/MCash/MCash_V2_ROU.svg +0 -8
- package/dist/images/method/Wallet/MCash/MCash_V2_SQU.svg +0 -8
- package/dist/images/method/Wallet/Presto/Presto_SVG.svg +0 -10
- package/dist/images/method/Wallet/Presto/Presto_V1_ROU.svg +0 -11
- package/dist/images/method/Wallet/Presto/Presto_V1_SQU.svg +0 -11
- package/dist/images/method/Wallet/Presto/Presto_V2_ROU.svg +0 -11
- package/dist/images/method/Wallet/Presto/Presto_V2_SQU.svg +0 -11
- package/dist/images/method/Wallet/Presto/Presto_V3_ROU.svg +0 -11
- package/dist/images/method/Wallet/Presto/Presto_V3_SQU.svg +0 -11
- package/dist/images/method/Wallet/Presto/Presto_V4_ROU.svg +0 -5
- package/dist/images/method/Wallet/Presto/Presto_V4_SQU.svg +0 -5
- package/dist/images/method/Wallet/Presto/Presto_V5_ROU.svg +0 -5
- package/dist/images/method/Wallet/Presto/Presto_V5_SQU.svg +0 -5
- package/dist/images/method/Wallet/Razer/RazerPay_SVG.svg +0 -11
- package/dist/images/method/Wallet/Razer/RazerPay_V1_ROU.svg +0 -12
- package/dist/images/method/Wallet/Razer/RazerPay_V1_SQU.svg +0 -12
- package/dist/images/method/Wallet/SarawakPay/SarawakPay_SVG.svg +0 -9
- package/dist/images/method/Wallet/SarawakPay/SarawakPay_V1_ROU.svg +0 -10
- package/dist/images/method/Wallet/SarawakPay/SarawakPay_V1_SQU.svg +0 -11
- package/dist/images/method/Wallet/SarawakPay/SarawakPay_V2_ROU.svg +0 -4
- package/dist/images/method/Wallet/SarawakPay/SarawakPay_V2_SQU.svg +0 -4
- package/dist/images/method/Wallet/Senheng/Senheng_SVG.svg +0 -9
- package/dist/images/method/Wallet/Senheng/Senheng_V1_ROU.svg +0 -4
- package/dist/images/method/Wallet/Senheng/Senheng_V1_SQU.svg +0 -4
- package/dist/images/method/Wallet/Senheng/Senheng_V2_ROU.svg +0 -4
- package/dist/images/method/Wallet/Senheng/Senheng_V2_SQU.svg +0 -4
- package/dist/images/method/Wallet/Setel/Setel_SVG.svg +0 -10
- package/dist/images/method/Wallet/Setel/Setel_V1_ROU.svg +0 -11
- package/dist/images/method/Wallet/Setel/Setel_V1_SQU.svg +0 -11
- package/dist/images/method/Wallet/Setel/Setel_V2_ROU.svg +0 -6
- package/dist/images/method/Wallet/Setel/Setel_V2_SQU.svg +0 -6
- package/dist/images/method/Wallet/ShopeePay/ShopeePay_SVG.svg +0 -13
- package/dist/images/method/Wallet/ShopeePay/ShopeePay_V1_ROU.svg +0 -14
- package/dist/images/method/Wallet/ShopeePay/ShopeePay_V1_SQU.svg +0 -14
- package/dist/images/method/Wallet/ShopeePay/ShopeePay_V2_ROU.svg +0 -12
- package/dist/images/method/Wallet/ShopeePay/ShopeePay_V2_SQU.svg +0 -12
- package/dist/images/method/Wallet/ShopeePay/ShopeePay_V3_ROU.svg +0 -5
- package/dist/images/method/Wallet/ShopeePay/ShopeePay_V3_SQU.svg +0 -5
- package/dist/images/method/Wallet/ShopeePay/ShopeePay_V4_ROU.svg +0 -5
- package/dist/images/method/Wallet/ShopeePay/ShopeePay_V4_SQU.svg +0 -5
- package/dist/images/method/Wallet/TNG/TNG_SVG.svg +0 -27
- package/dist/images/method/Wallet/TNG/TNG_V1_ROU.svg +0 -27
- package/dist/images/method/Wallet/TNG/TNG_V1_SQU.svg +0 -27
- package/dist/images/method/Wallet/TaPay/TaPay_SVG.svg +0 -25
- package/dist/images/method/Wallet/TaPay/TaPay_V1_ROU.svg +0 -25
- package/dist/images/method/Wallet/TaPay/TaPay_V1_SQU.svg +0 -25
- package/dist/images/method/Wallet/TaPay/TaPay_V2_ROU.svg +0 -25
- package/dist/images/method/Wallet/TaPay/TaPay_V2_SQU.svg +0 -25
- package/dist/images/method/Wallet/Truemoney/Truemoney_SVG.svg +0 -42
- package/dist/images/method/Wallet/Truemoney/Truemoney_V1_ROU.svg +0 -8
- package/dist/images/method/Wallet/Truemoney/Truemoney_V1_SQU.svg +0 -8
- package/dist/images/method/Wallet/Truemoney/Truemoney_V2_ROU.svg +0 -17
- package/dist/images/method/Wallet/Truemoney/Truemoney_V2_SQU.svg +0 -17
- package/dist/images/method/Wallet/WechatPay/WeChat_SVG.svg +0 -4
- package/dist/images/method/Wallet/WechatPay/WeChat_V1_ROU.svg +0 -4
- package/dist/images/method/Wallet/WechatPay/WeChat_V1_SQU.svg +0 -4
- package/dist/images/method/Wallet/WechatPay/WeChat_V2_ROU.svg +0 -4
- package/dist/images/method/Wallet/WechatPay/WeChat_V2_SQU.svg +0 -4
- package/dist/images/method/Wallet/WechatPay/WeChat_V3_ROU.svg +0 -5
- package/dist/images/method/Wallet/WechatPay/WeChat_V3_SQU.svg +0 -5
- package/dist/images/method/Wallet/Zapp/Zapp_SVG.svg +0 -6
- package/dist/images/method/Wallet/Zapp/Zapp_V1_ROU.svg +0 -7
- package/dist/images/method/Wallet/Zapp/Zapp_V1_SQU.svg +0 -7
- package/dist/index-RfsX2czs.js +0 -40074
- package/dist/index.vue_vue_type_script_setup_true_lang-BB6McGpo.js +0 -150
- package/dist/locales/en/business.json +0 -4
- package/dist/locales/en/common.json +0 -272
- package/dist/locales/en/country.json +0 -4
- package/dist/locales/en/payment.json +0 -27
- package/dist/locales/en/transaction.json +0 -25
- package/dist/locales/en/user.json +0 -61
- package/dist/locales/zh/business.json +0 -4
- package/dist/locales/zh/common.json +0 -272
- package/dist/locales/zh/country.json +0 -6
- package/dist/locales/zh/payment.json +0 -27
- package/dist/locales/zh/transaction.json +0 -25
- package/dist/locales/zh/user.json +0 -61
- package/dist/payout-account-B1kRpd3u.js +0 -3317
- package/dist/transaction-CfEK62PY.js +0 -64
@@ -1,150 +0,0 @@
|
|
1
|
-
import { defineComponent as S, ref as r, resolveComponent as c, openBlock as _, createBlock as M, withCtx as z, createVNode as i, createElementVNode as u, normalizeStyle as T, createElementBlock as U, Fragment as $, renderList as j, computed as V, watch as D, onMounted as E, unref as L, toDisplayString as C, normalizeClass as O } from "vue";
|
2
|
-
import { u as Q } from "./index-RfsX2czs.js";
|
3
|
-
import "@feedmepos/ui-library";
|
4
|
-
const R = ["id"], P = /* @__PURE__ */ S({
|
5
|
-
__name: "FmTableSelection",
|
6
|
-
props: {
|
7
|
-
value: {},
|
8
|
-
items: {}
|
9
|
-
},
|
10
|
-
emits: ["update:modelValue"],
|
11
|
-
setup(p, { emit: w }) {
|
12
|
-
const F = w, v = p, m = r(!1);
|
13
|
-
return (f, g) => {
|
14
|
-
const h = c("FmButton"), k = c("FmMenuItem"), y = c("FmMenu");
|
15
|
-
return _(), M(y, {
|
16
|
-
"max-height": 264,
|
17
|
-
shift: "",
|
18
|
-
onMenuChanged: g[0] || (g[0] = (t) => m.value = t)
|
19
|
-
}, {
|
20
|
-
"menu-button": z(() => {
|
21
|
-
var t;
|
22
|
-
return [
|
23
|
-
i(h, {
|
24
|
-
icon: m.value ? "expand_less" : "expand_more",
|
25
|
-
label: (t = f.items.find((l) => l.value === v.value)) == null ? void 0 : t.label,
|
26
|
-
"icon-position": "append",
|
27
|
-
size: "md",
|
28
|
-
variant: "tertiary"
|
29
|
-
}, null, 8, ["icon", "label"])
|
30
|
-
];
|
31
|
-
}),
|
32
|
-
"menu-wrapper": z(({ maxHeight: t }) => [
|
33
|
-
u("div", {
|
34
|
-
id: `menu-wrapper-${t}`,
|
35
|
-
style: T({ maxHeight: `${t}px` }),
|
36
|
-
class: "bg-fm-color-neutral-white flex flex-col overflow-y-auto px-4 py-12 rounded-md shadow-light-300 w-[75px]"
|
37
|
-
}, [
|
38
|
-
(_(!0), U($, null, j(f.items, (l) => (_(), M(k, {
|
39
|
-
key: l.value,
|
40
|
-
label: l.label,
|
41
|
-
value: l.value,
|
42
|
-
"model-value": l.value === v.value,
|
43
|
-
"onUpdate:modelValue": (a) => F("update:modelValue", l.value)
|
44
|
-
}, null, 8, ["label", "value", "model-value", "onUpdate:modelValue"]))), 128))
|
45
|
-
], 12, R)
|
46
|
-
]),
|
47
|
-
_: 1
|
48
|
-
});
|
49
|
-
};
|
50
|
-
}
|
51
|
-
}), G = { class: "basis-72 bg-white flex items-center justify-between px-24 pt-6" }, H = { class: "flex gap-24 items-center justify-between xs:hidden xs:invisible" }, J = { class: "flex gap-8 items-center" }, K = { class: "fm-typo-en-body-lg-400 text-fm-color-typo-secondary xs:hidden xs:invisible" }, W = {
|
52
|
-
class: /* @__PURE__ */ O(["flex gap-8 items-center"])
|
53
|
-
}, X = { class: "fm-typo-en-body-lg-400 text-fm-color-typo-primary xs:mr-auto" }, Y = { class: "flex gap-8" }, le = /* @__PURE__ */ S({
|
54
|
-
__name: "index",
|
55
|
-
props: {
|
56
|
-
columnDefs: {
|
57
|
-
type: Array,
|
58
|
-
required: !0
|
59
|
-
},
|
60
|
-
rowsDefs: {
|
61
|
-
type: Function,
|
62
|
-
required: !0
|
63
|
-
},
|
64
|
-
paginate: {
|
65
|
-
type: Function,
|
66
|
-
required: !0
|
67
|
-
}
|
68
|
-
},
|
69
|
-
emits: ["row-click"],
|
70
|
-
setup(p, { expose: w, emit: F }) {
|
71
|
-
const v = [10, 20, 30, 50, 100].map((s) => ({
|
72
|
-
label: s.toString(),
|
73
|
-
value: s
|
74
|
-
})), m = p, f = F, { isLoading: g, startLoading: h, stopLoading: k } = Q(!0), y = r(), t = r(), l = r(""), a = r(10), o = r(1), d = r(0), b = async function(s = !1) {
|
75
|
-
h(), s && (t.value = [], l.value = "", o.value = 1, d.value = 0);
|
76
|
-
const e = await m.paginate(a.value, l.value);
|
77
|
-
t.value = [...t.value ?? [], ...e.data], l.value = e.meta.cursor ?? "", d.value += 1, k();
|
78
|
-
}, q = V(() => o.value > 1), A = V(() => o.value < d.value ? !0 : l.value > ""), I = V(() => {
|
79
|
-
const s = a.value * (o.value - 1), e = s + a.value;
|
80
|
-
return (t.value ?? []).slice(s, e).map(m.rowsDefs);
|
81
|
-
});
|
82
|
-
return D(a, () => b(!0)), D(o, (s) => {
|
83
|
-
s > d.value && b();
|
84
|
-
}), E(() => b()), w({
|
85
|
-
refreshQuery: () => b(!0)
|
86
|
-
}), (s, e) => {
|
87
|
-
const N = c("FmTable"), B = c("FmButton");
|
88
|
-
return _(), U($, null, [
|
89
|
-
i(N, {
|
90
|
-
modelValue: y.value,
|
91
|
-
"onUpdate:modelValue": e[0] || (e[0] = (n) => y.value = n),
|
92
|
-
loading: L(g),
|
93
|
-
"page-size": a.value,
|
94
|
-
"row-data": I.value,
|
95
|
-
"column-defs": p.columnDefs,
|
96
|
-
"hide-footer": !0,
|
97
|
-
onRowClick: e[1] || (e[1] = (n) => {
|
98
|
-
var x;
|
99
|
-
return f("row-click", (x = t.value) == null ? void 0 : x.at(n.index));
|
100
|
-
})
|
101
|
-
}, null, 8, ["modelValue", "loading", "page-size", "row-data", "column-defs"]),
|
102
|
-
u("div", G, [
|
103
|
-
u("div", H, [
|
104
|
-
u("div", J, [
|
105
|
-
e[6] || (e[6] = u("span", { class: "fm-typo-en-body-lg-400 text-fm-color-typo-primary" }, " Items per page: ", -1)),
|
106
|
-
i(P, {
|
107
|
-
items: L(v),
|
108
|
-
value: a.value,
|
109
|
-
"onUpdate:modelValue": e[2] || (e[2] = (n) => a.value = n)
|
110
|
-
}, null, 8, ["items", "value"])
|
111
|
-
]),
|
112
|
-
u("span", K, C((o.value - 1) * a.value) + " - " + C((o.value - 1) * a.value + a.value), 1)
|
113
|
-
]),
|
114
|
-
u("div", W, [
|
115
|
-
i(P, {
|
116
|
-
items: Array.from(Array(d.value), (n, x) => x + 1).map(
|
117
|
-
(n) => ({
|
118
|
-
label: n.toString(),
|
119
|
-
value: n
|
120
|
-
})
|
121
|
-
),
|
122
|
-
value: o.value,
|
123
|
-
"onUpdate:modelValue": e[3] || (e[3] = (n) => o.value = n)
|
124
|
-
}, null, 8, ["items", "value"]),
|
125
|
-
u("span", X, " Page " + C(o.value), 1),
|
126
|
-
u("div", Y, [
|
127
|
-
i(B, {
|
128
|
-
disabled: !q.value,
|
129
|
-
icon: "chevron_left",
|
130
|
-
"icon-color": "neutral-black",
|
131
|
-
variant: "tertiary",
|
132
|
-
onClick: e[4] || (e[4] = () => o.value -= 1)
|
133
|
-
}, null, 8, ["disabled"]),
|
134
|
-
i(B, {
|
135
|
-
disabled: !A.value,
|
136
|
-
icon: "chevron_right",
|
137
|
-
"icon-color": "neutral-black",
|
138
|
-
variant: "tertiary",
|
139
|
-
onClick: e[5] || (e[5] = () => o.value += 1)
|
140
|
-
}, null, 8, ["disabled"])
|
141
|
-
])
|
142
|
-
])
|
143
|
-
])
|
144
|
-
], 64);
|
145
|
-
};
|
146
|
-
}
|
147
|
-
});
|
148
|
-
export {
|
149
|
-
le as _
|
150
|
-
};
|
@@ -1,272 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"accept": "Accept",
|
3
|
-
"actionOnly": "{{object, capitalize}} only",
|
4
|
-
"actions": "Actions",
|
5
|
-
"activate": "Activate",
|
6
|
-
"activity": "Activity",
|
7
|
-
"add": "Add",
|
8
|
-
"addItemRemark": "$t(common:add) $t(common:itemRemark, lowercase)",
|
9
|
-
"addObject": "$t(common:add) {{object, lowercase}}",
|
10
|
-
"adjust": "Adjust",
|
11
|
-
"address": {
|
12
|
-
"address": "Address",
|
13
|
-
"city": "City",
|
14
|
-
"coordinate": "Coordinate",
|
15
|
-
"country": "Country",
|
16
|
-
"latitude": "Lat",
|
17
|
-
"ln1": "Line 1",
|
18
|
-
"ln2": "Line 2",
|
19
|
-
"longitude": "Lng",
|
20
|
-
"postcode": "Postal code",
|
21
|
-
"state": "State"
|
22
|
-
},
|
23
|
-
"advance": "Advance",
|
24
|
-
"all": "All",
|
25
|
-
"alphabet": "Alphabet",
|
26
|
-
"always": "Always",
|
27
|
-
"amount": "Amount",
|
28
|
-
"apply": "Apply",
|
29
|
-
"areYouSure": "Are you sure to",
|
30
|
-
"asap": "ASAP",
|
31
|
-
"authCode": "Auth code",
|
32
|
-
"auto": "Auto",
|
33
|
-
"available": "Available",
|
34
|
-
"average": "Average",
|
35
|
-
"back": "Back",
|
36
|
-
"backup": "Backup",
|
37
|
-
"balance": "Balance",
|
38
|
-
"basicInfo": "Basic info",
|
39
|
-
"branding": "Branding",
|
40
|
-
"browse": "Browse",
|
41
|
-
"cancel": "Cancel",
|
42
|
-
"cancelPurchase": "$t(common:cancel) $t(common:purchase, lowercase)",
|
43
|
-
"cancelUpdate": "$t(common:cancel) $t(common:update, lowercase)",
|
44
|
-
"card": "Card",
|
45
|
-
"cardNo": "$t(common:card) $t(common:numberShort, lowercase)",
|
46
|
-
"change": "Change",
|
47
|
-
"character": "Character",
|
48
|
-
"check": "Check",
|
49
|
-
"clear": "Clear",
|
50
|
-
"close": "Close",
|
51
|
-
"code": "Code",
|
52
|
-
"company": "Company",
|
53
|
-
"completed": "Completed",
|
54
|
-
"config": "Config",
|
55
|
-
"configure": "Configure",
|
56
|
-
"confirm": "Confirm",
|
57
|
-
"confirmAction": "$t(common:confirm) {{action, lowercase}}",
|
58
|
-
"confirmation": "Confirmation",
|
59
|
-
"confirmResetNotificationSetting": "$t(areYouSure) $t(common:resetNotificationSetting, lowercase)?",
|
60
|
-
"confirmRemoveObject": "$t(common:confirm) $t(common:remove, lowercase) {{object, lowercase}}",
|
61
|
-
"connect": "Connect",
|
62
|
-
"contact": "Contact",
|
63
|
-
"contactAction": "Contact",
|
64
|
-
"convert": "Convert",
|
65
|
-
"converted": "Converted",
|
66
|
-
"currentTime": "Current $t(common:time, lowercase)",
|
67
|
-
"custom": "Custom",
|
68
|
-
"customer": "Customer",
|
69
|
-
"customize": "Customize",
|
70
|
-
"customerInfo": "$t(common:customer) $t(common:info, lowercase)",
|
71
|
-
"dashboard": "Dashboard",
|
72
|
-
"data": "Data",
|
73
|
-
"dataNotSyncing": "$t(common:data) $t(common:notSyncing, lowercase)",
|
74
|
-
"dataSyncing": "$t(common:data) $t(common:syncing, lowercase)",
|
75
|
-
"date": "Date",
|
76
|
-
"dateAndTime": "$t(common:date) and $t(common:time, lowercase)",
|
77
|
-
"day": "Day",
|
78
|
-
"day_plural": "Days",
|
79
|
-
"dayRange": "{{from}} to {{to}} $t(common:day, lowercase)",
|
80
|
-
"deactivate": "Deactivate",
|
81
|
-
"default": "Default",
|
82
|
-
"digit": "Digit",
|
83
|
-
"disc": "Disc",
|
84
|
-
"disconnect": "Disconnect",
|
85
|
-
"discount": "Discount",
|
86
|
-
"download": "Download",
|
87
|
-
"downloadNow": "$t(common:download) now",
|
88
|
-
"draft": "Draft",
|
89
|
-
"duration": "Duration",
|
90
|
-
"email": "Email",
|
91
|
-
"end": "End",
|
92
|
-
"enter": "Enter",
|
93
|
-
"enterAmount": "$t(common:enter) $t(common:amount, lowercase)",
|
94
|
-
"enterAuthCode": "$t(common:enter) $t(common:authCode, lowercase)",
|
95
|
-
"enterName": "$t(common:enter) $t(common:name, lowercase)",
|
96
|
-
"enterReason": "$t(common:enter) $t(common:reason, lowercase)",
|
97
|
-
"enterRemark": "$t(common:enter) $t(common:remark, lowercase)",
|
98
|
-
"expired": "Expired",
|
99
|
-
"export": "Export",
|
100
|
-
"filter": "Filter",
|
101
|
-
"filtered": "Filtered",
|
102
|
-
"fixedPrice": "Fixed $t(common:price, lowercase)",
|
103
|
-
"foc": "FOC",
|
104
|
-
"general": "General",
|
105
|
-
"generate": "Generate",
|
106
|
-
"generated": "Generated",
|
107
|
-
"generatedAt": "Generated at",
|
108
|
-
"hour": "Hour",
|
109
|
-
"hours": "Hours",
|
110
|
-
"image": "Image",
|
111
|
-
"info": "Info",
|
112
|
-
"inUsed": "In used",
|
113
|
-
"invalid": "Invalid",
|
114
|
-
"invalidData": "$t(common:invalid) $t(common:data, lowercase)",
|
115
|
-
"invite": "Invite",
|
116
|
-
"invoice": "Invoice",
|
117
|
-
"invoiceNo": "$t(common:invoice) $t(common:numberShort, lowercase)",
|
118
|
-
"ipAddress": "IP address",
|
119
|
-
"item": "Item",
|
120
|
-
"item_plural": "Items",
|
121
|
-
"itemRemark": "$t(common:item) $t(common:remark, lowercase)",
|
122
|
-
"lastMonth": "Last $t(common:month, lowercase)",
|
123
|
-
"lastWeek": "Last week",
|
124
|
-
"letGetStart": "Let's get start",
|
125
|
-
"license": "License",
|
126
|
-
"licenseOrder": "License Order",
|
127
|
-
"loading": "Loading",
|
128
|
-
"logo": "Logo",
|
129
|
-
"manage": "Manage",
|
130
|
-
"max": "Max",
|
131
|
-
"min": "Min",
|
132
|
-
"minPurchase": "$t(common:min) $t(common:purchase)",
|
133
|
-
"minute": "Minute",
|
134
|
-
"minute_plural": "Minutes",
|
135
|
-
"month": "Month",
|
136
|
-
"more": "More",
|
137
|
-
"move": "Move",
|
138
|
-
"name": "Name",
|
139
|
-
"never": "Never",
|
140
|
-
"next": "Next",
|
141
|
-
"no": "No",
|
142
|
-
"noAvailableOption": "$t(common:no) $t(common:available, lowercase) option",
|
143
|
-
"noIncomingEvent": "$t(common:no) incoming event",
|
144
|
-
"noItem": "$t(common:no) $t(common:item, lowercase)",
|
145
|
-
"none": "None",
|
146
|
-
"noNotification": "No $t(common:notification, lowercase)",
|
147
|
-
"noRecord": "$t(common:no) $t(common:record, lowercase)",
|
148
|
-
"noRemark": "$t(common:no) $t(common:remark, lowercase)",
|
149
|
-
"noSelectedItem": "$t(common:no) $t(common:selected, lowercase) $t(common:item, lowercase)",
|
150
|
-
"not": "Not",
|
151
|
-
"notAvailable": "$t(common:not) $t(common:available, lowercase)",
|
152
|
-
"notFound": "$t(common:not) found",
|
153
|
-
"notification": "Notification",
|
154
|
-
"notification_plural": "Notifications",
|
155
|
-
"notifyFailed": "{{action}} failed",
|
156
|
-
"notifySuccess": "{{action}} successfully",
|
157
|
-
"notProvided": "$t(common:not) provided",
|
158
|
-
"notSet": "$t(common:not) $t(common:set, lowercase)",
|
159
|
-
"notSyncing": "$t(common:not) $t(common:syncing, lowercase)",
|
160
|
-
"numberShort": "No",
|
161
|
-
"number": "Number",
|
162
|
-
"objectLeft": "{{object, capitalize}} left",
|
163
|
-
"objectSelected": "{{object, capitalize}} $t(common:selected, lowercase)",
|
164
|
-
"offline": "Offline",
|
165
|
-
"onboardingSupportDescription": "Our $t(commom:support, lowercase) team will gladly assist you if you experience any problems with our $t(device:pos)",
|
166
|
-
"online": "Online",
|
167
|
-
"other": "Other",
|
168
|
-
"otp": "OTP",
|
169
|
-
"otpExpiredInDays": "OTP will be expired in {{ day }} $t(common:day_plural)",
|
170
|
-
"password": "Password",
|
171
|
-
"percent": "Percent",
|
172
|
-
"pic": "PIC",
|
173
|
-
"plural": "{{count}} {{word, lowercase}}",
|
174
|
-
"plural_plural": "{{count}} {{word, lowercase}}s",
|
175
|
-
"portal": "Portal",
|
176
|
-
"poweredBy": "POWERED BY FEEDME SMART POS",
|
177
|
-
"preorder": "Preorder",
|
178
|
-
"premium": "Premium",
|
179
|
-
"preset": "Preset",
|
180
|
-
"presetRemark": "$t(common:preset) $t(common:remark, lowercase)",
|
181
|
-
"price": "Price",
|
182
|
-
"proceed": "Proceed",
|
183
|
-
"publish": "Publish",
|
184
|
-
"purchase": "Purchase",
|
185
|
-
"purchaseWith": "$t(common:purchase) with",
|
186
|
-
"qrCode": "QR code",
|
187
|
-
"qty": "Qty",
|
188
|
-
"quantity": "Quantity",
|
189
|
-
"reason": "Reason",
|
190
|
-
"receipt": "Receipt",
|
191
|
-
"receive": "Receive",
|
192
|
-
"receiveAmount": "$t(common:receive) $t(common:amount, lowercase)",
|
193
|
-
"receiving": "Receiving",
|
194
|
-
"recommendedSize": "Recommended size",
|
195
|
-
"record": "Record",
|
196
|
-
"ref": "Ref",
|
197
|
-
"reference": "Reference",
|
198
|
-
"refresh": "Refresh",
|
199
|
-
"reject": "Reject",
|
200
|
-
"regenerate": "Regenerate",
|
201
|
-
"remark": "Remark",
|
202
|
-
"remove": "Remove",
|
203
|
-
"removeObject": "$t(common:remove) {{object, lowercase}}",
|
204
|
-
"required": "Required",
|
205
|
-
"reservation": "Reservation",
|
206
|
-
"reset": "Reset",
|
207
|
-
"resetNotificationSetting": "$t(common:reset) $t(common:notification, lowercase) $t(common:setting, lowercase)",
|
208
|
-
"retrievingInfo": "Retrieving $t(common:info, lowercase)",
|
209
|
-
"reward": "Reward",
|
210
|
-
"rounding": "Rounding",
|
211
|
-
"save": "Save",
|
212
|
-
"scan": "Scan",
|
213
|
-
"scanning": "Scanning",
|
214
|
-
"scanQrCode": "$t(common:scan) $t(common:qrCode)",
|
215
|
-
"search": "Search",
|
216
|
-
"searchHinting": "Enter keyword to search",
|
217
|
-
"second": "Second",
|
218
|
-
"second_plural": "Seconds",
|
219
|
-
"select": "Select",
|
220
|
-
"selectAll": "$t(common:select) $t(common:all, lowercase)",
|
221
|
-
"selected": "Selected",
|
222
|
-
"selectYear": "$t(common:select) year",
|
223
|
-
"send": "Send",
|
224
|
-
"sendBy": "$t(common:send) by",
|
225
|
-
"sendItem": "$t(common:send) {{count}} $t(common:item, lowercase)",
|
226
|
-
"sendItem_plural": "$t(common:send) {{count}} $t(common:item_plural, lowercase)",
|
227
|
-
"set": "Set",
|
228
|
-
"setting": "Setting",
|
229
|
-
"show": "Show",
|
230
|
-
"showLess": "$t(common:show) less",
|
231
|
-
"showMore": "$t(common:show) $t(common:more, lowercase)",
|
232
|
-
"signature": "Signature",
|
233
|
-
"singleUse": "Single use",
|
234
|
-
"start": "Start",
|
235
|
-
"startScanning": "Start $t(common:scanning, lowercase)",
|
236
|
-
"status": "Status",
|
237
|
-
"support": "Support",
|
238
|
-
"syncing": "Syncing",
|
239
|
-
"thisMonth": "This $t(common:month, lowercase)",
|
240
|
-
"thisWeek": "This week",
|
241
|
-
"time": "Time",
|
242
|
-
"to": "To",
|
243
|
-
"today": "Today",
|
244
|
-
"total": "Total",
|
245
|
-
"type": "Type",
|
246
|
-
"unlimited": "Unlimited",
|
247
|
-
"update": "Update",
|
248
|
-
"updateItemRemark": "$t(common:update) $t(common:itemRemark, lowercase)",
|
249
|
-
"updateQuantity": "$t(common:update) $t(common:quantity, lowercase)",
|
250
|
-
"updateRemark": "$t(common:update) $t(common:remark, lowercase)",
|
251
|
-
"updateObject": "$t(common:update) {{object, lowercase}}",
|
252
|
-
"upload": "Upload",
|
253
|
-
"uploadImage": "$t(common:upload) $t(common:image, lowercase)",
|
254
|
-
"validateCardNo": "$t(common:cardNo) is $t(common:required, lowercase)",
|
255
|
-
"validateIpAddress": "$t(common:invalid) $t(common:ipAddress)",
|
256
|
-
"validateMax": "$t(common:max) {{max}}",
|
257
|
-
"validateMin": "$t(common:min) {{min}}",
|
258
|
-
"validateName": "$t(common:name) is $t(common:required, lowercase)",
|
259
|
-
"validateQrCode": "$t(common:qrCode) is $t(common:required, lowercase)",
|
260
|
-
"validateReason": "$t(common:reason) is $t(common:required, lowercase)",
|
261
|
-
"validateReference": "$t(common:reference) is $t(common:required, lowercase)",
|
262
|
-
"validateRemark": "$t(common:remark) is $t(common:required, lowercase)",
|
263
|
-
"validateRequiredObject": "$t(common:required) {{object}}",
|
264
|
-
"validUntil": "Valid until {{expireDate}}",
|
265
|
-
"verification": "Verification",
|
266
|
-
"view": "View",
|
267
|
-
"viewActivity": "$t(common:view) $t(common:activity, lowercase)",
|
268
|
-
"viewDetail": "$t(common:view) detail",
|
269
|
-
"viewHistory": "$t(common:view) history",
|
270
|
-
"welcomeToFeedMe": "Welcome to FeedMe",
|
271
|
-
"yesterday": "Yesterday"
|
272
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"addPaymentMethod": "$t(common:add) $t(payment:paymentMethod, lowercase)",
|
3
|
-
"addCustomPaymentMethod": "$t(common:add) $t(payment:customPaymentMethod, lowercase)",
|
4
|
-
"activatePaymentMethod": "$t(common:activate) $t(payment:paymentMethod, lowercase)",
|
5
|
-
"cash": "Cash",
|
6
|
-
"change": "Change",
|
7
|
-
"changePaymentMethod": "$t(common:change) $t(payment:paymentMethod, lowercase)",
|
8
|
-
"claimDeposit": "Claim $t(payment:deposit, lowercase)",
|
9
|
-
"customPaymentMethod": "$t(common:custom) $t(payment:paymentMethod, lowercase)",
|
10
|
-
"deposit": "Deposit",
|
11
|
-
"ePayment": "E-payment",
|
12
|
-
"noCustomPaymentMethod": "$t(common:no) $t(payment:customPaymentMethod, lowercase)",
|
13
|
-
"noPaymentMethod": "$t(common:no) $t(payment:paymentMethod, lowercase)",
|
14
|
-
"payment": "Payment",
|
15
|
-
"paymentMethod": "$t(payment:payment) method",
|
16
|
-
"presetPaymentMethod": "$t(common:preset) $t(payment:paymentMethod, lowercase)",
|
17
|
-
"processingFee": "Processing fee",
|
18
|
-
"removePaymentMethod": "$t(common:remove) $t(payment:paymentMethod, lowercase)",
|
19
|
-
"selectPaymentMethod": "$t(common:select) $t(payment:paymentMethod, lowercase)",
|
20
|
-
"serviceCharge": "Service charge",
|
21
|
-
"subtotal": "Subtotal",
|
22
|
-
"tax": "Tax",
|
23
|
-
"tax_plural": "Taxes",
|
24
|
-
"updatePaymentMethod": "$t(common:update) $t(payment:paymentMethod, lowercase)",
|
25
|
-
"updateCustomPaymentMethod": "$t(common:update) $t(payment:customPaymentMethod, lowercase)",
|
26
|
-
"wTax": "W. $t(payment:tax, lowercase)"
|
27
|
-
}
|
@@ -1,25 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"checkStatus": "$t(common:check) $t(common:status, lowercase)",
|
3
|
-
"exportTransaction": "$t(common:export) $t(transaction:transaction, lowercase)",
|
4
|
-
"exportTransactionToPath": "$t(common:export) $t(transaction:transaction, lowercase) to {{path}}",
|
5
|
-
"refund": {
|
6
|
-
"memberPurchaseRefund": "$t(transaction:memberPurchase) $t(transaction:refund.refund, lowercase)",
|
7
|
-
"noRefundRecord": "$t(common:no) $t(transaction:refund.refund, lowercase) $t(common:record, lowercase)",
|
8
|
-
"reasonToRefund": "$t(common:reason) to $t(transaction:refund.refund, lowercase)",
|
9
|
-
"refund": "Refund",
|
10
|
-
"refundAmount": "$t(transaction:refund.refund) $t(common:amount, lowercase)",
|
11
|
-
"refundBy": "$t(transaction:refund.refund) by",
|
12
|
-
"refunded": "Refunded",
|
13
|
-
"refundObject": "$t(transaction:refund.refund) {{object, lowercase}}",
|
14
|
-
"refundRecord": "$t(transaction:refund.refund) $t(common:record, lowercase)",
|
15
|
-
"refundType": "$t(transaction:refund.refund) $t(common:type, lowercase)",
|
16
|
-
"selectRefundType": "$t(common:select) $t(transaction:refund.refundType, lowercase)"
|
17
|
-
},
|
18
|
-
"memberPurchase": "Member purchase",
|
19
|
-
"onlineTransaction": "Online $t(transaction:transaction, lowercase)",
|
20
|
-
"selectDateToExport": "$t(common:select) $t(transaction:transaction, lowercase) $t(common:date, lowercase) to $t(common:export, lowercase)",
|
21
|
-
"selectTransaction": "$t(common:select) $t(transaction:transaction, lowercase)",
|
22
|
-
"searchTransaction": "$t(common:search) $t(transaction:transaction, lowercase)",
|
23
|
-
"transaction": "Transaction",
|
24
|
-
"voided": "Voided"
|
25
|
-
}
|
@@ -1,61 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"employee": {
|
3
|
-
"addEmployee": "$t(common:add) $t(user:employee.employee, lowercase)",
|
4
|
-
"employee": "Employee",
|
5
|
-
"faceId": {
|
6
|
-
"faceId": "Face ID",
|
7
|
-
"faceIdThreshold": "Threshold",
|
8
|
-
"faceIdThresholdDescription": "A level of face ID scanner's sensitivity"
|
9
|
-
},
|
10
|
-
"newEmployee": "New $t(user:employee.employee, lowercase)",
|
11
|
-
"removeEmployee": "$t(common:remove) $t(user:employee.employee, lowercase)"
|
12
|
-
},
|
13
|
-
"fillInProfile": "Fill in your profile",
|
14
|
-
"greeting": "Welcome, {{name}}",
|
15
|
-
"joinSince": "Join since",
|
16
|
-
"login": "Login",
|
17
|
-
"logout": "Logout",
|
18
|
-
"notFound": "$t(user:user) $t(common:notFound, lowercase)",
|
19
|
-
"permission": {
|
20
|
-
"enterPasscode": "$t(common:enter) $t(user:permission.passcode, lowercase)",
|
21
|
-
"invalidPasscode": "$t(common:invalid) $t(user:permission.passcode, lowercase), please try again",
|
22
|
-
"noPermission": "$t(common:no) $t(user:permission.permission, lowercase)",
|
23
|
-
"passcode": "Passcode",
|
24
|
-
"passcodeTakenError": "$t(user:permission.passcode) used by other $t(user:user)",
|
25
|
-
"permission": "Permission",
|
26
|
-
"permissionAllowed": "$t(user:permission.permission) allowed",
|
27
|
-
"requestingPermission": "Requesting $t(user:permission.permission, lowercase)",
|
28
|
-
"setPasscode": "$t(common:set) $t(user:permission.passcode, lowercase)",
|
29
|
-
"updatePasscode": "$t(common:update) $t(user:permission.passcode, lowercase)"
|
30
|
-
},
|
31
|
-
"personalInfo": "Personal info",
|
32
|
-
"role": {
|
33
|
-
"admin": "Admin",
|
34
|
-
"addRole": "$t(common:add) $t(user:role.role, lowercase)",
|
35
|
-
"cannotChangeLastAdminRole": "Cannot $t(common:change, lowercase) $t(user:role.role, lowercase) of only $t(user:role.admin, lowercase)",
|
36
|
-
"cannotRemoveLastAdmin": "Cannot $t(common:remove, lowercase) the only $t(user:role.admin, lowercase)",
|
37
|
-
"cashier": "Cashier",
|
38
|
-
"removeRole": "$t(common:remove) $t(user:role.role, lowercase)",
|
39
|
-
"newRole": "New $t(user:role.role, lowercase)",
|
40
|
-
"role": "Role",
|
41
|
-
"updateRole": "$t(common:update) $t(user:role.role, lowercase)",
|
42
|
-
"usedRoleCannotDelete": "$t(user:role.role) {{roleName}} used by {{users}}, cannot $t(common:remove, lowercase) {{roleName}}"
|
43
|
-
},
|
44
|
-
"timesheet": {
|
45
|
-
"clockIn": "Clock in",
|
46
|
-
"clocking": "Clock in/out",
|
47
|
-
"clockOut": "Clock out",
|
48
|
-
"confirmClockIn": "{{name}} will be $t(user:timesheet.clockIn, lowercase)",
|
49
|
-
"confirmClockOut": "{{name}} will be $t(user:timesheet.clockOut, lowercase)",
|
50
|
-
"noOffDutyEmployee": "$t(common:no) $t(user:employee.employee, lowercase) $t(user:timesheet.offDuty, lowercase)",
|
51
|
-
"noOnDutyEmployee": "$t(common:no) $t(user:employee.employee, lowercase) $t(user:timesheet.onDuty, lowercase)",
|
52
|
-
"offDuty": "Off duty",
|
53
|
-
"onDuty": "On duty",
|
54
|
-
"timesheet": "Timesheet",
|
55
|
-
"workingDuration": "Working : {{hour}}h {{minute}}m"
|
56
|
-
},
|
57
|
-
"staff": "Staff",
|
58
|
-
"user": "User",
|
59
|
-
"user_plural": "Users",
|
60
|
-
"verifyUser": "Verify $t(user:user, lowercase)"
|
61
|
-
}
|