@adyen/adyen-web 5.7.0 → 5.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/dist/adyen.css +6 -6
  2. package/dist/adyen.css.map +1 -1
  3. package/dist/adyen.js +1 -1
  4. package/dist/adyen.js.map +1 -1
  5. package/dist/cjs/adyen.css +6 -6
  6. package/dist/cjs/adyen.css.map +1 -1
  7. package/dist/cjs/index.js +1 -1
  8. package/dist/es/adyen.css +6 -6
  9. package/dist/es/adyen.css.map +1 -1
  10. package/dist/es/ar.js +1 -1
  11. package/dist/es/cs-CZ.js +1 -1
  12. package/dist/es/da-DK.js +1 -1
  13. package/dist/es/de-DE.js +1 -1
  14. package/dist/es/el-GR.js +1 -1
  15. package/dist/es/es-ES.js +1 -1
  16. package/dist/es/fi-FI.js +1 -1
  17. package/dist/es/fr-FR.js +1 -1
  18. package/dist/es/hr-HR.js +1 -1
  19. package/dist/es/hu-HU.js +1 -1
  20. package/dist/es/index.js +1 -1
  21. package/dist/es/it-IT.js +1 -1
  22. package/dist/es/ja-JP.js +1 -1
  23. package/dist/es/ko-KR.js +1 -1
  24. package/dist/es/nl-NL.js +1 -1
  25. package/dist/es/no-NO.js +1 -1
  26. package/dist/es/pl-PL.js +1 -1
  27. package/dist/es/pt-BR.js +1 -1
  28. package/dist/es/ro-RO.js +1 -1
  29. package/dist/es/ru-RU.js +1 -1
  30. package/dist/es/sk-SK.js +1 -1
  31. package/dist/es/sl-SI.js +1 -1
  32. package/dist/es/sv-SE.js +1 -1
  33. package/dist/es/zh-CN.js +1 -1
  34. package/dist/es/zh-TW.js +1 -1
  35. package/dist/es.modern/adyen.css +6 -6
  36. package/dist/es.modern/adyen.css.map +1 -1
  37. package/dist/es.modern/ar.js +1 -1
  38. package/dist/es.modern/cs-CZ.js +1 -1
  39. package/dist/es.modern/da-DK.js +1 -1
  40. package/dist/es.modern/de-DE.js +1 -1
  41. package/dist/es.modern/el-GR.js +1 -1
  42. package/dist/es.modern/es-ES.js +1 -1
  43. package/dist/es.modern/fi-FI.js +1 -1
  44. package/dist/es.modern/fr-FR.js +1 -1
  45. package/dist/es.modern/hr-HR.js +1 -1
  46. package/dist/es.modern/hu-HU.js +1 -1
  47. package/dist/es.modern/index.js +1 -1
  48. package/dist/es.modern/it-IT.js +1 -1
  49. package/dist/es.modern/ja-JP.js +1 -1
  50. package/dist/es.modern/ko-KR.js +1 -1
  51. package/dist/es.modern/nl-NL.js +1 -1
  52. package/dist/es.modern/no-NO.js +1 -1
  53. package/dist/es.modern/pl-PL.js +1 -1
  54. package/dist/es.modern/pt-BR.js +1 -1
  55. package/dist/es.modern/ro-RO.js +1 -1
  56. package/dist/es.modern/ru-RU.js +1 -1
  57. package/dist/es.modern/sk-SK.js +1 -1
  58. package/dist/es.modern/sl-SI.js +1 -1
  59. package/dist/es.modern/sv-SE.js +1 -1
  60. package/dist/es.modern/zh-CN.js +1 -1
  61. package/dist/es.modern/zh-TW.js +1 -1
  62. package/dist/types/components/AmazonPay/types.d.ts +22 -0
  63. package/dist/types/components/ApplePay/types.d.ts +1 -1
  64. package/dist/types/components/BacsDD/components/validate.d.ts +1 -1
  65. package/dist/types/components/Boleto/components/BoletoInput/validate.d.ts +1 -1
  66. package/dist/types/components/Card/Bancontact.d.ts +8 -0
  67. package/dist/types/components/Card/Card.d.ts +13 -1
  68. package/dist/types/components/Card/components/CardInput/components/CardHolderName.d.ts +1 -1
  69. package/dist/types/components/Card/components/CardInput/components/types.d.ts +2 -2
  70. package/dist/types/components/Card/components/CardInput/defaultProps.d.ts +1 -0
  71. package/dist/types/components/Card/components/CardInput/handlers.d.ts +1 -0
  72. package/dist/types/components/Card/components/CardInput/types.d.ts +1 -0
  73. package/dist/types/components/Card/components/CardInput/utils.d.ts +9 -27
  74. package/dist/types/components/Card/components/CardInput/validate.d.ts +1 -1
  75. package/dist/types/components/Card/types.d.ts +11 -0
  76. package/dist/types/components/Dropin/Dropin.d.ts +1 -1
  77. package/dist/types/components/Econtext/validate.d.ts +1 -1
  78. package/dist/types/components/Giftcard/components/GiftcardComponent.d.ts +7 -1
  79. package/dist/types/components/Giftcard/components/GiftcardFields.d.ts +3 -0
  80. package/dist/types/components/Giftcard/components/GiftcardNumberField.d.ts +3 -0
  81. package/dist/types/components/Giftcard/components/GiftcardPinField.d.ts +3 -0
  82. package/dist/types/components/Giftcard/components/types.d.ts +19 -0
  83. package/dist/types/components/MealVoucherFR/MealVoucherFR.d.ts +20 -0
  84. package/dist/types/components/MealVoucherFR/components/MealVoucherExpiryField.d.ts +3 -0
  85. package/dist/types/components/MealVoucherFR/components/MealVoucherFields.d.ts +3 -0
  86. package/dist/types/components/MealVoucherFR/index.d.ts +1 -0
  87. package/dist/types/components/OnlineBankingIN/index.d.ts +6 -0
  88. package/dist/types/components/Pix/PixInput/validate.d.ts +1 -1
  89. package/dist/types/components/UIElement.d.ts +1 -1
  90. package/dist/types/components/index.d.ts +6 -0
  91. package/dist/types/components/internal/Address/components/FieldContainer.d.ts +6 -0
  92. package/dist/types/components/internal/Address/types.d.ts +11 -8
  93. package/dist/types/components/internal/Address/validate.d.ts +1 -1
  94. package/dist/types/components/internal/Address/validate.formats.d.ts +3 -0
  95. package/dist/types/components/internal/CompanyDetails/types.d.ts +1 -1
  96. package/dist/types/components/internal/PersonalDetails/PersonalDetails.d.ts +1 -1
  97. package/dist/types/components/internal/PersonalDetails/types.d.ts +1 -1
  98. package/dist/types/components/internal/PersonalDetails/validate.d.ts +1 -1
  99. package/dist/types/components/internal/SecuredFields/SFP/SecuredFieldsProvider.d.ts +4 -4
  100. package/dist/types/components/internal/SecuredFields/SFP/SecuredFieldsProviderHandlers.d.ts +2 -2
  101. package/dist/types/components/internal/SecuredFields/SFP/defaultProps.d.ts +0 -41
  102. package/dist/types/components/internal/SecuredFields/SFP/types.d.ts +46 -2
  103. package/dist/types/components/internal/SecuredFields/binLookup/extensions.d.ts +3 -1
  104. package/dist/types/components/internal/SecuredFields/lib/CSF/types.d.ts +1 -0
  105. package/dist/types/components/internal/SecuredFields/lib/CSF/utils/tabbing/utils.d.ts +1 -1
  106. package/dist/types/components/internal/SecuredFields/lib/configuration/constants.d.ts +6 -5
  107. package/dist/types/components/internal/SecuredFields/lib/securedField/AbstractSecuredField.d.ts +1 -0
  108. package/dist/types/components/internal/SecuredFields/lib/securedField/SecuredField.d.ts +4 -0
  109. package/dist/types/components/internal/SecuredFields/lib/types.d.ts +4 -1
  110. package/dist/types/components/internal/SocialSecurityNumberBrazil/SocialSecurityNumberBrazil.d.ts +2 -2
  111. package/dist/types/core/core.d.ts +2 -1
  112. package/dist/types/language/config.d.ts +1 -0
  113. package/dist/types/language/locales/index.d.ts +50 -0
  114. package/dist/types/types/index.d.ts +30 -1
  115. package/dist/types/utils/Validator/Validator.d.ts +2 -20
  116. package/dist/types/utils/Validator/types.d.ts +45 -0
  117. package/dist/types/utils/useForm/types.d.ts +5 -0
  118. package/dist/types/utils/useForm/useForm.d.ts +2 -6
  119. package/dist/types/utils/validator-utils.d.ts +5 -0
  120. package/package.json +5 -5
@@ -1 +1 @@
1
- var e={payButton:"\u652f\u4ed8","payButton.redirecting":"\u91cd\u65b0\u5c0e\u5411\u4e2d......",storeDetails:"\u5132\u5b58\u4ee5\u4f9b\u4e0b\u6b21\u4ed8\u6b3e\u4f7f\u7528","creditCard.holderName":"\u4fe1\u7528\u5361\u4e0a\u7684\u59d3\u540d","creditCard.holderName.placeholder":"J. Smith","creditCard.holderName.invalid":"\u6301\u5361\u4eba\u59d3\u540d\u7121\u6548","creditCard.numberField.title":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.numberField.placeholder":"1234 5678 9012 3456","creditCard.expiryDateField.title":"\u5230\u671f\u65e5\u671f","creditCard.expiryDateField.placeholder":"MM/YY","creditCard.expiryDateField.month":"\u6708\u4efd","creditCard.expiryDateField.month.placeholder":"MM","creditCard.expiryDateField.year.placeholder":"YY","creditCard.expiryDateField.year":"\u5e74\u4efd","creditCard.cvcField.title":"\u4fe1\u7528\u5361\u9a57\u8b49\u78bc / \u4fe1\u7528\u5361\u5b89\u5168\u78bc","creditCard.cvcField.placeholder":"123","creditCard.storeDetailsButton":"\u8a18\u4f4f\u4f9b\u4e0b\u6b21\u4f7f\u7528","creditCard.cvcField.placeholder.4digits":"4 \u4f4d\u6578","creditCard.cvcField.placeholder.3digits":"3 \u4f4d\u6578","creditCard.taxNumber.placeholder":"\u5e74\u6708\u65e5\uff0f0123456789",installments:"\u5206\u671f\u4ed8\u6b3e\u7684\u671f\u6578",installmentOption:"%{times}x %{partialValue}",installmentOptionMonths:"\uff05{times} \u500b\u6708","installments.oneTime":"\u4e00\u6b21\u6027\u4ed8\u6b3e","installments.installments":"\u5206\u671f\u4ed8\u6b3e","installments.revolving":"\u5ef6\u671f\u4ed8\u6b3e","sepaDirectDebit.ibanField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","sepaDirectDebit.nameField.placeholder":"J. Smith","sepa.ownerName":"\u6301\u6709\u4eba\u540d\u7a31","sepa.ibanNumber":"\u5e33\u6236\u865f\u78bc (IBAN)","error.title":"\u932f\u8aa4","error.subtitle.redirect":"\u7121\u6cd5\u91cd\u65b0\u5c0e\u5411","error.subtitle.payment":"\u4ed8\u6b3e\u5931\u6557","error.subtitle.refused":"\u4ed8\u6b3e\u906d\u62d2\u7d55","error.message.unknown":"\u767c\u751f\u672a\u77e5\u932f\u8aa4","errorPanel.title":"\u73fe\u6709\u932f\u8aa4","idealIssuer.selectField.title":"\u9280\u884c","idealIssuer.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","creditCard.success":"\u4ed8\u6b3e\u6210\u529f",loading:"\u6b63\u5728\u8f09\u5165...",continue:"\u7e7c\u7e8c",continueTo:"\u7e7c\u7e8c\u524d\u5f80","wechatpay.timetopay":"\u60a8\u6709 %@ \u53ef\u4ee5\u652f\u4ed8","wechatpay.scanqrcode":"\u6383\u63cf QR \u4ee3\u78bc",personalDetails:"\u500b\u4eba\u8a73\u7d30\u8cc7\u6599",companyDetails:"\u516c\u53f8\u8a73\u60c5","companyDetails.name":"\u516c\u53f8\u540d\u7a31","companyDetails.registrationNumber":"\u8a3b\u518a\u865f\u78bc",socialSecurityNumber:"\u793e\u6703\u5b89\u5168\u78bc",firstName:"\u540d\u5b57",infix:"\u524d\u7db4",lastName:"\u59d3\u6c0f",mobileNumber:"\u884c\u52d5\u96fb\u8a71\u865f\u78bc","mobileNumber.invalid":"\u624b\u6a5f\u865f\u78bc\u7121\u6548",city:"\u57ce\u5e02",postalCode:"\u90f5\u905e\u5340\u865f",countryCode:"\u570b\u5bb6\u4ee3\u78bc",telephoneNumber:"\u96fb\u8a71\u865f\u78bc",dateOfBirth:"\u51fa\u751f\u65e5\u671f",shopperEmail:"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740",gender:"\u6027\u5225",male:"\u7537",female:"\u5973",billingAddress:"\u5e33\u55ae\u5730\u5740",street:"\u8857\u9053",stateOrProvince:"\u5dde/\u7e23/\u5e02",country:"\u570b\u5bb6/\u5730\u5340",houseNumberOrName:"\u9580\u724c\u865f",separateDeliveryAddress:"\u6307\u5b9a\u53e6\u4e00\u500b\u6d3e\u9001\u5730\u5740",deliveryAddress:"\u6d3e\u9001\u5730\u5740",zipCode:"\u90f5\u905e\u5340\u865f",apartmentSuite:"\u516c\u5bd3\uff0f\u5957\u623f",provinceOrTerritory:"\u7701\u6216\u5730\u5340",cityTown:"\u5e02\uff0f\u93ae",address:"\u5730\u5740",state:"\u5dde","field.title.optional":"\uff08\u9078\u7528\uff09","creditCard.cvcField.title.optional":"CVC / CVV (\u53ef\u9078)","issuerList.wallet.placeholder":"\u9078\u53d6\u60a8\u7684\u96fb\u5b50\u9322\u5305",privacyPolicy:"\u96b1\u79c1\u6b0a\u653f\u7b56","afterPay.agreement":"\u6211\u540c\u610f AfterPay \u7684%@",paymentConditions:"\u4ed8\u6b3e\u7d30\u5247",openApp:"\u958b\u555f\u61c9\u7528\u7a0b\u5f0f","voucher.readInstructions":"\u95b1\u89bd\u8aaa\u660e","voucher.introduction":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u512a\u60e0\u5238\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.expirationDate":"\u5230\u671f\u65e5\u671f","voucher.alternativeReference":"\u5099\u9078\u53c3\u7167","dragonpay.voucher.non.bank.selectField.placeholder":"\u9078\u64c7\u60a8\u7684\u4f9b\u61c9\u5546","dragonpay.voucher.bank.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","voucher.paymentReferenceLabel":"\u4ed8\u6b3e\u53c3\u7167\u865f\u78bc","voucher.surcharge":"\u5305\u542b %@ \u9644\u52a0\u8cbb","voucher.introduction.doku":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.shopperName":"\u8cfc\u7269\u8005\u59d3\u540d","voucher.merchantName":"\u5546\u5bb6","voucher.introduction.econtext":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.telephoneNumber":"\u96fb\u8a71\u865f\u78bc","voucher.shopperReference":"\u8cfc\u7269\u8005\u53c3\u8003","voucher.collectionInstitutionNumber":"\u6536\u6b3e\u6a5f\u69cb\u7de8\u865f","voucher.econtext.telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7684\u9577\u5ea6\u5fc5\u9808\u70ba 10 \u6216 11 \u4f4d\u6578","boletobancario.btnLabel":"\u7522\u751f Boleto","boleto.sendCopyToEmail":"\u5c07\u8907\u672c\u50b3\u9001\u81f3\u6211\u7684\u96fb\u5b50\u90f5\u4ef6","button.copy":"\u8907\u88fd","button.download":"\u4e0b\u8f09","boleto.socialSecurityNumber.invalid":"\u6b04\u4f4d\u7121\u6548","creditCard.storedCard.description.ariaLabel":"\u5df2\u5132\u5b58\u4ee5 %@ \u7d50\u5c3e\u7684\u4fe1\u7528\u5361","voucher.entity":"\u5be6\u9ad4",donateButton:"\u6350\u8d08",notNowButton:"\u7a0d\u5f8c\u518d\u8aaa",thanksForYourSupport:"\u611f\u8b1d\u60a8\u7684\u652f\u6301\uff01",preauthorizeWith:"\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u9032\u884c\u9810\u5148\u6388\u6b0a\uff1a",confirmPreauthorization:"\u78ba\u8a8d\u9810\u5148\u6388\u6b0a",confirmPurchase:"\u78ba\u8a8d\u8cfc\u8cb7",applyGiftcard:"\u514c\u63db",giftcardBalance:"\u79ae\u54c1\u5361\u9918\u984d",deductedBalance:"\u6263\u9664\u9918\u984d","creditCard.pin.title":"\u6578\u5b57\u5bc6\u78bc","creditCard.encryptedPassword.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","creditCard.encryptedPassword.placeholder":"12","creditCard.encryptedPassword.invalid":"\u5bc6\u78bc\u7121\u6548","creditCard.taxNumber":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc","creditCard.taxNumber.label":"\u6301\u5361\u4eba\u751f\u65e5\uff08\u5e74\u6708\u65e5\uff09\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.labelAlt":"\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.invalid":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\u7121\u6548","storedPaymentMethod.disable.button":"\u79fb\u9664","storedPaymentMethod.disable.confirmation":"\u79fb\u9664\u5df2\u5132\u5b58\u4ed8\u6b3e\u65b9\u5f0f","storedPaymentMethod.disable.confirmButton":"\u662f\uff0c\u8acb\u79fb\u9664","storedPaymentMethod.disable.cancelButton":"\u53d6\u6d88","ach.bankAccount":"\u9280\u884c\u5e33\u6236","ach.accountHolderNameField.title":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","ach.accountHolderNameField.placeholder":"J. Smith","ach.accountHolderNameField.invalid":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","ach.accountNumberField.title":"\u5e33\u6236\u865f\u78bc","ach.accountNumberField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","ach.accountLocationField.title":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f","ach.accountLocationField.invalid":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","select.state":"\u9078\u53d6\u5dde","select.stateOrProvince":"\u9078\u64c7\u5dde\u6216\u7701","select.provinceOrTerritory":"\u9078\u53d6\u7701\u6216\u5730\u5340","select.country":"\u9078\u64c7\u570b\u5bb6\uff0f\u5730\u5340","select.noOptionsFound":"\u627e\u4e0d\u5230\u4efb\u4f55\u9078\u9805","select.filter.placeholder":"\u641c\u5c0b\u2026\u2026","telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7121\u6548",qrCodeOrApp:"\u6216","paypal.processingPayment":"\u6b63\u5728\u8655\u7406\u4ed8\u6b3e\u2026\u2026",generateQRCode:"\u7522\u751f QR \u4ee3\u78bc","await.waitForConfirmation":"\u6b63\u5728\u7b49\u5019\u78ba\u8a8d","mbway.confirmPayment":"\u5728 MB WAY \u61c9\u7528\u7a0b\u5f0f\u4e0a\u78ba\u8a8d\u60a8\u7684\u4ed8\u6b3e","shopperEmail.invalid":"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u7121\u6548","dateOfBirth.format":"\u65e5\uff0f\u6708\uff0f\u5e74","dateOfBirth.invalid":"\u60a8\u5fc5\u9808\u5e74\u6eff 18 \u6b72","blik.confirmPayment":"\u958b\u555f\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4ee5\u78ba\u8a8d\u4ed8\u6b3e\u3002","blik.invalid":"\u8f38\u5165 6 \u500b\u6578\u5b57","blik.code":"6 \u4f4d\u6578\u4ee3\u78bc","blik.help":"\u5f9e\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4e2d\u7372\u53d6\u4ee3\u78bc\u3002","swish.pendingMessage":"\u6383\u63cf\u5f8c\uff0c\u8a72\u5f85\u5b8c\u6210\u72c0\u614b\u53ef\u80fd\u6301\u7e8c\u9577\u9054 10 \u5206\u9418\u3002\u8a66\u5716\u5728\u9019\u6bb5\u6642\u9593\u5167\u518d\u6b21\u4ed8\u6b3e\u53ef\u80fd\u6703\u5c0e\u81f4\u591a\u91cd\u6536\u8cbb\u3002","error.va.gen.01":"\u4e0d\u5b8c\u6574\u6b04\u4f4d","error.va.gen.02":"\u6b04\u4f4d\u7121\u6548","error.va.sf-cc-num.01":"\u4fe1\u7528\u5361\u865f\u78bc\u7121\u6548","error.va.sf-cc-num.03":"\u8f38\u5165\u4e86\u4e0d\u652f\u63f4\u7684\u5361","error.va.sf-cc-dat.01":"\u5361\u592a\u820a","error.va.sf-cc-dat.02":"\u672a\u4f86\u65e5\u671f\u8ddd\u4eca\u592a\u4e45","error.va.sf-cc-dat.03":"\u60a8\u7684\u5361\u6703\u65bc\u4ed8\u6b3e\u65e5\u671f\u524d\u5230\u671f","error.va.sf-ach-num.01":"\u5e33\u6236\u865f\u78bc\u7121\u6548","error.va.sf-ach-loc.01":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","error.va.sf-kcp-pwd.01":"\u5bc6\u78bc\u7121\u6548","error.giftcard.no-balance":"\u6b64\u79ae\u54c1\u5361\u7684\u9918\u984d\u70ba\u96f6","error.giftcard.card-error":"\u6211\u5011\u7684\u8a18\u9304\u4e2d\u4e26\u6c92\u6709\u9019\u500b\u865f\u78bc\u7684\u79ae\u54c1\u5361","error.giftcard.currency-error":"\u79ae\u54c1\u5361\u53ea\u80fd\u4ee5\u5176\u7c3d\u767c\u6642\u6240\u4f7f\u7528\u7684\u8ca8\u5e63\u9032\u884c\u7d50\u7b97","amazonpay.signout":"\u5f9e Amazon \u767b\u51fa","amazonpay.changePaymentDetails":"\u8b8a\u66f4\u4ed8\u6b3e\u660e\u7d30","partialPayment.warning":"\u9078\u53d6\u5176\u4ed6\u4ed8\u6b3e\u65b9\u5f0f\u4f86\u652f\u4ed8\u9918\u984d","partialPayment.remainingBalance":"\u9918\u984d\u5c07\u70ba %{amount}","bankTransfer.beneficiary":"\u53d7\u6b3e\u4eba","bankTransfer.iban":"IBAN","bankTransfer.bic":"BIC","bankTransfer.reference":"\u53c3\u7167","bankTransfer.introduction":"\u7e7c\u7e8c\u5efa\u7acb\u65b0\u7684\u9280\u884c\u8f49\u5e33\u4ed8\u6b3e\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u87a2\u5e55\u4e2d\u7684\u8a73\u7d30\u8cc7\u8a0a\u4f86\u5b8c\u6210\u6b64\u9805\u4ed8\u6b3e\u3002","bankTransfer.instructions":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","bacs.accountHolderName":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","bacs.accountHolderName.invalid":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","bacs.accountNumber":"\u9280\u884c\u5e33\u6236\u865f\u78bc","bacs.accountNumber.invalid":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u7121\u6548","bacs.bankLocationId":"\u9280\u884c\u4ee3\u78bc","bacs.bankLocationId.invalid":"\u9280\u884c\u4ee3\u78bc\u7121\u6548","bacs.consent.amount":"\u6211\u540c\u610f\u5f9e\u6211\u7684\u9280\u884c\u5e33\u6236\u6263\u9664\u4e0a\u8ff0\u91d1\u984d\u3002","bacs.consent.account":"\u6211\u78ba\u8a8d\u8a72\u5e33\u6236\u4ee5\u6211\u7684\u540d\u7fa9\u958b\u8a2d\uff0c\u4e26\u4e14\u6211\u662f\u6388\u6b0a\u5f9e\u8a72\u5e33\u6236\u76f4\u63a5\u6263\u6b3e\u7684\u552f\u4e00\u7c3d\u7f72\u4eba\u3002",edit:"\u7de8\u8f2f","bacs.confirm":"\u78ba\u8a8d\u4e26\u652f\u4ed8","bacs.result.introduction":"\u4e0b\u8f09\u60a8\u7684\u76f4\u63a5\u6263\u6b3e\u6307\u793a\uff08DDI\uff0f\u6388\u6b0a\uff09","download.pdf":"\u4e0b\u8f09 PDF","creditCard.encryptedCardNumber.aria.iframeTitle":"\u5b89\u5168\u5361\u865f\u7684 IFrame","creditCard.encryptedCardNumber.aria.label":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.encryptedExpiryDate.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u65e5\u671f\u7684 IFrame","creditCard.encryptedExpiryDate.aria.label":"\u5230\u671f\u65e5\u671f","creditCard.encryptedExpiryMonth.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u6708\u4efd\u7684 IFrame","creditCard.encryptedExpiryMonth.aria.label":"\u5230\u671f\u6708\u4efd","creditCard.encryptedExpiryYear.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u5e74\u4efd\u7684 IFrame","creditCard.encryptedExpiryYear.aria.label":"\u5230\u671f\u5e74\u4efd","creditCard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u5361\u5b89\u5168\u78bc\u7684 IFrame","creditCard.encryptedSecurityCode.aria.label":"\u5b89\u5168\u78bc","creditCard.encryptedPassword.aria.iframeTitle":"\u5b89\u5168\u5361\u5bc6\u78bc\u7684 IFrame","creditCard.encryptedPassword.aria.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","giftcard.encryptedCardNumber.aria.iframeTitle":"\u5b89\u5168\u79ae\u54c1\u5361\u865f\u7684 IFrame","giftcard.encryptedCardNumber.aria.label":"\u79ae\u54c1\u5361\u865f","giftcard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u79ae\u54c1\u5361\u5b89\u5168\u78bc\u7684 IFrame","giftcard.encryptedSecurityCode.aria.label":"\u79ae\u54c1\u5361\u5b89\u5168\u78bc",giftcardTransactionLimit:"\u6b64\u79ae\u54c1\u5361\u6bcf\u7b46\u4ea4\u6613\u7684\u91d1\u984d\u4e0a\u9650\u70ba %{amount}","ach.encryptedBankAccountNumber.aria.iframeTitle":"\u5b89\u5168\u9280\u884c\u5e33\u6236\u865f\u78bc\u7684 IFrame","ach.encryptedBankAccountNumber.aria.label":"\u9280\u884c\u5e33\u6236","ach.encryptedBankLocationId.aria.iframeTitle":"\u5b89\u5168\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7684 IFrame","ach.encryptedBankLocationId.aria.label":"\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f","twint.saved":"\u5132\u5b58\u7684",orPayWith:"\u6216\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u652f\u4ed8\uff1a"};export{e as default};
1
+ var e={payButton:"\u652f\u4ed8","payButton.redirecting":"\u91cd\u65b0\u5c0e\u5411\u4e2d......",storeDetails:"\u5132\u5b58\u4ee5\u4f9b\u4e0b\u6b21\u4ed8\u6b3e\u4f7f\u7528","creditCard.holderName":"\u4fe1\u7528\u5361\u4e0a\u7684\u59d3\u540d","creditCard.holderName.placeholder":"J. Smith","creditCard.holderName.invalid":"\u6301\u5361\u4eba\u59d3\u540d\u7121\u6548","creditCard.numberField.title":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.numberField.placeholder":"1234 5678 9012 3456","creditCard.expiryDateField.title":"\u5230\u671f\u65e5\u671f","creditCard.expiryDateField.placeholder":"MM/YY","creditCard.expiryDateField.month":"\u6708\u4efd","creditCard.expiryDateField.month.placeholder":"MM","creditCard.expiryDateField.year.placeholder":"YY","creditCard.expiryDateField.year":"\u5e74\u4efd","creditCard.cvcField.title":"\u4fe1\u7528\u5361\u9a57\u8b49\u78bc / \u4fe1\u7528\u5361\u5b89\u5168\u78bc","creditCard.cvcField.placeholder":"123","creditCard.storeDetailsButton":"\u8a18\u4f4f\u4f9b\u4e0b\u6b21\u4f7f\u7528","creditCard.cvcField.placeholder.4digits":"4 \u4f4d\u6578","creditCard.cvcField.placeholder.3digits":"3 \u4f4d\u6578","creditCard.taxNumber.placeholder":"\u5e74\u6708\u65e5\uff0f0123456789",installments:"\u5206\u671f\u4ed8\u6b3e\u7684\u671f\u6578",installmentOption:"%{times}x %{partialValue}",installmentOptionMonths:"\uff05{times} \u500b\u6708","installments.oneTime":"\u4e00\u6b21\u6027\u4ed8\u6b3e","installments.installments":"\u5206\u671f\u4ed8\u6b3e","installments.revolving":"\u5ef6\u671f\u4ed8\u6b3e","sepaDirectDebit.ibanField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","sepaDirectDebit.nameField.placeholder":"J. Smith","sepa.ownerName":"\u6301\u6709\u4eba\u540d\u7a31","sepa.ibanNumber":"\u5e33\u6236\u865f\u78bc (IBAN)","error.title":"\u932f\u8aa4","error.subtitle.redirect":"\u7121\u6cd5\u91cd\u65b0\u5c0e\u5411","error.subtitle.payment":"\u4ed8\u6b3e\u5931\u6557","error.subtitle.refused":"\u4ed8\u6b3e\u906d\u62d2\u7d55","error.message.unknown":"\u767c\u751f\u672a\u77e5\u932f\u8aa4","errorPanel.title":"\u73fe\u6709\u932f\u8aa4","idealIssuer.selectField.title":"\u9280\u884c","idealIssuer.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","creditCard.success":"\u4ed8\u6b3e\u6210\u529f",loading:"\u6b63\u5728\u8f09\u5165...",continue:"\u7e7c\u7e8c",continueTo:"\u7e7c\u7e8c\u524d\u5f80","wechatpay.timetopay":"\u60a8\u6709 %@ \u53ef\u4ee5\u652f\u4ed8","wechatpay.scanqrcode":"\u6383\u63cf QR \u4ee3\u78bc",personalDetails:"\u500b\u4eba\u8a73\u7d30\u8cc7\u6599",companyDetails:"\u516c\u53f8\u8a73\u60c5","companyDetails.name":"\u516c\u53f8\u540d\u7a31","companyDetails.registrationNumber":"\u8a3b\u518a\u865f\u78bc",socialSecurityNumber:"\u793e\u6703\u5b89\u5168\u78bc",firstName:"\u540d\u5b57",infix:"\u524d\u7db4",lastName:"\u59d3\u6c0f",mobileNumber:"\u884c\u52d5\u96fb\u8a71\u865f\u78bc","mobileNumber.invalid":"\u624b\u6a5f\u865f\u78bc\u7121\u6548",city:"\u57ce\u5e02",postalCode:"\u90f5\u905e\u5340\u865f",countryCode:"\u570b\u5bb6\u4ee3\u78bc",telephoneNumber:"\u96fb\u8a71\u865f\u78bc",dateOfBirth:"\u51fa\u751f\u65e5\u671f",shopperEmail:"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740",gender:"\u6027\u5225",male:"\u7537",female:"\u5973",billingAddress:"\u5e33\u55ae\u5730\u5740",street:"\u8857\u9053",stateOrProvince:"\u5dde/\u7e23/\u5e02",country:"\u570b\u5bb6/\u5730\u5340",houseNumberOrName:"\u9580\u724c\u865f",separateDeliveryAddress:"\u6307\u5b9a\u53e6\u4e00\u500b\u6d3e\u9001\u5730\u5740",deliveryAddress:"\u6d3e\u9001\u5730\u5740",zipCode:"\u90f5\u905e\u5340\u865f",apartmentSuite:"\u516c\u5bd3\uff0f\u5957\u623f",provinceOrTerritory:"\u7701\u6216\u5730\u5340",cityTown:"\u5e02\uff0f\u93ae",address:"\u5730\u5740",state:"\u5dde","field.title.optional":"\uff08\u9078\u7528\uff09","creditCard.cvcField.title.optional":"CVC / CVV (\u53ef\u9078)","issuerList.wallet.placeholder":"\u9078\u53d6\u60a8\u7684\u96fb\u5b50\u9322\u5305",privacyPolicy:"\u96b1\u79c1\u6b0a\u653f\u7b56","afterPay.agreement":"\u6211\u540c\u610f AfterPay \u7684%@",paymentConditions:"\u4ed8\u6b3e\u7d30\u5247",openApp:"\u958b\u555f\u61c9\u7528\u7a0b\u5f0f","voucher.readInstructions":"\u95b1\u89bd\u8aaa\u660e","voucher.introduction":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u512a\u60e0\u5238\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.expirationDate":"\u5230\u671f\u65e5\u671f","voucher.alternativeReference":"\u5099\u9078\u53c3\u7167","dragonpay.voucher.non.bank.selectField.placeholder":"\u9078\u64c7\u60a8\u7684\u4f9b\u61c9\u5546","dragonpay.voucher.bank.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","voucher.paymentReferenceLabel":"\u4ed8\u6b3e\u53c3\u7167\u865f\u78bc","voucher.surcharge":"\u5305\u542b %@ \u9644\u52a0\u8cbb","voucher.introduction.doku":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.shopperName":"\u8cfc\u7269\u8005\u59d3\u540d","voucher.merchantName":"\u5546\u5bb6","voucher.introduction.econtext":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.telephoneNumber":"\u96fb\u8a71\u865f\u78bc","voucher.shopperReference":"\u8cfc\u7269\u8005\u53c3\u8003","voucher.collectionInstitutionNumber":"\u6536\u6b3e\u6a5f\u69cb\u7de8\u865f","voucher.econtext.telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7684\u9577\u5ea6\u5fc5\u9808\u70ba 10 \u6216 11 \u4f4d\u6578","boletobancario.btnLabel":"\u7522\u751f Boleto","boleto.sendCopyToEmail":"\u5c07\u8907\u672c\u50b3\u9001\u81f3\u6211\u7684\u96fb\u5b50\u90f5\u4ef6","button.copy":"\u8907\u88fd","button.download":"\u4e0b\u8f09","boleto.socialSecurityNumber.invalid":"\u6b04\u4f4d\u7121\u6548","creditCard.storedCard.description.ariaLabel":"\u5df2\u5132\u5b58\u4ee5 %@ \u7d50\u5c3e\u7684\u4fe1\u7528\u5361","voucher.entity":"\u5be6\u9ad4",donateButton:"\u6350\u8d08",notNowButton:"\u7a0d\u5f8c\u518d\u8aaa",thanksForYourSupport:"\u611f\u8b1d\u60a8\u7684\u652f\u6301\uff01",preauthorizeWith:"\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u9032\u884c\u9810\u5148\u6388\u6b0a\uff1a",confirmPreauthorization:"\u78ba\u8a8d\u9810\u5148\u6388\u6b0a",confirmPurchase:"\u78ba\u8a8d\u8cfc\u8cb7",applyGiftcard:"\u514c\u63db",giftcardBalance:"\u79ae\u54c1\u5361\u9918\u984d",deductedBalance:"\u6263\u9664\u9918\u984d","creditCard.pin.title":"\u6578\u5b57\u5bc6\u78bc","creditCard.encryptedPassword.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","creditCard.encryptedPassword.placeholder":"12","creditCard.encryptedPassword.invalid":"\u5bc6\u78bc\u7121\u6548","creditCard.taxNumber":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc","creditCard.taxNumber.label":"\u6301\u5361\u4eba\u751f\u65e5\uff08\u5e74\u6708\u65e5\uff09\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.labelAlt":"\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.invalid":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\u7121\u6548","storedPaymentMethod.disable.button":"\u79fb\u9664","storedPaymentMethod.disable.confirmation":"\u79fb\u9664\u5df2\u5132\u5b58\u4ed8\u6b3e\u65b9\u5f0f","storedPaymentMethod.disable.confirmButton":"\u662f\uff0c\u8acb\u79fb\u9664","storedPaymentMethod.disable.cancelButton":"\u53d6\u6d88","ach.bankAccount":"\u9280\u884c\u5e33\u6236","ach.accountHolderNameField.title":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","ach.accountHolderNameField.placeholder":"J. Smith","ach.accountHolderNameField.invalid":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","ach.accountNumberField.title":"\u5e33\u6236\u865f\u78bc","ach.accountNumberField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","ach.accountLocationField.title":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f","ach.accountLocationField.invalid":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","select.state":"\u9078\u53d6\u5dde","select.stateOrProvince":"\u9078\u64c7\u5dde\u6216\u7701","select.provinceOrTerritory":"\u9078\u53d6\u7701\u6216\u5730\u5340","select.country":"\u9078\u64c7\u570b\u5bb6\uff0f\u5730\u5340","select.noOptionsFound":"\u627e\u4e0d\u5230\u4efb\u4f55\u9078\u9805","select.filter.placeholder":"\u641c\u5c0b\u2026\u2026","telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7121\u6548",qrCodeOrApp:"\u6216","paypal.processingPayment":"\u6b63\u5728\u8655\u7406\u4ed8\u6b3e\u2026\u2026",generateQRCode:"\u7522\u751f QR \u4ee3\u78bc","await.waitForConfirmation":"\u6b63\u5728\u7b49\u5019\u78ba\u8a8d","mbway.confirmPayment":"\u5728 MB WAY \u61c9\u7528\u7a0b\u5f0f\u4e0a\u78ba\u8a8d\u60a8\u7684\u4ed8\u6b3e","shopperEmail.invalid":"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u7121\u6548","dateOfBirth.format":"\u65e5\uff0f\u6708\uff0f\u5e74","dateOfBirth.invalid":"\u60a8\u5fc5\u9808\u5e74\u6eff 18 \u6b72","blik.confirmPayment":"\u958b\u555f\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4ee5\u78ba\u8a8d\u4ed8\u6b3e\u3002","blik.invalid":"\u8f38\u5165 6 \u500b\u6578\u5b57","blik.code":"6 \u4f4d\u6578\u4ee3\u78bc","blik.help":"\u5f9e\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4e2d\u7372\u53d6\u4ee3\u78bc\u3002","swish.pendingMessage":"\u6383\u63cf\u5f8c\uff0c\u8a72\u5f85\u5b8c\u6210\u72c0\u614b\u53ef\u80fd\u6301\u7e8c\u9577\u9054 10 \u5206\u9418\u3002\u8a66\u5716\u5728\u9019\u6bb5\u6642\u9593\u5167\u518d\u6b21\u4ed8\u6b3e\u53ef\u80fd\u6703\u5c0e\u81f4\u591a\u91cd\u6536\u8cbb\u3002","error.va.gen.01":"\u4e0d\u5b8c\u6574\u6b04\u4f4d","error.va.gen.02":"\u6b04\u4f4d\u7121\u6548","error.va.sf-cc-num.01":"\u4fe1\u7528\u5361\u865f\u78bc\u7121\u6548","error.va.sf-cc-num.03":"\u8f38\u5165\u4e86\u4e0d\u652f\u63f4\u7684\u5361","error.va.sf-cc-dat.01":"\u5361\u592a\u820a","error.va.sf-cc-dat.02":"\u672a\u4f86\u65e5\u671f\u8ddd\u4eca\u592a\u4e45","error.va.sf-cc-dat.03":"\u60a8\u7684\u5361\u6703\u65bc\u4ed8\u6b3e\u65e5\u671f\u524d\u5230\u671f","error.va.sf-ach-num.01":"\u5e33\u6236\u865f\u78bc\u7121\u6548","error.va.sf-ach-loc.01":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","error.va.sf-kcp-pwd.01":"\u5bc6\u78bc\u7121\u6548","error.giftcard.no-balance":"\u6b64\u79ae\u54c1\u5361\u7684\u9918\u984d\u70ba\u96f6","error.giftcard.card-error":"\u6211\u5011\u7684\u8a18\u9304\u4e2d\u4e26\u6c92\u6709\u9019\u500b\u865f\u78bc\u7684\u79ae\u54c1\u5361","error.giftcard.currency-error":"\u79ae\u54c1\u5361\u53ea\u80fd\u4ee5\u5176\u7c3d\u767c\u6642\u6240\u4f7f\u7528\u7684\u8ca8\u5e63\u9032\u884c\u7d50\u7b97","amazonpay.signout":"\u5f9e Amazon \u767b\u51fa","amazonpay.changePaymentDetails":"\u8b8a\u66f4\u4ed8\u6b3e\u660e\u7d30","partialPayment.warning":"\u9078\u53d6\u5176\u4ed6\u4ed8\u6b3e\u65b9\u5f0f\u4f86\u652f\u4ed8\u9918\u984d","partialPayment.remainingBalance":"\u9918\u984d\u5c07\u70ba %{amount}","bankTransfer.beneficiary":"\u53d7\u6b3e\u4eba","bankTransfer.iban":"IBAN","bankTransfer.bic":"BIC","bankTransfer.reference":"\u53c3\u7167","bankTransfer.introduction":"\u7e7c\u7e8c\u5efa\u7acb\u65b0\u7684\u9280\u884c\u8f49\u5e33\u4ed8\u6b3e\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u87a2\u5e55\u4e2d\u7684\u8a73\u7d30\u8cc7\u8a0a\u4f86\u5b8c\u6210\u6b64\u9805\u4ed8\u6b3e\u3002","bankTransfer.instructions":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","bacs.accountHolderName":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","bacs.accountHolderName.invalid":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","bacs.accountNumber":"\u9280\u884c\u5e33\u6236\u865f\u78bc","bacs.accountNumber.invalid":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u7121\u6548","bacs.bankLocationId":"\u9280\u884c\u4ee3\u78bc","bacs.bankLocationId.invalid":"\u9280\u884c\u4ee3\u78bc\u7121\u6548","bacs.consent.amount":"\u6211\u540c\u610f\u5f9e\u6211\u7684\u9280\u884c\u5e33\u6236\u6263\u9664\u4e0a\u8ff0\u91d1\u984d\u3002","bacs.consent.account":"\u6211\u78ba\u8a8d\u8a72\u5e33\u6236\u4ee5\u6211\u7684\u540d\u7fa9\u958b\u8a2d\uff0c\u4e26\u4e14\u6211\u662f\u6388\u6b0a\u5f9e\u8a72\u5e33\u6236\u76f4\u63a5\u6263\u6b3e\u7684\u552f\u4e00\u7c3d\u7f72\u4eba\u3002",edit:"\u7de8\u8f2f","bacs.confirm":"\u78ba\u8a8d\u4e26\u652f\u4ed8","bacs.result.introduction":"\u4e0b\u8f09\u60a8\u7684\u76f4\u63a5\u6263\u6b3e\u6307\u793a\uff08DDI\uff0f\u6388\u6b0a\uff09","download.pdf":"\u4e0b\u8f09 PDF","creditCard.encryptedCardNumber.aria.iframeTitle":"\u5b89\u5168\u5361\u865f\u7684 IFrame","creditCard.encryptedCardNumber.aria.label":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.encryptedExpiryDate.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u65e5\u671f\u7684 IFrame","creditCard.encryptedExpiryDate.aria.label":"\u5230\u671f\u65e5\u671f","creditCard.encryptedExpiryMonth.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u6708\u4efd\u7684 IFrame","creditCard.encryptedExpiryMonth.aria.label":"\u5230\u671f\u6708\u4efd","creditCard.encryptedExpiryYear.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u5e74\u4efd\u7684 IFrame","creditCard.encryptedExpiryYear.aria.label":"\u5230\u671f\u5e74\u4efd","creditCard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u5361\u5b89\u5168\u78bc\u7684 IFrame","creditCard.encryptedSecurityCode.aria.label":"\u5b89\u5168\u78bc","creditCard.encryptedPassword.aria.iframeTitle":"\u5b89\u5168\u5361\u5bc6\u78bc\u7684 IFrame","creditCard.encryptedPassword.aria.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","giftcard.encryptedCardNumber.aria.iframeTitle":"\u5b89\u5168\u79ae\u54c1\u5361\u865f\u7684 IFrame","giftcard.encryptedCardNumber.aria.label":"\u79ae\u54c1\u5361\u865f","giftcard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u79ae\u54c1\u5361\u5b89\u5168\u78bc\u7684 IFrame","giftcard.encryptedSecurityCode.aria.label":"\u79ae\u54c1\u5361\u5b89\u5168\u78bc",giftcardTransactionLimit:"\u6b64\u79ae\u54c1\u5361\u6bcf\u7b46\u4ea4\u6613\u7684\u91d1\u984d\u4e0a\u9650\u70ba %{amount}","ach.encryptedBankAccountNumber.aria.iframeTitle":"\u5b89\u5168\u9280\u884c\u5e33\u6236\u865f\u78bc\u7684 IFrame","ach.encryptedBankAccountNumber.aria.label":"\u9280\u884c\u5e33\u6236","ach.encryptedBankLocationId.aria.iframeTitle":"\u5b89\u5168\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7684 IFrame","ach.encryptedBankLocationId.aria.label":"\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f","twint.saved":"\u5132\u5b58\u7684",orPayWith:"\u6216\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u652f\u4ed8\uff1a",invalidFormatExpects:"\u683c\u5f0f\u7121\u6548\u3002\u683c\u5f0f\u5fc5\u9808\u70ba\uff1a%{format}"};export{e as default};
@@ -10,9 +10,21 @@ declare global {
10
10
  declare type ButtonColor = 'Gold' | 'LightGray' | 'DarkGray';
11
11
  declare type Placement = 'Home' | 'Product' | 'Cart' | 'Checkout' | 'Other';
12
12
  declare type ProductType = 'PayOnly' | 'PayAndShip';
13
+ declare type ChargePermissionType = 'OneTime' | 'Recurring';
14
+ declare type FrequencyUnit = 'Year' | 'Month' | 'Week' | 'Day' | 'Variable';
13
15
  export declare type Currency = 'EUR' | 'GBP' | 'USD';
14
16
  export declare type Region = 'EU' | 'UK' | 'US';
15
17
  export declare type SupportedLocale = typeof SUPPORTED_LOCALES_EU[number] | typeof SUPPORTED_LOCALES_US[number];
18
+ export interface RecurringMetadata {
19
+ frequency: {
20
+ unit: string;
21
+ value: FrequencyUnit;
22
+ };
23
+ amount: {
24
+ amount: string;
25
+ currencyCode: Currency;
26
+ };
27
+ }
16
28
  export interface AmazonPayConfiguration {
17
29
  merchantId?: string;
18
30
  publicKeyId?: string;
@@ -26,6 +38,7 @@ export interface AmazonPayElementProps {
26
38
  amount?: PaymentAmount;
27
39
  buttonColor?: ButtonColor;
28
40
  cancelUrl?: string;
41
+ chargePermissionType?: ChargePermissionType;
29
42
  clientKey?: string;
30
43
  configuration?: AmazonPayConfiguration;
31
44
  currency?: Currency;
@@ -40,6 +53,7 @@ export interface AmazonPayElementProps {
40
53
  payButton?: any;
41
54
  placement?: Placement;
42
55
  productType?: ProductType;
56
+ recurringMetadata?: RecurringMetadata;
43
57
  region?: Region;
44
58
  returnUrl?: string;
45
59
  showChangePaymentDetailsButton: boolean;
@@ -59,6 +73,7 @@ export interface AmazonPayButtonProps {
59
73
  amazonRef: any;
60
74
  buttonColor?: ButtonColor;
61
75
  cancelUrl?: string;
76
+ chargePermissionType?: ChargePermissionType;
62
77
  clientKey?: string;
63
78
  configuration?: AmazonPayConfiguration;
64
79
  currency?: Currency;
@@ -69,6 +84,7 @@ export interface AmazonPayButtonProps {
69
84
  onError: (error: any, component: any) => void;
70
85
  placement?: Placement;
71
86
  productType?: ProductType;
87
+ recurringMetadata?: RecurringMetadata;
72
88
  ref: any;
73
89
  region?: Region;
74
90
  returnUrl?: string;
@@ -90,7 +106,9 @@ export interface OrderButtonProps {
90
106
  amazonCheckoutSessionId: string;
91
107
  amount: PaymentAmount;
92
108
  clientKey: string;
109
+ chargePermissionType?: ChargePermissionType;
93
110
  onError: (error: any, component: any) => void;
111
+ recurringMetadata: RecurringMetadata;
94
112
  ref: any;
95
113
  region: Region;
96
114
  returnUrl: string;
@@ -158,6 +176,7 @@ export declare type LedgerCurrencies = {
158
176
  };
159
177
  export interface PayloadJSON {
160
178
  addressDetails?: AddressDetails;
179
+ chargePermissionType?: ChargePermissionType;
161
180
  deliverySpecifications?: DeliverySpecifications;
162
181
  merchantMetadata?: MerchantMetadata;
163
182
  paymentDetails?: {
@@ -166,6 +185,7 @@ export interface PayloadJSON {
166
185
  presentmentCurrency: Currency;
167
186
  totalOrderAmount: ChargeAmount;
168
187
  };
188
+ recurringMetadata?: RecurringMetadata;
169
189
  storeId: string;
170
190
  webCheckoutDetails: {
171
191
  checkoutCancelUrl?: string;
@@ -183,10 +203,12 @@ export interface CheckoutDetailsRequest {
183
203
  }
184
204
  export interface UpdateAmazonCheckoutSessionRequest {
185
205
  amount: PaymentAmount;
206
+ chargePermissionType?: ChargePermissionType;
186
207
  checkoutCancelUrl?: string;
187
208
  checkoutResultReturnUrl: string;
188
209
  checkoutSessionId: string;
189
210
  publicKeyId: string;
211
+ recurringMetadata?: RecurringMetadata;
190
212
  region: Region;
191
213
  }
192
214
  export interface CheckoutSessionConfig {
@@ -83,7 +83,7 @@ export interface ApplePayElementProps extends UIElementProps {
83
83
  applicationData?: string;
84
84
  onClick?: (resolve: any, reject: any) => void;
85
85
  onAuthorized?: (resolve: any, reject: any, event: ApplePayJS.ApplePayPaymentAuthorizedEvent) => void;
86
- onValidateMerchant?: (resolve: any, reject: any, event: ApplePayJS.ApplePayValidateMerchantEvent) => void;
86
+ onValidateMerchant?: (resolve: any, reject: any, validationURL: string) => void;
87
87
  /**
88
88
  * {@link https://developer.apple.com/documentation/apple_pay_on_the_web/applepaysession/1778013-onpaymentmethodselected}
89
89
  * @param resolve(ApplePayPaymentMethodUpdate update) Completes the selection of a payment method with an update.
@@ -1,4 +1,4 @@
1
- import { ValidatorRules } from '../../../utils/Validator/Validator';
1
+ import { ValidatorRules } from '../../../utils/Validator/types';
2
2
  export declare const bacsValidationRules: ValidatorRules;
3
3
  export declare const bacsFormatters: {
4
4
  bankAccountNumber: (value: any) => any;
@@ -1,2 +1,2 @@
1
- import { ValidatorRules } from '../../../../utils/Validator/Validator';
1
+ import { ValidatorRules } from '../../../../utils/Validator/types';
2
2
  export declare const boletoValidationRules: ValidatorRules;
@@ -22,6 +22,14 @@ declare class BancontactElement extends CardElement {
22
22
  countryCode: any;
23
23
  configuration: {
24
24
  socialSecurityNumberMode: import("./types").SocialSecurityMode;
25
+ merchantIdentifier?: string;
26
+ merchantOrigin?: string;
27
+ gatewayMerchantId?: string;
28
+ publicKeyId?: string;
29
+ region?: string;
30
+ merchantName?: string;
31
+ merchantId?: string;
32
+ intent?: string;
25
33
  koreanAuthenticationRequired?: boolean;
26
34
  icon?: string;
27
35
  brandsConfiguration?: import("./types").CardBrandsConfiguration;
@@ -17,6 +17,14 @@ export declare class CardElement extends UIElement<CardElementProps> {
17
17
  countryCode: any;
18
18
  configuration: {
19
19
  socialSecurityNumberMode: import("./types").SocialSecurityMode;
20
+ merchantIdentifier?: string;
21
+ merchantOrigin?: string;
22
+ gatewayMerchantId?: string;
23
+ publicKeyId?: string;
24
+ region?: string;
25
+ merchantName?: string;
26
+ merchantId?: string;
27
+ intent?: string;
20
28
  koreanAuthenticationRequired?: boolean;
21
29
  icon?: string;
22
30
  brandsConfiguration?: import("./types").CardBrandsConfiguration;
@@ -38,7 +46,11 @@ export declare class CardElement extends UIElement<CardElementProps> {
38
46
  onFieldValid?: (event: import("../internal/SecuredFields/lib/types").CbObjOnFieldValid) => void;
39
47
  onBrand?: (event: import("../internal/SecuredFields/lib/types").CbObjOnBrand) => void;
40
48
  onError?: (event: import("../internal/SecuredFields/lib/types").CbObjOnError) => void;
41
- onFocus?: (event: import("../internal/SecuredFields/lib/types").CbObjOnFocus) => void;
49
+ onFocus?: (event: import("../internal/SecuredFields/lib/types").CbObjOnFocus) => void; /**
50
+ * this.props.brand is never set for the generic card only for a 'dedicated' single-branded card e.g. bcmc
51
+ * this.state.selectedBrandValue will be set when /binLookup detects a single brand &/or when /binLookup detects a dual-branded card and
52
+ * the shopper makes a brand selection
53
+ */
42
54
  onBinValue?: (event: import("../internal/SecuredFields/lib/types").CbObjOnBinValue) => void;
43
55
  onBinLookup?: (event: CbObjOnBinLookup) => void;
44
56
  session?: {
@@ -1,3 +1,3 @@
1
1
  import { h } from 'preact';
2
2
  import { CardHolderNameProps } from './types';
3
- export default function CardHolderName({ onChange, onInput, placeholder, value, required, error, isValid }: CardHolderNameProps): h.JSX.Element;
3
+ export default function CardHolderName({ onBlur, onInput, placeholder, value, required, error, isValid }: CardHolderNameProps): h.JSX.Element;
@@ -24,7 +24,7 @@ export interface CardFieldsProps {
24
24
  export interface CardHolderNameProps {
25
25
  error: boolean;
26
26
  isValid: boolean;
27
- onChange: (event: Event) => void;
27
+ onBlur: (event: Event) => void;
28
28
  onInput: (event: Event) => void;
29
29
  placeholder?: string;
30
30
  required?: boolean;
@@ -107,7 +107,7 @@ export interface KCPProps {
107
107
  filled?: boolean;
108
108
  focusedElement: any;
109
109
  onFocusField: (str: string) => {};
110
- onChange: (event: Event) => void;
110
+ onBlur: (event: Event) => void;
111
111
  onInput: (event: Event) => void;
112
112
  taxNumber?: string;
113
113
  error: boolean;
@@ -15,6 +15,7 @@ declare const _default: {
15
15
  koreanAuthenticationRequired: boolean;
16
16
  socialSecurityNumberMode: SocialSecurityMode;
17
17
  };
18
+ autoFocus: boolean;
18
19
  onLoad: () => any;
19
20
  onConfigSuccess: () => any;
20
21
  onAllValid: () => any;
@@ -6,3 +6,4 @@ import { CbObjOnFocus } from '../../../internal/SecuredFields/lib/types';
6
6
  export declare const getErrorPanelHandler: (isValidating: any, sfp: any, handleFocus: (e: CbObjOnFocus) => void) => (errors: ErrorPanelObj) => void;
7
7
  export declare const getAddressHandler: (setFormData: any, setFormValid: any, setFormErrors: any) => (address: any) => void;
8
8
  export declare const getFocusHandler: (setFocusedElement: any, onFocus: any, onBlur: any) => (e: CbObjOnFocus) => void;
9
+ export declare const getAutoJumpHandler: (isAutoJumping: any, sfp: any, layout: any) => () => void;
@@ -153,6 +153,7 @@ export interface LayoutObj {
153
153
  showKCP: boolean;
154
154
  showBrazilianSSN: boolean;
155
155
  countrySpecificSchemas: AddressSchema;
156
+ billingAddressRequiredFields?: string[];
156
157
  }
157
158
  export interface SortErrorsObj {
158
159
  errors: ErrorObj;
@@ -1,8 +1,14 @@
1
1
  import { ErrorPanelObj } from '../../../../core/Errors/ErrorPanel';
2
- import Language from '../../../../language/Language';
3
2
  import { CardInputProps, LayoutObj, SortErrorsObj } from './types';
3
+ import { InstallmentsObj } from './components/Installments/Installments';
4
+ import { SFPProps } from '../../../internal/SecuredFields/SFP/types';
4
5
  export declare const getCardImageUrl: (brand: string, loadingContext: string) => string;
5
- export declare const getLayout: ({ props, showKCP, showBrazilianSSN, countrySpecificSchemas }: LayoutObj) => string[];
6
+ /**
7
+ * Verifies that installment object is valid to send to the Backend.
8
+ * Valid means that it has 'revolving' plan set, or the number of installments is bigger than one
9
+ */
10
+ export declare const hasValidInstallmentsObject: (installments?: InstallmentsObj) => boolean;
11
+ export declare const getLayout: ({ props, showKCP, showBrazilianSSN, countrySpecificSchemas, billingAddressRequiredFields }: LayoutObj) => string[];
6
12
  export declare const sortErrorsForPanel: ({ errors, layout, i18n, countrySpecificLabels }: SortErrorsObj) => ErrorPanelObj;
7
13
  export declare const extractPropsForCardFields: (props: CardInputProps) => {
8
14
  amount: import("../../../../types").PaymentAmount;
@@ -24,28 +30,4 @@ export declare const extractPropsForCardFields: (props: CardInputProps) => {
24
30
  expiryMonth: string;
25
31
  expiryYear: string;
26
32
  };
27
- export declare const extractPropsForSFP: (props: CardInputProps) => {
28
- allowedDOMAccess: boolean;
29
- autoFocus: boolean;
30
- brands: string[];
31
- brandsConfiguration: import("../../types").CardBrandsConfiguration;
32
- clientKey: string;
33
- countryCode: string;
34
- i18n: Language;
35
- implementationType: string;
36
- keypadFix: boolean;
37
- legacyInputMode: boolean;
38
- loadingContext: string;
39
- minimumExpiryDate: string;
40
- onAdditionalSFConfig: () => {};
41
- onAdditionalSFRemoved: () => {};
42
- onAllValid: () => {};
43
- onAutoComplete: () => {};
44
- onBinValue: () => {};
45
- onConfigSuccess: () => {};
46
- onError: () => {};
47
- onFieldValid: () => {};
48
- onLoad: () => {};
49
- showWarnings: boolean;
50
- trimTrailingSeparator: boolean;
51
- };
33
+ export declare const extractPropsForSFP: (props: CardInputProps) => SFPProps;
@@ -1,4 +1,4 @@
1
- import { ValidatorRules } from '../../../../utils/Validator/Validator';
1
+ import { ValidatorRules } from '../../../../utils/Validator/types';
2
2
  import { formatCPFCNPJ } from '../../../internal/SocialSecurityNumberBrazil/utils';
3
3
  export declare const cardInputFormatters: {
4
4
  socialSecurityNumber: typeof formatCPFCNPJ;
@@ -33,6 +33,7 @@ export interface CardElementProps extends UIElementProps {
33
33
  hasHolderName?: boolean;
34
34
  /** Whether the card holder name field will be required */
35
35
  holderNameRequired?: boolean;
36
+ /** An object sent in the /paymentMethods response */
36
37
  configuration?: CardConfiguration;
37
38
  /**
38
39
  * Called once all the card input fields have been created but are not yet ready to use.
@@ -70,7 +71,16 @@ export interface CardElementProps extends UIElementProps {
70
71
  [key: string]: any;
71
72
  }
72
73
  export declare type SocialSecurityMode = 'show' | 'hide' | 'auto';
74
+ /** If the merchant wishes to set any of these properties in their local config they should do so via a "configuration" object */
73
75
  export interface CardConfiguration {
76
+ merchantIdentifier?: string;
77
+ merchantOrigin?: string;
78
+ gatewayMerchantId?: string;
79
+ publicKeyId?: string;
80
+ region?: string;
81
+ merchantName?: string;
82
+ merchantId?: string;
83
+ intent?: string;
74
84
  koreanAuthenticationRequired?: boolean;
75
85
  socialSecurityNumberMode?: SocialSecurityMode;
76
86
  icon?: string;
@@ -111,6 +121,7 @@ export interface BrandObject {
111
121
  showSocialSecurityNumber?: boolean;
112
122
  supported: boolean;
113
123
  brandImageUrl?: string;
124
+ panLength?: number;
114
125
  }
115
126
  export interface BinLookupResponseRaw {
116
127
  requestId: string;
@@ -91,7 +91,7 @@ declare class DropinElement extends UIElement<DropinElementProps> {
91
91
  * Creates the Drop-in elements
92
92
  */
93
93
  private handleCreate;
94
- handleAction(action: PaymentAction, props?: {}): this | null;
94
+ handleAction(action: PaymentAction, props?: {}): UIElement | null;
95
95
  closeActivePaymentMethod(): void;
96
96
  render(): h.JSX.Element;
97
97
  }
@@ -1,2 +1,2 @@
1
- import { ValidatorRules } from '../../utils/Validator/Validator';
1
+ import { ValidatorRules } from '../../utils/Validator/types';
2
2
  export declare const econtextValidationRules: ValidatorRules;
@@ -1,5 +1,6 @@
1
- import { Component, h } from 'preact';
1
+ import { Component, FunctionComponent, h } from 'preact';
2
2
  import { PaymentAmount } from '../../../types';
3
+ import { GiftcardFieldsProps } from "./types";
3
4
  interface GiftcardComponentProps {
4
5
  onChange: (state: any) => void;
5
6
  onFocus: (event: any) => void;
@@ -9,6 +10,9 @@ interface GiftcardComponentProps {
9
10
  amount: PaymentAmount;
10
11
  showPayButton?: boolean;
11
12
  payButton: (config: any) => any;
13
+ pinRequired: boolean;
14
+ expiryDateRequired?: boolean;
15
+ fieldsLayoutComponent: FunctionComponent<GiftcardFieldsProps>;
12
16
  }
13
17
  declare class Giftcard extends Component<GiftcardComponentProps> {
14
18
  state: {
@@ -21,9 +25,11 @@ declare class Giftcard extends Component<GiftcardComponentProps> {
21
25
  };
22
26
  static defaultProps: {
23
27
  pinRequired: boolean;
28
+ expiryDateRequired: boolean;
24
29
  onChange: () => void;
25
30
  onFocus: () => void;
26
31
  onBlur: () => void;
32
+ fieldsLayoutComponent: (props: GiftcardFieldsProps) => h.JSX.Element;
27
33
  };
28
34
  sfp: any;
29
35
  onChange: (sfpState: any) => void;
@@ -0,0 +1,3 @@
1
+ import { h } from 'preact';
2
+ import { GiftcardFieldsProps } from "./types";
3
+ export declare const GiftCardFields: (props: GiftcardFieldsProps) => h.JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { h } from 'preact';
2
+ import { GiftcardFieldProps } from './types';
3
+ export declare const GiftcardNumberField: ({ i18n, classNameModifiers, sfpState, getCardErrorMessage, focusedElement, setFocusOn }: GiftcardFieldProps) => h.JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { h } from 'preact';
2
+ import { GiftcardFieldProps } from './types';
3
+ export declare const GiftcardPinField: ({ i18n, classNameModifiers, sfpState, focusedElement, setFocusOn }: GiftcardFieldProps) => h.JSX.Element;
@@ -0,0 +1,19 @@
1
+ import Language from '../../../language/Language';
2
+ import { SFPState } from '../../internal/SecuredFields/SFP/types';
3
+ export declare type GiftcardFieldsProps = {
4
+ setRootNode: (input: HTMLElement) => void;
5
+ i18n: Language;
6
+ pinRequired: boolean;
7
+ sfpState: SFPState;
8
+ getCardErrorMessage: any;
9
+ focusedElement: any;
10
+ setFocusOn: any;
11
+ };
12
+ export declare type GiftcardFieldProps = {
13
+ i18n: Language;
14
+ classNameModifiers?: Array<string>;
15
+ sfpState: any;
16
+ getCardErrorMessage: any;
17
+ focusedElement: any;
18
+ setFocusOn: any;
19
+ };
@@ -0,0 +1,20 @@
1
+ import GiftcardElement from '../Giftcard/Giftcard';
2
+ export declare class MealVoucherFRElement extends GiftcardElement {
3
+ static type: string;
4
+ constructor(props: any);
5
+ formatProps(props: any): any;
6
+ /**
7
+ * Formats the component data output
8
+ */
9
+ formatData(): {
10
+ paymentMethod: {
11
+ type: any;
12
+ brand: any;
13
+ encryptedCardNumber: any;
14
+ encryptedSecurityCode: any;
15
+ encryptedExpiryMonth: any;
16
+ encryptedExpiryYear: any;
17
+ };
18
+ };
19
+ }
20
+ export default MealVoucherFRElement;
@@ -0,0 +1,3 @@
1
+ import { h } from 'preact';
2
+ import { GiftcardFieldProps } from '../../Giftcard/components/types';
3
+ export declare const MealVoucherExpiryField: ({ i18n, sfpState, focusedElement, setFocusOn }: GiftcardFieldProps) => h.JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { h } from 'preact';
2
+ import { GiftcardFieldsProps } from "../../Giftcard/components/types";
3
+ export declare const MealVoucherFields: (props: GiftcardFieldsProps) => h.JSX.Element;
@@ -0,0 +1 @@
1
+ export { default } from './MealVoucherFR';
@@ -0,0 +1,6 @@
1
+ import IssuerListContainer from '../helpers/IssuerListContainer';
2
+ declare class OnlineBankingINElement extends IssuerListContainer {
3
+ static type: string;
4
+ formatProps(props: any): any;
5
+ }
6
+ export default OnlineBankingINElement;
@@ -1,2 +1,2 @@
1
- import { ValidatorRules } from '../../../utils/Validator/Validator';
1
+ import { ValidatorRules } from '../../../utils/Validator/types';
2
2
  export declare const pixValidationRules: ValidatorRules;
@@ -23,7 +23,7 @@ export declare class UIElement<P extends UIElementProps = any> extends BaseEleme
23
23
  private submitAdditionalDetails;
24
24
  protected handleError: (error: AdyenCheckoutError) => void;
25
25
  protected handleAdditionalDetails: (state: any) => any;
26
- handleAction(action: PaymentAction, props?: {}): UIElement;
26
+ handleAction(action: PaymentAction, props?: {}): UIElement | null;
27
27
  protected handleOrder: (order: Order) => void;
28
28
  protected handleFinalResult: (result: any) => any;
29
29
  /**
@@ -45,6 +45,8 @@ import Address from './Address';
45
45
  import PersonalDetails from './PersonalDetails';
46
46
  import Klarna from './Klarna';
47
47
  import Twint from './Twint';
48
+ import MealVoucherFR from './MealVoucherFR';
49
+ import OnlineBankingINElement from './OnlineBankingIN';
48
50
  /**
49
51
  * Maps each component with a Component element.
50
52
  */
@@ -120,6 +122,7 @@ declare const componentsMap: {
120
122
  molpay_ebanking_fpx_MY: typeof MolPayEBankingMY;
121
123
  molpay_ebanking_TH: typeof MolPayEBankingTH;
122
124
  molpay_ebanking_VN: typeof MolPayEBankingVN;
125
+ onlinebanking_IN: typeof OnlineBankingINElement;
123
126
  openbanking_UK: typeof OpenBankingUK;
124
127
  paypal: typeof PayPal;
125
128
  payu_IN_cashcard: typeof PayuCashcard;
@@ -146,6 +149,9 @@ declare const componentsMap: {
146
149
  swish: typeof Swish;
147
150
  affirm: typeof Affirm;
148
151
  twint: typeof Twint;
152
+ mealVoucher_FR_natixis: typeof MealVoucherFR;
153
+ mealVoucher_FR_sodexo: typeof MealVoucherFR;
154
+ mealVoucher_FR_groupeup: typeof MealVoucherFR;
149
155
  default: any;
150
156
  };
151
157
  /**
@@ -1,4 +1,10 @@
1
1
  import { h } from 'preact';
2
2
  import { FieldContainerProps } from '../types';
3
+ /**
4
+ * USAGE: Specifically defined as a util to provide a wrapper for fields created within the Address component
5
+ *
6
+ * NOT TO BE USED: if you just want to add a Country or State dropdown outside of an Address component
7
+ * - then you should implement <CountryField> or <StateField> directly
8
+ */
3
9
  declare function FieldContainer(props: FieldContainerProps): h.JSX.Element;
4
10
  export default FieldContainer;
@@ -1,6 +1,7 @@
1
1
  import { AddressField, AddressData } from '../../../types';
2
2
  import Specifications from './Specifications';
3
- import { ValidatorRules } from '../../../utils/Validator/Validator';
3
+ import { ValidatorRules } from '../../../utils/Validator/types';
4
+ import { ValidationRuleResult } from '../../../utils/Validator/Validator';
4
5
  export declare type StringObject = {
5
6
  [key: string]: string;
6
7
  };
@@ -17,12 +18,12 @@ export interface AddressProps {
17
18
  visibility?: string;
18
19
  }
19
20
  export interface AddressStateError {
20
- street?: boolean;
21
- houseNumberOrName?: boolean;
22
- postalCode?: boolean;
23
- city?: boolean;
24
- country?: boolean;
25
- stateOrProvince?: boolean;
21
+ street?: ValidationRuleResult;
22
+ houseNumberOrName?: ValidationRuleResult;
23
+ postalCode?: ValidationRuleResult;
24
+ city?: ValidationRuleResult;
25
+ country?: ValidationRuleResult;
26
+ stateOrProvince?: ValidationRuleResult;
26
27
  }
27
28
  export interface FieldContainerProps {
28
29
  allowedCountries: string[];
@@ -33,10 +34,12 @@ export interface FieldContainerProps {
33
34
  key: string;
34
35
  valid?: object;
35
36
  onInput?: (e: Event) => void;
36
- onChange?: (e: Event) => void;
37
+ onBlur?: (e: Event) => void;
37
38
  onDropdownChange: (e: Event) => void;
38
39
  readOnly?: boolean;
39
40
  specifications: Specifications;
41
+ maxlength?: number;
42
+ trimOnBlur?: boolean;
40
43
  }
41
44
  export interface ReadOnlyAddressProps {
42
45
  data: AddressData;
@@ -1,2 +1,2 @@
1
- import { ValidatorRules } from '../../../utils/Validator/Validator';
1
+ import { ValidatorRules } from '../../../utils/Validator/types';
2
2
  export declare const getAddressValidationRules: (specifications: any) => ValidatorRules;
@@ -0,0 +1,3 @@
1
+ import { CountryFormatRules, FormatRules } from '../../../utils/Validator/types';
2
+ export declare const addressFormatters: FormatRules;
3
+ export declare const countrySpecificFormatters: CountryFormatRules;
@@ -1,5 +1,5 @@
1
1
  import { FieldsetVisibility } from '../../../types';
2
- import { ValidatorRules } from '../../../utils/Validator/Validator';
2
+ import { ValidatorRules } from '../../../utils/Validator/types';
3
3
  export interface CompanyDetailsSchema {
4
4
  name?: string;
5
5
  registrationNumber?: string;
@@ -8,7 +8,7 @@ declare namespace PersonalDetails {
8
8
  onChange: () => void;
9
9
  placeholders: {};
10
10
  requiredFields: string[];
11
- validationRules: import("../../../utils/Validator/Validator").ValidatorRules;
11
+ validationRules: import("../../../utils/Validator/types").ValidatorRules;
12
12
  visibility: string;
13
13
  };
14
14
  }